summaryrefslogtreecommitdiffstats
path: root/sys/dev/aha/aha.c
Commit message (Expand)AuthorAgeFilesLines
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Save the device so we can do a device_printf.imp2003-11-131-75/+66
* Move 'guessing' code from the probe into the identify routine where it moreimp2003-11-101-66/+0
* Tweak the front end driver file listimp2003-11-091-31/+26
* Let bus space manage softc.imp2003-11-091-10/+3
* Minor tweaks to make it behave better:imp2003-11-091-8/+18
* Make this driver a little more style(9) compliantimp2003-11-091-134/+104
* Use __FBSDID().obrien2003-08-241-2/+3
* Mega busdma API commit.scottl2003-07-011-0/+10
* Bring back bus_dmasync_op_t. It is now a typedef to an int, though thescottl2003-05-271-2/+2
* I deserve a big pointy hat for having missed all those referencesmux2003-04-101-2/+2
* Clean up argument comments for bus_dma_tag_create() calls.mdodd2003-03-291-32/+51
* Consolidate MIN/MAX macros into one place (param.h).alfred2003-02-021-4/+0
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-011-2/+2
* Fix build on alpha. It used to case an int to a pointer in order to dopeter2002-10-091-1/+2
* Fix new gcc-3.1 warnings. I think this gets GENERIC compiling cleanlypeter2002-05-241-0/+1
* Remove NAHA, NAHATOT and aha_softcs and related code. It was unusedimp2001-02-041-24/+0
* Remove unnecessary includes found by phk's script a long time ago.imp2000-12-131-3/+0
* Make a few more mallocs use M_ZERO.dwmalone2000-10-291-2/+1
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Fix typo (accessable --> accessible).alex2000-06-141-1/+1
* Remove unneeded <sys/buf.h> includes.phk2000-04-181-1/+0
* Fix plug and play support:imp2000-01-241-43/+16
* MIN unused, so kill itimp1999-10-251-1/+0
* Kill unused includesimp1999-10-111-1/+0
* Use the PRVERB() macro instead of 'if (bootverbose) printf()...mdodd1999-10-021-3/+8
* Remove vestiges of old pnp code.dfr1999-09-031-8/+0
* Missed this use of the old pnp includes. I don't think this is meant topeter1999-09-021-1/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Properly set the alignment argument to bus_dma_tag_create(). If wegibbs1999-08-161-5/+5
* The 1542 cards do not allow adapter commands to be queued while mailboxgibbs1999-05-251-31/+89
* Put a small delay in before sending the inquire_setup command. Theimp1999-05-141-4/+6
* Add another kludge to the card identification probe. It appears thatimp1999-05-111-4/+7
* ahatimeout is static..peter1999-05-061-2/+2
* Add a number of interrelated CAM feature enhancements and bug fixes.ken1999-05-061-2/+3
* Staticize.eivind1999-04-111-4/+4
* Better logging when the Geometry register probe fails.imp1999-03-021-3/+3
* o enable plug and play support for the aha driver. Given the cumbersomeimp1999-01-201-9/+30
* Invalid is spelled with the v *BEFORE* the a.imp1998-12-221-2/+2
* Don't calculate the residual twice.gibbs1998-12-221-7/+9
* o Convert length of hccb to integer from the array. Eivind Eklundimp1998-12-151-3/+8
* Pull in fixes similar to those recently committed to the bt driver:gibbs1998-12-131-4/+9
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()archie1998-12-041-11/+11
* o Patch, slightly altered, from Graham Menhennitt for older aha 1542Bimp1998-11-251-6/+15
* Noop Commit - Change was in last revision.gibbs1998-11-101-1/+1
* Fix probes when a port address is specified.gibbs1998-11-101-147/+237
* -Wunused cleanup.gibbs1998-10-151-5/+2
* Reduce the number of ccbs to 16, per the aha documentation. Moveimp1998-10-151-3/+3
* Hook up ahapoll so that dumps, synchronize cache commands or any othergibbs1998-10-091-1/+2
* GC unused stuff.imp1998-10-021-11/+7
OpenPOWER on IntegriCloud