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 | |
parent | fb2a60e09514df6325336eb1955458f59b4368ce (diff) |
enable bnx(4) on the CD RAMDISKs as well.
ok deraadt@
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/amd64/conf/RAMDISK_CD | 4 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISK_CD | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/amd64/conf/RAMDISK_CD b/sys/arch/amd64/conf/RAMDISK_CD index 91731aeae4e..a305fc3296c 100644 --- a/sys/arch/amd64/conf/RAMDISK_CD +++ b/sys/arch/amd64/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.59 2006/06/26 06:31:31 brad Exp $ +# $OpenBSD: RAMDISK_CD,v 1.60 2006/08/14 17:05:15 brad Exp $ machine amd64 # architecture, used by config; REQUIRED @@ -238,7 +238,7 @@ ixgb* at pci? # Intel Pro/10Gb ethernet #nge* at pci? # NS DP83820/DP83821 GigE #sf* at pci? # Adaptec AIC-6915 ethernet bge* at pci? # Broadcom BCM57xx (aka Tigon3) -#bnx* at pci? # Broadcom BCM5706/5708 GigE +bnx* at pci? # Broadcom BCM5706/5708 GigE re* at pci? # Realtek 8169/8169S/8110S re* at cardbus? # Realtek 8169/8169S/8110S stge* at pci? # Sundance TC9021 GigE 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 |