summaryrefslogtreecommitdiffstats
path: root/sys/dev/aic/aic_pccard.c
Commit message (Expand)AuthorAgeFilesLines
* Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere().jhibbits2016-02-271-2/+2
* Create a generic PCCARD_PNP_INFO from the MODULE_PNP_INFO buildingimp2015-12-111-0/+1
* Add locking to the aic(4) driver and mark it MPSAFE.jhb2012-10-151-11/+15
* Prepare for future integration between CAM and newbus. xpt_bus_registerscottl2007-06-171-0/+1
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* aic_pccard_products can be static.imp2006-10-031-1/+1
* Eliminate support for oldcard by removing the compat shims.imp2005-09-201-26/+5
* Eliminate unused argument in PCMCIA_CARD macro.imp2005-06-241-5/+5
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386nyan2005-05-291-1/+0
* Fix disordering of pccarddevs.h noticed by bde. Also remove a fewimp2004-05-271-1/+1
* Move to generating pccarddevs.h on the fly, both for the kernel andimp2004-05-261-1/+1
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-2/+1
* Use __FBSDID().obrien2003-08-241-2/+3
* Make sure that pp_name is non-null before setting the deviceimp2003-04-101-1/+2
* Add second and thrid bus-toaster IDsimp2002-11-141-0/+2
* Migrate to PCMCIA_CARD() macrosimp2001-11-151-9/+3
* s/PCCARD_/PCMCIA_/g in NEWCARD device tables to enable easier NetBSD sharingimp2001-11-111-9/+9
* Turn on interrupt-entropy harvesting for all/any mass storage devicesmarkm2001-03-011-2/+2
* Use PCCARD_CIS_xxx #defines for the table of oem ids. These usuallyimp2001-01-211-6/+6
* Add aic to the list of drivers that might work with NEWCARD. I've addedimp2001-01-081-6/+43
* Add module dependencies on CAM module.imp2000-12-131-0/+1
* remove 5 unnecessary includes, per phk's scriptimp2000-09-201-2/+0
* Add support to aic for pccard attachments. Reports from testers haveimp2000-01-141-0/+182
OpenPOWER on IntegriCloud