CVSROOT: /cvs Module name: src Changes by: s...@cvs.openbsd.org 2021/07/30 07:56:44
Modified files: sys/dev/pci : if_iwx.c if_iwxvar.h Log message: Remove an unused 320k bytes DMA memory allocation from iwx(4). This allocation was left over from code inherited from iwm(4) where it is used for transferring firmware code to the device. Devices supported by iwx(4) use an entirely different mechanism for loading firmware and don't need this allocation at all. Based on a patch by zxystd from the OpenIntelWireless project.