summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/qlw_pci.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix pci product test. Coverity CID 1453251.jsg2017-08-171-2/+2
* More ISP1000 (SBus) bits.kettenis2014-03-151-1/+6
* Print interrupt string *after* establishing it.kettenis2014-03-091-7/+9
* Enable DMA bursting. Not sure it actually makes things faster, but bothkettenis2014-03-081-2/+22
* Make sure a SCSI initiator ID provided by Open Firmware overrides the valuekettenis2014-03-071-1/+6
* Provide the appropriate default values for the SCSI initiaror ID on sgi andkettenis2014-03-071-1/+32
* Make sure we don't attach to those silly AMI MegaRAIDs that expose thekettenis2014-03-061-1/+12
* Set the correct clock rate for ISP1020/1020A.kettenis2014-03-061-2/+5
* Make this compile on sparc64 too.kettenis2014-03-051-13/+1
* Introduce qlw(4), a new driver for QLogic ISP SCSI HBAs. For now onlykettenis2014-03-051-0/+266