diff options
author | Kevin Lo <kevlo@cvs.openbsd.org> | 2009-02-14 14:22:00 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@cvs.openbsd.org> | 2009-02-14 14:22:00 +0000 |
commit | 7e7825012230d20aa75d23e8ba37c844b9e9d5d6 (patch) | |
tree | 70f9b868d7651249f14113b62e13ca58cd785a8a /sys/arch/amd64/conf | |
parent | 49f44c996ebd807d6823edfee11f60c9852ef9f7 (diff) |
enable Attansic L1 Ethernet (age/atphy)
ok deraadt@
Diffstat (limited to 'sys/arch/amd64/conf')
-rw-r--r-- | sys/arch/amd64/conf/RAMDISK_CD | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/amd64/conf/RAMDISK_CD b/sys/arch/amd64/conf/RAMDISK_CD index 43eca7bfcea..68c7bb4898d 100644 --- a/sys/arch/amd64/conf/RAMDISK_CD +++ b/sys/arch/amd64/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.98 2009/02/10 18:35:44 damien Exp $ +# $OpenBSD: RAMDISK_CD,v 1.99 2009/02/14 14:21:59 kevlo Exp $ machine amd64 # architecture, used by config; REQUIRED @@ -284,6 +284,7 @@ nfe* at pci? # NVIDIA nForce Ethernet xge* at pci? # Neterion Xframe-I/II 10Gb ethernet bce* at pci? # Broadcom BCM4401 et* at pci? # Agere/LSI ET1310 +age* at pci? # Attansic L1 Ethernet lii* at pci? # Attansic L2 Ethernet jme* at pci? # JMicron JMC250/JMC260 Ethernet @@ -342,6 +343,7 @@ ciphy* at mii? # Cicada CS8201 10/100/1000 copper PHY etphy* at mii? # Agere/LSI ET1011 TruePHY jmphy* at mii? # JMicron JMP202/JMP211 PHYs ipgphy* at mii? # IC Plus IP1000A PHYs +atphy* at mii? # Attansic F1 PHYs ukphy* at mii? # "unknown" PHYs pseudo-device loop 1 # network loopback |