NetBSD/sys/arch/mac68k
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
..
compile
conf Add the RAIDframe device major to the machine-dependent config files 2000-03-14 15:56:51 +00:00
dev New callout mechanism with two major improvements over the old 2000-03-23 06:30:07 +00:00
include Install "machineendian_machdep.h". 2000-03-17 22:36:31 +00:00
mac68k Revert to the old practice of always setting up MRG, even if we don't 2000-03-20 08:07:52 +00:00
nubus Add the RasterOps 24MxTV; this card operates in the same manner as two 2000-03-18 20:53:24 +00:00
obio New callout mechanism with two major improvements over the old 2000-03-23 06:30:07 +00:00
Makefile