From owner-svn-src-all@FreeBSD.ORG Tue Oct 18 13:45:16 2011 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 755F7106566B; Tue, 18 Oct 2011 13:45:16 +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 5B8DB8FC13; Tue, 18 Oct 2011 13:45:16 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id p9IDjG9C076022; Tue, 18 Oct 2011 13:45:16 GMT (envelope-from kensmith@svn.freebsd.org) Received: (from kensmith@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id p9IDjG8q076017; Tue, 18 Oct 2011 13:45:16 GMT (envelope-from kensmith@svn.freebsd.org) Message-Id: <201110181345.p9IDjG8q076017@svn.freebsd.org> From: Ken Smith Date: Tue, 18 Oct 2011 13:45:16 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r226510 - in head/sys: amd64/conf i386/conf ia64/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: Tue, 18 Oct 2011 13:45:16 -0000 Author: kensmith Date: Tue Oct 18 13:45:16 2011 New Revision: 226510 URL: http://svn.freebsd.org/changeset/base/226510 Log: Comment out the sbp(4) driver for architectures that support it. As part of the 8.0-RELEASE cycle this was done in stable/8 (r199112) but was left alone in head so people could work on fixing an issue that caused boot failure on some motherboards. Apparently nobody has worked on it and we are getting reports of boot failure with the 9.0 test builds. So this time I'll comment out the driver in head (still hoping someone will work on it) and MFC to stable/9. Submitted by: Alberto Villa Modified: head/sys/amd64/conf/GENERIC head/sys/i386/conf/GENERIC head/sys/ia64/conf/GENERIC head/sys/sparc64/conf/GENERIC Modified: head/sys/amd64/conf/GENERIC ============================================================================== --- head/sys/amd64/conf/GENERIC Tue Oct 18 13:10:46 2011 (r226509) +++ head/sys/amd64/conf/GENERIC Tue Oct 18 13:45:16 2011 (r226510) @@ -331,7 +331,7 @@ device zyd # ZyDAS zd1211/zd1211b wire # 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: head/sys/i386/conf/GENERIC ============================================================================== --- head/sys/i386/conf/GENERIC Tue Oct 18 13:10:46 2011 (r226509) +++ head/sys/i386/conf/GENERIC Tue Oct 18 13:45:16 2011 (r226510) @@ -344,7 +344,7 @@ device zyd # ZyDAS zd1211/zd1211b wire # 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: head/sys/ia64/conf/GENERIC ============================================================================== --- head/sys/ia64/conf/GENERIC Tue Oct 18 13:10:46 2011 (r226509) +++ head/sys/ia64/conf/GENERIC Tue Oct 18 13:45:16 2011 (r226510) @@ -175,7 +175,7 @@ device uvscom # USB serial support for # FireWire support device fwip # IP over FireWire (RFC 2734,3146) -device sbp # SCSI over FireWire (need scbus & da) +#device sbp # SCSI over FireWire (need scbus & da) # Various (pseudo) devices device ether # Ethernet support Modified: head/sys/sparc64/conf/GENERIC ============================================================================== --- head/sys/sparc64/conf/GENERIC Tue Oct 18 13:10:46 2011 (r226509) +++ head/sys/sparc64/conf/GENERIC Tue Oct 18 13:45:16 2011 (r226510) @@ -261,7 +261,7 @@ device zyd # ZyDAS zd1211/zd1211b wire # 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