From owner-freebsd-mobile Tue Sep 7 20:12:56 1999 Delivered-To: freebsd-mobile@freebsd.org Received: from amstech.com (alister.w.easynet.co.uk [212.212.251.86]) by hub.freebsd.org (Postfix) with ESMTP id 87CA414D8A for ; Tue, 7 Sep 1999 20:12:44 -0700 (PDT) (envelope-from frankrj@netscape.net) Received: from netscape.net (localhost [127.0.0.1]) by amstech.com (8.9.3/8.9.1) with ESMTP id EAA02034; Wed, 8 Sep 1999 04:15:33 GMT (envelope-from frankrj@netscape.net) Message-ID: <37D5E2E3.A32BADC5@netscape.net> Date: Wed, 08 Sep 1999 04:15:31 +0000 From: Francis Jordan X-Mailer: Mozilla 4.5 [en] (X11; U; FreeBSD 4.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: Steve Darrall Cc: mobile@freebsd.org Subject: Re: 3Com 3C589D References: <19990907184433.C469C155A1@hub.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Steve Darrall wrote: > I'm trying to get an IBM Thinkpad 380 up and running with 3.2-RELEASE. > > This is the output from dmesg when I just use the zp0 driver.... > > zp: found card in slot 0 > zp0 at 0x300-0x30f irq 10 maddr 0xd0000 on isa ^^^^^^ You specified IRQ 10 here-- > # 3Com Etherlink III 3C589D > card "3Com Corporation" "3C589D" > config 0x1 "ep0" ? ^^^ ... and no IRQ here---------! So what does pccardd do? It tries to use one of the "generally available" IRQ's, specified below, beginning with IRQ 3: > pccard.conf is... > > # Generally available IO ports > io 0x240-0x360 > # Generally available IRQs (Built-in sound-card owners remove 5) > irq 3 10 11 13 15 > # Available memory slots > memory 0xd0000 96k Unfortunately, IRQ 3 is most likely in use (normally by COM2 -- sio1), hence it fails. Change the relevant line in /etc/pccard.conf to: config 0x1 "ep0" 10 and everything should work fine. If it doesn't, try the following command: pccardc enabler 0 ep0 -m 2000 d0000 16 -a 300 -i 10 Hope this helps, Frank To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message