Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix pci product test. Coverity CID 1453251. | 2017-08-17 | 1 | -2/+2 | |
| | | | | ok tom@ mikeb@ | ||||
* | More ISP1000 (SBus) bits. | 2014-03-15 | 1 | -1/+6 | |
| | |||||
* | Print interrupt string *after* establishing it. | 2014-03-09 | 1 | -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 both | 2014-03-08 | 1 | -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 value | 2014-03-07 | 1 | -1/+6 | |
| | | | | read from nvram, just like we did for isp(4). | ||||
* | Provide the appropriate default values for the SCSI initiaror ID on sgi and | 2014-03-07 | 1 | -1/+32 | |
| | | | | sparc64. | ||||
* | Make sure we don't attach to those silly AMI MegaRAIDs that expose the | 2014-03-06 | 1 | -1/+12 | |
| | | | | ISP12160 they're using as their underlying SCSI controller. | ||||
* | Set the correct clock rate for ISP1020/1020A. | 2014-03-06 | 1 | -2/+5 | |
| | |||||
* | Make this compile on sparc64 too. | 2014-03-05 | 1 | -13/+1 | |
| | |||||
* | Introduce qlw(4), a new driver for QLogic ISP SCSI HBAs. For now only | 2014-03-05 | 1 | -0/+266 | |
supports the PCI variants; SBUs support will follow. Works reasonably well now. Others are encouraged to test it. |