summaryrefslogtreecommitdiff
path: root/sys/dev/aic
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix a typo which would result a bad REQUEST SENSE command be sent toLuoqi Chen1999-10-261-5/+19
* A few improvements and cleanups.Luoqi Chen1999-10-211-48/+61
* Non-functional changes. Add some comments before I start to forget howLuoqi Chen1999-10-211-3/+111
* Adaptec 6260/6360 CAM driver.Luoqi Chen1999-10-214-0/+2082