CVSROOT: /cvs Module name: src Changes by: s...@cvs.openbsd.org 2019/12/18 03:07:26
Modified files: sys/dev/pci : if_iwm.c Log message: Mask high bits of iwm(4) firmware SYSASSERT codes before matching against codes in the known-codes table, like Linux does it. Mark the known-codes table static so it won't ever collide with symbols declared elsewhere in the kernel. Also add some more cause codes found in iwlwifi. I still keep hitting firmware SYSASSERT codes that aren't declared in this table, though :( These changes only affect IWM_DEBUG builds.