Date: Sun, 22 Nov 2009 12:19:50 +0000 (UTC) From: Alexander Motin <mav@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r199646 - head/sys/dev/ata/chipsets Message-ID: <200911221219.nAMCJotb017898@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200911221219.nAMCJotb017898>