aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mii
Commit message (Expand)AuthorAgeFilesLines
* Add driver for Motorcomm YT8511 GbE PHYSøren Schmidt2022-12-132-0/+188
* mv88e151x: Remove unused devclass argument from DRIVER_MODULE.John Baldwin2022-08-231-3/+1
* Add the PHY driver for the Marvell 88E1512.Luiz Souza2022-08-093-0/+318
* mii: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-0632-92/+32
* Remove unused miibus_devclass and miibus_fdt_devclass.John Baldwin2022-05-063-4/+0
* Add a new RDC phyKevin Lo2022-04-252-0/+2
* mii_fdt: fix a set-but-not-used warningMitchell Horne2022-04-031-2/+0
* Extend device_get_property APIKornel Duleba2022-03-101-1/+2
* bus_if: Add a default implementation of get_propertyKornel Duleba2022-03-101-15/+0
* dp83822phy: Add missing MII_PHY_END to avoid buffer overread on probeJessica Clarke2022-01-251-1/+2
* dp83867phy: Add missing MII_PHY_END to avoid buffer overread on attachJessica Clarke2022-01-251-1/+2
* newbus: add bus_topo_assertWarner Losh2021-12-101-0/+2
* mii/dp83822phy: Remove a declaration for a non-existent functionMark Johnston2021-11-291-1/+0
* vscphy: Add support for PHY interruptsKornel Duleba2021-11-242-1/+75
* Introduce DP83822 PHY driverKornel Duleba2021-11-242-0/+221
* Introduce DP83867 PHY driverKornel Duleba2021-11-242-0/+296
* miibus: Add support for mapping OFW nodes to PHY devicesKornel Duleba2021-11-243-9/+155
* vscphy: Fill in new mii_maxspeed fieldKornel Duleba2021-11-241-0/+1
* mii_physubr: Add support for limiting PHY max speedKornel Duleba2021-11-242-0/+37
* mii: update URL for OUIsBjoern A. Zeeb2021-11-091-1/+1
* mii_fdt: Add support for switch PHY node lookupKornel Duleba2021-11-061-1/+42
* Fix some common typos in source code commentsGordon Bergling2021-08-281-1/+1
* newbus: Move from bus_child_{pnpinfo,location}_src to bus_child_{pnpinfo,loca...Warner Losh2021-06-231-10/+9
* nsphy(4): Remove obsolete support for pcn(4)Marius Strobl2020-12-261-8/+1
* mlphy(4)/tlphy(4): Remove obsolete driversMarius Strobl2020-12-263-792/+0
* mii: clean up empty lines in .c and .h filesMateusz Guzik2020-09-0111-33/+3
* Add support for bcm54213PE in brgphy.Mike Karels2020-06-184-0/+58
* Add support for BCM54618SE PHYJustin Hibbits2020-04-092-0/+2
* mii(4): Fix ivars leak when the bus device or bus children detach.Mark Johnston2019-12-201-0/+14
* Regularize my copyright noticeWarner Losh2019-12-041-2/+1
* Find the correct node of PHY chip using "phy-handle" property ofRuslan Bukin2019-07-291-4/+8
* Add driver for Xilinx AXI Ethernet tri-mode (10/100/1000 Mb/s) MAC foundRuslan Bukin2019-05-081-0/+57
* Recognize ICS1893C PHYs.Mark Johnston2018-08-072-0/+2
* Do pass removing some write-only variables from the kernel.Alexander Kabaev2017-12-251-2/+0
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2740-0/+80
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-203-0/+6
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-1815-0/+30
* Add a driver for the Vitesse/Microsemi VSC8501 PHY.Ian Lepore2017-06-112-1/+274
* Add some utility functions to help a PHY driver on an FDT-configuredIan Lepore2017-06-112-0/+275
* Add a set of constants describing the ways a MAC and PHY can be connected.Ian Lepore2017-06-101-0/+36
* Add support for the Micrel KSZ8081 ethernet PHY.Ian Lepore2017-04-162-1/+28
* Add preliminary support for the RTL8153.Kevin Lo2016-10-313-3/+14
* Add support for the Microchip/Micrel KSZ9031 Gigabit Ethernet PHY.Luiz Otavio O Souza2016-07-232-26/+109
* Add support for Atmel at25df641 flashBaptiste Daroussin2016-06-082-0/+2
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-101-1/+1
* Disable EEE(Energy Efficient Ethernet) for RTL8211F PHY.Pyun YongHyeon2015-12-032-4/+46
* Add more BCM gigabit PHYsSean Bruno2015-09-042-1/+11
* Add support for BCM5466 PHYSean Bruno2015-07-292-0/+2
* Fix yet another comment typo in NetBSD rev. 1.16, missed when mergingMarius Strobl2015-06-181-1/+1
* Merge from NetBSD:Marius Strobl2015-06-161-3/+40