summaryrefslogtreecommitdiff
path: root/sys/dev/usb/net/if_mos.c
AgeCommit message (Expand)Author
2025-05-28usb/if_mos.c: Fix incorrect SPDX IDAlexander Ziaee
2025-03-04usb: Kill left-over cdefs.h includesWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-04-10if_mos: Remove set but unused variable.John Baldwin
2023-03-06Mechanically convert usb ethernet drivers to DrvAPIJustin Hibbits
2022-05-06usb: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2022-05-06Remove unused miibus_devclass and miibus_fdt_devclass.John Baldwin
2020-09-01usb: clean up empty lines in .c and .h filesMateusz Guzik
2020-02-15Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (2 of many)Pawel Biernacki
2019-10-14Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff
2019-08-20Unbreak USB ethernet module buildsJustin Hibbits
2018-05-18ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy
2017-12-13SPDX: mostly fixes to previous changes.Pedro F. Giffuni
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2016-05-02s/struct device */device_t/Adrian Chadd
2016-04-10Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni
2015-12-11Create a USB_PNP_INFO and use it to export the existing PNPWarner Losh
2015-01-05Make a bunch of USB debug SYSCTLs tunable, so that their value(s) canHans Petter Selasky
2014-09-18Mechanically convert to if_inc_counter().Gleb Smirnoff
2013-10-26The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff
2013-06-14- Use the consistenly PHY-specific reset routine PHY_RESET() rather thanKevin Lo
2012-02-28Add support for the MCS7832Kevin Lo
2011-11-22- There's no need to overwrite the default device method with the defaultMarius Strobl
2011-11-07Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten
2011-10-17Close a race where SIOCGIFMEDIA ioctl get inconsistent link status.Pyun YongHyeon
2011-07-18Only the USB root HUB thread is allowed to attach and detach driversHans Petter Selasky
2011-06-24- Move all USB device ID arrays into so-called sections,Hans Petter Selasky
2011-04-28Trim some additional unnecessary <linker_set.h> includes.John Baldwin
2011-02-17- Fix build of manual page and inclusion of mos driver into kernel config file.Hans Petter Selasky
2011-02-16Fix build breakage in if_mos.c when USB_DEBUG option is set.Hans Petter Selasky
2011-02-16Add support for new USB to ethernet controller:Hans Petter Selasky