svn commit: r199646 - head/sys/dev/ata/chipsets

Alexander Motin mav at FreeBSD.org
Sun Nov 22 12:19:50 UTC 2009


Author: mav
Date: Sun Nov 22 12:19:50 2009
New Revision: 199646
URL: http://svn.freebsd.org/changeset/base/199646

Log:
  Release over-agressive WDMA0 mode timings as close to spec as chip can.

Modified:
  head/sys/dev/ata/chipsets/ata-intel.c

Modified: head/sys/dev/ata/chipsets/ata-intel.c
==============================================================================
--- head/sys/dev/ata/chipsets/ata-intel.c	Sun Nov 22 11:17:31 2009	(r199645)
+++ head/sys/dev/ata/chipsets/ata-intel.c	Sun Nov 22 12:19:50 2009	(r199646)
@@ -301,7 +301,7 @@ ata_intel_new_setmode(device_t dev, int 
     u_int32_t mask40 = 0, new40 = 0;
     u_int8_t mask44 = 0, new44 = 0;
     int error;
-    u_int8_t timings[] = { 0x00, 0x00, 0x10, 0x21, 0x23, 0x10, 0x21, 0x23,
+    u_int8_t timings[] = { 0x00, 0x00, 0x10, 0x21, 0x23, 0x00, 0x21, 0x23,
 			   0x23, 0x23, 0x23, 0x23, 0x23, 0x23 };
 
     mode = ata_limit_mode(dev, mode, ctlr->chip->max_dma);


More information about the svn-src-head mailing list