History log of /netbsd/sys/dev/ic/hme.c (Results 101 – 109 of 109)
Revision Date Author Comments
# fc96443d 23-Mar-2000 thorpej <thorpej@NetBSD.org>

New callout mechanism with two major improvements over the old
timeout()/untimeout() API:
- Clients supply callout handle storage, thus eliminating problems of
resource allocation.
- Insertion and

New callout mechanism with two major improvements over the old
timeout()/untimeout() API:
- Clients supply callout handle storage, thus eliminating problems of
resource allocation.
- Insertion and removal of callouts is constant time, important as
this facility is used quite a lot in the kernel.

The old timeout()/untimeout() API has been removed from the kernel.

show more ...


# 1d373a94 14-Feb-2000 pk <pk@NetBSD.org>

Bump receive buffer size up to the maximum DMA burst boundary.


# eed75dbc 02-Feb-2000 thorpej <thorpej@NetBSD.org>

Don't dry to diving MIIF_NOISOLATE in the PHY drivers. Instead, pass
flags down from the parent to child vi mii_attach().


# 84dc99fd 02-Feb-2000 thorpej <thorpej@NetBSD.org>

Bring some order to the chaos which was the MII code function naming
"conventions".


# 85a78db7 18-Dec-1999 pk <pk@NetBSD.org>

Add support for selecting a PHY (i.e. built-in transceiver vs. external MII
device) by using media/instance parameters.


# 60eeab91 17-Dec-1999 pk <pk@NetBSD.org>

Avoid feeding negative values to the `roundup()' macro.
Configure the MII management interface earlier.


# 967d744a 15-Dec-1999 pk <pk@NetBSD.org>

Correctly encode the configured number of buffer descriptors.


# 9902ec50 14-Dec-1999 pk <pk@NetBSD.org>

* Probe the MII device.
* Ask for an interesting set of interrupt conditions.
* Correct various other typos and omissions.


# 5041f2a9 27-Jun-1999 pk <pk@NetBSD.org>

HME ethernet driver.
Note: this is work in progress; needs testing and tweaking. mgr has
promised to do that..


12345