CVSROOT: /cvs Module name: src Changes by: jmatt...@cvs.openbsd.org 2019/06/13 21:40:55
Modified files: sys/dev/pci : if_mcx.c Log message: Add a barrier after arming a completion queue. If multiple cqs are using the same uar page, these writes could be combined, which would result in a queue not being armed.