Skip site navigation (1)Skip section navigation (2)
Date:      07 Sep 1999 22:04:25 +0200
From:      Eric Jacoboni <jaco@titine.fr.eu.org>
To:        Steve Darrall <steve@haagen-dazs.org>
Cc:        mobile@FreeBSD.ORG
Subject:   Re: 3Com 3C589D
Message-ID:  <87puzuwks6.fsf@titine.fr.eu.org>
In-Reply-To: Steve Darrall's message of "Tue, 07 Sep 1999 19:43:56 %2B0100"
References:  <19990907184433.C469C155A1@hub.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Steve Darrall <steve@haagen-dazs.org> writes:

> I'm trying to get an IBM Thinkpad 380 up and running with 3.2-RELEASE.

Mine is a Dell i3500, same NIC and a MegaHertz modem : 

here are my kernel config file lines related to pccard :

=-=-=-=-=
# PCCARD (PCMCIA) support
controller	card0
device		pcic0	at card?
device		pcic1	at card?

options		PCIC_RESUME_RESET

device		sio2	at isa? port "IO_COM3" tty irq 4
device		ep0	at isa? port 0x300 net irq 9
=-=-=-=-=

and here are the relevant lines in /etc/pccarc.conf :

=-=-=-=-=
card "3Com Corporation" "3C589D"
	config	0x1 "ep0" 9
       	insert	echo 3Com Etherlink III inserted
	insert	/etc/pccard_ether ep0
	remove	echo 3Com Etherlink III removed
	remove	/sbin/ifconfig ep0 delete

# 3com/USR/Megahertz 3CCM156
card "3COM" "3CCM156"
	config 0x23 "sio2" 4
	insert echo 3Com PCMCIA 56K Modem inserted
	remove echo 3Com PCMCIA 56K Modem removed
=-=-=-=-=

On reboot, my 3C589D is recognized as ep0 and my modem card as cuaa2 : 
both are working well... Check against IRQ conflicts.

	Hope this helps,

-- 
---------------------------------------------------------
Éric Jacoboni       « No sport, cigars! »  (W. Churchill)
---------------------------------------------------------


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?87puzuwks6.fsf>