aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/adlink
Commit message (Collapse)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-231-1/+0
| | | | | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/ Similar commit in current: (cherry picked from commit 031beb4e239b)
* Convert the PCI ID selection from a simple if into a table.Warner Losh2018-03-231-0/+9
Mark the table with PNP info. Fix compilation by returning FILTER_STRAY in two places, as suggested by comments. Create a simple module from this. Left unconnected because I can't test it as a module. Notes: svn path=/head/; revision=331430