aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/aic7xxx
Commit message (Expand)AuthorAgeFilesLines
* Allow the ahc and ahd drivers to be built as modules. This alsoScott Long2002-08-012-7/+7
* Minimal tweak to not depend on NPCI, but still maintain portabilityPeter Wemm2002-07-232-6/+12
* - Remove unnecessary break statement.Robert Drehmel2002-07-221-2/+1
* Hook up the ahd driver.Justin T. Gibbs2002-06-067-27/+11
* Remove one more multi-line string literal.Justin T. Gibbs2002-06-061-5/+5
* Silence GCC warnings about multi-line strings.Justin T. Gibbs2002-06-057-48/+48
* Enter the ahd driver which supports the Adaptec AIC7902 Ultra320, PCI-XJustin T. Gibbs2002-06-059-0/+19742
* Tweak the include dirs w/o incurring extra warningsDavid E. O'Brien2002-05-141-1/+1
* Use only bits w/in /sys if at all possible.David E. O'Brien2002-05-101-1/+1
* Add "CFLAGS+= -I${MAKESRCPATH}" when running under the kernel build,Peter Wemm2002-05-011-0/+3
* Move the new byte order function prototypes from <sys/param.h> toMike Barcroft2002-04-261-0/+1
* Major update to the aic7xxx driver:Justin T. Gibbs2002-04-2415-2889/+858
* Add macro functionality.Justin T. Gibbs2002-04-2410-208/+1248
* Remove __P.Alfred Perlstein2002-03-201-10/+10
* Due to changes in the handling of the #line directive by GCC(cpp) 3.1,David E. O'Brien2002-03-111-1/+1
* Remove reliance on i++ in multiple arguments to a function. C does notJustin T. Gibbs2001-12-161-16/+3
* Restore initialization of ahc->unpause lost in rev 1.76. ahc->unpauseJustin T. Gibbs2001-08-171-2/+4
* aic7xxx.c:Justin T. Gibbs2001-08-053-25/+44
* Remove a bootverbose diagnostic that makes bootverbose just too verbose.Justin T. Gibbs2001-07-281-3/+0
* add %option nounputAssar Westerlund2001-07-221-0/+2
* ahc_pci.c:Justin T. Gibbs2001-07-1813-360/+696
* Add support for parsing version strings out of assembler source filesJustin T. Gibbs2001-07-185-36/+111
* Move check against CAM_NEW_TRAN_CODE ahead of the file that might includeMatt Jacob2001-06-222-6/+8
* Don't dereference NULL regs pointer (should mapping I/O ports fail, asMatt Jacob2001-06-211-6/+7
* ahc_eisa.c:Justin T. Gibbs2001-05-1514-323/+506
* Don't allow immediate values of 0 for operations that can take either anKenneth D. Merry2001-04-041-0/+5
* Change ahc_update_pending_scbs() so that it safe to be calledJustin T. Gibbs2001-04-011-0/+11
* aic7770.c:Justin T. Gibbs2001-03-299-310/+371
* Rewrite of the CAM error recovery code.Kenneth D. Merry2001-03-272-0/+6
* This is an MFC candidate.Justin T. Gibbs2001-03-201-7/+6
* This is an MFC candidate.Justin T. Gibbs2001-03-193-5/+7
* This is an MFC candidate.Justin T. Gibbs2001-03-1114-397/+529
* aic7xxx.c:Justin T. Gibbs2001-02-216-122/+194
* Set the interrupt-harvesting bit for those hardware items that IMark Murray2001-02-182-2/+2
* Preceed/preceeding are not english words. Use precede or preceding.Jeroen Ruigrok van der Werven2001-02-183-4/+4
* Limit CHANNEL_B_PRIMARY's effect to twin channel adapters where we can easilyJustin T. Gibbs2001-02-172-4/+8
* aic7xxx.c:Justin T. Gibbs2001-02-105-78/+175
* Fix typo: depricated -> deprecated.Jeroen Ruigrok van der Werven2001-02-061-1/+1
* Mechanical change to use <sys/queue.h> macro API instead ofPoul-Henning Kamp2001-02-042-27/+27
* Update Copyright notices for new year. (should have been in last commit).Justin T. Gibbs2001-01-2713-13/+18
* When flipping the first entry in the qinfifo with the "next queued SCB",Justin T. Gibbs2001-01-231-1/+4
* ahc_eisa.c:Justin T. Gibbs2001-01-2211-173/+270
* Index our "DMA safe" sense buffers by SCB rather than hscb.Justin T. Gibbs2001-01-094-4/+28
* aic7xxx.c:Justin T. Gibbs2001-01-055-82/+186
* ahc_eisa.c:Justin T. Gibbs2000-12-2013-222/+710
* Fix include directories for crossbuilding.Marcel Moolenaar2000-12-131-1/+1
* Don't attempt to reference a NULL scb_data area during teardown eventsJustin T. Gibbs2000-11-131-0/+2
* aic7xxx.c:Justin T. Gibbs2000-11-123-4/+16
* Sync Perforce IDs, add tranceiver state change support, and correctJustin T. Gibbs2000-11-1010-58/+150
* Sync perforce IDs.Justin T. Gibbs2000-11-107-7/+7