CVSROOT: /cvs Module name: src Changes by: s...@cvs.openbsd.org 2019/11/18 11:53:11
Modified files: sys/dev/pci : if_iwm.c if_iwmreg.h if_iwmvar.h Log message: Add support for 9260 and 9560 devices to iwm(4). Joint work with patrick@ Parts lifted from FreeBSD's r354492, r354502, r354508, r354516, r354508. Firmware is available with fw_update(1) thanks to sthen@ 7265 device tested by myself (still works) 8260 device tested by phessler@ (still works) 9260 devices tested by Travis Cole and myself 9560 devices tested by jcs@, mlarkin@, kevlo@, guenther@ Some 9560 devices have known issues. Those are being worked on. ok patrick@