aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/qlxgb
Commit message (Collapse)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
| | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
* if_glxgb: fix stand-alone module buildEugene Grosbein2022-06-051-1/+1
| | | | | | Fix module build outside of kernel build environment. MFC after: 3 days
* 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
* There's no need to override the clean target. The clean target worksWarner Losh2014-10-161-5/+0
| | | | | | | correctly without doing so. Notes: svn path=/head/; revision=273182
* Add QLogic 10 Gigabit Ethernet & CNA Adapter Driver version 1.30Bjoern A. Zeeb2011-11-031-0/+43
for 3200 and 8200 series cards. Submitted by: David C Somayajulu (david.somayajulu@qlogic.com), Qlogic Corporation MFC After: 3 days Notes: svn path=/head/; revision=227064