sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
Downgrade the firmware images imported in r354201.Version 43 requires further modifications to iwm(4), and this was notcaught in some initial testing. Version 34 works and is the versionavailabl
Downgrade the firmware images imported in r354201.Version 43 requires further modifications to iwm(4), and this was notcaught in some initial testing. Version 34 works and is the versionavailable on Intel's web site.MFC with: r354201Sponsored by: The FreeBSD Foundation
show more ...
Add firmware images for Intel 9000-series wifi chips.This is in preparation for adding the corresponding support to iwm(4).Version 46 is the latest but contains unrecognized TLVs, so use version
Add firmware images for Intel 9000-series wifi chips.This is in preparation for adding the corresponding support to iwm(4).Version 46 is the latest but contains unrecognized TLVs, so use version43 for now.Obtained from: linux-firmwareMFC after: 1 monthSponsored by: The FreeBSD Foundation
Stop using .OODATE for extracting firmware.This fixes META_MODE rebuilding since it assumes that it this isa non-consistent build command. These are always unencoded consistentlythough and do not
Stop using .OODATE for extracting firmware.This fixes META_MODE rebuilding since it assumes that it this isa non-consistent build command. These are always unencoded consistentlythough and do not need to use the .OODATE/$? mechanism.MFC after: 2 weeksReported by: npnSponsored by: DellEMC
[iwm] Add support for iwm 3168 cards```iwm0@pci0:5:0:0: class=0x028000 card=0x21108086 chip=0x24fb8086rev=0x10 hdr=0x00vendor = 'Intel Corporation'device = 'Dual Band Wireless-AC
[iwm] Add support for iwm 3168 cards```iwm0@pci0:5:0:0: class=0x028000 card=0x21108086 chip=0x24fb8086rev=0x10 hdr=0x00vendor = 'Intel Corporation'device = 'Dual Band Wireless-AC 3168NGW [Stone Peak]'class = network[94829] iwm0: <Intel(R) Dual Band Wireless AC 3168> mem0xef700000-0xef701fff at device 0.0 on pci5[94829] iwm0: hw rev 0x220, fw ver 22.361476.0, address28:c6:3f:15:43:c5```MFC After: 2 weeksReviewed by: ivadasz (over IRC)PR: 224886Differential Revision: https://reviews.freebsd.org/D14865
Add missing SUBDIR needed for iwmfw to load after ^/head@r324434Submitted by: Pete Wright <[email protected]>MFC after: 1 monthMFC with: r324434
Sort SUBDIR and put entries on a single listThis is to aid with identifying diffs between commits.MFC after: 3 days
Add support for Intel 8265 WiFiObtained from: OpenBSDMFC after: 1 month
[iwmfw] bump built firmware now to version 22 for 7265D and 8000C.
sys/modules: normalize .CURDIR-relative paths to SRCTOPThis simplifies make output/logicTested with: `cd sys/modules; make ALL_MODULES=` on amd64MFC after: 1 monthSponsored by: Dell EMC Isilon
[iwmfw] add 7265D firmware.
[iwm] back this out to version 16 for now.Since I'm manually playing the dragonflybsd iwm/iwmfw commits forward, I'm ..well, this. This right here.
[iwm] bump firmware to version 17.
Update iwmfw(4) to include support for 8260 series units and updatef/w for the other devices supported by this driver.Patch linked in https://reviews.freebsd.org/D6967 but not actuallya part of t
Update iwmfw(4) to include support for 8260 series units and updatef/w for the other devices supported by this driver.Patch linked in https://reviews.freebsd.org/D6967 but not actuallya part of the review.Obtained from DragonflyBSD.Submitted by: Kevin Bowling <[email protected]>MFC after: 2 weeksRelnotes: yes
iwmfw: fix the path to the firmware file.
Import OpenBSD's iwm WiFi driver for Intel 3160/7260/7265.There are still several bugs, but I've been using it for a while now.Thanks to all the testers and to Adrian for his help with thisdriver
Import OpenBSD's iwm WiFi driver for Intel 3160/7260/7265.There are still several bugs, but I've been using it for a while now.Thanks to all the testers and to Adrian for his help with thisdriver.This driver isn't connected to the build yet, but it will be soon.There's no MFC planned because the driver isn't very stable yet.Reviewed by: adrianObtained from: https://github.com/rpaulo/iwmTested by: adrian, gjb, dumbbell (others that I forgot).Relnotes: yes