aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/buslogic
Commit message (Expand)AuthorAgeFilesLines
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-174-20/+12
* Use PCIR_BAR(x) instead of PCIR_MAPS.John Baldwin2003-09-021-2/+2
* Remove merge conflict that I didn't notice as it was in the middle of aDavid E. O'Brien2003-08-251-5/+0
* Use __FBSDID().David E. O'Brien2003-08-245-6/+19
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-221-2/+2
* Fixed wrong function names in the error message that was translated toBruce Evans2003-07-261-3/+3
* Mega busdma API commit.Scott Long2003-07-015-0/+30
* Add /* FALLTHROUGH */Poul-Henning Kamp2003-05-312-7/+7
* Bring back bus_dmasync_op_t. It is now a typedef to an int, though theScott Long2003-05-271-2/+2
* I deserve a big pointy hat for having missed all those referencesMaxime Henrion2003-04-101-2/+2
* Clean up argument comments for bus_dma_tag_create() calls.Matthew N. Dodd2003-03-295-83/+126
* Consolidate MIN/MAX macros into one place (param.h).Alfred Perlstein2003-02-021-4/+0
* Add some band-aid casts to quiet warnings. This driver still assumesJohn Baldwin2002-11-061-1/+1
* Change BUS_SPACE_UNRESTRICTED (~0ul) to plain ~0 when used in thePeter Wemm2002-10-094-4/+4
* Remove #if 0'ed abuse of NPCIPeter Wemm2002-07-211-3/+0
* Use ANSI C string contatenation instead of a multi-line string literal.John Baldwin2001-12-131-4/+4
* The EXTENDED_GEOMETRY flag is really bit 7. This affects >2GB drives.Peter Wemm2001-08-261-1/+1
* Add code, imperfect though it may be, for CAM_NEW_TRAN_CODE compilation.Matt Jacob2001-07-041-11/+115
* Turn on interrupt-entropy harvesting for all/any mass storage devicesMark Murray2001-03-011-1/+1
* Classify all EISA cards with major firmware revions '2' as 742As.Justin T. Gibbs2000-11-133-3/+22
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-151-1/+0
* Fix typo (accessable --> accessible).Alexander Langer2000-06-141-1/+1
* Unused include: #include "bt.h"Peter Wemm2000-06-101-2/+0
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-5/+5
* 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