In message <[EMAIL PROTECTED]> 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 [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message