Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Nov 2000 18:26:47 +0900 (JST)
From:      sanpei@sanpei.org (MIHIRA Yoshiro)
To:        larse@ISI.EDU
Cc:        stable@FreeBSD.ORG, imp@village.org
Subject:   Re: two identical PC cards
Message-ID:  <200011240926.eAO9Qln04461@lavender.sanpei.org>
In-Reply-To: Your message of "Wed, 22 Nov 2000 12:52:46 -0700". <200011221952.MAA44159@harmony.village.org>

next in thread | previous in thread | raw e-mail | index | archive | help
imp@village.org wrote:

>> I have never been able to get this to work.
>> 
>> I have been told that something like the following will work:

Or below config(I think it needs to use ``auto'' in config line
or different value)

# 3Com Etherlink III 3C589D
card "3Com Corporation" "3C589D"
	config	auto "ep0" ?
	config	auto "ep1" ?
	insert	/etc/pccard_ether $device
	remove	/sbin/ifconfig $device delete

# 3Com Etherlink III 3C589D
card "3Com Corporation" "3C589D"
	config	0x1 "ep0" ?
	config	0x2 "ep1" ?
	insert	/etc/pccard_ether $device
	remove	/sbin/ifconfig $device delete

sanpei


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200011240926.eAO9Qln04461>