diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2011-04-03 12:32:06 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2011-04-03 12:32:06 +0000 |
commit | f6afcae6ee3302976985e628d2a6f3354530553b (patch) | |
tree | 8b3329b79f2bc22ea36fe5cab34f03ff2c8a5eda /sys/arch/amd64/conf/RAMDISK_CD | |
parent | 6922c52247a4cbe8de3e9e223b248a098de83e76 (diff) |
Re-enable bce(4) now that it is fixed.
Diffstat (limited to 'sys/arch/amd64/conf/RAMDISK_CD')
-rw-r--r-- | sys/arch/amd64/conf/RAMDISK_CD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/conf/RAMDISK_CD b/sys/arch/amd64/conf/RAMDISK_CD index b9367cc4d53..9d93aeec690 100644 --- a/sys/arch/amd64/conf/RAMDISK_CD +++ b/sys/arch/amd64/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.115 2010/08/04 21:44:41 deraadt Exp $ +# $OpenBSD: RAMDISK_CD,v 1.116 2011/04/03 12:32:05 claudio 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 |