Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Nov 2000 10:30:02 -0800 (PST)
From:      Sheldon Hearn <sheldonh@uunet.co.za>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: i386/22568: ppc panic with drq = 0 
Message-ID:  <200011091830.KAA75672@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR i386/22568; it has been noted by GNATS.

From: Sheldon Hearn <sheldonh@uunet.co.za>
To: cgull@owl.org
Cc: FreeBSD-gnats-submit@freebsd.org, nsouch@freebsd.org,
	nicolas.souchu@prism.uvsq.fr, dfr@freebsd.org
Subject: Re: i386/22568: ppc panic with drq = 0 
Date: Thu, 09 Nov 2000 20:26:57 +0200

 Your patch is reversed, right?
 
 On Fri, 03 Nov 2000 05:59:38 EST, cgull@owl.org wrote:
 
 > --- ppc.c	Fri Nov  3 05:06:31 2000
 > +++ /usr/src/sys/isa/ppc.c	Sat Jul 22 05:09:36 2000
 > @@ -1657,7 +1657,7 @@
 >  	 */
 >  	if ((ppc->ppc_avm & PPB_ECP) && (ppc->ppc_registered)) {
 >  
 > -	    if (ppc->ppc_dmachan > 0) {
 > +	    if (ppc->ppc_dmachan >= 0) {
 >  
 >  		/* byte mode, no intr, no DMA, dir=0, flush fifo
 >  		 */
 
 Ciao,
 Sheldon.
 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200011091830.KAA75672>