From owner-freebsd-hackers Mon Jul 16 17:40:42 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from hotmail.com (f78.law11.hotmail.com [64.4.17.78]) by hub.freebsd.org (Postfix) with ESMTP id 63AB737B401 for ; Mon, 16 Jul 2001 17:40:37 -0700 (PDT) (envelope-from part_lion@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 16 Jul 2001 17:40:37 -0700 Received: from 24.130.176.212 by lw11fd.law11.hotmail.msn.com with HTTP; Tue, 17 Jul 2001 00:40:37 GMT X-Originating-IP: [24.130.176.212] From: "Joesh Juphland" To: hackers@freebsd.org Subject: trying to do two pcmcia network cards (ep0 ep1) Date: Mon, 16 Jul 2001 18:40:37 -0600 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 17 Jul 2001 00:40:37.0244 (UTC) FILETIME=[18B46BC0:01C10E59] Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG /etc/rc.conf looks like this: pccard_enable="YES" pccard_mem="DEFAULT" pccardd_flags=" -i 10 -i 15" removable_interfaces="ep0 ep1" /etc/defaults/pccard.conf has this: io 0x240-0x360 irq 10 15 memory 0xd4000 96k and I added a second config line to the ep0 line like this: config auto "ep" 10 config auto "ep" 15 (the rest of the 3c589 A/B/C/D entry is unchanged) So when I boot with the two 3com cards in the system, only one of them works - it comes up at port 0x240-0x24f irq 10 slot 0. When the second one tries to come up, it says: "No free configuration for card 3com...." Any help is appreciated. I would also like to know what "no free configuration for..." means - does that mean there is no free irq for it ? or something else ? thanks! _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message