CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/03/17 07:33:08
Modified files:
sys/dev/pci : envy.c
Log message:
Set base DMA pointers when DMA starts.
The allocm() functions are supposed to allocate memory and it's bad
style to access the hardware there, so move the DMA base pointers
setup to the trigger_xxx().
ok kettenis@
