From owner-svn-src-all@FreeBSD.ORG Mon Nov 9 21:39:42 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6EDD61065672; Mon, 9 Nov 2009 21:39:42 +0000 (UTC) (envelope-from kensmith@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 5C2948FC12; Mon, 9 Nov 2009 21:39:42 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id nA9LdgT1035695; Mon, 9 Nov 2009 21:39:42 GMT (envelope-from kensmith@svn.freebsd.org) Received: (from kensmith@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id nA9LdglS035689; Mon, 9 Nov 2009 21:39:42 GMT (envelope-from kensmith@svn.freebsd.org) Message-Id: <200911092139.nA9LdglS035689@svn.freebsd.org> From: Ken Smith Date: Mon, 9 Nov 2009 21:39:42 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org X-SVN-Group: stable-8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r199112 - in stable/8/sys: amd64/conf i386/conf ia64/conf powerpc/conf sparc64/conf X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2009 21:39:42 -0000 Author: kensmith Date: Mon Nov 9 21:39:42 2009 New Revision: 199112 URL: http://svn.freebsd.org/changeset/base/199112 Log: Comment out the sbp(4) entry for GENERIC config files that contain it. There are known issues with this driver that are beyond what can be fixed for 8.0-RELEASE and the bugs can cause boot failure on some systems. It's not clear if it impacts all systems and there is interest in getting the problem fixed so for now just comment it out instead of remove it. Commit straight to stable/8, this is an 8.0-RELEASE issue. Head was left alone so work on it can continue there. Reviewed by: Primary misc. architecture maintainers (marcel, marius) Modified: stable/8/sys/amd64/conf/GENERIC stable/8/sys/i386/conf/GENERIC stable/8/sys/ia64/conf/GENERIC stable/8/sys/powerpc/conf/GENERIC stable/8/sys/sparc64/conf/GENERIC Modified: stable/8/sys/amd64/conf/GENERIC ============================================================================== --- stable/8/sys/amd64/conf/GENERIC Mon Nov 9 21:31:50 2009 (r199111) +++ stable/8/sys/amd64/conf/GENERIC Mon Nov 9 21:39:42 2009 (r199112) @@ -313,7 +313,7 @@ device udav # Davicom DM9601E USB # FireWire support device firewire # FireWire bus code -device sbp # SCSI over FireWire (Requires scbus and da) +#device sbp # SCSI over FireWire (Requires scbus and da) device fwe # Ethernet over FireWire (non-standard!) device fwip # IP over FireWire (RFC 2734,3146) device dcons # Dumb console driver Modified: stable/8/sys/i386/conf/GENERIC ============================================================================== --- stable/8/sys/i386/conf/GENERIC Mon Nov 9 21:31:50 2009 (r199111) +++ stable/8/sys/i386/conf/GENERIC Mon Nov 9 21:39:42 2009 (r199112) @@ -327,7 +327,7 @@ device udav # Davicom DM9601E USB # FireWire support device firewire # FireWire bus code -device sbp # SCSI over FireWire (Requires scbus and da) +#device sbp # SCSI over FireWire (Requires scbus and da) device fwe # Ethernet over FireWire (non-standard!) device fwip # IP over FireWire (RFC 2734,3146) device dcons # Dumb console driver Modified: stable/8/sys/ia64/conf/GENERIC ============================================================================== --- stable/8/sys/ia64/conf/GENERIC Mon Nov 9 21:31:50 2009 (r199111) +++ stable/8/sys/ia64/conf/GENERIC Mon Nov 9 21:39:42 2009 (r199112) @@ -139,7 +139,7 @@ device cue # CATC USB Ethernet device kue # Kawasaki LSI USB Ethernet # FireWire support -device sbp # SCSI over FireWire (need scbus & da) +#device sbp # SCSI over FireWire (need scbus & da) # Various (pseudo) devices device ether # Ethernet support Modified: stable/8/sys/powerpc/conf/GENERIC ============================================================================== --- stable/8/sys/powerpc/conf/GENERIC Mon Nov 9 21:31:50 2009 (r199111) +++ stable/8/sys/powerpc/conf/GENERIC Mon Nov 9 21:39:42 2009 (r199112) @@ -157,7 +157,7 @@ device kue # Kawasaki LSI USB Ethernet # FireWire support device firewire # FireWire bus code -device sbp # SCSI over FireWire (Requires scbus and da) +#device sbp # SCSI over FireWire (Requires scbus and da) device fwe # Ethernet over FireWire (non-standard!) # Misc Modified: stable/8/sys/sparc64/conf/GENERIC ============================================================================== --- stable/8/sys/sparc64/conf/GENERIC Mon Nov 9 21:31:50 2009 (r199111) +++ stable/8/sys/sparc64/conf/GENERIC Mon Nov 9 21:39:42 2009 (r199112) @@ -255,7 +255,7 @@ device udav # Davicom DM9601E USB # FireWire support device firewire # FireWire bus code -device sbp # SCSI over FireWire (Requires scbus and da) +#device sbp # SCSI over FireWire (Requires scbus and da) device fwe # Ethernet over FireWire (non-standard!) device fwip # IP over FireWire (RFC 2734,3146) device dcons # Dumb console driver