aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/aic
Commit message (Expand)AuthorAgeFilesLines
* 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