Date: Mon, 06 Dec 1999 16:31:59 -0700 From: Warner Losh <imp@village.org> To: Darren Reed <avalon@coombs.anu.edu.au> Cc: hackers@FreeBSD.ORG Subject: Re: 3c589d w/ freebsd 3.3 works badly. Message-ID: <199912062331.QAA37814@harmony.village.org> In-Reply-To: Your message of "Tue, 07 Dec 1999 10:26:27 %2B1100." <199912062326.KAA17817@cairo.anu.edu.au> References: <199912062326.KAA17817@cairo.anu.edu.au>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199912062331.QAA37814>