aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/aic7xxx/aic7xxx.h
Commit message (Expand)AuthorAgeFilesLines
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* aic7xxx.h:Justin T. Gibbs2004-10-191-0/+4
* Remove ISA attachments dependence on eisaconf.hJustin T. Gibbs2004-08-181-0/+1
* Add an ISA attachement to the aic7xxx driver to handle 284X controllers.Justin T. Gibbs2004-08-171-0/+4
* ahc_eisa.c:Justin T. Gibbs2003-12-171-9/+26
* aic7770.c:Justin T. Gibbs2003-06-061-2/+2
* Constify a string used in our EISA probe tables.Justin T. Gibbs2003-06-061-4/+4
* Correct/Simplify ignore wide residue message handlingJustin T. Gibbs2003-05-261-2/+2
* Fix disabling of PCI parity error interrupts. We need to setJustin T. Gibbs2003-05-261-1/+6
* aic7xxx.c:Justin T. Gibbs2003-05-031-29/+65
* aic7xxx.reg:Justin T. Gibbs2003-01-201-14/+32
* Bring in many bugfixes and changes obtained from formal testing:Scott Long2002-11-301-7/+44
* Drop the bus reset hold delay back down to 25us. The 250usJustin T. Gibbs2002-08-311-13/+32
* Major update to the aic7xxx driver:Justin T. Gibbs2002-04-241-24/+66
* ahc_pci.c:Justin T. Gibbs2001-07-181-29/+15
* ahc_eisa.c:Justin T. Gibbs2001-05-151-15/+30
* aic7770.c:Justin T. Gibbs2001-03-291-25/+31
* This is an MFC candidate.Justin T. Gibbs2001-03-111-47/+39
* Preceed/preceeding are not english words. Use precede or preceding.Jeroen Ruigrok van der Werven2001-02-181-1/+1
* aic7xxx.c:Justin T. Gibbs2001-02-101-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-5/+23
* aic7xxx.c:Justin T. Gibbs2001-01-051-16/+23
* ahc_eisa.c:Justin T. Gibbs2000-12-201-12/+47
* Sync Perforce IDs, add tranceiver state change support, and correctJustin T. Gibbs2000-11-101-1/+6
* aic7xxx.c:Justin T. Gibbs2000-10-311-15/+36
* Store a pointer to our softc in the kernel's SCB structure. In theJustin T. Gibbs2000-10-111-0/+2
* Clean up error recovery code:Justin T. Gibbs2000-10-091-1/+0
* Correct corruption of the qinfifo in ahc_search_qinififo() for allJustin T. Gibbs2000-10-081-0/+4
* Convert the driver to use a single DMA for fetching new commands insteadJustin T. Gibbs2000-10-051-3/+11
* Add Perforce RCSIDs for easy revision correlation to my local tree.Justin T. Gibbs2000-09-221-3/+3
* Move aicasm to its own subdirectory.Justin T. Gibbs2000-09-161-370/+640
* ahc_pci.c:Justin T. Gibbs2000-07-271-2/+12
* aic7xxx.c:Justin T. Gibbs2000-07-241-5/+2
* o Convert to <inttypes.h> style fixed sized types to facilitate porting toJustin T. Gibbs2000-07-181-125/+315
* Unused include: #include "ahc.h"Peter Wemm2000-06-101-1/+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
* Kill the "unpause_always" argument to unpause_sequencer(). The reasonsJustin T. Gibbs2000-02-091-4/+6
* Update copyrights to Y2K.Justin T. Gibbs2000-01-071-19/+36
* Simplify my copyright license terms.Justin T. Gibbs1999-12-061-7/+7
* aic7xxx.c:Justin T. Gibbs1999-08-301-6/+10
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add support for issuing immediate notify event ccbs for bus resets, bdrJustin T. Gibbs1999-08-161-2/+22
* aic7xxx.c:Justin T. Gibbs1999-05-221-2/+2
* Update copyright. Correct some whitespace.Justin T. Gibbs1999-05-171-2/+2
* Better workaround for aic7890 chip bug. Use the HS_MAILBOX register toJustin T. Gibbs1999-05-141-3/+4
* Complete conversion to bus dma. This driver now works on the alpha.Justin T. Gibbs1999-04-231-54/+88
* Keep track of negotiated transfer parameters for each initiator<->targetJustin T. Gibbs1999-03-051-35/+39
* Add support for routing initiator transactions to disabled luns to theJustin T. Gibbs1999-01-141-1/+9