diff options
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 |