freebsd-dev/sys/i386/bios
Ed Schouten 4c88ba2d70 Unobfuscate unit number handling in apm(4).
There is no need to use the lower 4 bits of the unit number to store the
device type number. Just use 0 and 1 to distinguish them. devfs also
guarantees that there can never be an open call on a device that has a
unit number different to 0 and 1, so there is no need to check for this
in open().
2009-10-31 10:38:30 +00:00
..
apm.c Unobfuscate unit number handling in apm(4). 2009-10-31 10:38:30 +00:00
apm.h Add multiple include guards. 2008-09-24 18:46:39 +00:00
mca_machdep.c
mca_machdep.h
smapi_bios.S
smapi.c Temporarily revert the new-bus locking for 8.0 release. It will be 2009-08-20 19:17:53 +00:00
smbios.c Temporarily revert the new-bus locking for 8.0 release. It will be 2009-08-20 19:17:53 +00:00
vpd.c Temporarily revert the new-bus locking for 8.0 release. It will be 2009-08-20 19:17:53 +00:00