summaryrefslogtreecommitdiffstats
path: root/sys/dev/mii/files.mii (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add support for the Broadcom PHY found on the Octeon-based DSR-500.pirofti2014-05-061-1/+5
| | | | | | | | | | | | | | This is an MI driver currently targeting only the BCM53115 model, but other Broadcom devices (specially from the 53XX family) can make use of it as well. The driver currently accounts just for the CPU port. The switch is left in dumb-mode. Further advanced switch control is in the works. Parts of this was inspired by looking at the b53 driver from the OpenWrt project. Thanks! Okay miod@
* Add mlphy(4) a driver for the MicroLinear 6692 Ethernet PHYs.claudio2011-03-281-1/+5
| | | | | | | The PHY is only 100Mbps capable and needs a copanion chip for 10Mbps mode. Only a few tl(4) seem to ship with it. Ported and tested by Loganaden Velvindron OK sthen@
* Add drivers for the RDC R6040 Ethernet chipsetkevlo2011-01-151-1/+5
| | | | | | | | | | | | and RDC R6040 Ethernet PHY. Written by Pyun YongHyeon for FreeBSD then ported to OpenBSD by me. Thanks once again to DMP for supplying hardware which made this possible. ok deraadt@
* Add drivers for the JMicron JMC250/JMC260 Ethernet controllersjsg2008-09-261-1/+5
| | | | | | | | | | | | | | and JMicron JMP202/JMP211 Ethernet PHYs. Written by Pyun YongHyeon for FreeBSD, ported to DragonFlyBSD by Sepherosa Ziehau and then ported to OpenBSD by me. Thanks once again to JMicron for supplying hardware and information which made this possible. Some cleanup still needs to be done, and checksum offload needs to be sorted out, but the driver otherwise seems to work great. Comitted over a JMC250 card.
* Add a driver for the Attansic F1 PHY.brad2008-09-251-1/+5
| | | | From FreeBSD via kevlo@
* Initial port of Sepherosa Ziehau's DragonFlyBSD driversjsg2007-10-301-1/+5
| | | | | | | | | | for Agere/LSI ET1310 Ethernet devices and ET1011 'TruePHY'. All the gross register related bit macros are not yet removed. Currently only Tx seems to work. Putting this in the tree in case someone else wants to look at it while I deal with exams for the next few weeks.
* add an initial PHY driver for the IC Plus IP1000A integrated PHY.brad2006-07-121-1/+5
| | | | From Pyun YongHyeon <yongari at FreeBSD dot org>
* +luphybrad2005-04-141-1/+5
|
* Cosmetics...tdeval2005-03-081-87/+87
| | | | | Mainly remove space between locators parens, replace spaces with tabs where appropriate and consistently align dependencies.
* Driver for the Cicada CS8201 10/100/1000 copper PHYpvalchev2004-12-011-1/+5
| | | | from FreeBSD
* Add driver for generic ten-bit interfaces (1000BASE-{LX,SX} fibre interfaces)brad2004-10-071-1/+5
| | | | | | From NetBSD ok mcbride@
* Driver for the RealTek 8169S/8110S internal 10/100/1000 PHYpvalchev2004-06-051-1/+5
| | | | from FreeBSD
* altima 101/101L phy from netbsd via freebsd; hugh@ testingmickey2003-08-121-1/+5
|
* Add urlphy(4) which is used by url(4).nate2002-05-071-1/+5
| | | | From NetBSD
* lxtphy needs ukphy_subrjason2002-03-081-2/+2
|
* Add support for National Semiconductor Gigabit PHYs (DP83891 and DP83861)nate2001-06-081-1/+5
| | | | From FreeBSD (Unverified)
* Add support for the Marvell PHY that's on the Intel GigE cards.mjacob2001-04-131-1/+5
|
* driver for BCM5201/5202 PHYderaadt2001-04-111-1/+5
|
* remove dmphyjason2000-10-171-5/+1
|
* driver for amphy from freebsd; aaron okjason2000-10-171-1/+5
|
* add xmphyjason2000-08-281-1/+5
|
* driver for broadcom 5400 from FreeBSD.jason2000-08-281-1/+4
|
* based on netbsd; whacked into shape by ycsu@zyxel.com.twderaadt2000-08-021-1/+6
|
* emulated phy for if_dc; from FreeBSDjason2000-01-091-1/+5
|
* simple driver for Texas Instruments TNETE2101 phyjason1999-12-101-1/+5
|
* driver for National Semiconductor 83843; from NetBSD.jason1999-12-071-1/+5
|
* Merge with NetBSD:jason1999-12-071-1/+5
| | | | | | | | | | | | | o move common support functions for phy drivers from mii.c to mii_physubr.c, so that they are not includes if no PHY is configured o Clean up the code that adds media a little, and make media selection table-driven in preparation for some other changes to be made. o Don't add any loopback versions of media, for now. o Add mii_down(), which is used by MAC drivers to inform PHYs that the interface is now down. PHYs use this to cancel pending asynchronous operations. o Add OUI for Enable Semiconductor. o New Driver for TDK TSC78Q2120 PHY
* add driver for i82553; from netbsdjason1999-10-121-1/+5
|
* Myson MTD972 driver.jason1998-12-281-1/+5
|
* dev/mii'fy RTL driver and add new phy driver for the 8139 internal phyjason1998-11-181-1/+5
|
* Merge with NetBSD:jason1998-11-111-7/+29
| | | | | | | o additional phy drivers (seeq, ics, level1) o "unknown phy" driver for unsupported phys o collected common code into mii_physubr o exphy isn't the only phy that doesn't have valid id registers
* OpenBSD gets sys/dev/mii layer from NetBSDjason1998-09-101-0/+24