summaryrefslogtreecommitdiffstats
path: root/sys/dev/aic/aicvar.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix a few things in the aic(4) driver:ken2001-03-161-0/+6
| | | | | | | | | | - enable 10MHz (fast SCSI) operation on boards that support it. (only aic6360 boards with fast SCSI enabled can do it) - bounds check sync periods and offsets passed in from the transport layer - tell the user which resource allocation failed (for the ISA probe) if we weren't able to allocate an IRQ, DRQ or I/O port.
* 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
| | | | | | It was not discussed and should probably not happen. Requested by: msmith and others
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-1/+1
| | | | | | | | the type argument to *_HEAD and *_ENTRY is a struct. Suggested by: phk Reviewed by: phk Approved by: mdodd
* Disconnect and tagged queueing now really work. Also fix a bug that'sluoqi1999-12-041-1/+2
| | | | causing problems to slow devices.
* Adaptec 6260/6360 CAM driver.luoqi1999-10-211-0/+151
OpenPOWER on IntegriCloud