aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/aic7xxx/ahc_eisa.c
Commit message (Expand)AuthorAgeFilesLines
* add a newbus method for obtaining the bus's bus_dma_tag_t... This isJohn-Mark Gurney2006-09-031-2/+2
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Add an ISA attachement to the aic7xxx driver to handle 284X controllers.Justin T. Gibbs2004-08-171-35/+0
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-6/+5
* ahc_eisa.c:Justin T. Gibbs2003-12-171-4/+2
* Use __FBSDID().David E. O'Brien2003-08-241-2/+3
* Mega busdma API commit.Scott Long2003-07-011-1/+3
* hc_eisa.c:Justin T. Gibbs2003-05-031-2/+2
* Convert the use of MAXBSIZE in the dma tag to more appropriate values.Scott Long2002-12-311-2/+3
* Sync perforce IDs for changes first committed to FreeBSD and thenJustin T. Gibbs2002-09-261-1/+1
* The ahc driver should only have one devclass, not one for each busScott Long2002-09-221-4/+2
* Sync perforce Ids.Justin T. Gibbs2002-08-311-1/+1
* Allow the ahc and ahd drivers to be built as modules. This alsoScott Long2002-08-011-3/+3
* Major update to the aic7xxx driver:Justin T. Gibbs2002-04-241-6/+6
* ahc_eisa.c:Justin T. Gibbs2001-05-151-0/+2
* This is an MFC candidate.Justin T. Gibbs2001-03-111-1/+1
* Update Copyright notices for new year. (should have been in last commit).Justin T. Gibbs2001-01-271-1/+1
* ahc_eisa.c:Justin T. Gibbs2001-01-221-1/+5
* ahc_eisa.c:Justin T. Gibbs2000-12-201-2/+2
* Move aicasm to its own subdirectory.Justin T. Gibbs2000-09-161-378/+111
* o Convert to <inttypes.h> style fixed sized types to facilitate porting toJustin T. Gibbs2000-07-181-21/+25
* remove #include "eisa.h" and #if NEISA > 0 - this is guaranteed byPeter Wemm2000-01-291-7/+1
* Pre 4.0 tidy up.Peter Wemm2000-01-141-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Properly set the alignment argument to bus_dma_tag_create(). If weJustin T. Gibbs1999-08-161-2/+2
* Move the specification of EDGE/LEVEL triggered interrupts toMatthew N. Dodd1999-08-011-5/+5
* Correct the comment for the last commit.Justin T. Gibbs1999-05-171-1/+1
* Fix whitespace. Correct a comment.Justin T. Gibbs1999-05-171-15/+18
* Move the declaration of the interrupt type from the driver structureDoug Rabson1999-05-081-2/+1
* ahb.c:Justin T. Gibbs1999-04-231-23/+15
* Implement an EISA new-bus framework. The old driver probe mechanismPeter Wemm1999-04-181-92/+99
* Modify to deal with changes in the storage of user negotiation settings.Justin T. Gibbs1999-03-051-4/+6
* Pull in new ccb_hdr list types.Justin T. Gibbs1998-12-151-1/+2
* Bring back support for honoring the primary channel setting for twin channelJustin T. Gibbs1998-10-151-3/+12
* Pass termination information via softc flags to the core driver. TheJustin T. Gibbs1998-10-091-13/+19
* Move to new name and convert to CAM.Justin T. Gibbs1998-09-151-0/+459