Disable bce(4) because it can only access 1GB of memory and developers
authorderaadt <deraadt@openbsd.org>
Wed, 4 Aug 2010 21:43:37 +0000 (21:43 +0000)
committerderaadt <deraadt@openbsd.org>
Wed, 4 Aug 2010 21:43:37 +0000 (21:43 +0000)
who have the device (only found in laptops) refuse to realize it is
their own problem and should dig into the code and fix it.

sys/arch/amd64/conf/GENERIC
sys/arch/amd64/conf/RAMDISK_CD
sys/arch/i386/conf/GENERIC
sys/arch/i386/conf/RAMDISK_CD

index 850a956..d3eea3f 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: GENERIC,v 1.297 2010/08/02 14:13:23 deraadt Exp $
+#      $OpenBSD: GENERIC,v 1.298 2010/08/04 21:44:41 deraadt Exp $
 #
 # For further information on compiling OpenBSD kernels, see the config(8)
 # man page.
@@ -466,7 +466,7 @@ xge*        at pci?                         # Neterion Xframe-I/II 10Gb ethernet
 thtc*  at pci?                         # Tehuti Networks 10Gb ethernet
 tht*   at thtc?
 gem*   at pci?                         # Sun 'gem' ethernet
-bce*   at pci?                         # Broadcom BCM4401
+#bce*  at pci?                         # Broadcom BCM4401
 vic*   at pci?                         # VMware VMXnet virtual interface
 et*    at pci?                         # Agere/LSI ET1310
 age*   at pci?                         # Attansic L1 Ethernet
index 23ba4f1..b9367cc 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: RAMDISK_CD,v 1.114 2010/07/03 03:59:16 krw Exp $
+#      $OpenBSD: RAMDISK_CD,v 1.115 2010/08/04 21:44:41 deraadt Exp $
 
 machine                amd64           # architecture, used by config; REQUIRED
 
@@ -287,7 +287,7 @@ hme*        at pci?                 # Sun Happy Meal
 vge*   at pci?                 # VIA VT612x
 nfe*   at pci?                 # NVIDIA nForce Ethernet
 xge*   at pci?                 # Neterion Xframe-I/II 10Gb ethernet
-bce*   at pci?                 # Broadcom BCM4401
+#bce*  at pci?                 # Broadcom BCM4401
 vic*   at pci?                 # VMware VMXnet virtual interface
 et*    at pci?                 # Agere/LSI ET1310
 age*   at pci?                 # Attansic L1 Ethernet
index 3006623..cbed8e2 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: GENERIC,v 1.692 2010/08/02 14:13:23 deraadt Exp $
+#      $OpenBSD: GENERIC,v 1.693 2010/08/04 21:43:37 deraadt Exp $
 #
 # For further information on compiling OpenBSD kernels, see the config(8)
 # man page.
@@ -621,7 +621,7 @@ re* at cardbus?                     # Realtek 8169/8169S/8110S
 stge*  at pci?                         # Sundance TC9021 GigE
 lge*   at pci?                         # Level1 LXT1001 GigE
 hme*   at pci?                         # Sun Happy Meal
-bce*   at pci?                         # Broadcom BCM4401
+#bce*  at pci?                         # Broadcom BCM4401
 vge*   at pci?                         # VIA VT612x
 nfe*   at pci?                         # NVIDIA nForce Ethernet
 musycc*        at pci?                         # Conexant HDLC controller
index 69fc333..8cc243a 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: RAMDISK_CD,v 1.178 2010/07/03 03:59:16 krw Exp $
+#      $OpenBSD: RAMDISK_CD,v 1.179 2010/08/04 21:43:37 deraadt Exp $
 
 machine                i386            # architecture, used by config; REQUIRED
 
@@ -367,7 +367,7 @@ bnx*        at pci?                         # Broadcom BCM5706/5708 GigE
 lge*   at pci?                         # Level1 LXT1001 GigE
 mtd*   at pci?                         # Myson MTD803
 hme*   at pci?                         # Sun Happy Meal
-bce*   at pci?                         # Broadcom BCM4401
+#bce*  at pci?                         # Broadcom BCM4401
 vge*   at pci?                         # VIA VT612x
 nfe*   at pci?                         # NVIDIA nForce Ethernet
 xge*   at pci?                         # Neterion Xframe-I/II 10Gb ethernet