aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/aic
Commit message (Expand)AuthorAgeFilesLines
* Remove aic(4) driverWarner Losh2018-10-225-2544/+0
* Tag the current round of deprecated drivers.Warner Losh2018-01-291-0/+1
* 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-275-0/+10
* Remove pc98 support completely.Yoshihiro Takahashi2017-01-281-265/+0
* In the same vein as r311350, fix whitespace in handling of XPT_PATH_INQ inRavi Pokala2017-01-051-1/+1
* Always null-terminate ccb_pathinq.(sim_vid|hba_vid|dev_name)Alan Somers2017-01-041-3/+3
* 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-213-3/+4
* Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere().Justin Hibbits2016-02-272-4/+4
* Create a generic PCCARD_PNP_INFO from the MODULE_PNP_INFO buildingWarner Losh2015-12-111-0/+1
* Prevent overflow issues in timeout processingSteven Hartland2014-11-211-8/+8
* Reform the busdma API so that new types may be added without modifyingKonstantin Belousov2013-02-121-2/+2
* Add locking to the aic(4) driver and mark it MPSAFE.John Baldwin2012-10-155-94/+110
* Snip redundant assignment.Dag-Erling Smørgrav2009-05-131-1/+1
* Prepare for future integration between CAM and newbus. xpt_bus_registerScott Long2007-06-175-1/+5
* Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM willScott Long2007-04-151-1/+4
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-233-3/+3
* 2nd and final commit that moves us to CAM_NEW_TRAN_CODEMatt Jacob2006-11-021-86/+0
* The first of 3 major steps to move the CAM layer forward to usingMatt Jacob2006-10-311-10/+117
* aic_pccard_products can be static.Warner Losh2006-10-031-1/+1
* Eliminate support for oldcard by removing the compat shims.Warner Losh2005-09-201-26/+5
* Eliminate unused argument in PCMCIA_CARD macro.Warner Losh2005-06-241-5/+5
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-293-3/+0
* Remove ifdef PC98.Yoshihiro Takahashi2005-04-131-22/+0
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Fix disordering of pccarddevs.h noticed by bde. Also remove a fewWarner Losh2004-05-271-1/+1
* Move to generating pccarddevs.h on the fly, both for the kernel andWarner Losh2004-05-261-1/+1
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-173-10/+9
* Use __FBSDID().David E. O'Brien2003-08-244-8/+12
* In aic_reconnect()i, initialize scb. On ia64 the compiler warns aboutMarcel Moolenaar2003-08-231-0/+1
* Merge common XPT_CALC_GEOMETRY functions into a single convenience function.Nate Lawson2003-06-141-19/+1
* Make sure that pp_name is non-null before setting the deviceWarner Losh2003-04-101-1/+2
* Add second and thrid bus-toaster IDsWarner Losh2002-11-141-0/+2
* Be consistent about "static" functions: if the function is markedPoul-Henning Kamp2002-09-281-1/+1
* Remove __P.Alfred Perlstein2002-03-204-32/+32
* Support for LG GM82C700, an AIC6360 clone.Luoqi Chen2002-03-153-11/+39
* Back out the hack from rev 1.13 that was done to initiate a bus rescanJoerg Wunsch2002-01-171-35/+8
* Migrate to PCMCIA_CARD() macrosWarner Losh2001-11-151-9/+3
* s/PCCARD_/PCMCIA_/g in NEWCARD device tables to enable easier NetBSD sharingWarner Losh2001-11-111-9/+9
* Merged from sys/dev/aic/aic_isa.c revision 1.8.Yoshihiro Takahashi2001-06-261-7/+3
* Add PnP IDs for AHA-1530 and AHA-1520 cards.Warner Losh2001-06-061-1/+7
* Merged from sys/dev/aic/aic_isa.c revision 1.7.Yoshihiro Takahashi2001-04-011-1/+5
* Fix a few things in the aic(4) driver:Kenneth D. Merry2001-03-164-7/+47
* Turn on interrupt-entropy harvesting for all/any mass storage devicesMark Murray2001-03-013-6/+6
* Sigh, nobody ever got back to me about this. So, here it is..Peter Wemm2001-02-231-8/+35
* Use PCCARD_CIS_xxx #defines for the table of oem ids. These usuallyWarner Losh2001-01-211-6/+6
* Add aic to the list of drivers that might work with NEWCARD. I've addedWarner Losh2001-01-081-6/+43
* Add module dependencies on CAM module.Warner Losh2000-12-133-0/+3
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-151-1/+0