Date: Wed, 21 Jan 1998 12:40:43 -0700 From: Nate Williams <nate@mt.sri.com> To: "SiGRiD Fenderson, Fnordkiller" <sigrid@bconnex.net> Cc: <freebsd-mobile@FreeBSD.ORG> Subject: Re: PC-CARD woes Message-ID: <199801211940.MAA13638@mt.sri.com> In-Reply-To: <01bd26a3$0dd305a0$2ac8bdcd@fnord2go.bconnex.net> References: <01bd26a3$0dd305a0$2ac8bdcd@fnord2go.bconnex.net>
next in thread | previous in thread | raw e-mail | index | archive | help
> driver allocation failed for Megahertz > > /etc/pccard.conf looks like this: > > card "Megahertz" "CC10BT/2" > config 0x1 "sn0" 4 > insert echo "Card inserted" > insert echo "Card removed" > > I have selected the index and irq based on the output of pccardc dumpcis, and have setup my BIOS > so that IRQ4 is available. When I boot to FreeBSD though, I notice a line stating that the pccard > controller is using IRQ4. My question, I suppose, is what I have I done wrong? Comment/suggestions would be greatly appreciated. Umm, since your PCIC controller is using IRQ 4, then the card can't also use IRQ 4. Try changing the config line to config 0x1 "sn0" ? Which (in FreeBSD anyway) will pick the first available IRQ from /etc/pccard.conf and use it. Nate
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199801211940.MAA13638>