summaryrefslogtreecommitdiffstats
path: root/sys/dev/buslogic
Commit message (Expand)AuthorAgeFilesLines
* Prepare for future integration between CAM and newbus. xpt_bus_registerscottl2007-06-171-1/+1
* Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM willscottl2007-04-151-1/+1
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* Add MODULE_DEPENDS for cam, pci, mca, eisa and isa where needed.mjacob2006-12-115-0/+7
* 2nd and final commit that moves us to CAM_NEW_TRAN_CODEmjacob2006-11-021-59/+0
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386nyan2005-05-294-12/+0
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-064-4/+4
* #include <isa/isavar.h> instead of <i386/isa/isa_dma.h>phk2004-09-151-1/+1
* Add missing <sys/module.h> includesphk2004-05-301-0/+1
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-174-20/+12
* Use PCIR_BAR(x) instead of PCIR_MAPS.jhb2003-09-021-2/+2
* Remove merge conflict that I didn't notice as it was in the middle of aobrien2003-08-251-5/+0
* Use __FBSDID().obrien2003-08-245-6/+19
* Prefer new location of pci include files (which have only been in theimp2003-08-221-2/+2
* Fixed wrong function names in the error message that was translated tobde2003-07-261-3/+3
* Mega busdma API commit.scottl2003-07-015-0/+30
* Add /* FALLTHROUGH */phk2003-05-312-7/+7
* Bring back bus_dmasync_op_t. It is now a typedef to an int, though thescottl2003-05-271-2/+2
* I deserve a big pointy hat for having missed all those referencesmux2003-04-101-2/+2
* Clean up argument comments for bus_dma_tag_create() calls.mdodd2003-03-295-83/+126
* Consolidate MIN/MAX macros into one place (param.h).alfred2003-02-021-4/+0
* Add some band-aid casts to quiet warnings. This driver still assumesjhb2002-11-061-1/+1
* Change BUS_SPACE_UNRESTRICTED (~0ul) to plain ~0 when used in thepeter2002-10-094-4/+4
* Remove #if 0'ed abuse of NPCIpeter2002-07-211-3/+0
* Use ANSI C string contatenation instead of a multi-line string literal.jhb2001-12-131-4/+4
* The EXTENDED_GEOMETRY flag is really bit 7. This affects >2GB drives.peter2001-08-261-1/+1
* Add code, imperfect though it may be, for CAM_NEW_TRAN_CODE compilation.mjacob2001-07-041-11/+115
* Turn on interrupt-entropy harvesting for all/any mass storage devicesmarkm2001-03-011-1/+1
* Classify all EISA cards with major firmware revions '2' as 742As.gibbs2000-11-133-3/+22
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Fix typo (accessable --> accessible).alex2000-06-141-1/+1
* Unused include: #include "bt.h"peter2000-06-101-2/+0
* Back out the previous change to the queue(3) interface.jake2000-05-261-5/+5
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-5/+5
* Remove unneeded <sys/buf.h> includes.phk2000-04-181-1/+0
* Remove #include "eisa.h" and #if NEISA > 0 - this is guaranteed by config.peter2000-01-291-5/+0
* Use rman_get_start instead of bus handle directly.nyan2000-01-171-1/+2
* Pre 4.0 tidy up.peter2000-01-141-1/+1
* * Add struct resource_list* argument to resource_list_alloc anddfr1999-10-121-4/+2
* - Point the right bits at the new location of the bus front ends.mdodd1999-10-092-6/+8
* - Restore correct operation of bt_mca.mdodd1999-10-091-14/+26
* Sync with recent changes to the MCA bus code. Resource IVARS wentmdodd1999-10-081-17/+9
* mca_add_{iospace,mspace}() no longer takes a 4th arg.mdodd1999-09-261-1/+1
* This adds support for the Buslogic/Bustek/Storage Dimensionsmdodd1999-09-031-0/+324
* $Id$ -> $FreeBSD$peter1999-08-285-5/+5
* Properly set the alignment argument to bus_dma_tag_create(). If wegibbs1999-08-164-12/+12
* Move the specification of EDGE/LEVEL triggered interrupts tomdodd1999-08-011-2/+7
* Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entirepeter1999-07-031-5/+1
* Don't #include i386/isa/isa_dma.h - it's in isa/isavar.h now. Thispeter1999-06-281-2/+1
* Quieten the bt_isa_probe() messages since they get a bit much whenpeter1999-06-031-3/+4
OpenPOWER on IntegriCloud