CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/10/06 15:02:59
Modified files:
sys/dev/pci : envy.c
Log message:
Give the device the physical address obtained from the DMA mapping
instead of the actual physical address of the DMA-safe memory.
On i386 the driver used to work because both addresses are the
same.
spotted by damien@
