NetBSD/sys/arch/bebox/isa
thorpej b667a5a357 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 06:30:07 +00:00
..
fd.c New callout mechanism with two major improvements over the old 2000-03-23 06:30:07 +00:00
fdreg.h
icu.h
isa_machdep.c
isaclock.c New callout mechanism with two major improvements over the old 2000-03-23 06:30:07 +00:00
isadma_machdep.c
isapnp_machdep.c
joy.c
joy_isa.c
joyvar.h
kbdreg.h
lms.c
mms.c
nvram.h
pccons.c New callout mechanism with two major improvements over the old 2000-03-23 06:30:07 +00:00
pms.c
spkr.c New callout mechanism with two major improvements over the old 2000-03-23 06:30:07 +00:00
spkrreg.h
wd.c