summaryrefslogtreecommitdiffstats
path: root/sys/dev/aic7xxx
Commit message (Expand)AuthorAgeFilesLines
...
* Move interrupt enable into the OSM.gibbs2002-08-311-168/+179
* Cleanup endian macros.gibbs2002-08-311-1/+44
* Enable card interrupts from the OSM.gibbs2002-08-311-9/+22
* Add a prefix to be used for assembler generated tables andgibbs2002-08-311-16/+22
* Convert to new assembler field syntax.gibbs2002-08-311-304/+330
* Drop the bus reset hold delay back down to 25us. The 250usgibbs2002-08-311-13/+32
* Add ahc_print_devinfo() to simplify some diagnostic output.gibbs2002-08-311-77/+289
* Pass unparsed serial eeprom information into the driver core.gibbs2002-08-311-34/+40
* Update assembler syntax and assembler to allow generation of registergibbs2002-08-3110-273/+566
* Tell the user about a failed IRQ mapping rather than fail silently.gibbs2002-08-311-2/+5
* Allow the ahc and ahd drivers to be built as modules. This alsoscottl2002-08-012-7/+7
* Minimal tweak to not depend on NPCI, but still maintain portabilitypeter2002-07-232-6/+12
* - Remove unnecessary break statement.robert2002-07-221-2/+1
* Hook up the ahd driver.gibbs2002-06-067-27/+11
* Remove one more multi-line string literal.gibbs2002-06-061-5/+5
* Silence GCC warnings about multi-line strings.gibbs2002-06-057-48/+48
* Enter the ahd driver which supports the Adaptec AIC7902 Ultra320, PCI-Xgibbs2002-06-059-0/+19742
* Tweak the include dirs w/o incurring extra warningsobrien2002-05-141-1/+1
* Use only bits w/in /sys if at all possible.obrien2002-05-101-1/+1
* Add "CFLAGS+= -I${MAKESRCPATH}" when running under the kernel build,peter2002-05-011-0/+3
* Move the new byte order function prototypes from <sys/param.h> tomike2002-04-261-0/+1
* Major update to the aic7xxx driver:gibbs2002-04-2415-2889/+858
* Add macro functionality.gibbs2002-04-2410-208/+1248
* 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
OpenPOWER on IntegriCloud