diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-08-04 21:43:38 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-08-04 21:43:38 +0000 |
commit | cfcb860b021347053570c25684b3ec7aff339622 (patch) | |
tree | 3cff65e7576edc40dd565b3c402865bbcb4c320f /sys/arch | |
parent | f08ad2ed4208021e3afe22afb5cc2b14a474e657 (diff) |
Disable bce(4) because it can only access 1GB of memory and developers
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.
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISK_CD | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 30066231473..cbed8e253e9 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -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 diff --git a/sys/arch/i386/conf/RAMDISK_CD b/sys/arch/i386/conf/RAMDISK_CD index 69fc33396c4..8cc243a5dbc 100644 --- a/sys/arch/i386/conf/RAMDISK_CD +++ b/sys/arch/i386/conf/RAMDISK_CD @@ -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 |