diff options
author | gibbs <gibbs@FreeBSD.org> | 2008-02-17 15:22:26 +0000 |
---|---|---|
committer | gibbs <gibbs@FreeBSD.org> | 2008-02-17 15:22:26 +0000 |
commit | 51d69a452f92eab4dee650532faab8205bb8b54d (patch) | |
tree | 3fb827d942724a12dab00977f063e693ed593dfa /sys/dev/aic7xxx | |
parent | c8bd1d9da09228805132b6bb4943fa24be99bc91 (diff) | |
download | FreeBSD-src-51d69a452f92eab4dee650532faab8205bb8b54d.zip FreeBSD-src-51d69a452f92eab4dee650532faab8205bb8b54d.tar.gz |
Remove superfluous setting of the transport_version field of our
path inquiry response - a likely holdover from the port of this code
from the aic7xxx driver.
Diffstat (limited to 'sys/dev/aic7xxx')
-rw-r--r-- | sys/dev/aic7xxx/aic79xx_osm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/aic7xxx/aic79xx_osm.c b/sys/dev/aic7xxx/aic79xx_osm.c index 53de0a8..c977794 100644 --- a/sys/dev/aic7xxx/aic79xx_osm.c +++ b/sys/dev/aic7xxx/aic79xx_osm.c @@ -596,7 +596,6 @@ ahd_action(struct cam_sim *sim, union ccb *ccb) cpi->protocol = PROTO_SCSI; cpi->protocol_version = SCSI_REV_2; cpi->transport = XPORT_SPI; - cpi->transport_version = 2; cpi->transport_version = 4; cpi->xport_specific.spi.ppr_options = SID_SPI_CLOCK_DT_ST | SID_SPI_IUS |