freebsd-dev/sys/i386/bios
Warner Losh e04ed822be o Return ai_batteries as 0xffffffff instead of -1. This is a nop change, but
placates gcc which seems to like to complain about -1 being assigned to
  an unsigned value.  It is well defined and intended, but since signess bugs
  are being hunted just change to 0xffffffff.
o Mask the lower 8 bits, not the lower 4 bits for the ai_capabilities word.
  All 8 bits are defined and the 0xf was almost certainly a typo.
o Define APM_UNKNOWN to 0xff for emulation layer.
2004-06-16 20:27:50 +00:00
..
apm.c o Return ai_batteries as 0xffffffff instead of -1. This is a nop change, but 2004-06-16 20:27:50 +00:00
apm.h o Return ai_batteries as 0xffffffff instead of -1. This is a nop change, but 2004-06-16 20:27:50 +00:00
mca_machdep.c Remove atdevbase and replace it's remaining uses with direct references to 2004-06-10 20:31:00 +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 Do the dreaded s/dev_t/struct cdev */ 2004-06-16 09:47:26 +00:00
smbios.c Remove atdevbase and replace it's remaining uses with direct references to 2004-06-10 20:31:00 +00:00
vpd.c Remove atdevbase and replace it's remaining uses with direct references to 2004-06-10 20:31:00 +00:00