aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/usb/zyd
Commit message (Collapse)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
| | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
* usb/wlan/*: properly include "opt_wlan.h" into all driversAndriy Voskoboinyk2018-03-101-2/+2
| | | | | | | | Without it driver cannot be loaded when wlan(4) module is built with 'options IEEE80211_DEBUG_REFCNT'. Notes: svn path=/head/; revision=330749
* 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 two prerequisites; if_zydreg.h and if_zydfw for dependency check.Weongyo Jeong2009-06-041-1/+1
| | | | Notes: svn path=/head/; revision=193422
* Hook up new USB modules.Andrew Thompson2009-02-231-0/+36
Notes: svn path=/head/; revision=188943