From owner-freebsd-mobile Wed Sep 24 11:24:38 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA16180 for mobile-outgoing; Wed, 24 Sep 1997 11:24:38 -0700 (PDT) Received: from Kitten.mcs.com (Kitten.mcs.com [192.160.127.90]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id LAA16165; Wed, 24 Sep 1997 11:24:28 -0700 (PDT) Received: from Mercury.mcs.net (fredriks@Mercury.mcs.net [192.160.127.80]) by Kitten.mcs.com (8.8.5/8.8.2) with ESMTP id NAA24414; Wed, 24 Sep 1997 13:24:26 -0500 (CDT) Received: (from fredriks@localhost) by Mercury.mcs.net (8.8.7/8.8.2) id NAA19380; Wed, 24 Sep 1997 13:24:26 -0500 (CDT) From: Lars Fredriksen Message-Id: <199709241824.NAA19380@Mercury.mcs.net> Subject: Re: PCCARD in -current broken To: nate@mt.sri.com (Nate Williams) Date: Wed, 24 Sep 1997 13:24:24 -0500 (CDT) Cc: se@FreeBSD.ORG, nate@mt.sri.com, mobile@FreeBSD.ORG, current@FreeBSD.ORG In-Reply-To: <199709241526.JAA12203@rocky.mt.sri.com> from "Nate Williams" at Sep 24, 97 09:26:59 am X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-freebsd-mobile@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Nate Williams writes: > > > I assume you are sure that the PCCARD code is only > > called after the ISA devices are attached ? > > In autoconf.c/configure: > #if NEISA > 0 > eisa_configure(); > #endif > > #if NPCI > 0 > pci_configure(); > #endif > > #if NISA > 0 > isa_configure(); > #endif > > #if NCRD > 0 > /* After everyone else has a chance at grabbing resources */ > pccard_configure(); > #endif > > > Well, in fact you should see the "device combination doesn't support ..." > > message printed, when you call register_intr() to check for the interrupt > > to be available. > > Hmm, do mobile users see these messages who run -current? Yes, I do see that message. That is when I decided that the interrupt registration is handeled correctly, but that the intrnames array seems not to be maintained correctly. This is where the clk0 gets associated with the irq of the driver that pcic registered when it detected a card and found a driver match. I do probably need to mention that this is on a i486 laptop..... Lars -- ------------------------------------------------------------------- Lars Fredriksen fredriks@mcs.com (home) lars@fredriks-2.pr.mcs.net (home-home)