NetBSD/sys/arch/arm32
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
..
arm32 Fix doubled 'the's in comments. 2000-03-13 23:52:25 +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:30:07 +00:00
doc Sync with reality. 1999-01-01 12:13:49 +00:00
footbridge New callout mechanism with two major improvements over the old 2000-03-23 06:30:07 +00:00
fpe-arm provide an __ELF__ version of _C_FUNC and _C_LABEL, convert the assembly 1999-10-26 06:53:41 +00:00
include Install "machineendian_machdep.h". 2000-03-17 22:36:31 +00:00
iomd Remove unncessary cf_unit usage. 2000-02-13 05:00:57 +00:00
isa check whether tv_usec >= 1000000 2000-01-19 02:52:16 +00:00
mainbus New callout mechanism with two major improvements over the old 2000-03-23 06:30:07 +00:00
ofw check whether tv_usec >= 1000000 2000-01-22 05:21:24 +00:00
pci Moved to arch/arm32/include/pci_machdep.h,v 1999-03-19 03:34:22 +00:00
podulebus New callout mechanism with two major improvements over the old 2000-03-23 06:30:07 +00:00
rc7500 Fix doubled 'the's in comments. 2000-03-13 23:52:25 +00:00
riscpc Fix doubled 'the's in comments. 2000-03-13 23:52:25 +00:00
shark New callout mechanism with two major improvements over the old 2000-03-23 06:30:07 +00:00
vidc New callout mechanism with two major improvements over the old 2000-03-23 06:30:07 +00:00
Makefile