svn commit: r226547 - in head/sys: amd64/conf i386/conf ia64/conf powerpc/conf sparc64/conf

[ Available lists | Index of svn-src-all | Month of Oct 2011 | Week of 19 Oct 2011 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Ken Smith <kensmith@FreeBSD.org>
Date
19 Oct 2011 21:55:21
Subject
svn commit: r226547 - in head/sys: amd64/conf i386/conf ia64/conf powerpc/conf sparc64/conf
Message-ID
201110192155.p9JLtKP6044026@svn.freebsd.org


[ Hide this part ]
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)

Elapsed time: 0.047 seconds