From owner-freebsd-hackers Mon Mar 27 19:53:31 2000 Delivered-To: freebsd-hackers@freebsd.org Received: from kitab.cisco.com (dhcp-193-220.ietf.connect.com.au [169.208.193.220]) by hub.freebsd.org (Postfix) with ESMTP id 3B98A37B5F6; Mon, 27 Mar 2000 19:53:14 -0800 (PST) (envelope-from raj@cisco.com) Received: (from raj@localhost) by kitab.cisco.com (8.9.2/8.9.2) id TAA00757; Mon, 27 Mar 2000 19:53:14 -0800 (PST) (envelope-from raj) From: Richard Johnson MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14560.11433.930491.310675@kitab.cisco.com> Date: Mon, 27 Mar 2000 19:53:13 -0800 (PST) To: Warner Losh Cc: freebsd-mobile@FreeBSD.ORG, freebsd-hackers@FreeBSD.ORG Subject: Re: Small addition to pccard.conf syntax (ioaddr option) In-Reply-To: <200003280346.UAA02345@harmony.village.org> References: <14560.98.259388.61429@kitab.cisco.com> <200003280346.UAA02345@harmony.village.org> X-Mailer: VM 6.74 under 20.4 "Emerald" XEmacs Lucid Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Warner Losh writes: > In message <14560.98.259388.61429@kitab.cisco.com> Richard Johnson writes: > : I finally just decided that it would be easiest to simply modify > : pccardd to allow specifying the "ioaddr" location in the configuration > : file. These diffs add the "ioaddr" keyword for card configuration > : information like so: > > I'd rather not do this. It is a move in the wrong direction. I'd > like to see things move more into the kernel. > > Warner Fine with me as long as there's a way to do it. If we could get the ioaddr information from the driver definition in the kernel and use that, I'd be satisfied. Afterall, I already have: device wi0 at isa? port 0x300 net irq 10 flags 0x1 which obviously specifies the ioaddr as "0x300" right there. That should be sufficient, but currently it's not. Same thing goes for the irq. /raj To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message