NetBSD/sys/arch/arc
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
..
algor merge changes between OpenBSD-2.1 and OpenBSD-2.6 2000-02-22 11:25:55 +00:00
arc if there is MBR, but there isn't BSD MBR partition entry, 2000-03-21 09:44:57 +00:00
compile merge to NetBSD-current (DeskStation and Algor support is currently broken) 2000-01-23 20:45:01 +00:00
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
dti 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
isa New callout mechanism with two major improvements over the old 2000-03-23 06:30:07 +00:00
pci merge changes between OpenBSD-2.1 and OpenBSD-2.6 2000-02-22 11:25:55 +00:00
pica NEC RISCstation 2250 (NEC-RD94) support. 2000-03-03 13:08:42 +00:00
stand merge changes between OpenBSD-2.1 and OpenBSD-2.6 2000-02-22 11:25:55 +00:00
Makefile merge to NetBSD-current (DeskStation and Algor support is currently broken) 2000-01-23 21:01:48 +00:00
TODO Mention a bit about possible HZ interporation improvement in microtime(). 2000-03-04 07:09:09 +00:00