From owner-freebsd-mobile Tue Mar 23 10:26:57 1999 Delivered-To: freebsd-mobile@freebsd.org Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (Postfix) with ESMTP id 7165F14D85 for ; Tue, 23 Mar 1999 10:26:56 -0800 (PST) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id LAA06320; Tue, 23 Mar 1999 11:26:36 -0700 (MST) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id LAA14860; Tue, 23 Mar 1999 11:26:36 -0700 Date: Tue, 23 Mar 1999 11:26:36 -0700 Message-Id: <199903231826.LAA14860@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: "Sean O'Connell" Cc: FreeBSD mobile Subject: Re: Force pccard controller to specific irq In-Reply-To: <19990323131738.B2058@stat.Duke.EDU> References: <19990323131738.B2058@stat.Duke.EDU> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Is there a way to hardcode IRQ10 into the kernel config file or > the /sys/pccard code? No, and yes. Find the place in the code where the IRQ is used and hard-code it to IRQ10. As you can imagine, this solution is not acceptable as a 'general' solution, but it may get you going. Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message