freebsd-dev/sys/i386/bios
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
..
apm.c - Use the new resource_disabled() helper function to see if devices are 2003-07-02 16:09:02 +00:00
apm.h Merge PC98 support. 2003-03-25 05:19:18 +00:00
mca_machdep.c Use __FBSDID(). 2003-06-02 06:02:49 +00:00
mca_machdep.h
smapi_bios.S Despite my best efforts the Linux way of doing this is the only 2003-06-13 00:36:03 +00:00
smapi.c The present defaults for the open and close for device drivers which 2003-09-27 12:01:01 +00:00
smbios.c Use __FBSDID(). 2003-06-02 06:02:49 +00:00
vpd.c Use __FBSDID(). 2003-06-02 06:02:49 +00:00