From owner-cvs-src@FreeBSD.ORG Mon Nov 7 13:20:14 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.ORG Delivered-To: cvs-src@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 171AE16A420; Mon, 7 Nov 2005 13:20:14 +0000 (GMT) (envelope-from wb@freebie.xs4all.nl) Received: from smtp-vbr4.xs4all.nl (smtp-vbr4.xs4all.nl [194.109.24.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5291B43D49; Mon, 7 Nov 2005 13:20:13 +0000 (GMT) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by smtp-vbr4.xs4all.nl (8.13.3/8.13.3) with ESMTP id jA7DKAjS068365; Mon, 7 Nov 2005 14:20:10 +0100 (CET) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.13.4/8.13.3) with ESMTP id jA7DK9Kg000575; Mon, 7 Nov 2005 14:20:09 +0100 (CET) (envelope-from wb@freebie.xs4all.nl) Received: (from wb@localhost) by freebie.xs4all.nl (8.13.4/8.13.1/Submit) id jA7DK96A000574; Mon, 7 Nov 2005 14:20:09 +0100 (CET) (envelope-from wb) Date: Mon, 7 Nov 2005 14:20:09 +0100 From: Wilko Bulte To: Poul-Henning Kamp Message-ID: <20051107132009.GA555@freebie.xs4all.nl> References: <20051107114332.D65849@newtrinity.zeist.de> <10976.1131360293@critter.freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <10976.1131360293@critter.freebsd.dk> X-OS: FreeBSD 6.0-RC1 User-Agent: Mutt/1.5.9i X-Virus-Scanned: by XS4ALL Virus Scanner Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, Marius Strobl Subject: Re: cvs commit: src/sys/dev/puc puc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Nov 2005 13:20:14 -0000 On Mon, Nov 07, 2005 at 11:44:53AM +0100, Poul-Henning Kamp wrote.. > In message <20051107114332.D65849@newtrinity.zeist.de>, Marius Strobl writes: > > > >On Sat, Nov 05, 2005 at 11:42:53PM +0100, Poul-Henning Kamp wrote: > >> > >> In message <20051105232325.A41277@newtrinity.zeist.de>, Marius Strobl writes: > >> > >> >PUC_FASTINTR used to cause problems on sparc64 [...] > >> >[...] I'm unsure about the > >> >details, e.g. the endless loop might actually occur a bit later > >> >during probing uart1 or before it's fully attached but I think > >> >the problem is still there. > >> > >> If so we should obviously take PUC_FASTINTR out on sparc64. > >> > > > >Well, unless you are up to fixing the problem, yes. I just gave > >it a try, when using PUC_FASTINTR the loop still occurs during > >attaching the first channel of a SAB 82532, it doesn't occur with > >a Z8530 however. > > Put an #ifdef in there then. And on Alpha the tinderbox keeps puking on PUC_FASTINTR.. -- Wilko Bulte wilko@FreeBSD.org