From owner-freebsd-mobile Wed Sep 13 23:15:29 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 725DC37B423 for ; Wed, 13 Sep 2000 23:15:25 -0700 (PDT) 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 AAA68580; Thu, 14 Sep 2000 00:15:24 -0600 (MDT) (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 AAA94310; Thu, 14 Sep 2000 00:14:53 -0600 (MDT) Message-Id: <200009140614.AAA94310@harmony.village.org> To: "Ronan Eckelberry, Network Admin" Subject: Re: Linksys PCMLM56 10/100LAN/56KModem PCMCIA Card Cc: freebsd-mobile@FreeBSD.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> Date: Thu, 14 Sep 2000 00:14:53 -0600 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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