Date: Thu, 14 Sep 2000 00:14:53 -0600 From: Warner Losh <imp@village.org> To: "Ronan Eckelberry, Network Admin" <ronane@hitter.net> Cc: freebsd-mobile@FreeBSD.ORG Subject: Re: Linksys PCMLM56 10/100LAN/56KModem PCMCIA Card Message-ID: <200009140614.AAA94310@harmony.village.org> In-Reply-To: Your message of "Wed, 13 Sep 2000 21:21:13 EDT." <011e01c01dea$350ef7a0$ba44c0cf@ronan1> References: <011e01c01dea$350ef7a0$ba44c0cf@ronan1> <002901c01dc2$e88ab800$77010a0a@ronannotebook> <200009140044.SAA92560@harmony.village.org>
next in thread | previous in thread | raw e-mail | index | archive | help
In message <011e01c01dea$350ef7a0$ba44c0cf@ronan1> "Ronan Eckelberry, Network Admin" writes: : Tried that. It seems to either do that with ever IRQ that I try or, it : will just lock without even giving me a warning. A bit annoying. Q: How do I figure out which IRQs I can use? A: You should take the following list: 3, 4, 5, 7, 9, 10, 11, 12, 14, 15 remove those that a dmesg | grep irq show to be in use, remove those for which you have hardware in your machine but no device driver for it, or whose driver polls the device rather than using interrupts (IIRC lpt might do this). Those that are left are good ones, but some systems require that you select them for legacy isa interrupts (although most don't and most laptops can't). However, there's an exception to the above rules if you are using a cardbus bridge on a pci card that isn't connected to the ISA bus via a small adapter card. You can't use these cards at this time! Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200009140614.AAA94310>