opnsense-src/sys/dev/ofw
Poul-Henning Kamp 70cd771337 The present defaults for the open and close for device drivers which
provide no methods does not make any sense, and is not used by any
driver.

It is a pretty hard to come up with even a theoretical concept of
a device driver which would always fail open and close with ENODEV.

Change the defaults to be nullopen() and nullclose() which simply
does nothing.

Remove explicit initializations to these from the drivers which
already used them.
2003-09-27 12:01:01 +00:00
..
ofw_console.c OK, I messed up /dev/console with what I had hoped would be compat 2003-09-26 19:35:50 +00:00
ofw_disk.c Use __FBSDID(). 2003-08-24 17:55:58 +00:00
ofw_pci.h 1. Add ofw_pci.h with definitions for the OpenFirmware PCI bindings 2001-11-18 20:38:44 +00:00
openfirm.c Use __FBSDID(). 2003-08-24 17:55:58 +00:00
openfirm.h Implement OF_interpret. 2003-06-07 18:34:04 +00:00
openfirmio.c The present defaults for the open and close for device drivers which 2003-09-27 12:01:01 +00:00
openfirmio.h - Add an OFIOCGETPROPLEN ioctl() to get the length of a property. 2003-06-11 18:33:03 +00:00
openpromio.c Use __FBSDID(). 2003-08-24 17:55:58 +00:00
openpromio.h Add a solaris compatible ofw interface for third party software that 2003-06-19 01:40:11 +00:00