From owner-freebsd-mobile Sun Apr 29 8:41:25 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from mail.mayn.de (mail.mayn.de [194.145.150.13]) by hub.freebsd.org (Postfix) with ESMTP id CAF8037B43E for ; Sun, 29 Apr 2001 08:41:22 -0700 (PDT) (envelope-from treif@mayn.de) Received: from mayn.de (comppp-036.wuerzburg.dialin.mayn.de [194.145.151.100]) by mail.mayn.de (Postfix) with ESMTP id 586281427 for ; Sun, 29 Apr 2001 17:41:19 +0200 (CEST) Message-ID: <3AEC35E2.1FBA62EF@mayn.de> Date: Sun, 29 Apr 2001 17:40:18 +0200 From: Tobias Reifenberger X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-mobile@freebsd.org Subject: Re: Two 'ed' cards in one laptop? References: <3AEB24F8.DA4167F2@mayn.de> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi I finally got the cards working. Thanks to erich@ucsd.edu, Greg Smith and Warner Losh. The solution was to change the lines 'config auto "ed" ....' to 'config auto "edX" ...' with X in [0;n]. Below is the customized pccardd configuration I'm using. Everyone with a similar problem may use this as an inspiration. This works with -current (2001.03.01), but should also with -stable. [/etc/pccard.conf] # Generally available IO ports io 0x240-0x360 # Generally available IRQs (Built-in sound-card owners remove 5) # Use "dmesg | grep irq" to see which are used. irq 5 9 10 # Available memory slots memory 0xd4000 96k # D-Link DE-650 and DE-660 card "D-Link" "/DE-6[56]0/" config auto "ed0" ? 0x10 insert /etc/pccard_ether $device start remove /etc/pccard_ether $device stop # D-Link DFE-650 Fast Ethernet Card card "D-Link" "DFE-650" config auto "ed1" ? 0x80010 insert /etc/pccard_ether $device start remove /etc/pccard_ether $device stop bye -- Tobias Reifenberger -- treif@mayn.de -- DG1NGT GEE e* dpu s:- a-- C+++ UB+++ L- W+ N+ w--- Y+ tv+ b++ D++ h++ r--- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message