summaryrefslogtreecommitdiffstats
path: root/sys/dev/aha
Commit message (Expand)AuthorAgeFilesLines
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-172-8/+5
* Save the device so we can do a device_printf.imp2003-11-133-76/+69
* Minor diff reduction with p4imp2003-11-121-1/+1
* Move 'guessing' code from the probe into the identify routine where it moreimp2003-11-102-160/+106
* Tweak the front end driver file listimp2003-11-091-31/+26
* Add my copyright to aha_isa.c to make it crystal clear its licenseimp2003-11-091-1/+25
* Let bus space manage softc.imp2003-11-094-56/+23
* Minor tweaks to make it behave better:imp2003-11-091-8/+18
* Minor comment smithingimp2003-11-091-4/+4
* Make this driver a little more style(9) compliantimp2003-11-094-206/+176
* Use __FBSDID().obrien2003-08-243-6/+9
* Mega busdma API commit.scottl2003-07-013-0/+18
* 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-293-51/+76
* 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
* Change BUS_SPACE_UNRESTRICTED (~0ul) to plain ~0 when used in thepeter2002-10-092-2/+2
* Fix new gcc-3.1 warnings. I think this gets GENERIC compiling cleanlypeter2002-05-241-0/+1
* Turn on interrupt-entropy harvesting for all/any mass storage devicesmarkm2001-03-012-2/+2
* Remove NAHA, NAHATOT and aha_softcs and related code. It was unusedimp2001-02-042-30/+0
* Remove unnecessary includes found by phk's script a long time ago.imp2000-12-132-4/+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
* 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
OpenPOWER on IntegriCloud