NetBSD/sys/dev/vme
thorpej fc96443d15 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 07:01:25 +00:00
..
Makefile
files.vme
if_ie_vme.c Fix doubled 'the's in comments. 2000-03-13 23:52:25 +00:00
vme.c
vmereg.h
vmevar.h add forward declaration of "struct extent", so the extent header doesn't 2000-02-25 10:33:12 +00:00
xd.c New callout mechanism with two major improvements over the old 2000-03-23 07:01:25 +00:00
xdreg.h
xdvar.h New callout mechanism with two major improvements over the old 2000-03-23 07:01:25 +00:00
xio.h
xy.c New callout mechanism with two major improvements over the old 2000-03-23 07:01:25 +00:00
xyreg.h
xyvar.h New callout mechanism with two major improvements over the old 2000-03-23 07:01:25 +00:00