Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Dec 2002 22:03:58 +0700 (KRAT)
From:      Eugene Grosbein <eugen@grosbein.pp.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   conf/46651: [PATCH] /etc/defaults/pccard.conf uses -link0, -link1 for ep(4)
Message-ID:  <200212311503.gBVF3wQC017485@grosbein.pp.ru>

next in thread | raw e-mail | index | archive | help

>Number:         46651
>Category:       conf
>Synopsis:       [PATCH] /etc/defaults/pccard.conf uses -link0, -link1 for ep(4)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 31 07:10:03 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Eugene Grosbein
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
Svyaz Service JSC
>Environment:
System: FreeBSD grosbein.pp.ru 4.7-STABLE FreeBSD 4.7-STABLE #0: Tue Dec 31 15:11:39 KRAT 2002 eu@grosbein.pp.ru:/usr/local/obj/usr/local/src/sys/DADV i386


>Description:
		device ep(4) does not use -link0, -link1 flags used
		by device nep(4) six years ago. However, they are
		still survive in /etc/defaults/pccard.conf since
		the revison 1.3, when nate said in a commit log:

Also,change the 3C589 examples to
reflect what I use to switch between the two connectors.

		Now it's harmless but it's potential rabbit trap,
		sometimes ep(4) may utilize link[0-2] flags.

>How-To-Repeat:
		N/A

>Fix:

		Patch  /etc/defaults/pccard.conf:

--- pccard.conf.orig	Tue Dec 31 22:01:33 2002
+++ pccard.conf	Tue Dec 31 22:02:52 2002
@@ -1104,14 +1104,13 @@
 # Don't think this will work.
 #card "3Com Corporation" "3C562"
 #	config	0x9 "ep" ?
-#	insert	/etc/pccard_ether $device start -link0 link1
+#	insert	/etc/pccard_ether $device start
 #	remove	/etc/pccard_ether $device stop
 
 # 3Com Etherlink III 3C589, 3C589B, 3C589C, 3C589D
 card "3Com Corporation" "/3C589/"
 	config	auto "ep" ?
-	insert	/etc/pccard_ether $device start -link0 link1
-#	insert	/etc/pccard_ether $device start link0 -link1
+	insert	/etc/pccard_ether $device start
 	remove	/etc/pccard_ether $device stop
 
 # Farallon EtherMac


Eugene Grosbein
>Release-Note:
>Audit-Trail:
>Unformatted:

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




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