aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/etherswitch/ip17x
Commit message (Expand)AuthorAgeFilesLines
* net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang2024-07-121-6/+0
* etherswitch: Use device_set_desc(f)()Mark Johnston2024-06-091-1/+1
* ip17x: fix non-debug buildEd Maste2024-05-141-2/+2
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-1611-22/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-1211-11/+11
* etherswitch: Clean up whitespace after IfAPI conversionJustin Hibbits2023-01-311-3/+3
* Mechanically convert etherswitch drivers to IfAPIJustin Hibbits2023-01-242-16/+16
* etherswitch drivers: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-091-2/+1
* Remove unused etherswitch_devclass.John Baldwin2022-05-091-1/+1
* Remove unused mdio_devclass.John Baldwin2022-05-061-1/+1
* Remove unused miibus_devclass and miibus_fdt_devclass.John Baldwin2022-05-061-1/+1
* [etherswitch] check if_alloc returns NULLMichael Zhilin2018-01-241-0/+6
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2711-0/+22
* [ip17x] [etherswitch] fdt away and mii hang workaround on ip17xAdrian Chadd2017-05-062-4/+48
* [etherswitch] enable phy4/mac4 of ip175cMichael Zhilin2016-11-152-0/+10
* sys/dev: replace comma with semicolon when pertinent.Pedro F. Giffuni2016-08-091-1/+1
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-102-2/+2
* [mdio] migrate mdiobus out of etherswitch and into a top-level device of its ...Adrian Chadd2015-12-261-1/+1
* Fix the build with debug enabled and remove a variable used only at switchLuiz Otavio O Souza2014-05-092-11/+4
* Fix a bug on ip17x switch initialization which will fail as soon as youLuiz Otavio O Souza2014-05-092-2/+2
* Add missing includes and remove two unused ones.Christian Brueffer2014-02-273-2/+9
* Add a new flag (ETHERSWITCH_VID_VALID) to say what vlangroups are in use.Luiz Otavio O Souza2013-07-233-10/+30
* Bring in a basic ethernet switch driver for the IP17x series ofAdrian Chadd2013-05-0811-0/+1650