NetBSD/sys/arch/prep/isa
thorpej 7b918b4088 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:40:33 +00:00
..
isa_machdep.c Initial import prep port. 2000-02-29 15:21:20 +00:00
isabeep.c Initial import prep port. 2000-02-29 15:21:20 +00:00
isadma_machdep.c Initial import prep port. 2000-02-29 15:21:20 +00:00
joy_isa.c Initial import prep port. 2000-02-29 15:21:20 +00:00
joy.c Initial import prep port. 2000-02-29 15:21:20 +00:00
joyvar.h Initial import prep port. 2000-02-29 15:21:20 +00:00
kbdreg.h Initial import prep port. 2000-02-29 15:21:20 +00:00
mcclock_isa.c Initial import prep port. 2000-02-29 15:21:20 +00:00
pccons.c New callout mechanism with two major improvements over the old 2000-03-23 06:40:33 +00:00