From owner-freebsd-current@FreeBSD.ORG Wed Jun 4 11:35:46 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 909FB37B401 for ; Wed, 4 Jun 2003 11:35:46 -0700 (PDT) Received: from mail.speakeasy.net (mail15.speakeasy.net [216.254.0.215]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF9D743F75 for ; Wed, 4 Jun 2003 11:35:45 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (qmail 1878 invoked from network); 4 Jun 2003 18:35:45 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender )encrypted SMTP for ; 4 Jun 2003 18:35:45 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.8/8.12.8) with ESMTP id h54IZhp0007871; Wed, 4 Jun 2003 14:35:43 -0400 (EDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.4 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20030604085348.A4BE398E7E@blow.research.canon.com.au> Date: Wed, 04 Jun 2003 14:35:45 -0400 (EDT) From: John Baldwin To: acpi-jp@jp.FreeBSD.org cc: freebsd-current@freebsd.org cc: "Remington L." Subject: RE: [acpi-jp 2311] ACPI and PCI vs interrupt routing on Sony VAIO's 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: Wed, 04 Jun 2003 18:35:46 -0000 On 04-Jun-2003 Iain Templeton wrote: > Hi, > > I have a Sony VAIO (PCG-R505TFP) which has an interrupts related problem (this > problem was previous posted elsewhere as "Weird as* sound problem"). This problem > has been confirmed on at least one other Sony VAIO model (I forget which). > > They're both Intel i830M chipset based. Try this: Index: pci.c =================================================================== RCS file: /usr/cvs/src/sys/dev/pci/pci.c,v retrieving revision 1.215 diff -u -r1.215 pci.c --- pci.c 31 May 2003 20:34:36 -0000 1.215 +++ pci.c 2 Jun 2003 20:09:08 -0000 @@ -798,7 +798,7 @@ } if (cfg->intpin > 0 && PCI_INTERRUPT_VALID(cfg->intline)) { -#ifdef __ia64__ +#if defined(__ia64__) || (defined(__i386__) && !defined(SMP)) /* * Re-route interrupts on ia64 so that we can get the * I/O SAPIC interrupt numbers (the BIOS leaves legacy I'm currently working on making the PCI interrupt routing work for SMP and once that is done I plan to commit a change to make this #if defined(__ia64__) || defined(__i386__) However, if people find that the above patch fixes a lot of UP machines for now I might commit it. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/