aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/aic
Commit message (Expand)AuthorAgeFilesLines
* 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
* remove 5 unnecessary includes, per phk's scriptWarner Losh2000-09-204-5/+0
* Terminate aic_ids[]Brian Somers2000-06-191-0/+1
* Unused include: #include "aic.h"Peter Wemm2000-06-101-2/+0
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-1/+1
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-1/+1
* Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp2000-04-191-1/+0
* Remove unneeded <sys/buf.h> includes.Poul-Henning Kamp2000-04-181-1/+0
* - Added PC-98 Cbus frontend.Yoshihiro Takahashi2000-03-291-0/+281
* Add support to aic for pccard attachments. Reports from testers haveWarner Losh2000-01-143-1/+185
* Adjust data pointers for untransmitted bytes in fifos when there's phaseLuoqi Chen1999-12-161-5/+13
* Disconnect and tagged queueing now really work. Also fix a bug that'sLuoqi Chen1999-12-043-101/+115
* Bug fix: allow reset device command to complete.Luoqi Chen1999-10-281-1/+5