svn commit: r199112 - in stable/8/sys: amd64/conf i386/conf
ia64/conf powerpc/conf sparc64/conf
Ken Smith
kensmith at FreeBSD.org
Mon Nov 9 21:39:42 UTC 2009
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
More information about the svn-src-stable
mailing list