aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/aha
Commit message (Expand)AuthorAgeFilesLines
* MFC to 6.2 release all the cam module depend foo.Matt Jacob2006-12-213-0/+4
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-292-2/+0
* Simplify aha resource management, and fix a few bugs in unwindingWarner Losh2005-01-193-74/+51
* Use the standard FreeBSD licenseWarner Losh2005-01-111-6/+6
* nitsWarner Losh2005-01-111-2/+3
* Final attempt to make aha 1542A working. If not, oh well, I don'tWarner Losh2005-01-112-7/+16
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-063-3/+3
* Various whitespace nits.Warner Losh2004-11-121-21/+27
* Don't use aha after calling aha_free.Warner Losh2004-11-121-4/+4
* #include <isa/isavar.h> instead of <i386/isa/isa_dma.h>Poul-Henning Kamp2004-09-151-1/+1
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-172-8/+5
* Save the device so we can do a device_printf.Warner Losh2003-11-133-76/+69
* Minor diff reduction with p4Warner Losh2003-11-121-1/+1
* Move 'guessing' code from the probe into the identify routine where it moreWarner Losh2003-11-102-160/+106
* Tweak the front end driver file listWarner Losh2003-11-091-31/+26
* Add my copyright to aha_isa.c to make it crystal clear its licenseWarner Losh2003-11-091-1/+25
* Let bus space manage softc.Warner Losh2003-11-094-56/+23
* Minor tweaks to make it behave better:Warner Losh2003-11-091-8/+18
* Minor comment smithingWarner Losh2003-11-091-4/+4
* Make this driver a little more style(9) compliantWarner Losh2003-11-094-206/+176
* Use __FBSDID().David E. O'Brien2003-08-243-6/+9
* Mega busdma API commit.Scott Long2003-07-013-0/+18
* 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-293-51/+76
* 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
* Change BUS_SPACE_UNRESTRICTED (~0ul) to plain ~0 when used in thePeter Wemm2002-10-092-2/+2
* Fix new gcc-3.1 warnings. I think this gets GENERIC compiling cleanlyPeter Wemm2002-05-241-0/+1
* Turn on interrupt-entropy harvesting for all/any mass storage devicesMark Murray2001-03-012-2/+2
* Remove NAHA, NAHATOT and aha_softcs and related code. It was unusedWarner Losh2001-02-042-30/+0
* Remove unnecessary includes found by phk's script a long time ago.Warner Losh2000-12-132-4/+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
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-5/+5
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-5/+5
* Remove unneeded <sys/buf.h> includes.Poul-Henning Kamp2000-04-181-1/+0
* More pnpids.Warner Losh2000-03-252-2/+8
* Fix plug and play support:Warner Losh2000-01-244-119/+97
* MIN unused, so kill itWarner Losh1999-10-251-1/+0
* * Add struct resource_list* argument to resource_list_alloc andDoug Rabson1999-10-121-8/+6
* Kill unused includesWarner Losh1999-10-112-2/+0
* Use the PRVERB() macro instead of 'if (bootverbose) printf()...Matthew N. Dodd1999-10-021-3/+8
* Add support for the AHA-1640 SCSI adapter.Matthew N. Dodd1999-10-011-0/+247
* Use rmand_get_bus{tag,handle} rather than hard wiring things toWarner Losh1999-09-281-3/+3
* Newbusification of aha. dfr sent me the first cut, and I made itWarner Losh1999-09-281-129/+165
* 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