Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-10-09 | remove redundant checks for MII_TICK case which mii_phy_tick() | Brad Smith | |
already deals with. | |||
2004-10-09 | Allow a little time for the reset to settle in before we start polling | Brad Smith | |
the BMCR again. The DP83840A manual states that there should be a 500us delay between asserting software reset and attempting MII serial operations. From NetBSD ok mcbride@ | |||
2004-10-09 | add master flag support for 1000baseT and autonegotiation support for 1000baseX. | Brad Smith | |
From NetBSD ok mcbride@ | |||
2004-10-08 | don't print media info | Brad Smith | |
2004-10-07 | Add driver for generic ten-bit interfaces (1000BASE-{LX,SX} fibre interfaces) | Brad Smith | |
From NetBSD ok mcbride@ | |||
2004-10-07 | add constants for 1000Base-X duplex negotiation. | Brad Smith | |
From NetBSD ok mcbride@ | |||
2004-10-07 | *phy -> *sc | Brad Smith | |
ok jason@ | |||
2004-10-04 | sync | Theo de Raadt | |
2004-10-04 | davicom DM9601 contains another amiphy clone | Theo de Raadt | |
2004-10-02 | Add missing sc_mii, broken by PHY entry point changes. | Ryan Thomas McBride | |
(apparantly only affects cats GENERIC) | |||
2004-10-01 | regen | Brad Smith | |
2004-10-01 | add ids for Broadcom BCM5750/5751 | Brad Smith | |
From: FreeBSD | |||
2004-10-01 | add some missing $, ok djm@ 'That looks fine to me' millert@ | Jonathan Gray | |
2004-09-30 | rtl8139 doesn't setup ANLPAR if the other side is not NWay compatible, | Jason Wright | |
to try to deduce what the link partner is the hardway. Based on FreeBSD. | |||
2004-09-29 | from netbsd: if_url.c 1.8, if_urlreg.h 1.2, urlphy.c 1.9 and urlphyreg.h 1.2 | David Gwynne | |
via Jonathan Gray log message: Remove advertising clauses from code written by Shingo WATANABE. He has kindly consented it. | |||
2004-09-28 | mii_phy_tick() already checks for autonegotiation. | Brad Smith | |
2004-09-27 | ANSI protos and some minor cleanup | Brad Smith | |
ok henning@ | |||
2004-09-26 | simplify MII_TICK case by using mii_phy_tick(). | Brad Smith | |
2004-09-26 | Restructure the PHY entry points to use a structure of | Brad Smith | |
entry points instead of descrete function pointers, and extend this to include a "reset" entry point. Make sure any PHY-specific reset routine is always used. From NetBSD ok mcbride@ | |||
2004-09-23 | RTL8201L PHY support; from FreeBSD. | Federico G. Schwindt | |
2004-09-20 | don't include sys/malloc.h, no memory management functions are used | Brad Smith | |
by any of the MII drivers. From NetBSD | |||
2004-08-10 | regen | Brad Smith | |
2004-08-10 | 1000baseTX -> 1000baseT | Brad Smith | |
gigabit -> Gigabit | |||
2004-08-06 | add MII_MODEL_AMD_79C875phy | Per Fogelstrom | |
2004-08-06 | Add support for Am79C875 quad phy. | Per Fogelstrom | |
ok deraadt@ | |||
2004-08-03 | Add a MIIF_FORCEANEG flag to be passed to mii_attach. This forces an | Brad Smith | |
autonegotiation to take place if IFM_AUTO is selected in mii_media_set. From NetBSD | |||
2004-08-02 | more MII flags | Brad Smith | |
From NetBSD | |||
2004-06-05 | Driver for the RealTek 8169S/8110S internal 10/100/1000 PHY | Peter Valchev | |
from FreeBSD | |||
2004-06-05 | sync | Peter Valchev | |
2004-06-05 | gigE PHY in the RealTek 8169S/8110S chips | Peter Valchev | |
2004-04-28 | Make carp(4) aware of its physical interface: | Ryan Thomas McBride | |
- If the physical interface goes down or the link goes down, the carp interface goes down as well. - We treat this like the preemption holdoff with pfsync. So if one of the carp interfaces is known to be bad (because the physical interface it's associated with is bad), all the other carp interfaces back off: they won't preempt, and their advskew goes to 240. ok cedric@ | |||
2004-04-15 | regen | Michael Shalayeff | |
2004-04-15 | a plessey phy as found on some pnics | Michael Shalayeff | |
2003-10-22 | typos from Tom Cosgrove; | Jason McIntyre | |
2003-10-13 | Bring bge and brgphy more up to date with changes from FreeBSD and NetBSD. | Kenneth R Westerback | |
Some bug fixes, support for new hardware like the 5704 and 5705. Testing by deraadt@, danh@, and drahn@ amoung others. ok deraadt@. | |||
2003-10-05 | Fix tree breakage. We are not ready for RealTek PHYs, so back out that | Kenneth R Westerback | |
addition, leaving only desired Broadcom PHY additions. | |||
2003-10-05 | Fix tree breakage. We are not ready for RealTek PHYs, so back out that | Kenneth R Westerback | |
addition, leaving only desired Broadcom PHY additions. | |||
2003-10-05 | Misc. PHYs: more Broadcom, some RealTek. | Kenneth R Westerback | |
The Broadcom devices are needed for the bge sync being attempted. From FreeBSD. As were the pcidevs committed earlier. | |||
2003-10-05 | Misc. PHYs: more Broadcom, some RealTek. | Kenneth R Westerback | |
The Broadcom devices are needed for the bge sync being attempted. From FreeBSD. As were the pcidevs committed earlier. | |||
2003-09-26 | Typos: defintion -> definition, proccess -> process | Miod Vallat | |
There are more occurences hiding in binutils, lynx and afs but I am too lazy to report them upstream at the moment. | |||
2003-09-02 | Increase autonegotiation wait to 5000ms. | Kenneth R Westerback | |
This gives autonegotiation a fair chance to complete. Copper switches can take several seconds to do autonegotiation. Fixes sk need to be poked after reboot and allows sk to use dhcp configuration. Problem and workaround reported by Laurence Tratt. Also minor cleanup: 1) Remove duplicate function prototypes/ 2) Remove unneeded '#include <malloc.c>'. From FreeBSD. 3) Remove some static's. ok deraadt@ nate@ henning@ henric@. Also tested by Laurence Tratt and Damien Couderc. | |||
2003-08-12 | regen | Michael Shalayeff | |
2003-08-12 | altima 101/101L phy from netbsd via freebsd; hugh@ testing | Michael Shalayeff | |
2003-08-01 | Support for new Marvell based Gigabit Ethernet adapters | Nathan Binkert | |
ok deraadt@ | |||
2003-07-09 | Fix problems with ICS1893 PHY and some sis chipsets. | Kenneth R Westerback | |
Partial re-sync with FreeBSD, from Jeorg Sonnenberger. Tested by Jeorg, Henning@, Paul de Weerd, Otto@, and myself. ok henning@ deraadt@ | |||
2003-06-02 | nuke clase 3 & 4 | Jason Wright | |
2003-05-14 | sync | Nathan Binkert | |
2003-05-14 | new marvell phy | Nathan Binkert | |
2003-05-14 | use our standard way of identifying MII devices | Nathan Binkert | |
2003-05-14 | sync | Nathan Binkert | |