CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/03/22 11:01:07
Modified files:
sys/dev/pci : if_bnxt.c
Log message:
Reverse bus_space_unmap(9) order
When `unmap_1` is reached we should bus_space_unmap() sc_hwrm_* and not sc_db_*.
ok miod@
