aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/aha/aha.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/6.0.0_cvscvs2svn2005-11-031-1/+1
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-291-1/+0
* Use the standard FreeBSD licenseWarner Losh2005-01-111-6/+6
* Final attempt to make aha 1542A working. If not, oh well, I don'tWarner Losh2005-01-111-6/+5
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Save the device so we can do a device_printf.Warner Losh2003-11-131-75/+66
* Move 'guessing' code from the probe into the identify routine where it moreWarner Losh2003-11-101-66/+0
* Tweak the front end driver file listWarner Losh2003-11-091-31/+26
* Let bus space manage softc.Warner Losh2003-11-091-10/+3
* Minor tweaks to make it behave better:Warner Losh2003-11-091-8/+18
* Make this driver a little more style(9) compliantWarner Losh2003-11-091-134/+104
* Use __FBSDID().David E. O'Brien2003-08-241-2/+3
* Mega busdma API commit.Scott Long2003-07-011-0/+10
* Bring back bus_dmasync_op_t. It is now a typedef to an int, though theScott Long2003-05-271-2/+2
* I deserve a big pointy hat for having missed all those referencesMaxime Henrion2003-04-101-2/+2
* Clean up argument comments for bus_dma_tag_create() calls.Matthew N. Dodd2003-03-291-32/+51
* Consolidate MIN/MAX macros into one place (param.h).Alfred Perlstein2003-02-021-4/+0
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-011-2/+2
* Fix build on alpha. It used to case an int to a pointer in order to doPeter Wemm2002-10-091-1/+2
* Fix new gcc-3.1 warnings. I think this gets GENERIC compiling cleanlyPeter Wemm2002-05-241-0/+1
* Remove NAHA, NAHATOT and aha_softcs and related code. It was unusedWarner Losh2001-02-041-24/+0
* Remove unnecessary includes found by phk's script a long time ago.Warner Losh2000-12-131-3/+0
* Make a few more mallocs use M_ZERO.David Malone2000-10-291-2/+1
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-151-1/+0
* Fix typo (accessable --> accessible).Alexander Langer2000-06-141-1/+1
* Remove unneeded <sys/buf.h> includes.Poul-Henning Kamp2000-04-181-1/+0
* Fix plug and play support:Warner Losh2000-01-241-43/+16
* MIN unused, so kill itWarner Losh1999-10-251-1/+0
* Kill unused includesWarner Losh1999-10-111-1/+0
* Use the PRVERB() macro instead of 'if (bootverbose) printf()...Matthew N. Dodd1999-10-021-3/+8
* Remove vestiges of old pnp code.Doug Rabson1999-09-031-8/+0
* Missed this use of the old pnp includes. I don't think this is meant toPeter Wemm1999-09-021-1/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Properly set the alignment argument to bus_dma_tag_create(). If weJustin T. Gibbs1999-08-161-5/+5
* The 1542 cards do not allow adapter commands to be queued while mailboxJustin T. Gibbs1999-05-251-31/+89
* Put a small delay in before sending the inquire_setup command. TheWarner Losh1999-05-141-4/+6
* Add another kludge to the card identification probe. It appears thatWarner Losh1999-05-111-4/+7
* ahatimeout is static..Peter Wemm1999-05-061-2/+2
* Add a number of interrelated CAM feature enhancements and bug fixes.Kenneth D. Merry1999-05-061-2/+3
* Staticize.Eivind Eklund1999-04-111-4/+4
* Better logging when the Geometry register probe fails.Warner Losh1999-03-021-3/+3
* o enable plug and play support for the aha driver. Given the cumbersomeWarner Losh1999-01-201-9/+30
* Invalid is spelled with the v *BEFORE* the a.Warner Losh1998-12-221-2/+2
* Don't calculate the residual twice.Justin T. Gibbs1998-12-221-7/+9
* o Convert length of hccb to integer from the array. Eivind EklundWarner Losh1998-12-151-3/+8
* Pull in fixes similar to those recently committed to the bt driver:Justin T. Gibbs1998-12-131-4/+9
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()Archie Cobbs1998-12-041-11/+11
* o Patch, slightly altered, from Graham Menhennitt for older aha 1542BWarner Losh1998-11-251-6/+15
* Noop Commit - Change was in last revision.Justin T. Gibbs1998-11-101-1/+1
* Fix probes when a port address is specified.Justin T. Gibbs1998-11-101-147/+237