summaryrefslogtreecommitdiff
path: root/sys/dev/buslogic
Commit message (Expand)AuthorAgeFilesLines
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-5/+5
* Remove unneeded <sys/buf.h> includes.Poul-Henning Kamp2000-04-181-1/+0
* Remove #include "eisa.h" and #if NEISA > 0 - this is guaranteed by config.Peter Wemm2000-01-291-5/+0
* Use rman_get_start instead of bus handle directly.Yoshihiro Takahashi2000-01-171-1/+2
* Pre 4.0 tidy up.Peter Wemm2000-01-141-1/+1
* * Add struct resource_list* argument to resource_list_alloc andDoug Rabson1999-10-121-4/+2
* - Point the right bits at the new location of the bus front ends.Matthew N. Dodd1999-10-092-6/+8
* - Restore correct operation of bt_mca.Matthew N. Dodd1999-10-091-14/+26
* Sync with recent changes to the MCA bus code. Resource IVARS wentMatthew N. Dodd1999-10-081-17/+9
* mca_add_{iospace,mspace}() no longer takes a 4th arg.Matthew N. Dodd1999-09-261-1/+1
* This adds support for the Buslogic/Bustek/Storage DimensionsMatthew N. Dodd1999-09-031-0/+324
* $Id$ -> $FreeBSD$Peter Wemm1999-08-285-5/+5
* Properly set the alignment argument to bus_dma_tag_create(). If weJustin T. Gibbs1999-08-164-12/+12
* Move the specification of EDGE/LEVEL triggered interrupts toMatthew N. Dodd1999-08-011-2/+7
* Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entirePeter Wemm1999-07-031-5/+1
* Don't #include i386/isa/isa_dma.h - it's in isa/isavar.h now. ThisPeter Wemm1999-06-281-2/+1
* Quieten the bt_isa_probe() messages since they get a bit much whenPeter Wemm1999-06-031-3/+4
* No support for pnp devices yet.Doug Rabson1999-05-301-1/+5
* Poll for interrupts in bt_cmd in case they are masked. A completingJustin T. Gibbs1999-05-231-4/+14
* Don't use BUS_WRITE_IVAR to manipulate resources.Doug Rabson1999-05-221-9/+10
* Move the declaration of the interrupt type from the driver structureDoug Rabson1999-05-084-8/+6
* Add a number of interrelated CAM feature enhancements and bug fixes.Kenneth D. Merry1999-05-061-2/+3
* Remove bt_softcs. It is no longer used.Warner Losh1999-05-052-5/+2
* Revert part of 1.9; we don't need to reset the port after release now thatPeter Wemm1999-04-241-2/+1
* Typo, use SYS_RES_IRQ when releasing the irq resource, not SYS_RES_IOPORT.Peter Wemm1999-04-241-2/+2
* ahc_pci.c:Justin T. Gibbs1999-04-231-3/+3
* bt.c:Justin T. Gibbs1999-04-232-10/+18
* Make bt driver work on eisa again.Doug Rabson1999-04-201-2/+2
* Make the bt isa driver work..Peter Wemm1999-04-181-5/+11
* Check bus_setup_intr() as a seatbelt...Peter Wemm1999-04-181-2/+7
* Implement an EISA new-bus framework. The old driver probe mechanismPeter Wemm1999-04-185-419/+504
* Improve bt_cmd() so that it has a better chance of working when thereJustin T. Gibbs1999-04-072-61/+84
* failled spell-checkPoul-Henning Kamp1999-04-061-2/+2
* Fix a typo.Justin T. Gibbs1999-03-231-2/+2
* Add bt_port_probe() a routine shared by the EISA and ISA probe code toJustin T. Gibbs1999-03-082-15/+87
* Ask the card where our interrupt is instead of attempting to use the EISAJustin T. Gibbs1999-03-081-85/+31
* Pull 'ISA style' probe where interrupt information is determined throughJustin T. Gibbs1999-03-081-43/+7
* probe function changed from returning char * to const char *.Matthew Dillon1998-12-141-3/+3
* Remove unsued variable.Justin T. Gibbs1998-12-111-9/+12
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()Archie Cobbs1998-12-041-5/+5
* Move a diagnostic behind "if (bootverbose)".Justin T. Gibbs1998-11-131-5/+7
* Noop Commit - Change was in last revision.Justin T. Gibbs1998-11-101-1/+1
* Convert to change in ISA compatiblity port handling in the base bt driver.Justin T. Gibbs1998-11-101-3/+3
* Fix probes when a port address is specified.Justin T. Gibbs1998-11-103-47/+115
* Do not disable the ISA compatibility window if it is the same value asJustin T. Gibbs1998-10-303-10/+22
* -Wunused cleanup.Justin T. Gibbs1998-10-151-4/+2
* Honor CAM_TAG_ACTION_NONE.Justin T. Gibbs1998-10-151-3/+4
* Fix breakage introduced by last patch. bde has added CC_QUIET flag toWarner Losh1998-10-121-27/+4
* Fix conficts in probe:Warner Losh1998-10-101-1/+28
* Hook up ahapoll so that dumps, synchronize cache commands or any otherJustin T. Gibbs1998-10-091-1/+2