summaryrefslogtreecommitdiffstats
path: root/sys/dev/aha/aha_mca.c
Commit message (Expand)AuthorAgeFilesLines
* Add MODULE_DEPENDS for cam, pci, mca, eisa and isa where needed.mjacob2006-12-111-1/+1
* Add explicit dependency on cam. This is necessary when both aha.ko andimp2006-03-241-0/+1
* Simplify aha resource management, and fix a few bugs in unwindingimp2005-01-191-31/+24
* #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-171-6/+3
* Let bus space manage softc.imp2003-11-091-10/+2
* Make this driver a little more style(9) compliantimp2003-11-091-7/+7
* Use __FBSDID().obrien2003-08-241-2/+3
* Mega busdma API commit.scottl2003-07-011-0/+4
* Clean up argument comments for bus_dma_tag_create() calls.mdodd2003-03-291-12/+13
* Change BUS_SPACE_UNRESTRICTED (~0ul) to plain ~0 when used in thepeter2002-10-091-1/+1
* Turn on interrupt-entropy harvesting for all/any mass storage devicesmarkm2001-03-011-1/+1
* Remove unnecessary includes found by phk's script a long time ago.imp2000-12-131-1/+0
* Fix plug and play support:imp2000-01-241-3/+0
* Add support for the AHA-1640 SCSI adapter.mdodd1999-10-011-0/+247
OpenPOWER on IntegriCloud