From owner-freebsd-mobile Mon Oct 26 16:38:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA15018 for freebsd-mobile-outgoing; Mon, 26 Oct 1998 16:38:01 -0800 (PST) (envelope-from owner-freebsd-mobile@FreeBSD.ORG) Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA14969; Mon, 26 Oct 1998 16:37:55 -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 RAA28499; Mon, 26 Oct 1998 17:37:09 -0700 (MST) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id RAA28919; Mon, 26 Oct 1998 17:37:08 -0700 Date: Mon, 26 Oct 1998 17:37:08 -0700 Message-Id: <199810270037.RAA28919@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Brian Somers Cc: Roger Hardiman , mobile@FreeBSD.ORG, hackers@FreeBSD.ORG Subject: Re: PCIC_IRQ - disabling PCMCIA IRQ allocation In-Reply-To: <199810270025.AAA10745@woof.lan.awfulhak.org> References: <3634BA43.94BC672C@cs.strath.ac.uk> <199810270025.AAA10745@woof.lan.awfulhak.org> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > One of the things PAO hase which the 3.0-RELEASE PCMCIA code does not > > have is the > > PCIC_IRQ kernel configuration. > > > > With it, it is possible to tell the PCMCIA card controller NOT to > > reserve itself an IRQ. > > This means no hot swapping of cards, but for my application (embedded > > systems) I cannot hot > > swap and I do not want an IRQ wasted by the card chipset. > > > > The patch for 3.0-RELEASE is trivial to include the PCIC_IRQ code > > (basically it forces a value in the > > pcic.c code). > > > > Is someone willing to commit this to -current if I supply the diff. > > > > It will then complete all my PCMCIA needs without needing the full PAO > > package. > > I'm willing to if > > 1. You can also specify the IRQ that the controller should use. > 2. Either Nate or Mike OKs it (I'll pass it to them for review first > - they're our resident laptop people). I'm out of the picture, but I'd like to see it done 'correctly'. Using OPTIONS is IMO the 'wrong' way of doing it. PAO already has about 3 dozen different options, and that's about 3 dozen too many when in fact each option is generally specific to one file. There's got to be a better way of configuring a single-file that is better than using options. Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message