NetBSD/sys/arch/sparc64
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
..
compile
conf add commented out option PCI_CONFIG_DUMP whever there's a PCIVERBOSE. 2000-03-22 00:58:16 +00:00
dev New callout mechanism with two major improvements over the old 2000-03-23 06:40:33 +00:00
fpu Explicitly use 64-bit types. 1999-11-06 20:10:24 +00:00
include Install "machineendian_machdep.h". 2000-03-17 22:36:31 +00:00
sparc64 New callout mechanism with two major improvements over the old 2000-03-23 06:40:33 +00:00
stand Try to page align all segments up to 4MB pages. 2000-03-06 01:29:04 +00:00
Makefile Fixup non-DEBUG kernels. 1999-05-09 19:24:19 +00:00