summaryrefslogtreecommitdiffstats
path: root/sys/sparc64
diff options
context:
space:
mode:
authorkensmith <kensmith@FreeBSD.org>2011-10-18 13:45:16 +0000
committerkensmith <kensmith@FreeBSD.org>2011-10-18 13:45:16 +0000
commit756024305f2c9bc4f061e7d582331a2020cdfe1d (patch)
tree96b1e7c7198c3e29a614e50fd3ef6d402f064782 /sys/sparc64
parent9ce09549afb47ae78fcbd7f71c5374ec7a555f39 (diff)
downloadFreeBSD-src-756024305f2c9bc4f061e7d582331a2020cdfe1d.zip
FreeBSD-src-756024305f2c9bc4f061e7d582331a2020cdfe1d.tar.gz
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>
Diffstat (limited to 'sys/sparc64')
-rw-r--r--sys/sparc64/conf/GENERIC2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sparc64/conf/GENERIC b/sys/sparc64/conf/GENERIC
index fed0272..7a1fb1d 100644
--- a/sys/sparc64/conf/GENERIC
+++ b/sys/sparc64/conf/GENERIC
@@ -261,7 +261,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
OpenPOWER on IntegriCloud