Author: kensmith
Date: Mon Nov  9 23:48:01 2009
New Revision: 199117
URL: http://svn.freebsd.org/changeset/base/199117

Log:
  MFC r199112:
  > Comment out the sbp(4) entry for GENERIC config files that contain it.
  > There are known issues with this driver that are beyond what can be
  > fixed for 8.0-RELEASE and the bugs can cause boot failure on some systems.
  > It's not clear if it impacts all systems and there is interest in getting
  > the problem fixed so for now just comment it out instead of remove it.
  
  Reviewed by:  Primary misc. architecture maintainers (marcel, marius)
  Approved by:  re (kib)

Modified:
  releng/8.0/sys/amd64/conf/GENERIC
  releng/8.0/sys/i386/conf/GENERIC
  releng/8.0/sys/ia64/conf/GENERIC
  releng/8.0/sys/powerpc/conf/GENERIC
  releng/8.0/sys/sparc64/conf/GENERIC
Directory Properties:
  releng/8.0/sys/   (props changed)
  releng/8.0/sys/amd64/include/xen/   (props changed)
  releng/8.0/sys/cddl/contrib/opensolaris/   (props changed)
  releng/8.0/sys/contrib/dev/acpica/   (props changed)
  releng/8.0/sys/contrib/pf/   (props changed)
  releng/8.0/sys/dev/xen/xenpci/   (props changed)

Modified: releng/8.0/sys/amd64/conf/GENERIC
==============================================================================
--- releng/8.0/sys/amd64/conf/GENERIC   Mon Nov  9 23:09:18 2009        
(r199116)
+++ releng/8.0/sys/amd64/conf/GENERIC   Mon Nov  9 23:48:01 2009        
(r199117)
@@ -313,7 +313,7 @@ device              udav            # Davicom DM9601E USB
 
 # 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

Modified: releng/8.0/sys/i386/conf/GENERIC
==============================================================================
--- releng/8.0/sys/i386/conf/GENERIC    Mon Nov  9 23:09:18 2009        
(r199116)
+++ releng/8.0/sys/i386/conf/GENERIC    Mon Nov  9 23:48:01 2009        
(r199117)
@@ -327,7 +327,7 @@ device              udav            # Davicom DM9601E USB
 
 # 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

Modified: releng/8.0/sys/ia64/conf/GENERIC
==============================================================================
--- releng/8.0/sys/ia64/conf/GENERIC    Mon Nov  9 23:09:18 2009        
(r199116)
+++ releng/8.0/sys/ia64/conf/GENERIC    Mon Nov  9 23:48:01 2009        
(r199117)
@@ -139,7 +139,7 @@ device              cue             # CATC USB Ethernet
 device         kue             # Kawasaki LSI USB Ethernet
 
 # FireWire support
-device         sbp             # SCSI over FireWire (need scbus & da)
+#device                sbp             # SCSI over FireWire (need scbus & da)
 
 # Various (pseudo) devices
 device         ether           # Ethernet support

Modified: releng/8.0/sys/powerpc/conf/GENERIC
==============================================================================
--- releng/8.0/sys/powerpc/conf/GENERIC Mon Nov  9 23:09:18 2009        
(r199116)
+++ releng/8.0/sys/powerpc/conf/GENERIC Mon Nov  9 23:48:01 2009        
(r199117)
@@ -157,7 +157,7 @@ device              kue             # Kawasaki LSI USB 
Ethernet
 
 # 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!)
 
 # Misc

Modified: releng/8.0/sys/sparc64/conf/GENERIC
==============================================================================
--- releng/8.0/sys/sparc64/conf/GENERIC Mon Nov  9 23:09:18 2009        
(r199116)
+++ releng/8.0/sys/sparc64/conf/GENERIC Mon Nov  9 23:48:01 2009        
(r199117)
@@ -255,7 +255,7 @@ device              udav            # Davicom DM9601E USB
 
 # 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
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to