CVSROOT: /cvs Module name: src Changes by: to...@cvs.openbsd.org 2020/02/12 08:36:15
Modified files: sys/dev/pci : if_iwm.c Log message: Check bogus values from interrupt in ict and non-ict case. r1 and r2 are 32 bit register contents, make them uint32_t instead of int. Add explanation for hardware bug mitigation. ok stsp@