Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-09-17 | KNF | Brad Smith | |
2005-09-17 | re-add code which allows setting master/slave flag for links with | Brad Smith | |
manually set speed/duplex. | |||
2005-09-17 | - use PHY_RESET() on all models in brgphy_service() | Brad Smith | |
- use PHY_RESET() in brgphy_mii_phy_auto() - always use mii_phy_update() in brgphy_service() ok krw@ | |||
2005-08-27 | regen | Brad Smith | |
2005-08-27 | BCMunknown -> BCM5752 | Brad Smith | |
ok deraadt@ | |||
2005-08-22 | regen | Brad Smith | |
2005-08-22 | add a unknown Broadcom Gig PHY. This is just a placeholder for now until | Brad Smith | |
we find out what model this is. a dmesg might help from that slacker niklas! From: niklas@ ok deraaadt@ | |||
2005-08-14 | Correct one of the unknown marvell phys which is actually 88E1111-RCJ. | Jonathan Gray | |
ok brad@ | |||
2005-08-14 | regen | Jonathan Gray | |
2005-08-14 | Correct one of the unknown marvell phys which is actually 88E1111-RCJ. | Jonathan Gray | |
ok brad@ | |||
2005-08-04 | allow dcphy_status() to be called even when the parent interface | Brad Smith | |
is in the down state. on some dc's with dcphy this will now allow the card to show carrier state and some link speed though not necessarily full-duplex for some reason. something to look into still. | |||
2005-08-02 | sync | Peter Valchev | |
2005-08-02 | an alternative Cicada OUI (for CS8201B PHY) spotted in a VIA VT6122 | Peter Valchev | |
from NetBSD PR 29705 (Tomokazu HARADA), pointed out by jsg | |||
2005-08-02 | Marvell 88E1111 from Dave Huang in NetBSD PR 30556. | Jonathan Gray | |
ok brad@ | |||
2005-08-02 | regen | Jonathan Gray | |
2005-08-02 | Marvell 88E1111 from Dave Huang in NetBSD PR 30556. | Jonathan Gray | |
ok brad@ | |||
2005-07-31 | back out change that was not discussed for now | Peter Valchev | |
2005-07-30 | allow re(4) to attach too. | Brad Smith | |
2005-07-23 | back out last commit, this causes problems on some systems. | Brad Smith | |
2005-07-22 | Reading the IEEE specs shows that the bits have to be reversed when | Brad Smith | |
mapping an OUI to the MII id registers. From drochner NetBSD | |||
2005-07-22 | more Marvell and Realtek PHY | Brad Smith | |
2005-07-22 | regen | Brad Smith | |
2005-07-22 | add another Relatek OUI id and another Marvell GigE PHY. | Brad Smith | |
From Linksys EG1032 cards via Johan P. Lindström <johan.p.lindstrom at gmail dot com> | |||
2005-07-09 | rev 1.34 | Brad Smith | |
for offloc, use MII_OFFSET_ANY rather than abusing MII_PHY_ANY. From yamt NetBSD | |||
2005-07-01 | fix a couple of signed->unsigned warnings lint found | Brad Smith | |
From NetBSD | |||
2005-06-29 | remove unused FreeBSD printf | Brad Smith | |
2005-06-21 | regen | Brad Smith | |
2005-06-21 | add some Enable Semiconductor and Lucent PHYs | Brad Smith | |
from henric@ via deraadt@ | |||
2005-06-19 | - some clean up | Brad Smith | |
- for consistency fix order of operations for MII_TICK switch case in eephy | |||
2005-06-19 | rev 1.4 | Brad Smith | |
Tweak the xmphy driver a little bit based on something I learned about the built-in 1000baseX interface in the Level 1 LXT1001 chip. The Level 1 PHY comes up with the isolate bit in the control register set by default, but it also has the autonegotiate bit set. When you tell the xmphy driver to select IFM_AUTO mode, it sees that the autoneg bit is already on, and thus doesn't bother updating the control register. However this means that the isolate bit is never turned off (unless you manually select 1000baseSX full or half duplex mode, which does result in the control register being modified and the ISO bit being turned off). This subtle and unusual behavioral difference stopped me from being able to receive packets on the SMC9462TX card for several days, since isolating the PHY disconnects it from the MAC's data interface. The fix is to omit the 'is the autoneg big set?' test, since it doesn't really provide much of an optimization anyway. This commit also updates the xmphy driver to support the Jato/Level 1 internal PHY. (I'm not sure how Jato Technologies is related to Level 1: all I know is the OUI from the PHY ID registers maps to Jato in the OUI database.) From FreeBSD | |||
2005-06-17 | regen | Brad Smith | |
2005-06-17 | add Jato Technologies 1000baseX PHY | Brad Smith | |
From FreeBSD | |||
2005-06-11 | need this too | Brad Smith | |
2005-06-11 | BCM5714 | Brad Smith | |
2005-06-11 | regen | Brad Smith | |
2005-06-11 | BCM5714 | Brad Smith | |
2005-05-27 | modernize and cleanup the nsgphy code, using mii_phy_setmedia/mii_phy_tick | Brad Smith | |
and the generic MII #defines | |||
2005-05-27 | some cleanup | Brad Smith | |
2005-05-25 | BCM5220 | Brad Smith | |
2005-05-25 | regen | Brad Smith | |
2005-05-25 | I don't know the real name of this PHY on a dc@cardbus I was | Brad Smith | |
provided by todd@ but it is a Broadcom 10/100 PHY. Based on the description of the BCM5220 from the web-site saying its a very low power PHY then I'll just name this a BCM5220 for now unless I find out otherwise. | |||
2005-04-15 | print proper model string. | Brad Smith | |
2005-04-15 | let tree build. brad -- check what you busted | Theo de Raadt | |
2005-04-14 | +luphy | Brad Smith | |
2005-04-14 | add a PHY driver for the Lucent LU6612 10/100 PHY used on PCI | Brad Smith | |
quad port hme(4)'s and other newer Sun systems with hme(4)'s. derived from a diff posted to freebsd-sparc64 by Marius Strobl <marius at alchemy dot franken dot de> ok mickey@ | |||
2005-04-14 | regen | Brad Smith | |
2005-04-14 | rename unknown Agere PHY, this is a Lucent LU6612 10/100 PHY. | Brad Smith | |
2005-03-28 | Use mii_phy_tick() instead of duplicating code. | Kenneth R Westerback | |
tested & ok pvalchev@ | |||
2005-03-26 | Cleanup. Use defines, standard names, consistant comparison operators, etc. | Kenneth R Westerback | |
for auto negotiation ticks code. No functional change. ok brad@ | |||
2005-03-08 | Cosmetics... | Thierry Deval | |
Mainly remove space between locators parens, replace spaces with tabs where appropriate and consistently align dependencies. |