summaryrefslogtreecommitdiffstats
path: root/sys/dev/aic7xxx/ahc_eisa.c
Commit message (Expand)AuthorAgeFilesLines
* Remove comments about creating DMA tags as children of the DMA tags of theirjmallett2012-03-121-1/+0
* add a newbus method for obtaining the bus's bus_dma_tag_t... This isjmg2006-09-031-2/+2
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Add an ISA attachement to the aic7xxx driver to handle 284X controllers.gibbs2004-08-171-35/+0
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-6/+5
* ahc_eisa.c:gibbs2003-12-171-4/+2
* Use __FBSDID().obrien2003-08-241-2/+3
* Mega busdma API commit.scottl2003-07-011-1/+3
* hc_eisa.c:gibbs2003-05-031-2/+2
* Convert the use of MAXBSIZE in the dma tag to more appropriate values.scottl2002-12-311-2/+3
* Sync perforce IDs for changes first committed to FreeBSD and thengibbs2002-09-261-1/+1
* The ahc driver should only have one devclass, not one for each busscottl2002-09-221-4/+2
* Sync perforce Ids.gibbs2002-08-311-1/+1
* Allow the ahc and ahd drivers to be built as modules. This alsoscottl2002-08-011-3/+3
* Major update to the aic7xxx driver:gibbs2002-04-241-6/+6
* ahc_eisa.c:gibbs2001-05-151-0/+2
* This is an MFC candidate.gibbs2001-03-111-1/+1
* Update Copyright notices for new year. (should have been in last commit).gibbs2001-01-271-1/+1
* ahc_eisa.c:gibbs2001-01-221-1/+5
* ahc_eisa.c:gibbs2000-12-201-2/+2
* Move aicasm to its own subdirectory.gibbs2000-09-161-378/+111
* o Convert to <inttypes.h> style fixed sized types to facilitate porting togibbs2000-07-181-21/+25
* remove #include "eisa.h" and #if NEISA > 0 - this is guaranteed bypeter2000-01-291-7/+1
* Pre 4.0 tidy up.peter2000-01-141-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Properly set the alignment argument to bus_dma_tag_create(). If wegibbs1999-08-161-2/+2
* Move the specification of EDGE/LEVEL triggered interrupts tomdodd1999-08-011-5/+5
* Correct the comment for the last commit.gibbs1999-05-171-1/+1
* Fix whitespace. Correct a comment.gibbs1999-05-171-15/+18
* Move the declaration of the interrupt type from the driver structuredfr1999-05-081-2/+1
* ahb.c:gibbs1999-04-231-23/+15
* Implement an EISA new-bus framework. The old driver probe mechanismpeter1999-04-181-92/+99
* Modify to deal with changes in the storage of user negotiation settings.gibbs1999-03-051-4/+6
* Pull in new ccb_hdr list types.gibbs1998-12-151-1/+2
* Bring back support for honoring the primary channel setting for twin channelgibbs1998-10-151-3/+12
* Pass termination information via softc flags to the core driver. Thegibbs1998-10-091-13/+19
* Move to new name and convert to CAM.gibbs1998-09-151-0/+459
OpenPOWER on IntegriCloud