aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/qlxge
Commit message (Collapse)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
| | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
* if_qlxge: 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 10Gb Ethernet Driver for Qlogic 8100 Series CNA AdapterDavid C Somayajulu2013-06-251-0/+50
Driver version (v2.0.0) Submitted by: David C Somayajulu (davidcs@freebsd.org) QLogic Corporation Approved by: George Neville-Neil (gnn@freebsd.org) Notes: svn path=/head/; revision=252206