aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/aic7xxx
Commit message (Expand)AuthorAgeFilesLines
* aic79xx.c:Justin T. Gibbs2003-03-064-38/+46
* aic79xx.c:Justin T. Gibbs2003-02-277-109/+255
* Revert AHD_TIMER_MAX_US to its original definition now that theJustin T. Gibbs2003-01-221-2/+1
* Bandaid to make the kernel compile until the scsi-crew can find out whatPoul-Henning Kamp2003-01-211-1/+2
* Fix a missed goal.period -> goal.offset change. InJustin T. Gibbs2003-01-201-2/+2
* aic7xxx.reg:Justin T. Gibbs2003-01-206-138/+251
* aic79xx.c:Justin T. Gibbs2003-01-207-152/+844
* Allow constants to be complex expressions so long as thoseJustin T. Gibbs2003-01-201-15/+6
* Fix the last reference to the reg_print.c file handleJustin T. Gibbs2003-01-201-2/+2
* Convert the use of MAXBSIZE in the dma tag to more appropriate values.Scott Long2002-12-315-8/+13
* The sequencer downloading code assumes that all jumpScott Long2002-12-051-3/+5
* Last minute fixes to ahc and ahd:Scott Long2002-12-046-47/+94
* Major update to the ahd driver to fix many bugs found in the previousScott Long2002-12-014-372/+949
* Implement workaround for broken busfree-rev in the A4.Scott Long2002-12-011-69/+148
* Add our controller name to the front of ourScott Long2002-12-011-3/+16
* Remove redundant check for chip type being PCI-X.Scott Long2002-12-011-4/+4
* Update to include new ahd_scb_timer_reset APIScott Long2002-12-011-3/+12
* Synchronize perforce Id tagsScott Long2002-11-301-1/+1
* Bring in many bugfixes and changes obtained from formal testing:Scott Long2002-11-304-149/+435
* Add a routine for testing memory mapped register access.Scott Long2002-11-301-8/+58
* Always compile in the AHC_ALLOW_MEMIO code, but only try MEMIO ifScott Long2002-11-301-4/+22
* Handle changes to SCB_CONTROL, scb->flags and SEQ_FLAGSScott Long2002-11-301-5/+6
* Use the new ahc_scb_timer_reset APIScott Long2002-11-301-4/+27
* Add support for the Olivetti branded EISA boards.Scott Long2002-11-301-1/+15
* Revisit the printf format fixes for alpha. intmax_t doesn't exist inScott Long2002-11-282-5/+4
* Minor updates to the aicasm:Scott Long2002-11-273-5/+5
* Fix printf format problems that were stopping LINT on alphaScott Long2002-11-252-4/+5
* Use better return types and a couple of casts to eliminate warnings onScott Long2002-11-121-7/+7
* Never allow memory mapped I/O in PCI-X mode on controllers thatJustin T. Gibbs2002-10-161-2/+4
* Remove a left over '&' from the conversion to using ourJustin T. Gibbs2002-09-301-2/+2
* Use fcntl.h from inside /sys.David E. O'Brien2002-09-301-1/+1
* Be consistent about "static" functions: if the function is markedPoul-Henning Kamp2002-09-281-1/+1
* Add a missing pair of curly braces to a conditional debugJustin T. Gibbs2002-09-271-2/+3
* Remove redundant inclusion of inttypes.h in aicasm_gram.yJustin T. Gibbs2002-09-274-8/+7
* Upgrade to version 1.1 of the aic79xx U320 driver.Justin T. Gibbs2002-09-266-243/+335
* Expand vendor ID.Justin T. Gibbs2002-09-261-1/+1
* Correct a spelling error.Justin T. Gibbs2002-09-261-2/+2
* Sync perforce IDs for changes first committed to FreeBSD and thenJustin T. Gibbs2002-09-264-4/+4
* Use inttypes.hJustin T. Gibbs2002-09-265-7/+26
* The ahc driver should only have one devclass, not one for each busScott Long2002-09-224-9/+10
* Use the correct bit value for a debug optionsScott Long2002-09-011-1/+1
* Sync perforce Ids.Justin T. Gibbs2002-08-312-2/+2
* Identify new controllers and the aic7901A.Justin T. Gibbs2002-08-311-33/+55
* Hook up the endian macros.Justin T. Gibbs2002-08-311-27/+40
* Enable card interrupts in our OSM rather than in the core.Justin T. Gibbs2002-08-311-19/+29
* Correct lun representation during packetized operation.Justin T. Gibbs2002-08-311-44/+26
* Add a prefix to be used for assembler generated tables andJustin T. Gibbs2002-08-311-83/+62
* Convert to new assembler field syntax.Justin T. Gibbs2002-08-311-776/+834
* Updates for new non-packetized SCB-ID collision avoidance,Justin T. Gibbs2002-08-311-107/+125
* Identify the AIC7901A as such instead of an AIC7902.Justin T. Gibbs2002-08-311-477/+775