NetBSD/sys/arch/vax
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
..
bi Clean up all bus handling stuff, it has become a mess the latest years. 1999-08-07 10:36:43 +00:00
boot __P(()) -> __P((void)) 2000-03-16 23:21:05 +00:00
compile
conf First cut of multiprocessor support for vax. Still much to do before 2000-03-19 14:56:52 +00:00
consolerl
floppy
if Fix typo that caused lance chip not to be detected. 2000-03-18 16:20:06 +00:00
include First cut of multiprocessor support for vax. Still much to do before 2000-03-19 14:56:52 +00:00
mba Nuke unused variable. 2000-02-12 16:09:33 +00:00
uba fix a too agressive s/CIA/UBA/ (e.g change SPEUBAL back to SPECIAL) in the 2000-02-29 17:42:32 +00:00
vax New callout mechanism with two major improvements over the old 2000-03-23 06:40:33 +00:00
vsa New callout mechanism with two major improvements over the old 2000-03-23 06:40:33 +00:00
Makefile