summaryrefslogtreecommitdiff
path: root/sys/dev/mii
AgeCommit message (Expand)Author
1999-12-21Use BMSR to test for `negotiation complete'; the alternative bit in thepk
1999-12-07Add a driver for the National Semiconductor DP83843 `PHYTER' 10/100thorpej
1999-11-19Regen.thorpej
1999-11-19Add OUI for Enable Semiconductor.thorpej
1999-11-17Common module for bit-bang'ing the MII.thorpej
1999-11-12Add mii_down(), which is used by MAC drivers to inform PHYs that thethorpej
1999-11-04Allow mii_phy_probe() to be called multiple times, and allow the callerthorpej
1999-11-03Don't add any loopback versions of media, for now.thorpej
1999-11-03Clean up the code that adds media a little, and make media selectionthorpej
1999-10-27Fix a braino in some currently-disabled code.thorpej
1999-09-29Define ANAR and ANLPAR bits that are used to negotiate the 802.3x PAUSEthorpej
1999-09-25Add a PHY `offset' (e.g. "first PHY on bus, second PHY on bus, ...") tothorpej
1999-09-16Fix botched RCS IDs.soren
1999-09-07Spacing.soren
1999-09-07Install *reg.hsoren
1999-09-07Note 78Q2121.soren
1999-09-05Add driver for the TDK Semiconductor 78Q2120 PHY.soren
1999-09-05TDK Semiconductor 78Q2120 PHY, commonly used in low-power Cardbus cards.soren
1999-09-05Add PHY driver the the Intel 82553 found on some fxp's.soren
1999-09-04Regenerate.soren
1999-09-04Add Intel 82553 and TSC 78Q2120.soren
1999-08-03move common support functions for phy drivers from mii.c to mii_physubr.c,drochner
1999-07-14Correct the sense of the PCR_FLINK100 bit. From Dave Sainty, PR #7832.thorpej
1999-06-20SCTRL2 register number wrong. PR #7756, Johan Danielsson.thorpej
1999-05-14use the new "xx" prefixed OUIs because the mapping to the ID registerdrochner
1999-05-14regendrochner
1999-05-14Define OUIs in a more uniform way. OUIs are fixed entities registereddrochner
1999-04-26mii_phy_auto(): don't rely on an implicit declaration of the waitfor argument.kleink
1999-04-23Implement asynchronous autonegotiation when driven by the MII tickthorpej
1999-03-24Regen.thorpej
1999-03-24Silicon Integrated Systems OUI and the SiS 900 PHY model number.thorpej
1999-02-05Regen.thorpej
1999-02-05Add oui for Davicom Semiconductor, and add Davicom DM9101 10/100 PHY.thorpej
1999-02-05Some PHYs are really braindead, and report incorrect IDs. Simplify thethorpej
1999-01-29Fix bit testpk
1998-11-05Common code for media-from-bmcr.thorpej
1998-11-05In the status routine, always use the media selected in the BMCR ifthorpej
1998-11-05Regen.thorpej
1998-11-05Add AMD's OUI, and the model number for the AMD 79C873 10/100 Ethernet PHY.thorpej
1998-11-05Add a driver for "generic unknown PHYs", meant as a catch-all forthorpej
1998-11-05Tidy up the message from mii_print() somewhat.thorpej
1998-11-05Place the essentially common "ticks" and "active" members into thethorpej
1998-11-04Routines common between the Uknown PHY driver (forthcoming) and otherthorpej
1998-11-04Return a higher-priority match than 1. These are specific drivers. Thisthorpej
1998-11-04Factor out the common reset code. Use the NOISOLATE flags as appropriatethorpej
1998-11-04Factor out some common code from all the PHY drivers (autonegotiation, forthorpej
1998-11-04Define and use generic PHY read/write reg macros.thorpej
1998-11-03Driver for Seeq 80220/80221/80223 10/100 Ethernet PHYs.thorpej
1998-11-03Regen.thorpej
1998-11-03Define the model ID of the Seeq 84220 10/100 PHY.thorpej