NetBSD/sys/arch/arm32/mainbus
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
..
com_pioc.c Garbage collect unused 3rd parameter to comprobe1(). 1998-09-16 21:30:58 +00:00
cpu.c Remove unnecessary cf_unit usage. 2000-02-13 04:59:57 +00:00
fd.c New callout mechanism with two major improvements over the old 2000-03-23 06:30:07 +00:00
fdreg.h Updated to use the bus space interface. Pullup all the recent changes 1997-01-26 02:32:04 +00:00
lpt_pioc.c Updated to use the MI dev/ic/lpt.c driver. 1997-10-16 18:35:53 +00:00
mainbus.c Remove unnecessary cf_unit usage. 2000-02-13 04:59:57 +00:00
mainbus.h Updated to reflect arm32 kernel source restructuring. 1997-10-14 21:25:01 +00:00
mainbus_io.c Clean up the bus space function namespace somewhat; make sure they don't 1998-06-28 07:27:51 +00:00
mainbus_io_asm.S provide an __ELF__ version of _C_FUNC and _C_LABEL, convert the assembly 1999-10-26 06:53:41 +00:00
pioc.c Fix calculation of I/O range when printing child information. 1998-09-22 00:33:51 +00:00
piocreg.h arm32 kernel source restructure 1997-10-14 19:57:39 +00:00
piocvar.h arm32 kernel source restructure 1997-10-14 19:57:39 +00:00
wdc_pioc.c New callout mechanism with two major improvements over the old 2000-03-23 06:30:07 +00:00