summaryrefslogtreecommitdiffstats
path: root/sys/dev/aic
Commit message (Expand)AuthorAgeFilesLines
* MFC r274819:smh2014-12-211-8/+8
* Reform the busdma API so that new types may be added without modifyingkib2013-02-121-2/+2
* Add locking to the aic(4) driver and mark it MPSAFE.jhb2012-10-155-94/+110
* Snip redundant assignment.des2009-05-131-1/+1
* Prepare for future integration between CAM and newbus. xpt_bus_registerscottl2007-06-175-1/+5
* Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM willscottl2007-04-151-1/+4
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-233-3/+3
* 2nd and final commit that moves us to CAM_NEW_TRAN_CODEmjacob2006-11-021-86/+0
* The first of 3 major steps to move the CAM layer forward to usingmjacob2006-10-311-10/+117
* 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-293-3/+0
* Remove ifdef PC98.nyan2005-04-131-22/+0
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* 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-173-10/+9
* Use __FBSDID().obrien2003-08-244-8/+12
* In aic_reconnect()i, initialize scb. On ia64 the compiler warns aboutmarcel2003-08-231-0/+1
* Merge common XPT_CALC_GEOMETRY functions into a single convenience function.njl2003-06-141-19/+1
* 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
* Be consistent about "static" functions: if the function is markedphk2002-09-281-1/+1
* Remove __P.alfred2002-03-204-32/+32
* Support for LG GM82C700, an AIC6360 clone.luoqi2002-03-153-11/+39
* Back out the hack from rev 1.13 that was done to initiate a bus rescanjoerg2002-01-171-35/+8
* 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
* Merged from sys/dev/aic/aic_isa.c revision 1.8.nyan2001-06-261-7/+3
* Add PnP IDs for AHA-1530 and AHA-1520 cards.imp2001-06-061-1/+7
* Merged from sys/dev/aic/aic_isa.c revision 1.7.nyan2001-04-011-1/+5
* Fix a few things in the aic(4) driver:ken2001-03-164-7/+47
* Turn on interrupt-entropy harvesting for all/any mass storage devicesmarkm2001-03-013-6/+6
* Sigh, nobody ever got back to me about this. So, here it is..peter2001-02-231-8/+35
* 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-133-0/+3
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* remove 5 unnecessary includes, per phk's scriptimp2000-09-204-5/+0
* Terminate aic_ids[]brian2000-06-191-0/+1
* Unused include: #include "aic.h"peter2000-06-101-2/+0
* Back out the previous change to the queue(3) interface.jake2000-05-261-1/+1
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-1/+1
* Remove ~25 unneeded #include <sys/conf.h>phk2000-04-191-1/+0
* Remove unneeded <sys/buf.h> includes.phk2000-04-181-1/+0
* - Added PC-98 Cbus frontend.nyan2000-03-291-0/+281
* Add support to aic for pccard attachments. Reports from testers haveimp2000-01-143-1/+185
* Adjust data pointers for untransmitted bytes in fifos when there's phaseluoqi1999-12-161-5/+13
* Disconnect and tagged queueing now really work. Also fix a bug that'sluoqi1999-12-043-101/+115
OpenPOWER on IntegriCloud