From owner-freebsd-current@FreeBSD.ORG Fri Jan 16 13:57:25 2004 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 ADF4B16A4CE; Fri, 16 Jan 2004 13:57:25 -0800 (PST) Received: from cserv62.csub.edu (cserv62.csub.edu [136.168.10.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8C8043D1D; Fri, 16 Jan 2004 13:57:24 -0800 (PST) (envelope-from rjackson@cserv62.csub.edu) Received: from cserv62.csub.edu (localhost [127.0.0.1]) by cserv62.csub.edu (8.12.9/8.12.9) with ESMTP id i0GLvODp066133; Fri, 16 Jan 2004 13:57:24 -0800 (PST) (envelope-from rjackson@cserv62.csub.edu) Received: (from rjackson@localhost) by cserv62.csub.edu (8.12.9/8.12.9/Submit) id i0GLvOqv066132; Fri, 16 Jan 2004 13:57:24 -0800 (PST) (envelope-from rjackson) Date: Fri, 16 Jan 2004 13:57:24 -0800 From: Russell Jackson To: John Baldwin Message-ID: <20040116215724.GA65057@cserv62.csub.edu> References: <20040115213416.GA59305@cserv62.csub.edu> <200401161450.47941.jhb@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200401161450.47941.jhb@FreeBSD.org> User-Agent: Mutt/1.4.1i cc: current@FreeBSD.org Subject: Re: pcib0: device has no 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: Fri, 16 Jan 2004 21:57:25 -0000 On Fri, Jan 16, 2004 at 02:50:47PM -0500, John Baldwin wrote: > On Thursday 15 January 2004 04:34 pm, Russell Jackson wrote: > > Syncing sources after 5.2 Release, the pccard device has stopped working. > > I believe this to be a problem with the new acpi code not giving it an > > interrupt. It was working properly prior to 5.2 Release. > > > > -- > > Russell A. Jackson (rjackson@cserv62.csub.edu) > > Yes, your BIOS does not list what IRQ to use for your cardbus bridge. I > noticed that you are using a custom DSDT. Does it work ok if you don't use a > custom DSDT but use the one from the BIOS? > > -- > John Baldwin <>< http://www.FreeBSD.org/~jhb/ > "Power Users Use the Power to Serve" = http://www.FreeBSD.org I've tried booting it both with and without my modified dsdt. It's only modified so that it will compile cleanly with the intel compiler. In either case, the outcome is the same. What changed in the ACPI code since 5.2RC? -- Russell A. Jackson (rjackson@cserv62.csub.edu)