aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/usb/usie
Commit message (Collapse)AuthorAgeFilesLines
* sys/modules: fix standalone build for multiple modulesShengYi Hung2025-08-231-1/+1
| | | | | | | | | Multiple Makefile miss opt_*.h and *_if.h header file. We fix it by running make in sys/modules to build all modules. Approved by: lwhsu (mentor), markj (mentor) Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D52062
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
| | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
* sys/modules: normalize .CURDIR-relative paths to SRCTOPEnji Cooper2017-03-041-1/+1
| | | | | | | | | | | This simplifies make output/logic Tested with: `cd sys/modules; make ALL_MODULES=` on amd64 MFC after: 1 month Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=314651
* Add new USB 3G driver.Hans Petter Selasky2011-07-081-0/+35
Submitted by: PseudoCylon <moonlightakkiy@yahoo.ca> MFC after: 14 days Notes: svn path=/head/; revision=223864