summaryrefslogtreecommitdiffstats
path: root/sys/dev/aic/aic.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
|
* remove 5 unnecessary includes, per phk's scriptimp2000-09-201-1/+0
|
* Remove ~25 unneeded #include <sys/conf.h>phk2000-04-191-1/+0
| | | | Remove ~60 unneeded #include <sys/malloc.h>
* Remove unneeded <sys/buf.h> includes.phk2000-04-181-1/+0
| | | | | Due to some interesting cpp tricks in lockmgr, the LINT kernel shrinks by 924 bytes.
* Add support to aic for pccard attachments. Reports from testers haveimp2000-01-141-0/+2
| | | | | | | been so positive that I'm going to go ahead and commit this now rather than do another round of patches. My Adaptec 1460D works great with these changes.
* Adjust data pointers for untransmitted bytes in fifos when there's phaseluoqi1999-12-161-5/+13
| | | | change during data transfer.
* Disconnect and tagged queueing now really work. Also fix a bug that'sluoqi1999-12-041-98/+110
| | | | causing problems to slow devices.
* Bug fix: allow reset device command to complete.luoqi1999-10-281-1/+5
|
* Fix a typo which would result a bad REQUEST SENSE command be sent toluoqi1999-10-261-5/+19
| | | | | | a device at lun != 0. Enable tagged queueing (should it be spelled as queuing?) by default.
* A few improvements and cleanups.luoqi1999-10-211-48/+61
|
* Non-functional changes. Add some comments before I start to forget howluoqi1999-10-211-3/+111
| | | | everything works myself.
* Adaptec 6260/6360 CAM driver.luoqi1999-10-211-0/+1373
OpenPOWER on IntegriCloud