From owner-freebsd-arch@FreeBSD.ORG Tue Sep 21 19:15:06 2004 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C62BE16A4CE; Tue, 21 Sep 2004 19:15:06 +0000 (GMT) Received: from mail.vicor-nb.com (bigwoop.vicor-nb.com [208.206.78.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id A43C243D2D; Tue, 21 Sep 2004 19:15:06 +0000 (GMT) (envelope-from julian@elischer.org) Received: from elischer.org (julian.vicor-nb.com [208.206.78.97]) by mail.vicor-nb.com (Postfix) with ESMTP id CB4E97A3D2; Tue, 21 Sep 2004 12:15:05 -0700 (PDT) Message-ID: <41507DB9.4030007@elischer.org> Date: Tue, 21 Sep 2004 12:15:05 -0700 From: Julian Elischer User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3.1) Gecko/20030516 X-Accept-Language: en, hu MIME-Version: 1.0 To: Stephan Uphoff References: <1095468747.31297.241.camel@palm.tree.com> <200409181653.35242.jhb@FreeBSD.org> <414D30EC.1000104@elischer.org> <200409201446.15278.jhb@FreeBSD.org> <414F7DA3.6090409@elischer.org> <1095788468.53798.92.camel@palm.tree.com> In-Reply-To: <1095788468.53798.92.camel@palm.tree.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: sos@freebsd.org cc: "freebsd-arch@freebsd.org" Subject: Re: scheduler (sched_4bsd) questions X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Sep 2004 19:15:06 -0000 > > >Great news ! - I actually switched target machines just when this >started to happen and thought the cdrom of the new target was bad and >disconnected it ;-) > >I reconnected it this morning and did a little debugging. >Looks like an interrupt race condition in the ata code. >Can you try the following patch? > awsome! ---------------- ad0: 9541MB [19386/16/63] at ata0-master UDMA100 ATAPI_RESET time = 50us acd0: CDROM at ata1-master PIO4 Mounting root from ufs:/dev/ad0s1a ------------------ notice there is still a single reset message, that doesn't appear without PREEMPTION but now boots take less than 5 minutes :-)