From owner-freebsd-current@FreeBSD.ORG Sat Jun 7 05:08:22 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BFB7137B401; Sat, 7 Jun 2003 05:08:22 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id BEE7D43F75; Sat, 7 Jun 2003 05:08:21 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.8/8.12.3) with ESMTP id h57C6qkA049346; Sat, 7 Jun 2003 06:06:52 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sat, 07 Jun 2003 06:06:44 -0600 (MDT) Message-Id: <20030607.060644.78708502.imp@bsdimp.com> To: rehsack@liwing.de From: "M. Warner Losh" In-Reply-To: <3EE1C79C.4060100@liwing.de> References: <20030606.131743.92584433.imp@bsdimp.com> <20030606192908.GD1290@cicely12.cicely.de> <3EE1C79C.4060100@liwing.de> X-Mailer: Mew version 2.1 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: current@freebsd.org cc: ticso@cicely.de Subject: Re: [PATCH] Tweak re-routing of PCI interrupts X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Jun 2003 12:08:23 -0000 In message: <3EE1C79C.4060100@liwing.de> Jens Rehsack writes: : On 6/6/2003 9:29 PM, Bernd Walter wrote: : > On Fri, Jun 06, 2003 at 01:17:43PM -0600, M. Warner Losh wrote: : >> In message: <20030606190745.GA1290@cicely12.cicely.de> : >> Bernd Walter writes: : >> : I already wondered how you could route interrupts without ACPI until I : >> : booted my printserver with a recent kernel. : >> : >> PCIBIOS! : > : > Well - I'm not very familar with what i386 offer here. : > Specs are available here, so I could read. : > But in any case Johns patch revived my printserver (old HX : > socket7 board). : > Either my BIOS is broken or FreeBSD doesn't use it correctly. : > Whatever - I can run tests on that machine if required. : : I agree to Bernd. I don't know the problem Warner have with the patch, : because it removes a big problem on non-acpi machines. Maybe a look to : kern/53010 (http://www.freebsd.org/cgi/query-pr.cgi?pr=53010) change : Warner's mind. You misunderstand what I'm saying. I'm saying that I like the patch, but that I have reservations about not writing the intline back into the pci config register. Warner