Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 May 2000 19:30:37 +0900 (JST)
From:      sanpei@sanpei.org
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        imp@FreeBSD.org
Subject:   i386/18545: [Patch] pccard.conf for Accton EN2226/Fast EtherCard (16-bit verison)
Message-ID:  <200005141030.TAA06559@lavender.yy.cs.keio.ac.jp>

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

>Number:         18545
>Category:       i386
>Synopsis:       [Patch] pccard.conf for Accton EN2226/Fast EtherCard (16-bit verison)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          wish
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 14 06:00:00 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     MIHIRA Yoshiro
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
Yokohama, Japan.
>Environment:

FreeBSD thinkpad.sanpei.org 5.0-CURRENT FreeBSD 5.0-CURRENT #29: Sun May 14 14:04:48 JST 2000     sanpei@thinkpad.sanpei.org:/usr/src/sys/compile/THINKPAD600  i386

>Description:

  I have Accton EN2226/Fast EtherCard (16-bit verison).

  I can use this card under FreeBSD-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:


--- etc/defaults/pccard.conf.org	Thu Apr  6 11:54:35 2000
+++ etc/defaults/pccard.conf	Sun May 14 19:25:54 2000
@@ -1053,6 +1053,14 @@
 
 ########## xe ##########
 
+#  Accton EN2226/Fast EtherCard (16-bit verison)
+card "Accton" "Fast EtherCard-16"
+	config	default "xe0" ?
+	insert	logger -t pccard:$device -s Accton EN2226/Fast EtherCard-16 inserted
+	insert	/etc/pccard_ether $device
+	remove	logger -t pccard:$device -s Accton EN2226/Fast EtherCard-16 removed
+	remove	/sbin/ifconfig $device delete
+
 #  Intel EtherExpress PRO/100 Mobile Adapter (16-bit verison)
 card "Intel" "EtherExpress(TM) PRO/100 PC Card Mobile Adapter16"
 	config	0x1 "xe0" ?

>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?200005141030.TAA06559>