Date: Wed, 22 Oct 2008 11:43:59 +0200 From: Alexander Leidinger <Alexander@Leidinger.net> To: John Baldwin <jhb@freebsd.org> Cc: svn-src-head@freebsd.org, Scott Long <scottl@samsco.org>, src-committers@freebsd.org, svn-src-all@freebsd.org Subject: Re: svn commit: r184135 - head/sys/dev/ata Message-ID: <20081022114359.19407gtt68cj7aww@webmail.leidinger.net> In-Reply-To: <200810211702.21348.jhb@freebsd.org> References: <200810211851.m9LIptwg006141@svn.freebsd.org> <48FE41D2.90602@samsco.org> <200810211702.21348.jhb@freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Quoting John Baldwin <jhb@freebsd.org> (from Tue, 21 Oct 2008 17:02:21 -0400): >> John Baldwin wrote: >> > --- head/sys/dev/ata/ata-dma.c Tue Oct 21 18:50:52 2008 (r184134) >> > +++ head/sys/dev/ata/ata-dma.c Tue Oct 21 18:51:55 2008 (r184135) >> > @@ -78,7 +78,7 @@ ata_dmainit(device_t dev) >> > ch->dma.unload = ata_dmaunload; >> > ch->dma.alignment = 2; >> > ch->dma.boundary = 65536; >> > - ch->dma.segsize = 63536; >> > + ch->dma.segsize = 65536; > This was only in HEAD though since the SATA port multiplier changes. Can this be the reason for "acd0: FAILURE - non aligned DMA transfer attempted" messages when trying to play a DVD with xine? Bye, Alexander. -- Work may be the crabgrass of life, but money is still the water that keeps it green. http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20081022114359.19407gtt68cj7aww>