aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64
diff options
context:
space:
mode:
authorKen Smith <kensmith@FreeBSD.org>2011-10-18 13:45:16 +0000
committerKen Smith <kensmith@FreeBSD.org>2011-10-18 13:45:16 +0000
commit4c0ba9b742ca83a4cc3136b20efdf7b17c1d6005 (patch)
tree96b1e7c7198c3e29a614e50fd3ef6d402f064782 /sys/amd64
parentcf1479392e88b390e69e154860d58e7ee6f8aaba (diff)
downloadsrc-4c0ba9b742ca83a4cc3136b20efdf7b17c1d6005.tar.gz
src-4c0ba9b742ca83a4cc3136b20efdf7b17c1d6005.zip
Comment out the sbp(4) driver for architectures that support it.
As part of the 8.0-RELEASE cycle this was done in stable/8 (r199112) but was left alone in head so people could work on fixing an issue that caused boot failure on some motherboards. Apparently nobody has worked on it and we are getting reports of boot failure with the 9.0 test builds. So this time I'll comment out the driver in head (still hoping someone will work on it) and MFC to stable/9. Submitted by: Alberto Villa <avilla at FreeBSD dot org>
Notes
Notes: svn path=/head/; revision=226510
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/conf/GENERIC2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index 325f03484424..222cd1f95252 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -331,7 +331,7 @@ device zyd # ZyDAS zd1211/zd1211b wireless NICs
# 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