From owner-freebsd-stable@FreeBSD.ORG Wed Mar 8 16:51:57 2006 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6CED616A423; Wed, 8 Mar 2006 16:51:57 +0000 (GMT) (envelope-from mike@sentex.net) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5AF7243D5A; Wed, 8 Mar 2006 16:51:56 +0000 (GMT) (envelope-from mike@sentex.net) Received: from lava.sentex.ca (pyroxene.sentex.ca [199.212.134.18]) by smarthost1.sentex.ca (8.13.4/8.13.4) with ESMTP id k28Gpt7Y034828; Wed, 8 Mar 2006 11:51:55 -0500 (EST) (envelope-from mike@sentex.net) Received: from simian.sentex.net (simeon.sentex.ca [192.168.43.27]) by lava.sentex.ca (8.13.3/8.13.3) with ESMTP id k28Gpsq6062038 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 8 Mar 2006 11:51:54 -0500 (EST) (envelope-from mike@sentex.net) Message-Id: <6.2.3.4.0.20060308114730.104f2ed0@64.7.153.2> X-Mailer: QUALCOMM Windows Eudora Version 6.2.3.4 Date: Wed, 08 Mar 2006 11:51:48 -0500 To: John Baldwin From: Mike Tancsa In-Reply-To: <200603081103.31669.jhb@freebsd.org> References: <200603071502.46074.jhb@freebsd.org> <6.2.3.4.0.20060307192543.0531ae40@64.7.153.2> <6.2.3.4.0.20060307193549.071b9ef8@64.7.153.2> <200603081103.31669.jhb@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Virus-Scanned: by amavisd-new X-Scanned-By: MIMEDefang 2.51 on 64.7.153.18 Cc: stable@freebsd.org Subject: Re: [PATCH] MFC of the intr_event stuff X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Mar 2006 16:51:57 -0000 At 11:03 AM 08/03/2006, John Baldwin wrote: >On Tuesday 07 March 2006 19:45, Mike Tancsa wrote: > > At 07:29 PM 07/03/2006, Mike Tancsa wrote: > > >At 03:02 PM 07/03/2006, John Baldwin wrote: > > >>I have a somewhat large patch that MFC's some of the cleanups to the > > >>interrupt code that needs some testing before it is MFC'd. > > > > > > > > >It seems to help my sio overflows that are described in > > > > > > > > >http://www.freebsd.org/cgi/query-pr.cgi?pr=51982 > > > > Actually, it only helps on the ICH box. On the VIA, I still need to > > make the change that Bruce Evans suggests > >The reason it might help is that if your sio(4) device shares its IRQ >with another driver, it would previously have been forced to use a >non-FAST handler, but now sio(4) can always use a FAST handler. Hi, Thanks for the info. Apart from manually patching, is there a better way to control for this ? ---Mike