PERFORCE change 169283 for review
    Alexander Motin 
    mav at FreeBSD.org
       
    Wed Oct  7 05:25:09 UTC 2009
    
    
  
http://perforce.freebsd.org/chv.cgi?CH=169283
Change 169283 by mav at mav_mavbook on 2009/10/07 05:25:04
	Now 48bit commands should also be mentioned here.
Affected files ...
.. //depot/projects/scottl-camlock/src/sys/dev/ata/chipsets/ata-marvell.c#10 edit
Differences ...
==== //depot/projects/scottl-camlock/src/sys/dev/ata/chipsets/ata-marvell.c#10 (text+ko) ====
@@ -355,7 +355,9 @@
 
     /* only DMA R/W goes through the EMDA machine */
     if (request->u.ata.command != ATA_READ_DMA &&
-	request->u.ata.command != ATA_WRITE_DMA) {
+	request->u.ata.command != ATA_WRITE_DMA &&
+	request->u.ata.command != ATA_READ_DMA48 &&
+	request->u.ata.command != ATA_WRITE_DMA48) {
 
 	/* disable the EDMA machinery */
 	if (ATA_INL(ctlr->r_res1, 0x02028 + ATA_MV_EDMA_BASE(ch)) & 0x00000001)
    
    
More information about the p4-projects
mailing list