CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/03/31 20:58:56
Modified files:
sys/dev/pci : if_ixl.c
Log message:
Don't use a prefetchable mapping for the registers - the controller only
accepts specific read and write widths, so prefetching and write combining
can cause it to generate pcie errors.
ok dlg@
