aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mgb
Commit message (Expand)AuthorAgeFilesLines
* mgb: Fix mac tx disable bug in teardownjefby2025-07-161-1/+1
* Use bus_generic_detach to detach and delete child devices during detachJohn Baldwin2025-01-021-2/+1
* Canonicalize the name of the FreeBSD FoundationLi-Wen Hsu2024-10-232-2/+2
* iflib: invert default restart on VLAN changesKevin Bowling2023-08-241-0/+1
* iflib drivers: Constify PCI ID LUTsMarius Strobl2023-08-171-1/+1
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* Last change for mgb(4) needed for IfAPI conversionJustin Hibbits2023-01-311-1/+1
* mgb: quiten -Wunused-function with LINT buildsBjoern A. Zeeb2022-09-031-1/+1
* mgb: Remove unused devclass argument to DRIVER_MODULE.John Baldwin2022-05-091-2/+1
* Remove unused miibus_devclass and miibus_fdt_devclass.John Baldwin2022-05-061-2/+2
* mgb: remove set but not used variablesEd Maste2021-11-241-8/+1
* mgb: Fix nop admin interrupt handlingEd Maste2021-09-301-9/+2
* Revert "mgb: Use MGB_DEBUG instead of DEBUG"Ed Maste2021-09-291-1/+1
* mgb: Use MGB_DEBUG instead of DEBUGEd Maste2021-09-291-1/+1
* mgb: Fix DEBUG (and LINT) buildLi-Wen Hsu2021-09-291-1/+0
* mgb: Apply some style(9)Ed Maste2021-09-281-44/+37
* mgb: Staticize devclass and iflib structs (as is typical)Ed Maste2021-09-281-3/+3
* mgb: Do not KASSERT on error in mgb_initEd Maste2021-09-281-1/+4
* mgb: enable multicast in mgb_initEd Maste2021-09-281-1/+1
* mgb: update Microchip URLsEd Maste2021-08-131-2/+2
* iflib: ensure that tx interrupts enabled and cleanupsMatt Macy2021-01-071-1/+1
* mgb: correct macro argument nameEd Maste2020-09-031-2/+2
* mgb: clean up empty lines in .c and .h filesMateusz Guzik2020-09-012-4/+0
* iflib: leave only 1 receive descriptor unusedVincenzo Maffione2020-09-012-2/+8
* mgb: Correct spello - recieve -> receiveEd Maste2019-11-062-3/+3
* Introduce if_mgb driver for Microchip LAN743x PCIe NICEd Maste2019-11-062-0/+1966