From owner-freebsd-current@FreeBSD.ORG Thu Jun 5 08:33:03 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 5E6B437B401 for ; Thu, 5 Jun 2003 08:33:03 -0700 (PDT) Received: from mail.speakeasy.net (mail15.speakeasy.net [216.254.0.215]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7962243FA3 for ; Thu, 5 Jun 2003 08:32:59 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (qmail 24461 invoked from network); 5 Jun 2003 15:32:58 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender )encrypted SMTP for ; 5 Jun 2003 15:32:58 -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 h55FWup0010780; Thu, 5 Jun 2003 11:32:56 -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: <20030604123734.GD68108@survey.codeburst.net> Date: Thu, 05 Jun 2003 11:32:57 -0400 (EDT) From: John Baldwin To: Paul Richards cc: Iain Templeton cc: acpi-jp@jp.FreeBSD.org cc: csujun@21cn.com cc: "Remington L." cc: freebsd-current@freebsd.org Subject: Re: 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: Thu, 05 Jun 2003 15:33:03 -0000 On 04-Jun-2003 Paul Richards wrote: > On Wed, Jun 04, 2003 at 04:42:56AM -0700, Jun Su wrote: >> Good Explain. >> The same problem is in my PCG-R505DC. > > Yes, it sounds exactly like the problem with my laptop too. Please try: 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 -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/