History log of /openbsd-current/sys/dev/ic/qlwvar.h
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.11 22-Jul-2020 krw

Nuke unused struct scsi_link members of adapter softc's where the
driver successfully compiles on one or more of amd64, i386, hppa.


Revision tags: OPENBSD_5_6_BASE OPENBSD_5_7_BASE OPENBSD_5_8_BASE OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE OPENBSD_6_2_BASE OPENBSD_6_3_BASE OPENBSD_6_4_BASE OPENBSD_6_5_BASE OPENBSD_6_6_BASE OPENBSD_6_7_BASE
# 1.10 15-Mar-2014 kettenis

More ISP1000 (SBus) bits.


# 1.9 13-Mar-2014 kettenis

Decouple the sizes of the request and response queues, and reduce the size of
the response queue to half the size of the request queue (with a minimum of
64 entries). This matches what isp(4) is doing and seems to be necessary for
the onboard 1040B found on the Origin 200 (sgi).


# 1.8 08-Mar-2014 kettenis

Attempt to recover if wide and/or synchronous transfers fail.


# 1.7 08-Mar-2014 kettenis

A bit of spring cleaning.


# 1.6 08-Mar-2014 kettenis

Enable DMA bursting. Not sure it actually makes things faster, but both
isp(4) and the linux qla1280 driver seem to do this.


# 1.5 07-Mar-2014 kettenis

Make sure a SCSI initiator ID provided by Open Firmware overrides the value
read from nvram, just like we did for isp(4).


# 1.4 07-Mar-2014 kettenis

Reduce the number of ccbs by a factor three since we need up to three request
entries per SCSI command.


# 1.3 07-Mar-2014 kettenis

Provide the appropriate default values for the SCSI initiaror ID on sgi and
sparc64.


# 1.2 07-Mar-2014 kettenis

Duplicate enum values are a bad idea.


# 1.1 05-Mar-2014 kettenis

Introduce qlw(4), a new driver for QLogic ISP SCSI HBAs. For now only
supports the PCI variants; SBUs support will follow. Works reasonably
well now. Others are encouraged to test it.


Revision tags: OPENBSD_5_6_BASE OPENBSD_5_7_BASE OPENBSD_5_8_BASE OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE OPENBSD_6_2_BASE
# 1.10 15-Mar-2014 kettenis

More ISP1000 (SBus) bits.


# 1.9 13-Mar-2014 kettenis

Decouple the sizes of the request and response queues, and reduce the size of
the response queue to half the size of the request queue (with a minimum of
64 entries). This matches what isp(4) is doing and seems to be necessary for
the onboard 1040B found on the Origin 200 (sgi).


# 1.8 08-Mar-2014 kettenis

Attempt to recover if wide and/or synchronous transfers fail.


# 1.7 08-Mar-2014 kettenis

A bit of spring cleaning.


# 1.6 08-Mar-2014 kettenis

Enable DMA bursting. Not sure it actually makes things faster, but both
isp(4) and the linux qla1280 driver seem to do this.


# 1.5 07-Mar-2014 kettenis

Make sure a SCSI initiator ID provided by Open Firmware overrides the value
read from nvram, just like we did for isp(4).


# 1.4 07-Mar-2014 kettenis

Reduce the number of ccbs by a factor three since we need up to three request
entries per SCSI command.


# 1.3 07-Mar-2014 kettenis

Provide the appropriate default values for the SCSI initiaror ID on sgi and
sparc64.


# 1.2 07-Mar-2014 kettenis

Duplicate enum values are a bad idea.


# 1.1 05-Mar-2014 kettenis

Introduce qlw(4), a new driver for QLogic ISP SCSI HBAs. For now only
supports the PCI variants; SBUs support will follow. Works reasonably
well now. Others are encouraged to test it.