aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/aic/aic_isa.c
Commit message (Expand)AuthorAgeFilesLines
* Remove aic(4) driverWarner Losh2018-10-221-245/+0
* Create a new ISA_PNP_INFO macro. Use this macro every where we haveWarner Losh2017-12-231-0/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Redundant parenthesis from r298431.Pedro F. Giffuni2016-04-211-1/+2
* sys: use our nitems() macro when param.h is available.Pedro F. Giffuni2016-04-211-1/+1
* Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere().Justin Hibbits2016-02-271-2/+2
* Add locking to the aic(4) driver and mark it MPSAFE.John Baldwin2012-10-151-10/+12
* Prepare for future integration between CAM and newbus. xpt_bus_registerScott Long2007-06-171-0/+1
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+1
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-291-1/+0
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-4/+4
* Use __FBSDID().David E. O'Brien2003-08-241-2/+3
* Remove __P.Alfred Perlstein2002-03-201-4/+4
* Add PnP IDs for AHA-1530 and AHA-1520 cards.Warner Losh2001-06-061-1/+7
* Fix a few things in the aic(4) driver:Kenneth D. Merry2001-03-161-1/+5
* Turn on interrupt-entropy harvesting for all/any mass storage devicesMark Murray2001-03-011-2/+2
* Add module dependencies on CAM module.Warner Losh2000-12-131-0/+1
* remove 5 unnecessary includes, per phk's scriptWarner Losh2000-09-201-1/+0
* Add support to aic for pccard attachments. Reports from testers haveWarner Losh2000-01-141-1/+1
* Disconnect and tagged queueing now really work. Also fix a bug that'sLuoqi Chen1999-12-041-2/+3
* Adaptec 6260/6360 CAM driver.Luoqi Chen1999-10-211-0/+227