summaryrefslogtreecommitdiff
path: root/sys/modules/mii
AgeCommit message (Expand)Author
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line sh patternWarner Losh
2022-04-03mii: include missing sources in loadable moduleMilan Obuch
2021-11-18Fix some modules to export more used symbolsKonstantin Belousov
2020-12-26mlphy(4)/tlphy(4): Remove obsolete driversMarius Strobl
2017-03-04sys/modules: normalize .CURDIR-relative paths to SRCTOPEnji Cooper
2012-08-15Merging of projects/armv6, part 5Oleksandr Tymoshenko
2012-02-23Connect smcphy(4) to mii module build.Pyun YongHyeon
2011-11-01- Import the common MII bitbang'ing code from NetBSD and convert drivers toMarius Strobl
2011-10-08- Follow the lead of dcphy(4) and pnphy(4) and move the reminder of the PHYMarius Strobl
2011-05-03- Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOPMarius Strobl
2010-12-30Add RDC Semiconductor R6040 10/100 PHY driver.Pyun YongHyeon
2010-10-15Now that all previous users of mii_phy_probe() have been convertedMarius Strobl
2010-10-14Add a NetBSD-compatible mii_attach(), which is intended to eventuallyMarius Strobl
2009-03-30New PHY driver for the internal PHY found in the AX88790. There's aWarner Losh
2008-06-20Add et(4), a port of DragonFly's Agere ET1310 10/100/GigabitXin LI
2008-05-27Connect jmphy(4) to the build.Pyun YongHyeon
2008-05-19Connect atphy(4) to the build.Pyun YongHyeon
2008-01-27Add a driver for the National Semiconductor DP83815, DP83843 andMarius Strobl
2008-01-27Sort values according to style.Makefile(5).Marius Strobl
2007-06-11Connect icsphy(4) to the build.Pyun YongHyeon
2006-07-25Connect gentbi, ip1000phy to the build.Pyun YongHyeon
2005-10-18Don't build dc-only pseudo phy devices with mii.ko anymoreWarner Losh
2005-09-30ciphy wasn't included here.Warner Losh
2003-09-11Add a PHY driver to support the built-in gigE PHY in the 8169S/8110SBill Paul
2003-07-10tdkphy.c is missing from this module's Makefile. Add it.Bill Paul
2003-05-03Add RealTek RTL8150 USB to fast Ethernet controller driver.Shunsuke Akiyama
2003-01-19Remove miidevs.h and generate it from miidevs at compile time.David E. O'Brien
2002-08-06Connect bmtphy to the mii module build.Benno Rice
2002-01-11Export symbols that constitute APIs defined by theseMike Smith
2001-05-11Add support for gigabit ethernet cards based on the NatSemi DP83820Bill Paul
2001-04-21add MARVELL to the list of phys to go into miibusMatt Jacob
2001-03-12Add Intel 82553, 82555 PHY driver.Jonathan Lemon
2001-02-07Add QS6612, AC101 and LXT970 personal drivers and register definitions.Semen Ustimenko
2001-01-06Use a consistent style and one much closer to the rest of /usr/srcDavid E. O'Brien
2000-09-20Add a homePNA PHY driver. This is really only a stub: MII-based homePNABill Paul
2000-05-27Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead ofPeter Wemm
2000-05-04Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk.Peter Wemm
2000-04-22Reoganize/update the SysKonnect driver:Bill Paul
2000-01-28Add ${DEBUG_FLAGS} to CFLAGS in bsd.kmod.mk, not in scattered moduleBruce Evans
1999-12-05Add pci_if.h to SRCS so that dcphy will build.Bill Paul
1999-12-04Add the if_dc driver and remove all of the al, ax, dm, pn and mx driversBill Paul
1999-11-28Removed special rules for building and cleaning device interface filesBruce Evans
1999-10-16Convert the mx driver to miibus.Bill Paul
1999-09-20Change the name of the installed KLM to contain a leading "if_".David E. O'Brien
1999-09-06Add a driver for the AMD AM79c873 10/100 PHY. By some strange coincidence,Bill Paul
1999-08-31Add a driver for the internal PHY in the RealTek 8139.Bill Paul
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1999-08-27Update these Makefiles; add mlphy and tlphy to the mii module, addBill Paul
1999-08-21This commit adds support for the NetBSD MII abstraction layer andBill Paul