diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2011-03-28 15:21:39 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2011-03-28 15:21:39 +0000 |
commit | 91dd6cc2712b94be06fc77499bdd4b6fcfc17885 (patch) | |
tree | 30315c059fc139e233a9e593c987b0b67678926a /sys/dev/mii/files.mii | |
parent | c4115a3de02450014f9d572bae0cffcbfc27e4ba (diff) |
Add mlphy(4) a driver for the MicroLinear 6692 Ethernet PHYs.
The PHY is only 100Mbps capable and needs a copanion chip
for 10Mbps mode. Only a few tl(4) seem to ship with it.
Ported and tested by Loganaden Velvindron
OK sthen@
Diffstat (limited to 'sys/dev/mii/files.mii')
-rw-r--r-- | sys/dev/mii/files.mii | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/mii/files.mii b/sys/dev/mii/files.mii index e9d990ecaae..05d78222cdc 100644 --- a/sys/dev/mii/files.mii +++ b/sys/dev/mii/files.mii @@ -1,4 +1,4 @@ -# $OpenBSD: files.mii,v 1.30 2011/01/15 04:35:34 kevlo Exp $ +# $OpenBSD: files.mii,v 1.31 2011/03/28 15:21:38 claudio Exp $ # $NetBSD: files.mii,v 1.13 1998/11/05 00:36:48 thorpej Exp $ file dev/mii/mii.c mii @@ -140,3 +140,7 @@ file dev/mii/atphy.c atphy device rdcphy: mii_phy attach rdcphy at mii file dev/mii/rdcphy.c rdcphy + +device mlphy: mii_phy +attach mlphy at mii +file dev/mii/mlphy.c mlphy |