Date: Sat, 19 Jun 2010 13:50:04 GMT From: dfilter@FreeBSD.ORG (dfilter service) To: freebsd-i386@FreeBSD.org Subject: Re: i386/147929: commit references a PR Message-ID: <201006191350.o5JDo4JT090461@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: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: i386/147929: commit references a PR Date: Sat, 19 Jun 2010 13:41:43 +0000 (UTC) Author: mav Date: Sat Jun 19 13:41:17 2010 New Revision: 209340 URL: http://svn.freebsd.org/changeset/base/209340 Log: Report transport type in XPT_PATH_INQ. PR: i386/147929 MFC after: 3 days Modified: head/sys/dev/hptiop/hptiop.c Modified: head/sys/dev/hptiop/hptiop.c ============================================================================== --- head/sys/dev/hptiop/hptiop.c Sat Jun 19 13:09:42 2010 (r209339) +++ head/sys/dev/hptiop/hptiop.c Sat Jun 19 13:41:17 2010 (r209340) @@ -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; } _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201006191350.o5JDo4JT090461>
