aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/mwlfw
Commit message (Collapse)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
| | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
* Stop using .OODATE for extracting firmware.Bryan Drewery2019-06-121-2/+2
| | | | | | | | | | | | | This fixes META_MODE rebuilding since it assumes that it this is a non-consistent build command. These are always unencoded consistently though and do not need to use the .OODATE/$? mechanism. MFC after: 2 weeks Reported by: npn Sponsored by: DellEMC Notes: svn path=/head/; revision=348979
* sys/modules: normalize .CURDIR-relative paths to SRCTOPEnji Cooper2017-03-041-2/+2
| | | | | | | | | | | 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
* driver for Marvell 88W8363 Wireless LAN controllerSam Leffler2009-06-011-0/+14
Notes: svn path=/head/; revision=193240