diff options
author | Marco Peereboom <marco@cvs.openbsd.org> | 2006-10-15 04:17:33 +0000 |
---|---|---|
committer | Marco Peereboom <marco@cvs.openbsd.org> | 2006-10-15 04:17:33 +0000 |
commit | 0fe995b5641f54b4f833435a9eb8c008a8a27ff1 (patch) | |
tree | d6f10a1c239d2d1747eb6156e7fd721a18b3e004 /sys/arch | |
parent | a08620c0b58f89658a44d8fc02d9703d3af6078e (diff) |
Enable bce.
Sortof ok with grumblings deraadt@
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/amd64/conf/RAMDISK_CD | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index 89a0da1a202..4f96aa2fb08 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.160 2006/10/11 12:08:57 henning Exp $ +# $OpenBSD: GENERIC,v 1.161 2006/10/15 04:17:31 marco Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -364,6 +364,7 @@ nfe* at pci? # NVIDIA nForce Ethernet musycc* at pci? # Conexant HDLC controller art* at musycc? # Accoom Artery E1/T1 cards xge* at pci? # Neterion Xframe-I/II 10Gb ethernet +bce* at pci? # Broadcom BCM4401 # Wireless network cards acx* at pci? # TI ACX100/ACX111 (802.11b/g) diff --git a/sys/arch/amd64/conf/RAMDISK_CD b/sys/arch/amd64/conf/RAMDISK_CD index ab27fa098d4..8ff0f00174d 100644 --- a/sys/arch/amd64/conf/RAMDISK_CD +++ b/sys/arch/amd64/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.62 2006/08/29 20:04:54 jolan Exp $ +# $OpenBSD: RAMDISK_CD,v 1.63 2006/10/15 04:17:32 marco Exp $ machine amd64 # architecture, used by config; REQUIRED @@ -252,6 +252,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 # Wireless network cards ath* at pci? # Atheros AR5k (802.11a/b/g) |