From owner-freebsd-mobile Sun Jan 7 6:53:55 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from aslan.scsiguy.com (aslan.scsiguy.com [63.229.232.106]) by hub.freebsd.org (Postfix) with ESMTP id 909C937B73A for ; Sun, 7 Jan 2001 06:33:05 -0800 (PST) Received: from scsiguy.com (localhost [127.0.0.1]) by aslan.scsiguy.com (8.11.0/8.9.3) with ESMTP id f07EWrs59767; Sun, 7 Jan 2001 07:32:55 -0700 (MST) (envelope-from gibbs@scsiguy.com) Message-Id: <200101071432.f07EWrs59767@aslan.scsiguy.com> X-Mailer: exmh version 2.2 06/23/2000 with nmh-1.0.4 To: Peter Wemm Cc: Warner Losh , Jonathan Chen , freebsd-mobile@FreeBSD.ORG Subject: Re: NEWCARD update In-Reply-To: Your message of "Sun, 07 Jan 2001 02:03:43 PST." <200101071003.f07A3hB01022@mobile.wemm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 07 Jan 2001 07:32:53 -0700 From: "Justin T. Gibbs" Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > >Personally, I think the bridge itself should be setting this policy since >there appears to be a status bit for the bridge to tell if one of its >cards triggered the interrupt. The bridge can perform the sharing logic >itself. At least the 1251 on my Thinkpad has the ability to route legacy interrupts directly. Instead of the *extremely simple* interrupt routing that I added in my recent patches, we need to determine if the card in question is PCCARD or cardbus, and route the interrupt accordingly. Oh, and we need to do the correct setup for ISA style DMA too which requires two of the eight ISA IRQ mux entries to implement. >Note all the devices are on IRQ9, including the ACPI embedded controller, >and the cardbus/pccard slots and the ed0 driver. I don't understand why the second cardbus function of both of our laptops share the an irq with function 0. That shouldn't have to be the case. The IRQ will be shared between the bridge's isr and the cards though. -- Justin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message