freebsd-dev/sys/i386/bios
John Baldwin 8a9bc9c03b - Use the new resource_disabled() helper function to see if devices are
disabled.
- Change the apm driver to match the acpi driver's behavior by checking to
  see if the device is disabled in the identify routine instead of in the
  probe routine.  This way if the device is disabled it is never created.

Note that a few places (ips(4), Alpha SMP) used "disable" instead of
"disabled" for their hint names, and these hints must be changed to
"disabled".  If this is a big problem, resource_disabled() can always be
changed to honor both names.
2003-07-02 16:09:02 +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 Despite my best efforts the Linux way of doing this is the only 2003-06-13 00:36:03 +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