Details
-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
-
None
Description
These SCSI controllers were rare on PCs but common on DEC Alpha systems. This driver is required for the ROS VW port. QLogic never released technical manuals for their ISP chips, some details about the hardware can be found by looking up the Linux and BSD drivers:
https://github.com/NetBSD/src/blob/trunk/sys/dev/ic/isp.c
https://github.com/torvalds/linux/blob/master/drivers/scsi/qla1280.c
https://web.archive.org/web/19990901202205/http://www.feral.com/isp.html
QLogic emulation is implemented in 86Box:
https://github.com/86Box/86Box/blob/master/src/scsi/scsi_ql1xxx.c
Hardware identifiers:
PCI\VEN_1077&DEV_1020
PCI\VEN_1077&DEV_1240
PCI\VEN_1077&DEV_1080
PCI\VEN_1077&DEV_1280
PCI\VEN_1077&DEV_1016
PCI\VEN_1077&DEV_1216
This driver is a work in progress.