aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKen Smith <kensmith@FreeBSD.org>2009-11-09 23:48:01 +0000
committerKen Smith <kensmith@FreeBSD.org>2009-11-09 23:48:01 +0000
commit34f914c8dcfb865c6cdc35c7b9679b5628b8242f (patch)
tree6517c051ed935ed576257005ca0907d58d96366f
parentfaf2e10bc01c4f43c5bfd777087046be3246c3ac (diff)
downloadsrc-34f914c8dcfb865c6cdc35c7b9679b5628b8242f.tar.gz
src-34f914c8dcfb865c6cdc35c7b9679b5628b8242f.zip
MFC r199112:
> 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. Reviewed by: Primary misc. architecture maintainers (marcel, marius) Approved by: re (kib)
Notes
Notes: svn path=/releng/8.0/; revision=199117
-rw-r--r--sys/amd64/conf/GENERIC2
-rw-r--r--sys/i386/conf/GENERIC2
-rw-r--r--sys/ia64/conf/GENERIC2
-rw-r--r--sys/powerpc/conf/GENERIC2
-rw-r--r--sys/sparc64/conf/GENERIC2
5 files changed, 5 insertions, 5 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index 24300bd7ae53..d0f24e297c39 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -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
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index f3a14f2215ac..1aa0da3b8302 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -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
diff --git a/sys/ia64/conf/GENERIC b/sys/ia64/conf/GENERIC
index 10d51d52645f..cec3cd6c8917 100644
--- a/sys/ia64/conf/GENERIC
+++ b/sys/ia64/conf/GENERIC
@@ -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
diff --git a/sys/powerpc/conf/GENERIC b/sys/powerpc/conf/GENERIC
index 1b941a2ac26b..a7eca3f70a03 100644
--- a/sys/powerpc/conf/GENERIC
+++ b/sys/powerpc/conf/GENERIC
@@ -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
diff --git a/sys/sparc64/conf/GENERIC b/sys/sparc64/conf/GENERIC
index 99a0e24aa2ca..75ec10c0a31f 100644
--- a/sys/sparc64/conf/GENERIC
+++ b/sys/sparc64/conf/GENERIC
@@ -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