NetBSD/sys/dev/ofw
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 Define some things related to the PCI Bus binding to OpenFirmware. 1999-05-04 20:08:04 +00:00
files.ofw
ofbus.c
ofcons.c New callout mechanism with two major improvements over the old 2000-03-23 07:01:25 +00:00
ofdisk.c
ofnet.c New callout mechanism with two major improvements over the old 2000-03-23 07:01:25 +00:00
ofrtc.c
ofw_network_subr.c
ofw_pci.h Fix OFW_PCI_PHYS_HI_DEVICEMASK value. 1999-05-05 08:09:34 +00:00
ofw_subr.c Fix doubled 'the's in comments. 2000-03-13 23:52:25 +00:00
openfirm.h