freebsd-src/sys/isa
Peter Wemm 0f6bc47029 Make the bt isa driver work..
- fix cut/paste problem. :-)
- don't forget to call isa_dmacascade()
- reset the port after we release resources.

That last one is a trap to watch out for..  The isa bus driver uses the
same port/irq/mem/etc variables for the initial probe hints as it does
for allocation/deallocation tracking.  Releasing a resource clears the
variable and then you loose the hint during attach.. (ouch!)
1999-04-18 19:08:28 +00:00
..
ic
atkbd_isa.c
atkbdc_isa.c
atrtc.c
bt_isa.c Make the bt isa driver work.. 1999-04-18 19:08:28 +00:00
fd.c
fdc.h
fdreg.h
isareg.h
isavar.h
joy.c
ppc.c
ppcreg.h
psm.c Merge revs 1.57 and 1.60 of i386/isa/psm.c 1999-04-18 15:12:11 +00:00
rtc.h
sio.c Tidy up a few things left over from the conversion from i386/isa/sio.c. 1999-04-18 14:35:28 +00:00
sioreg.h Merge missing changes from i386/isa/sioreg.h (PC98 related) 1999-04-18 14:37:47 +00:00
syscons_isa.c
vga_isa.c