Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-10-01 | initial pieces for the 88E3082 Fast Ethernet PHY. untested at the moment. | Brad Smith | |
2006-10-01 | add a few new Marvell ids. | Brad Smith | |
2006-10-01 | regen | Brad Smith | |
2006-10-01 | add a few new Marvell ids. | Brad Smith | |
2006-09-27 | regen | Jonathan Gray | |
2006-09-27 | Add another two Vitesse PHYs, one from jmc's nfe(4), one from an | Jonathan Gray | |
axe(4) I have. | |||
2006-09-17 | do not fill in the anar for the manual 1000baseT media setting case. | Brad Smith | |
2006-08-28 | revert flags usage commits. too close to release. will go in post release ↵ | Brad Smith | |
instead. requested by deraadt@ | |||
2006-08-28 | Fix manual media types by always leaving the PHY in autoneg mode but adjusting | Brad Smith | |
the ANAR as appropriate. Derived from a diff for FreeBSD; same technique used by the Linux r8169 driver. | |||
2006-08-27 | pack several boolean fields into the existing bge_flags field. | Brad Smith | |
2006-08-21 | another id. | Brad Smith | |
2006-08-21 | regen | Brad Smith | |
2006-08-21 | another Marvell Gig PHY. | Brad Smith | |
2006-08-11 | typo, settning -> setting | Brad Smith | |
2006-08-05 | add sys/timeout.h and remove redundant sys/socket.h header. | Brad Smith | |
2006-08-05 | Simplify autoneg code. Tested with a fibre sk and lge. | Brad Smith | |
2006-07-28 | Simplify autoneg code a bit. Tested on a few sk(4)'s and an axe(4). | Brad Smith | |
2006-07-28 | another Marvell Gig PHY. | Brad Smith | |
2006-07-28 | regen | Brad Smith | |
2006-07-28 | another Marvell Gig PHY. | Brad Smith | |
2006-07-23 | add sys/timeout.h | Brad Smith | |
2006-07-23 | revert back to the old brgphy_mii_phy_auto() which simplifies the autoneg code. | Brad Smith | |
2006-07-22 | On the Gig PHYTER, for whatever reason, the 10baseT-related bits of the | Brad Smith | |
BMSR are wired to 0, yet the PHY supports 10baseT. So, to get around this, we test the ANAR 10baseT bits after a PHY reset. These bits are set according to input pin 180. If we see the 10baseT ANAR bits set, we fake them in the BMSR so that we can actually autonegotiate 10baseT. From thorpej@NetBSD | |||
2006-07-12 | add an initial PHY driver for the IC Plus IP1000A integrated PHY. | Brad Smith | |
From Pyun YongHyeon <yongari at FreeBSD dot org> | |||
2006-07-08 | regen | Brad Smith | |
2006-07-08 | Add Topic Semiconductor OUI and a few IC Plus 10/100 and 10/100/1000 PHY models. | Brad Smith | |
2006-07-03 | regen | Brad Smith | |
2006-07-03 | add PMC-Sierra OUI. | Brad Smith | |
From NetBSD | |||
2006-07-03 | regen | Brad Smith | |
2006-07-03 | add Level 1 LXT1000 ids. | Brad Smith | |
From NetBSD | |||
2006-06-27 | * Correct the rgephy driver so that it only applies the DSP fixup for | Brad Smith | |
PHY revs 0 and 1. Later chips are fixed and don't need the fixup. * Make the rgephy driver advertise both 1000_FD and 1000_HD bits in autoneg mode. A couple of the devices don't autoneg correctly unless configured this way. From wpaul FreeBSD ok drahn@ | |||
2006-06-26 | Add support for bnx(4). | Brad Smith | |
2006-06-08 | do not set the mii_ticks field to zero in the asynchronous autonegotiation | Brad Smith | |
function as this is already done in the MII tick handler just before calling the autonegotiation function. ok krw@ | |||
2006-06-01 | Add the MIIF_AUTOTSLEEP flag, needed by gigabit axe(4) devices. | Christopher Pascoe | |
Cloned from mii_physubr.c. ok brad@ | |||
2006-05-29 | formatting | Brad Smith | |
2006-05-20 | also attach to Broadcom BCM5706C and BCM5708C PHY. | Brad Smith | |
2006-05-16 | consider re(4) as a possible 8139 chipset. | Brad Smith | |
2006-04-15 | regen | Brad Smith | |
2006-04-15 | add the Broadcom BCM5706C and BCM5708C PHY ids. | Brad Smith | |
From FreeBSD | |||
2006-03-25 | regen | Brad Smith | |
2006-03-25 | add vendor ID for SMSC and SMSC LAN83C185 10/100 PHY id. | Brad Smith | |
From martin@ | |||
2006-03-10 | Last revision apparently does not work when cold booting so revert. | Jonathan Gray | |
Noticed by otto@ | |||
2006-03-10 | Only do the forcing rgmii for nfe game after a reset not | Jonathan Gray | |
after every link state change in the fixup function. Suggested by brad@, tested by otto@ | |||
2006-03-05 | remove whitespace at the end of line. | Brad Smith | |
2006-03-04 | Do not enable the Ethernet@WireSpeed PHY feature on 5705's and not 5750's | Brad Smith | |
as the comment says. | |||
2006-03-04 | regen | Brad Smith | |
2006-03-04 | add the National Semiconductor DP83847 DsPHYTER PHY. | Brad Smith | |
From NetBSD | |||
2006-02-28 | Remove a debug printf that crept into the last commit. | Jonathan Gray | |
ok deraadt@ | |||
2006-02-28 | We need to special case ciphy to ask for RGMII interface at 2.5V for nfe. | Jonathan Gray | |
This makes Cicada/Vitesse PHYs attached to nfe work. Many thanks to Bill Paul for diagnosing the problem and suggesting a solution. Tested by otto@, ok deraadt@ | |||
2006-02-12 | regen | Brad Smith | |