From d9730b8b5308cdb98f8c628dc0a02c8182eca8af Mon Sep 17 00:00:00 2001 From: Jonathan Lemon Date: Sat, 29 Sep 2001 19:18:52 +0000 Subject: Cleanup pass for mii drivers. . Make internal service routines static. . Use a consistent ordering of checks in MII_TICK. Do the work in the mii_phy_tick() subroutine if appropriate. . Call mii_phy_update() to trigger the callbacks. --- sys/dev/mii/miidevs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'sys/dev/mii/miidevs') diff --git a/sys/dev/mii/miidevs b/sys/dev/mii/miidevs index 5a3e9f6ead2e..91acbb1fd96b 100644 --- a/sys/dev/mii/miidevs +++ b/sys/dev/mii/miidevs @@ -65,6 +65,7 @@ oui TDK 0x00c039 TDK oui TI 0x080028 Texas Instruments oui XAQTI 0x00e0ae XaQti Corp. oui MARVELL 0x005043 Marvell Semiconductor +oui xxMARVELL 0x000ac2 Marvell Semiconductor /* in the 79c873, AMD uses another OUI (which matches Davicom!) */ oui xxAMD 0x00606e Advanced Micro Devices @@ -154,4 +155,6 @@ model xxTI 100VGPMI 0x0002 ThunderLAN 100VG-AnyLan media interface model XAQTI XMACII 0x0000 XaQti Corp. XMAC II gigabit interface /* Marvell Semiconductor PHYs */ -model MARVELL E1000 0x0000 Marvell Semiconductor 88E1000* gigabit PHY +model MARVELL E1000 0x0000 Marvell 88E1000 Gigabit PHY +model xxMARVELL E1000 0x0005 Marvell 88E1000 Gigabit PHY + -- cgit v1.3