svn commit: r226547 - in head/sys: amd64/conf i386/conf ia64/conf
powerpc/conf sparc64/conf
Ken Smith
kensmith at FreeBSD.org
Wed Oct 19 21:55:21 UTC 2011
Author: kensmith
Date: Wed Oct 19 21:55:20 2011
New Revision: 226547
URL: http://svn.freebsd.org/changeset/base/226547
Log:
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
Modified:
head/sys/amd64/conf/GENERIC
head/sys/i386/conf/GENERIC
head/sys/ia64/conf/GENERIC
head/sys/powerpc/conf/GENERIC
head/sys/sparc64/conf/GENERIC
Modified: head/sys/amd64/conf/GENERIC
==============================================================================
--- head/sys/amd64/conf/GENERIC Wed Oct 19 15:35:41 2011 (r226546)
+++ head/sys/amd64/conf/GENERIC Wed Oct 19 21:55:20 2011 (r226547)
@@ -331,6 +331,7 @@ device zyd # ZyDAS zd1211/zd1211b wire
# 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)
Modified: head/sys/i386/conf/GENERIC
==============================================================================
--- head/sys/i386/conf/GENERIC Wed Oct 19 15:35:41 2011 (r226546)
+++ head/sys/i386/conf/GENERIC Wed Oct 19 21:55:20 2011 (r226547)
@@ -344,6 +344,7 @@ device zyd # ZyDAS zd1211/zd1211b wire
# 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)
Modified: head/sys/ia64/conf/GENERIC
==============================================================================
--- head/sys/ia64/conf/GENERIC Wed Oct 19 15:35:41 2011 (r226546)
+++ head/sys/ia64/conf/GENERIC Wed Oct 19 21:55:20 2011 (r226547)
@@ -175,6 +175,7 @@ device uvscom # USB serial support for
# 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
Modified: head/sys/powerpc/conf/GENERIC
==============================================================================
--- head/sys/powerpc/conf/GENERIC Wed Oct 19 15:35:41 2011 (r226546)
+++ head/sys/powerpc/conf/GENERIC Wed Oct 19 21:55:20 2011 (r226547)
@@ -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!)
Modified: head/sys/sparc64/conf/GENERIC
==============================================================================
--- head/sys/sparc64/conf/GENERIC Wed Oct 19 15:35:41 2011 (r226546)
+++ head/sys/sparc64/conf/GENERIC Wed Oct 19 21:55:20 2011 (r226547)
@@ -261,6 +261,7 @@ device zyd # ZyDAS zd1211/zd1211b wire
# 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)
More information about the svn-src-head
mailing list