summaryrefslogtreecommitdiffstats
path: root/sys/dev/aic7xxx
Commit message (Expand)AuthorAgeFilesLines
* Revert AHD_TIMER_MAX_US to its original definition now that thegibbs2003-01-221-2/+1
* Bandaid to make the kernel compile until the scsi-crew can find out whatphk2003-01-211-1/+2
* Fix a missed goal.period -> goal.offset change. Ingibbs2003-01-201-2/+2
* aic7xxx.reg:gibbs2003-01-206-138/+251
* aic79xx.c:gibbs2003-01-207-152/+844
* Allow constants to be complex expressions so long as thosegibbs2003-01-201-15/+6
* Fix the last reference to the reg_print.c file handlegibbs2003-01-201-2/+2
* Convert the use of MAXBSIZE in the dma tag to more appropriate values.scottl2002-12-315-8/+13
* The sequencer downloading code assumes that all jumpscottl2002-12-051-3/+5
* Last minute fixes to ahc and ahd:scottl2002-12-046-47/+94
* Major update to the ahd driver to fix many bugs found in the previousscottl2002-12-014-372/+949
* Implement workaround for broken busfree-rev in the A4.scottl2002-12-011-69/+148
* Add our controller name to the front of ourscottl2002-12-011-3/+16
* Remove redundant check for chip type being PCI-X.scottl2002-12-011-4/+4
* Update to include new ahd_scb_timer_reset APIscottl2002-12-011-3/+12
* Synchronize perforce Id tagsscottl2002-11-301-1/+1
* Bring in many bugfixes and changes obtained from formal testing:scottl2002-11-304-149/+435
* Add a routine for testing memory mapped register access.scottl2002-11-301-8/+58
* Always compile in the AHC_ALLOW_MEMIO code, but only try MEMIO ifscottl2002-11-301-4/+22
* Handle changes to SCB_CONTROL, scb->flags and SEQ_FLAGSscottl2002-11-301-5/+6
* Use the new ahc_scb_timer_reset APIscottl2002-11-301-4/+27
* Add support for the Olivetti branded EISA boards.scottl2002-11-301-1/+15
* Revisit the printf format fixes for alpha. intmax_t doesn't exist inscottl2002-11-282-5/+4
* Minor updates to the aicasm:scottl2002-11-273-5/+5
* Fix printf format problems that were stopping LINT on alphascottl2002-11-252-4/+5
* Use better return types and a couple of casts to eliminate warnings onscottl2002-11-121-7/+7
* Never allow memory mapped I/O in PCI-X mode on controllers thatgibbs2002-10-161-2/+4
* Remove a left over '&' from the conversion to using ourgibbs2002-09-301-2/+2
* Use fcntl.h from inside /sys.obrien2002-09-301-1/+1
* Be consistent about "static" functions: if the function is markedphk2002-09-281-1/+1
* Add a missing pair of curly braces to a conditional debuggibbs2002-09-271-2/+3
* Remove redundant inclusion of inttypes.h in aicasm_gram.ygibbs2002-09-274-8/+7
* Upgrade to version 1.1 of the aic79xx U320 driver.gibbs2002-09-266-243/+335
* Expand vendor ID.gibbs2002-09-261-1/+1
* Correct a spelling error.gibbs2002-09-261-2/+2
* Sync perforce IDs for changes first committed to FreeBSD and thengibbs2002-09-264-4/+4
* Use inttypes.hgibbs2002-09-265-7/+26
* The ahc driver should only have one devclass, not one for each busscottl2002-09-224-9/+10
* Use the correct bit value for a debug optionsscottl2002-09-011-1/+1
* Sync perforce Ids.gibbs2002-08-312-2/+2
* Identify new controllers and the aic7901A.gibbs2002-08-311-33/+55
* Hook up the endian macros.gibbs2002-08-311-28/+41
* Enable card interrupts in our OSM rather than in the core.gibbs2002-08-311-19/+29
* Correct lun representation during packetized operation.gibbs2002-08-311-44/+26
* Add a prefix to be used for assembler generated tables andgibbs2002-08-311-83/+62
* Convert to new assembler field syntax.gibbs2002-08-311-776/+834
* Updates for new non-packetized SCB-ID collision avoidance,gibbs2002-08-311-107/+125
* Identify the AIC7901A as such instead of an AIC7902.gibbs2002-08-311-477/+775
* If interrupts are disabled on the card, don't bother runninggibbs2002-08-311-1/+10
* Update Perforce Ids.gibbs2002-08-312-2/+2
OpenPOWER on IntegriCloud