summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkensmith <kensmith@FreeBSD.org>2011-10-19 21:55:20 +0000
committerkensmith <kensmith@FreeBSD.org>2011-10-19 21:55:20 +0000
commit68e5099fa6931fa1905d3572fd48da6a5893c475 (patch)
treed1e0ddda0b3236309f9d0ab2984c1579b9577945
parent22197e078d1481ab57a5d2567fc01b6ac5456645 (diff)
downloadFreeBSD-src-68e5099fa6931fa1905d3572fd48da6a5893c475.zip
FreeBSD-src-68e5099fa6931fa1905d3572fd48da6a5893c475.tar.gz
Add a warning about why sbp(4) is commented out so that curious folks
are forewarned they might wind up with a hole in their foot if they decide to give it a try. Suggested by: dougb
-rw-r--r--sys/amd64/conf/GENERIC1
-rw-r--r--sys/i386/conf/GENERIC1
-rw-r--r--sys/ia64/conf/GENERIC1
-rw-r--r--sys/powerpc/conf/GENERIC1
-rw-r--r--sys/sparc64/conf/GENERIC1
5 files changed, 5 insertions, 0 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index 222cd1f..488ad2f 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -331,6 +331,7 @@ device zyd # ZyDAS zd1211/zd1211b wireless NICs
# FireWire support
device firewire # FireWire bus code
+# sbp(4) works for some systems but causes boot failure on others
#device sbp # SCSI over FireWire (Requires scbus and da)
device fwe # Ethernet over FireWire (non-standard!)
device fwip # IP over FireWire (RFC 2734,3146)
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index a391595..12bcda4 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -344,6 +344,7 @@ device zyd # ZyDAS zd1211/zd1211b wireless NICs
# FireWire support
device firewire # FireWire bus code
+# sbp(4) works for some systems but causes boot failure on others
#device sbp # SCSI over FireWire (Requires scbus and da)
device fwe # Ethernet over FireWire (non-standard!)
device fwip # IP over FireWire (RFC 2734,3146)
diff --git a/sys/ia64/conf/GENERIC b/sys/ia64/conf/GENERIC
index 1f61d51..97d8813 100644
--- a/sys/ia64/conf/GENERIC
+++ b/sys/ia64/conf/GENERIC
@@ -175,6 +175,7 @@ device uvscom # USB serial support for DDI pocket's PHS
# FireWire support
device fwip # IP over FireWire (RFC 2734,3146)
+# sbp(4) works for some systems but causes boot failure on others
#device sbp # SCSI over FireWire (need scbus & da)
# Various (pseudo) devices
diff --git a/sys/powerpc/conf/GENERIC b/sys/powerpc/conf/GENERIC
index 367ced5..87e8ae2 100644
--- a/sys/powerpc/conf/GENERIC
+++ b/sys/powerpc/conf/GENERIC
@@ -171,6 +171,7 @@ device kue # Kawasaki LSI USB Ethernet
# FireWire support
device firewire # FireWire bus code
+# sbp(4) works for some systems but causes boot failure on others
device sbp # SCSI over FireWire (Requires scbus and da)
device fwe # Ethernet over FireWire (non-standard!)
diff --git a/sys/sparc64/conf/GENERIC b/sys/sparc64/conf/GENERIC
index 7a1fb1d..20ecdf7 100644
--- a/sys/sparc64/conf/GENERIC
+++ b/sys/sparc64/conf/GENERIC
@@ -261,6 +261,7 @@ device zyd # ZyDAS zd1211/zd1211b wireless NICs
# FireWire support
device firewire # FireWire bus code
+# sbp(4) works for some systems but causes boot failure on others
#device sbp # SCSI over FireWire (Requires scbus and da)
device fwe # Ethernet over FireWire (non-standard!)
device fwip # IP over FireWire (RFC 2734,3146)
OpenPOWER on IntegriCloud