summaryrefslogtreecommitdiffstats
path: root/sys/dev/aic7xxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
OpenPOWER on IntegriCloud