Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 May 2000 17:10:50 +0900 (JST)
From:      sanpei@sanpei.org
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        imp@FreeBSD.org
Subject:   conf/18868: [Patch] pccard.conf for CyQ've ELA-110E (10/100 Ethernet card)
Message-ID:  <200005290810.RAA02079@lavender.yy.cs.keio.ac.jp>

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

>Number:         18868
>Category:       conf
>Synopsis:       [Patch] pccard.conf for CyQ've ELA-110E (10/100 Ethernet card)
>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:   Mon May 29 01:20:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     MIHIRA Yoshiro
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
Yokohama, Japan
>Environment:


>Description:

  I have CyQ've ELA-110E 10/100 Ethernet card).

  I can use this card under FreeBSD 4.0-RELEASE and 5-current with
below configuration (/etc/defaults/pccard.conf).

  I hope to add to below configuration to /etc/defaults/pccard.conf

Thank you

>How-To-Repeat:


>Fix:

--- src/etc/defaults/pccard.conf.org	Mon May 29 17:03:17 2000
+++ src/etc/defaults/pccard.conf	Mon May 29 17:03:58 2000
@@ -300,6 +300,14 @@
 	remove	logger -t pccard:$device -s CyQve ELA-010 removed
 	remove	/sbin/ifconfig $device delete
 
+# CyQ've ELA-110E
+card "CyQ've" "ELA-110E 10/100M LAN Card"
+	config  auto "ed0" ?
+	insert  logger -t pccard:$device -s CyQ've ELA-110E inserted
+	insert  /etc/pccard_ether $device
+	remove  logger -t pccard:$device -s CyQ've ELA-110E removed
+	remove  /sbin/ifconfig $device delete
+
 # D-Link DE-650 NE2000 clone
 card "D-Link" "DE-650"
 	config	0x20 "ed0" ? 0x10


>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?200005290810.RAA02079>