From owner-cvs-src-old@FreeBSD.ORG Fri Aug 21 01:00:30 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 622BF10656B9 for ; Fri, 21 Aug 2009 01:00:30 +0000 (UTC) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3580A8FC6C for ; Fri, 21 Aug 2009 01:00:30 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n7L10USn035815 for ; Fri, 21 Aug 2009 01:00:30 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n7L10U2q035814 for cvs-src-old@freebsd.org; Fri, 21 Aug 2009 01:00:30 GMT (envelope-from kensmith@repoman.freebsd.org) Message-Id: <200908210100.n7L10U2q035814@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kensmith@repoman.freebsd.org using -f From: Ken Smith Date: Fri, 21 Aug 2009 01:00:15 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/hptrr hptrr_osm_bsd.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Aug 2009 01:00:30 -0000 kensmith 2009-08-21 01:00:15 UTC FreeBSD src repository Modified files: sys/dev/hptrr hptrr_osm_bsd.c Log: SVN rev 196415 on 2009-08-21 01:00:15Z by kensmith Fix a boot hang for hptrr(4) caused by changes introduced in r195534. It is necessary to make sure cpi->transport is set for xpt_scan_bus() to work properly. Submitted by: Bernhard Schmidt (scb+freebsd-current techwires net) Reviewed by: scottl Approved by: re (kib) Revision Changes Path 1.5 +4 -0 src/sys/dev/hptrr/hptrr_osm_bsd.c