aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/wpi/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
| | | | | | | This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
* 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 WPI_DEBUG option.Adrian Chadd2015-02-071-1/+1
| | | | | | | | PR: kern/197143 Submitted by: Andriy Voskoboinyk <s3erios@gmail.com> Notes: svn path=/head/; revision=278365
* Fix make dependUlrich Spörlein2012-06-031-1/+1
| | | | Notes: svn path=/head/; revision=236514
* Remove option headers that do not exist and are not usedAntoine Brodin2008-03-271-1/+1
| | | | | | | | | | from the Makefiles in sys/modules. (opt_devfs.h, opt_bdg.h, opt_emu10kx.h and opt_uslcom.h) Approved by: rwatson (mentor) Notes: svn path=/head/; revision=177671
* Remove an unneeded CFLAGS lineBenjamin Close2007-11-081-1/+1
| | | | | | | Approved by: mlaier (comentor) Notes: svn path=/head/; revision=173490
* Initial Import of wpi driver based on p4 changeset 128641.Benjamin Close2007-11-051-0/+8
This import includes: o wpi Wireless driver for the Intel 3945 Wireless Lan Controller (802.11abg) (sys/dev/wpi) o Intel firmware revision 2.14.4 & associated LICENSE (sys/dev/contrib/wpi, sys/contrib/dev/wpi/LICENSE) o wpifw Firmware driver (sys/modules/wpifw) Approved by: mlaier, sam (co-mentors) Notes: svn path=/head/; revision=173362