summaryrefslogtreecommitdiffstats
path: root/sys/dev/buslogic
Commit message (Expand)AuthorAgeFilesLines
* Revert part of 1.9; we don't need to reset the port after release now thatpeter1999-04-241-2/+1
* Typo, use SYS_RES_IRQ when releasing the irq resource, not SYS_RES_IOPORT.peter1999-04-241-2/+2
* ahc_pci.c:gibbs1999-04-231-3/+3
* bt.c:gibbs1999-04-232-10/+18
* Make bt driver work on eisa again.dfr1999-04-201-2/+2
* Make the bt isa driver work..peter1999-04-181-5/+11
* Check bus_setup_intr() as a seatbelt...peter1999-04-181-2/+7
* Implement an EISA new-bus framework. The old driver probe mechanismpeter1999-04-185-419/+504
* Improve bt_cmd() so that it has a better chance of working when theregibbs1999-04-072-61/+84
* failled spell-checkphk1999-04-061-2/+2
* Fix a typo.gibbs1999-03-231-2/+2
* Add bt_port_probe() a routine shared by the EISA and ISA probe code togibbs1999-03-082-15/+87
* Ask the card where our interrupt is instead of attempting to use the EISAgibbs1999-03-081-85/+31
* Pull 'ISA style' probe where interrupt information is determined throughgibbs1999-03-081-43/+7
* probe function changed from returning char * to const char *.dillon1998-12-141-3/+3
* Remove unsued variable.gibbs1998-12-111-9/+12
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()archie1998-12-041-5/+5
* Move a diagnostic behind "if (bootverbose)".gibbs1998-11-131-5/+7
* Noop Commit - Change was in last revision.gibbs1998-11-101-1/+1
* Convert to change in ISA compatiblity port handling in the base bt driver.gibbs1998-11-101-3/+3
* Fix probes when a port address is specified.gibbs1998-11-103-47/+115
* Do not disable the ISA compatibility window if it is the same value asgibbs1998-10-303-10/+22
* -Wunused cleanup.gibbs1998-10-151-4/+2
* Honor CAM_TAG_ACTION_NONE.gibbs1998-10-151-3/+4
* Fix breakage introduced by last patch. bde has added CC_QUIET flag toimp1998-10-121-27/+4
* Fix conficts in probe:imp1998-10-101-1/+28
* Hook up ahapoll so that dumps, synchronize cache commands or any othergibbs1998-10-091-1/+2
* Removed unused include of "ioconf.h" again. The CAM changes made ioconf.hbde1998-09-241-3/+1
* On wide cards with firmware revisions < 5.06L, we have to infer thatgibbs1998-09-201-1/+17
* Use %p with (void *) casts to print pointers with printf.gibbs1998-09-171-6/+6
* Fix printf format bugs.gibbs1998-09-161-7/+9
* Mylex/Buslogic MultiMaster SCSI-Host Adapter Driver for CAM.gibbs1998-09-155-0/+3755
OpenPOWER on IntegriCloud