CVSROOT: /cvs Module name: src Changes by: [EMAIL PROTECTED] 2008/11/25 10:06:27
Modified files:
sys/dev/pci : if_wpi.c if_iwn.c
Log message:
add a shitload of bus_dmamap_sync() calls, even though they are no-ops
on i386 and amd64 (we do not implement bounce buffers) where this hardware
is likely to be found. this is good programming practice.
