summaryrefslogtreecommitdiffstats
path: root/sys/dev/aha
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 aha(4) build with i386 LINT (which includes 'device mca').pluknet2012-10-161-1/+2
* Fix build of aha(4).glebius2012-10-163-15/+16
* Add locking to the aha(4) driver and mark it MPSAFE.jhb2012-10-154-111/+86
* Pass bus_get_dma_tag() into the first argument of bus_dma_create_tag()imp2008-10-072-2/+2
* 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
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* Add MODULE_DEPENDS for cam, pci, mca, eisa and isa where needed.mjacob2006-12-113-2/+4
* Remove unused structures.kevlo2006-11-091-25/+0
* 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
* Add explicit dependency on cam. This is necessary when both aha.ko andimp2006-03-242-0/+2
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386nyan2005-05-292-2/+0
* Simplify aha resource management, and fix a few bugs in unwindingimp2005-01-193-74/+51
* Use the standard FreeBSD licenseimp2005-01-111-6/+6
* nitsimp2005-01-111-2/+3
* Final attempt to make aha 1542A working. If not, oh well, I don'timp2005-01-112-7/+16
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-063-3/+3
* Various whitespace nits.imp2004-11-121-21/+27
* Don't use aha after calling aha_free.imp2004-11-121-4/+4
* #include <isa/isavar.h> instead of <i386/isa/isa_dma.h>phk2004-09-151-1/+1
* 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
OpenPOWER on IntegriCloud