summaryrefslogtreecommitdiffstats
path: root/sys/dev/aha/aha_isa.c
Commit message (Expand)AuthorAgeFilesLines
* 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-111-1/+1
* Add explicit dependency on cam. This is necessary when both aha.ko andimp2006-03-241-0/+1
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386nyan2005-05-291-1/+0
* Simplify aha resource management, and fix a few bugs in unwindingimp2005-01-191-40/+24
* nitsimp2005-01-111-2/+3
* Final attempt to make aha 1542A working. If not, oh well, I don'timp2005-01-111-1/+11
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Various whitespace nits.imp2004-11-121-21/+27
* Don't use aha after calling aha_free.imp2004-11-121-4/+4
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-2/+2
* Save the device so we can do a device_printf.imp2003-11-131-0/+2
* Move 'guessing' code from the probe into the identify routine where it moreimp2003-11-101-94/+106
* 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-091-19/+5
* Make this driver a little more style(9) compliantimp2003-11-091-1/+1
* 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-7/+12
* 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
* More pnpids.imp2000-03-251-2/+5
* Fix plug and play support:imp2000-01-241-42/+59
* * Add struct resource_list* argument to resource_list_alloc anddfr1999-10-121-8/+6
* Kill unused includesimp1999-10-111-1/+0
* 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
* Stub out the old pnp code till these are converted so GENERIC builds again.peter1999-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-2/+2
* Use haveseen_ioport() which is now connected up to the resource manager.peter1999-05-081-2/+2
* Bring the 'new-bus' to the i386. This extensively changes the way thepeter1999-04-161-5/+2
* o enable plug and play support for the aha driver. Given the cumbersomeimp1999-01-201-12/+87
* Fix probes when a port address is specified.gibbs1998-11-101-25/+11
* Fix breakage introduced by last patch. bde has added CC_QUIET flag toimp1998-10-121-28/+4
* Fix conficts in probe:imp1998-10-101-1/+28
* Removed unused include of "ioconf.h" again. The CAM changes made ioconf.hbde1998-09-241-3/+1
* Adaptec 154X SCSI-Host Adapter driver for CAM.gibbs1998-09-151-0/+229
OpenPOWER on IntegriCloud