freebsd-nq/sys/dev/buslogic
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
..
bt_eisa.c Implement an EISA new-bus framework. The old driver probe mechanism 1999-04-18 15:50:35 +00:00
bt_isa.c Make the bt isa driver work.. 1999-04-18 19:08:28 +00:00
bt_pci.c Implement an EISA new-bus framework. The old driver probe mechanism 1999-04-18 15:50:35 +00:00
bt.c Check bus_setup_intr() as a seatbelt... 1999-04-18 19:03:50 +00:00
btreg.h Implement an EISA new-bus framework. The old driver probe mechanism 1999-04-18 15:50:35 +00:00