summaryrefslogtreecommitdiff
path: root/sys/dev/mii
AgeCommit message (Expand)Author
2006-09-17do not fill in the anar for the manual 1000baseT media setting case.Brad Smith
2006-08-28revert flags usage commits. too close to release. will go in post release ins...Brad Smith
2006-08-28Fix manual media types by always leaving the PHY in autoneg mode but adjustingBrad Smith
2006-08-27pack several boolean fields into the existing bge_flags field.Brad Smith
2006-08-21another id.Brad Smith
2006-08-21regenBrad Smith
2006-08-21another Marvell Gig PHY.Brad Smith
2006-08-11typo, settning -> settingBrad Smith
2006-08-05add sys/timeout.h and remove redundant sys/socket.h header.Brad Smith
2006-08-05Simplify autoneg code. Tested with a fibre sk and lge.Brad Smith
2006-07-28Simplify autoneg code a bit. Tested on a few sk(4)'s and an axe(4).Brad Smith
2006-07-28another Marvell Gig PHY.Brad Smith
2006-07-28regenBrad Smith
2006-07-28another Marvell Gig PHY.Brad Smith
2006-07-23add sys/timeout.hBrad Smith
2006-07-23revert back to the old brgphy_mii_phy_auto() which simplifies the autoneg code.Brad Smith
2006-07-22On the Gig PHYTER, for whatever reason, the 10baseT-related bits of theBrad Smith
2006-07-12add an initial PHY driver for the IC Plus IP1000A integrated PHY.Brad Smith
2006-07-08regenBrad Smith
2006-07-08Add Topic Semiconductor OUI and a few IC Plus 10/100 and 10/100/1000 PHY models.Brad Smith
2006-07-03regenBrad Smith
2006-07-03add PMC-Sierra OUI.Brad Smith
2006-07-03regenBrad Smith
2006-07-03add Level 1 LXT1000 ids.Brad Smith
2006-06-27* Correct the rgephy driver so that it only applies the DSP fixup forBrad Smith
2006-06-26Add support for bnx(4).Brad Smith
2006-06-08do not set the mii_ticks field to zero in the asynchronous autonegotiationBrad Smith
2006-06-01Add the MIIF_AUTOTSLEEP flag, needed by gigabit axe(4) devices.Christopher Pascoe
2006-05-29formattingBrad Smith
2006-05-20also attach to Broadcom BCM5706C and BCM5708C PHY.Brad Smith
2006-05-16consider re(4) as a possible 8139 chipset.Brad Smith
2006-04-15regenBrad Smith
2006-04-15add the Broadcom BCM5706C and BCM5708C PHY ids.Brad Smith
2006-03-25regenBrad Smith
2006-03-25add vendor ID for SMSC and SMSC LAN83C185 10/100 PHY id.Brad Smith
2006-03-10Last revision apparently does not work when cold booting so revert.Jonathan Gray
2006-03-10Only do the forcing rgmii for nfe game after a reset notJonathan Gray
2006-03-05remove whitespace at the end of line.Brad Smith
2006-03-04Do not enable the Ethernet@WireSpeed PHY feature on 5705's and not 5750'sBrad Smith
2006-03-04regenBrad Smith
2006-03-04add the National Semiconductor DP83847 DsPHYTER PHY.Brad Smith
2006-02-28Remove a debug printf that crept into the last commit.Jonathan Gray
2006-02-28We need to special case ciphy to ask for RGMII interface at 2.5V for nfe.Jonathan Gray
2006-02-12regenBrad Smith
2006-02-12add OUI's for ASIX Electronics and CENiX Inc.Brad Smith
2006-02-12Correct information in dmesg again. -moj ok jsgMats O Jansson
2006-02-12Add support for IC+ IP101 (from brad). -moj ok jsgMats O Jansson
2006-02-12regenMats O Jansson
2006-02-12Change xxICPLUS to ICPLUS and correct the information. -mojMats O Jansson
2006-02-11use mii_phy_match().Brad Smith