i386/147929: hptiop(4) (HighPoint RocketRAID 3xxx/4xxx driver) broken on FreeBSD 8.1-PRERELEASE

Alexander Motin mav at FreeBSD.org
Sat Jun 19 12:20:04 UTC 2010


The following reply was made to PR i386/147929; it has been noted by GNATS.

From: Alexander Motin <mav at FreeBSD.org>
To: bug-followup at FreeBSD.org, fukui.FreeBSD at fanet.net
Cc:  
Subject: Re: i386/147929: hptiop(4) (HighPoint RocketRAID 3xxx/4xxx driver)
 broken on FreeBSD 8.1-PRERELEASE
Date: Sat, 19 Jun 2010 15:18:23 +0300

 This is a multi-part message in MIME format.
 --------------000202070107020705030200
 Content-Type: text/plain; charset=KOI8-R
 Content-Transfer-Encoding: 7bit
 
 Hello.
 
 Please try attached patch.
 
 -- 
 Alexander Motin
 
 --------------000202070107020705030200
 Content-Type: text/plain;
  name="hptiop.trans.patch"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline;
  filename="hptiop.trans.patch"
 
 --- hptiop.c.prev	2010-06-18 21:39:47.000000000 +0300
 +++ hptiop.c	2010-06-19 15:15:26.000000000 +0300
 @@ -1823,6 +1823,10 @@ scsi_done:
  		strncpy(cpi->sim_vid, "FreeBSD", SIM_IDLEN);
  		strncpy(cpi->hba_vid, "HPT   ", HBA_IDLEN);
  		strncpy(cpi->dev_name, cam_sim_name(sim), DEV_IDLEN);
 +		cpi->transport = XPORT_SPI;
 +		cpi->transport_version = 2;
 +		cpi->protocol = PROTO_SCSI;
 +		cpi->protocol_version = SCSI_REV_2;
  		cpi->ccb_h.status = CAM_REQ_CMP;
  		break;
  	}
 
 --------------000202070107020705030200--


More information about the freebsd-i386 mailing list