freebsd-dev/sys/isa
Warner Losh 993fd0c509 PNP BIOS devices are fundamentally different than ISA PNP devices.
These devices should be probed first because they are at fixed
locations and cannot be turned off.  ISA PNP devices, on the other
hand, can be turned off and often can be flexible in the resources
they use.  Probe them last, as always.
2004-12-07 05:30:02 +00:00
..
atkbd_isa.c add missing #include <sys/module.h> 2004-05-30 20:27:19 +00:00
atkbdc_isa.c Remove local hacks to set flags now that the device probe does this for us. 2004-10-14 22:21:59 +00:00
atrtc.c Partially revert previous commit. Calling getit() unconditionally fixed 2004-07-11 17:50:59 +00:00
isa_common.c Convert callers to the new bus_alloc_resource_any(9) API. 2004-03-17 17:50:55 +00:00
isa_common.h No need to declare M_ISADEV here. 2002-10-16 10:38:48 +00:00
isa_if.m
isahint.c Remove local hacks to set flags now that the device probe does this for us. 2004-10-14 22:21:59 +00:00
isareg.h Remove advertising clause from University of California Regent's 2004-04-07 20:46:16 +00:00
isavar.h PNP BIOS devices are fundamentally different than ISA PNP devices. 2004-12-07 05:30:02 +00:00
orm.c These option roms are defined in the ISA standard, and in the ISA 2004-07-05 17:26:04 +00:00
pnp.c Use __FBSDID(). 2003-06-11 00:34:37 +00:00
pnpparse.c Use __FBSDID(). 2003-06-11 00:34:37 +00:00
pnpreg.h
pnpvar.h
psm.c Introduce a tunable to disable support for Synaptics touchpads. A number of 2004-09-29 23:49:57 +00:00
rtc.h Remove advertising clause from University of California Regent's 2004-04-07 20:46:16 +00:00
syscons_isa.c Converge towards i386. I originally resisted creating <machine/pc/bios.h> 2004-09-24 01:08:34 +00:00
vga_isa.c Stop printing the VGA registers during verbose boot, in order to not 2004-11-03 09:07:44 +00:00