freebsd-dev/sys/isa
Bruce Evans 586079cc26 Don't include <isa/isavar.h> or compile code depending on it when isa
is not configured.  Including <isa/isavar.h> when it is not used is
harmful as well as bogus, since it includes "isa_if.h" which is not
generated when isa is not configured.

This was fixed in 1999 but was broken by unconditionalizing PNPBIOS.
2002-01-30 12:41:12 +00:00
..
atkbd_isa.c
atkbdc_isa.c
atrtc.c Don't include <isa/isavar.h> or compile code depending on it when isa 2002-01-30 12:41:12 +00:00
fd.c Change the test for _MACHINE_ARCH == i386 into #ifdef __i386__ since it 2001-12-18 22:16:33 +00:00
fdreg.h Long promised major enhancement set for the floppy disk driver: 2001-12-15 19:09:04 +00:00
isa_common.c Use the new resource_list_print_type() function. 2001-12-21 21:54:56 +00:00
isa_common.h Use the new resource_list_print_type() function. 2001-12-21 21:54:56 +00:00
isa_if.m
isahint.c
isareg.h
isavar.h
orm.c
pnp.c
pnpparse.c
pnpreg.h
pnpvar.h
ppc.c Update to C99, s/__FUNCTION__/__func__/, 2001-12-10 08:09:49 +00:00
ppcreg.h
psm.c Add another PS2 PNP id. 2001-12-19 13:32:21 +00:00
rtc.h
syscons_isa.c
vga_isa.c