diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2006-08-14 17:05:16 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2006-08-14 17:05:16 +0000 |
commit | b8c43a53f6bec80bbf94bf6f3248845be75229f6 (patch) | |
tree | bdb75a586c8afb8e3c4c7c519d4cf8304472047b /sys/arch/i386/conf/RAMDISK_CD | |
parent | fb2a60e09514df6325336eb1955458f59b4368ce (diff) |
enable bnx(4) on the CD RAMDISKs as well.
ok deraadt@
Diffstat (limited to 'sys/arch/i386/conf/RAMDISK_CD')
-rw-r--r-- | sys/arch/i386/conf/RAMDISK_CD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/RAMDISK_CD b/sys/arch/i386/conf/RAMDISK_CD index 2f00b817f44..afd5d74ab3e 100644 --- a/sys/arch/i386/conf/RAMDISK_CD +++ b/sys/arch/i386/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.125 2006/07/25 19:16:51 kettenis Exp $ +# $OpenBSD: RAMDISK_CD,v 1.126 2006/08/14 17:05:15 brad Exp $ machine i386 # architecture, used by config; REQUIRED @@ -331,7 +331,7 @@ re* at pci? # Realtek 8169/8169S/8110S re* at cardbus? # Realtek 8169/8169S/8110S stge* at pci? # Sundance TC9021 GigE bge* at pci? # Broadcom BCM57xx (aka Tigon3) -#bnx* at pci? # Broadcom BCM5706/5708 GigE +bnx* at pci? # Broadcom BCM5706/5708 GigE lge* at pci? # Level1 LXT1001 GigE mtd* at pci? # Myson MTD803 hme* at pci? # Sun Happy Meal |