summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/qlw_pci.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix pci product test. Coverity CID 1453251.jsg2017-08-171-2/+2
| | | | ok tom@ mikeb@
* More ISP1000 (SBus) bits.kettenis2014-03-151-1/+6
|
* Print interrupt string *after* establishing it.kettenis2014-03-091-7/+9
| | | | | Requested by miod@ (since xbow(4) on sgi secretly modifies the string behind out back when interrupts get established).
* Enable DMA bursting. Not sure it actually makes things faster, but bothkettenis2014-03-081-2/+22
| | | | isp(4) and the linux qla1280 driver seem to do this.
* Make sure a SCSI initiator ID provided by Open Firmware overrides the valuekettenis2014-03-071-1/+6
| | | | read from nvram, just like we did for isp(4).
* Provide the appropriate default values for the SCSI initiaror ID on sgi andkettenis2014-03-071-1/+32
| | | | sparc64.
* Make sure we don't attach to those silly AMI MegaRAIDs that expose thekettenis2014-03-061-1/+12
| | | | ISP12160 they're using as their underlying SCSI controller.
* 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
supports the PCI variants; SBUs support will follow. Works reasonably well now. Others are encouraged to test it.