PERFORCE change 147394 for review

Hans Petter Selasky hselasky at FreeBSD.org
Thu Aug 14 15:35:59 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=147394

Change 147394 by hselasky at hselasky_laptop001 on 2008/08/14 15:35:15

	
	Turn on BUS-DMA support in UMASS driver by default.

Affected files ...

.. //depot/projects/usb/src/sys/dev/usb2/storage/umass2.c#5 edit

Differences ...

==== //depot/projects/usb/src/sys/dev/usb2/storage/umass2.c#5 (text+ko) ====

@@ -124,7 +124,7 @@
 
 #include <cam/cam_periph.h>
 
-#if 0
+#if 1
 /* this enables loading of virtual buffers into DMA */
 #define	UMASS_USB_FLAGS .ext_buffer=1,
 #else


More information about the p4-projects mailing list