aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/aic7xxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* aic7xxx.c:Justin T. Gibbs2000-11-066-89/+98
* Generate bmov instructions for all move requests. The driverJustin T. Gibbs2000-10-311-3/+3
* aic7xxx.c:Justin T. Gibbs2000-10-318-368/+706
* Remove unneeded <stddef.h> #includes.Poul-Henning Kamp2000-10-292-4/+0
* Add the use of M_ZERO to some malloc calls.David Malone2000-10-292-6/+4
* Bring back the ability to send cdbs of length 13->32 bytes. This was lostJustin T. Gibbs2000-10-121-1/+1
* Store a pointer to our softc in the kernel's SCB structure. In theJustin T. Gibbs2000-10-114-54/+40
* Close a race condition that doesn't really exist in -current. WhenJustin T. Gibbs2000-10-092-2/+2
* Clean up error recovery code:Justin T. Gibbs2000-10-096-68/+117
* Correct corruption of the qinfifo in ahc_search_qinififo() for allJustin T. Gibbs2000-10-084-97/+106
* Fix single character typo in legacy transfer settings functionJustin T. Gibbs2000-10-062-2/+2
* Bring in a slew of fixes that were supposed to be in the last commit.Justin T. Gibbs2000-10-063-70/+90
* Correct pedantic errors in arrays generated by the assembler (trailingJustin T. Gibbs2000-10-051-5/+12
* Convert the driver to use a single DMA for fetching new commands insteadJustin T. Gibbs2000-10-0510-213/+474