From owner-freebsd-hackers Mon Dec 6 15:32:12 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id AB39814F96 for ; Mon, 6 Dec 1999 15:32:09 -0800 (PST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id QAA38977; Mon, 6 Dec 1999 16:31:59 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id QAA37814; Mon, 6 Dec 1999 16:31:59 -0700 (MST) Message-Id: <199912062331.QAA37814@harmony.village.org> To: Darren Reed Subject: Re: 3c589d w/ freebsd 3.3 works badly. Cc: hackers@FreeBSD.ORG In-reply-to: Your message of "Tue, 07 Dec 1999 10:26:27 +1100." <199912062326.KAA17817@cairo.anu.edu.au> References: <199912062326.KAA17817@cairo.anu.edu.au> Date: Mon, 06 Dec 1999 16:31:59 -0700 From: Warner Losh Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <199912062326.KAA17817@cairo.anu.edu.au> Darren Reed writes: : Did all of that. When ejecting the card it says "freeing IRQ 10" (or : words to that effect), which is the IRQ I used with it under Windows : and NetBSD. How much can I specify on the "config" lines in pccard.conf ? : Can I `wire down' irq's, iomem and iobuf in the "?" part of the line ? For -stable, no you can't do it that way. You can do it with /boot/loader.conf by setting the following. If you are gunning for 10, then substitute 10 for the '0' below. machdep.pccard.pcic_irq="0" # Assigns PCCARD controller IRQ (0=polled) You wire down the memory part in /etc/rc.conf: pccard_mem="DEFAULT" # If pccard_enable=YES, this is card memory address. The irq/memory for the card itself is done /etc/pccard.conf, which is at best an exersize in black magic and at worst a frustration laden time for one and all. : p.s. is the not printing of the IRQ being allocated at bootup a bug ? Yes. I think so. We should print which IRQ we're using. The pcic/pccard module is a kludgey wort on the side of the kludgy old-config system... Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message