summaryrefslogtreecommitdiffstats
path: root/sys/dev/aha/aha.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r280347: Remove MAXBSIZE use from drivers where it has nothing to do.mav2015-04-211-1/+1
* MFC r274819:smh2014-12-211-5/+5
* MFC r260893: Free dma memory from the dma map before destroying the map.ian2014-05-141-1/+1
* MFC r256887:mav2014-01-051-1/+3
* Reform the busdma API so that new types may be added without modifyingkib2013-02-121-61/+17
* Fix build of aha(4).glebius2012-10-161-4/+5
* Add locking to the aha(4) driver and mark it MPSAFE.jhb2012-10-151-57/+48
* Minor typo fix, caught while skimming through the file.keramida2008-08-101-1/+1
* Prepare for future integration between CAM and newbus. xpt_bus_registerscottl2007-06-171-1/+1
* Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM willscottl2007-04-151-2/+2
* Add MODULE_DEPENDS for cam, pci, mca, eisa and isa where needed.mjacob2006-12-111-0/+2
* 2nd and final commit that moves us to CAM_NEW_TRAN_CODEmjacob2006-11-021-56/+0
* The first of 3 major steps to move the CAM layer forward to usingmjacob2006-10-311-4/+72
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386nyan2005-05-291-1/+0
* Use the standard FreeBSD licenseimp2005-01-111-6/+6
* Final attempt to make aha 1542A working. If not, oh well, I don'timp2005-01-111-6/+5
* 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
OpenPOWER on IntegriCloud