summaryrefslogtreecommitdiff
path: root/sys/dev/mii/files.mii
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2008-09-26 10:35:16 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2008-09-26 10:35:16 +0000
commit17fa253b80cce2fd92c8f1af0f69aff3ee1eadd7 (patch)
tree40490af44b8a4f9e7beb12df07d6a67a20922a44 /sys/dev/mii/files.mii
parent3cfa51bd587e168a001ea6c5e1d0cfb55710cd87 (diff)
Add drivers for the JMicron JMC250/JMC260 Ethernet controllers
and JMicron JMP202/JMP211 Ethernet PHYs. Written by Pyun YongHyeon for FreeBSD, ported to DragonFlyBSD by Sepherosa Ziehau and then ported to OpenBSD by me. Thanks once again to JMicron for supplying hardware and information which made this possible. Some cleanup still needs to be done, and checksum offload needs to be sorted out, but the driver otherwise seems to work great. Comitted over a JMC250 card.
Diffstat (limited to 'sys/dev/mii/files.mii')
-rw-r--r--sys/dev/mii/files.mii6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/mii/files.mii b/sys/dev/mii/files.mii
index 87b67536c9d..866728f4b3e 100644
--- a/sys/dev/mii/files.mii
+++ b/sys/dev/mii/files.mii
@@ -1,4 +1,4 @@
-# $OpenBSD: files.mii,v 1.28 2008/09/25 20:47:16 brad Exp $
+# $OpenBSD: files.mii,v 1.29 2008/09/26 10:35:15 jsg Exp $
# $NetBSD: files.mii,v 1.13 1998/11/05 00:36:48 thorpej Exp $
file dev/mii/mii.c mii
@@ -129,6 +129,10 @@ device etphy: mii_phy
attach etphy at mii
file dev/mii/etphy.c etphy
+device jmphy: mii_phy
+attach jmphy at mii
+file dev/mii/jmphy.c jmphy
+
device atphy: mii_phy
attach atphy at mii
file dev/mii/atphy.c atphy