summaryrefslogtreecommitdiffstats
path: root/sys/dev/aha
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Fix typo (accessable --> accessible).alex2000-06-141-1/+1
* Back out the previous change to the queue(3) interface.jake2000-05-261-5/+5
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-5/+5
* Remove unneeded <sys/buf.h> includes.phk2000-04-181-1/+0
* More pnpids.imp2000-03-252-2/+8
* Fix plug and play support:imp2000-01-244-119/+97
* MIN unused, so kill itimp1999-10-251-1/+0
* * Add struct resource_list* argument to resource_list_alloc anddfr1999-10-121-8/+6
* Kill unused includesimp1999-10-112-2/+0
* Use the PRVERB() macro instead of 'if (bootverbose) printf()...mdodd1999-10-021-3/+8
* Add support for the AHA-1640 SCSI adapter.mdodd1999-10-011-0/+247
* Use rmand_get_bus{tag,handle} rather than hard wiring things toimp1999-09-281-3/+3
* Newbusification of aha. dfr sent me the first cut, and I made itimp1999-09-281-129/+165
* 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
* Stub out the old pnp code till these are converted so GENERIC builds again.peter1999-09-021-1/+2
* $Id$ -> $FreeBSD$peter1999-08-283-3/+3
* Properly set the alignment argument to bus_dma_tag_create(). If wegibbs1999-08-162-7/+7
* The 1542 cards do not allow adapter commands to be queued while mailboxgibbs1999-05-252-34/+90
* 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
* Use haveseen_ioport() which is now connected up to the resource manager.peter1999-05-081-2/+2
* ahatimeout is static..peter1999-05-061-2/+2
* Add a number of interrelated CAM feature enhancements and bug fixes.ken1999-05-061-2/+3
* Bring the 'new-bus' to the i386. This extensively changes the way thepeter1999-04-161-5/+2
* 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-203-22/+134
* 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-25/+11
* Fix probes when a port address is specified.gibbs1998-11-102-199/+294
* -Wunused cleanup.gibbs1998-10-151-5/+2
* Reduce the number of ccbs to 16, per the aha documentation. Moveimp1998-10-151-3/+3
* Fix breakage introduced by last patch. bde has added CC_QUIET flag toimp1998-10-121-28/+4
* Fix conficts in probe:imp1998-10-101-1/+28
* Hook up ahapoll so that dumps, synchronize cache commands or any othergibbs1998-10-091-1/+2
* GC unused stuff.imp1998-10-022-50/+12
* Misc cleanup and probe rework:imp1998-10-012-50/+38
* Perform a hard reset on cards when the command fails. This should helpimp1998-09-301-2/+2
* Several minor cleanups, inspired by bug reports and the old driver:imp1998-09-291-10/+67
* Removed unused include of "ioconf.h" again. The CAM changes made ioconf.hbde1998-09-241-3/+1
* Use %p with (void *) casts to print pointers with printf.gibbs1998-09-171-6/+6
* Fix printf format bugs.gibbs1998-09-161-7/+10
OpenPOWER on IntegriCloud