diff options
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r-- | sys/arch/amd64/conf/RAMDISK | 4 | ||||
-rw-r--r-- | sys/arch/amd64/conf/RAMDISK_CD | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/sys/arch/amd64/conf/RAMDISK b/sys/arch/amd64/conf/RAMDISK index 7bd5f06716f..7e0c2252001 100644 --- a/sys/arch/amd64/conf/RAMDISK +++ b/sys/arch/amd64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.1 2004/02/22 00:08:32 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.2 2004/02/25 18:25:54 deraadt Exp $ machine amd64 # architecture, used by config; REQUIRED @@ -213,7 +213,7 @@ sk* at skc? # each port of above #em* at pci? dev ? function ? # Intel Pro/1000 ethernet #txp* at pci? dev ? function ? # 3com 3CR990 #nge* at pci? dev ? function ? # NS DP83820/DP83821 GigE -#bge* at pci? dev ? function ? # Broadcom BCM570x (aka Tigon3) +bge* at pci? dev ? function ? # Broadcom BCM570x (aka Tigon3) #lge* at pci? dev ? function ? # Level1 LXT1001 GigE #mtd* at pci? dev ? function ? # Myson MTD803 diff --git a/sys/arch/amd64/conf/RAMDISK_CD b/sys/arch/amd64/conf/RAMDISK_CD index 45104d40b5b..45fed2dc4cd 100644 --- a/sys/arch/amd64/conf/RAMDISK_CD +++ b/sys/arch/amd64/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.3 2004/02/22 00:24:28 deraadt Exp $ +# $OpenBSD: RAMDISK_CD,v 1.4 2004/02/25 18:25:54 deraadt Exp $ machine amd64 # architecture, used by config; REQUIRED @@ -210,10 +210,10 @@ fxp* at pci? dev ? function ? # EtherExpress 10/100B ethernet #ti* at pci? dev ? function ? # Alteon Tigon 1Gb ethernet skc* at pci? dev ? function ? # SysKonnect GEnesis 984x sk* at skc? # each port of above -#em* at pci? dev ? function ? # Intel Pro/1000 ethernet +em* at pci? dev ? function ? # Intel Pro/1000 ethernet #txp* at pci? dev ? function ? # 3com 3CR990 #nge* at pci? dev ? function ? # NS DP83820/DP83821 GigE -#bge* at pci? dev ? function ? # Broadcom BCM570x (aka Tigon3) +bge* at pci? dev ? function ? # Broadcom BCM570x (aka Tigon3) #lge* at pci? dev ? function ? # Level1 LXT1001 GigE #mtd* at pci? dev ? function ? # Myson MTD803 |