summaryrefslogtreecommitdiffstats
path: root/sys/dev/ic/qlwvar.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Nuke unused struct scsi_link members of adapter softc's where thekrw2020-07-221-2/+1
* More ISP1000 (SBus) bits.kettenis2014-03-151-3/+7
* Decouple the sizes of the request and response queues, and reduce the size ofkettenis2014-03-131-2/+3
* Attempt to recover if wide and/or synchronous transfers fail.kettenis2014-03-081-2/+5
* A bit of spring cleaning.kettenis2014-03-081-1/+3
* Enable DMA bursting. Not sure it actually makes things faster, but bothkettenis2014-03-081-2/+9
* Make sure a SCSI initiator ID provided by Open Firmware overrides the valuekettenis2014-03-071-1/+4
* Reduce the number of ccbs by a factor three since we need up to three requestkettenis2014-03-071-1/+2
* Provide the appropriate default values for the SCSI initiaror ID on sgi andkettenis2014-03-071-1/+2
* Duplicate enum values are a bad idea.kettenis2014-03-071-2/+2
* Introduce qlw(4), a new driver for QLogic ISP SCSI HBAs. For now onlykettenis2014-03-051-0/+129