Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Jun 2010 12:20:04 GMT
From:      Alexander Motin <mav@FreeBSD.org>
To:        freebsd-i386@FreeBSD.org
Subject:   Re: i386/147929: hptiop(4) (HighPoint RocketRAID 3xxx/4xxx driver) broken on FreeBSD 8.1-PRERELEASE
Message-ID:  <201006191220.o5JCK4Wc012634@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR i386/147929; it has been noted by GNATS.

From: Alexander Motin <mav@FreeBSD.org>
To: bug-followup@FreeBSD.org, fukui.FreeBSD@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--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201006191220.o5JCK4Wc012634>