NetBSD/sys/dev/mii
thorpej fc96443d15 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.
2000-03-23 07:01:25 +00:00
..
Makefile
Makefile.miidevs
devlist2h.awk
dmphy.c
dmphyreg.h
exphy.c
files.mii
icsphy.c
icsphyreg.h
inphy.c
inphyreg.h
iophy.c
iophyreg.h
lxtphy.c
lxtphyreg.h
mii.c New callout mechanism with two major improvements over the old 2000-03-23 07:01:25 +00:00
mii.h
mii_bitbang.c
mii_bitbang.h
mii_physubr.c New callout mechanism with two major improvements over the old 2000-03-23 07:01:25 +00:00
miidevs
miidevs.h
miivar.h New callout mechanism with two major improvements over the old 2000-03-23 07:01:25 +00:00
nsphy.c
nsphyreg.h
nsphyter.c
nsphyterreg.h
qsphy.c
qsphyreg.h
sqphy.c
sqphyreg.h
tlphy.c
tlphyreg.h
tlphyvar.h
tqphy.c
tqphyreg.h
ukphy.c
ukphy_subr.c