CVSROOT: /cvs Module name: src Changes by: [email protected] 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@
