Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Nov 2009 21:39:42 +0000 (UTC)
From:      Ken Smith <kensmith@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   svn commit: r199112 - in stable/8/sys: amd64/conf i386/conf ia64/conf powerpc/conf sparc64/conf
Message-ID:  <200911092139.nA9LdglS035689@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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