diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2008-09-29 13:13:36 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2008-09-29 13:13:36 +0000 |
commit | 0ad2499d43626ae45a59f62eb365a9daf5bb18ee (patch) | |
tree | 033fe5d99126a77163e37b4c05bb30b4a425189f /sys/arch/i386/conf/RAMDISK_CD | |
parent | 21894d13b1988e83e55f308cff2676cc8dbac17a (diff) |
enable JMicron Ethernet (jme/jmphy)
Diffstat (limited to 'sys/arch/i386/conf/RAMDISK_CD')
-rw-r--r-- | sys/arch/i386/conf/RAMDISK_CD | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/RAMDISK_CD b/sys/arch/i386/conf/RAMDISK_CD index df9ed1b7de4..ca1309f9885 100644 --- a/sys/arch/i386/conf/RAMDISK_CD +++ b/sys/arch/i386/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.158 2008/07/02 22:14:07 todd Exp $ +# $OpenBSD: RAMDISK_CD,v 1.159 2008/09/29 13:13:35 jsg Exp $ machine i386 # architecture, used by config; REQUIRED @@ -364,6 +364,7 @@ xge* at pci? # Neterion Xframe-I/II 10Gb ethernet vic* at pci? # VMware VMXnet virtual interface et* at pci? # Agere/LSI ET1310 lii* at pci? # Attansic L2 Ethernet +jme* at pci? # JMicron JMC250/JMC260 Ethernet # Wireless network cards acx* at pci? # TI ACX100/ACX111 (802.11b/g) @@ -416,6 +417,7 @@ bmtphy* at mii? # Broadcom 10/100 PHYs rgephy* at mii? # Realtek 8169S/8110S PHY ciphy* at mii? # Cicada CS8201 10/100/1000 copper PHY etphy* at mii? # Agere/LSI ET1011 TruePHY +jmphy* at mii? # JMicron JMP202/JMP211 PHYs ukphy* at mii? # "unknown" PHYs pseudo-device loop 1 # network loopback |