summaryrefslogtreecommitdiffstats
path: root/sys/dev/aic7xxx
Commit message (Expand)AuthorAgeFilesLines
* Remove __P.alfred2002-03-201-10/+10
* Due to changes in the handling of the #line directive by GCC(cpp) 3.1,obrien2002-03-111-1/+1
* Remove reliance on i++ in multiple arguments to a function. C does notgibbs2001-12-161-16/+3
* Restore initialization of ahc->unpause lost in rev 1.76. ahc->unpausegibbs2001-08-171-2/+4
* aic7xxx.c:gibbs2001-08-053-25/+44
* Remove a bootverbose diagnostic that makes bootverbose just too verbose.gibbs2001-07-281-3/+0
* add %option nounputassar2001-07-221-0/+2
* ahc_pci.c:gibbs2001-07-1813-360/+696
* Add support for parsing version strings out of assembler source filesgibbs2001-07-185-36/+111
* Move check against CAM_NEW_TRAN_CODE ahead of the file that might includemjacob2001-06-222-6/+8
* Don't dereference NULL regs pointer (should mapping I/O ports fail, asmjacob2001-06-211-6/+7
* ahc_eisa.c:gibbs2001-05-1514-323/+506
* Don't allow immediate values of 0 for operations that can take either anken2001-04-041-0/+5
* Change ahc_update_pending_scbs() so that it safe to be calledgibbs2001-04-011-0/+11
* aic7770.c:gibbs2001-03-299-310/+371
* Rewrite of the CAM error recovery code.ken2001-03-272-0/+6
* This is an MFC candidate.gibbs2001-03-201-7/+6
* This is an MFC candidate.gibbs2001-03-193-5/+7
* This is an MFC candidate.gibbs2001-03-1114-397/+529
* aic7xxx.c:gibbs2001-02-216-122/+194
* Set the interrupt-harvesting bit for those hardware items that Imarkm2001-02-182-2/+2
* Preceed/preceeding are not english words. Use precede or preceding.asmodai2001-02-183-4/+4
* Limit CHANNEL_B_PRIMARY's effect to twin channel adapters where we can easilygibbs2001-02-172-4/+8
* aic7xxx.c:gibbs2001-02-105-78/+175
* Fix typo: depricated -> deprecated.asmodai2001-02-061-1/+1
* Mechanical change to use <sys/queue.h> macro API instead ofphk2001-02-042-27/+27
* Update Copyright notices for new year. (should have been in last commit).gibbs2001-01-2713-13/+18
* When flipping the first entry in the qinfifo with the "next queued SCB",gibbs2001-01-231-1/+4
* ahc_eisa.c:gibbs2001-01-2211-173/+270
* Index our "DMA safe" sense buffers by SCB rather than hscb.gibbs2001-01-094-4/+28
* aic7xxx.c:gibbs2001-01-055-82/+186
* ahc_eisa.c:gibbs2000-12-2013-222/+710
* Fix include directories for crossbuilding.marcel2000-12-131-1/+1
* Don't attempt to reference a NULL scb_data area during teardown eventsgibbs2000-11-131-0/+2
* aic7xxx.c:gibbs2000-11-123-4/+16
* Sync Perforce IDs, add tranceiver state change support, and correctgibbs2000-11-1010-58/+150
* Sync perforce IDs.gibbs2000-11-107-7/+7
* aic7xxx.c:gibbs2000-11-066-89/+98
* Generate bmov instructions for all move requests. The drivergibbs2000-10-311-3/+3
* aic7xxx.c:gibbs2000-10-318-368/+706
* Remove unneeded <stddef.h> #includes.phk2000-10-292-4/+0
* Add the use of M_ZERO to some malloc calls.dwmalone2000-10-292-6/+4
* Bring back the ability to send cdbs of length 13->32 bytes. This was lostgibbs2000-10-121-1/+1
* Store a pointer to our softc in the kernel's SCB structure. In thegibbs2000-10-114-54/+40
* Close a race condition that doesn't really exist in -current. Whengibbs2000-10-092-2/+2
* Clean up error recovery code:gibbs2000-10-096-68/+117
* Correct corruption of the qinfifo in ahc_search_qinififo() for allgibbs2000-10-084-97/+106
* Fix single character typo in legacy transfer settings functiongibbs2000-10-062-2/+2
* Bring in a slew of fixes that were supposed to be in the last commit.gibbs2000-10-063-70/+90
* Correct pedantic errors in arrays generated by the assembler (trailinggibbs2000-10-051-5/+12
OpenPOWER on IntegriCloud