CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/10/08 13:26:32
Modified files:
sys/dev/pci : envy.c
Log message:
Call bus_space_barrier() after each read and write, since this
driver was developed with the assumption that all operations are
ordered.
