From sanpei@sanpei.org  Mon Mar 27 06:46:57 2000
Return-Path: <sanpei@sanpei.org>
Received: from lavender.yy.cs.keio.ac.jp (ppp104.dialup.st.keio.ac.jp [131.113.27.104])
	by hub.freebsd.org (Postfix) with ESMTP id 9F6C937B926
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 27 Mar 2000 06:46:52 -0800 (PST)
	(envelope-from sanpei@sanpei.org)
Received: (from sanpei@localhost)
	by lavender.yy.cs.keio.ac.jp (8.9.3/3.7W) id WAA19938;
	Mon, 27 Mar 2000 22:36:48 +0900 (JST)
Message-Id: <200003271336.WAA19938@lavender.yy.cs.keio.ac.jp>
Date: Mon, 27 Mar 2000 22:36:48 +0900 (JST)
From: MIHIRA Yoshiro <sanpei@sanpei.org>
Reply-To: sanpei@sanpei.org
To: FreeBSD-gnats-submit@freebsd.org
Subject: [Patch] pccard.conf for corega Ether PCM-T/NE2000 compatible PCMCIA Ethernet Card
X-Send-Pr-Version: 3.2

>Number:         17622
>Category:       conf
>Synopsis:       [Patch] pccard.conf for corega Ether PCM-T/NE2000 compatible PCMCIA Ethernet Card
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    imp
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 27 06:50:01 PST 2000
>Closed-Date:    Tue May 16 01:17:48 MDT 2000
>Last-Modified:  Tue May 16 01:18:27 MDT 2000
>Originator:     MIHIRA Yoshiro
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
Yokohama, Japan.
>Environment:

>Description:

  I have Corega K.K. Ether PCM-T/NE2000 compatible PCMCIA Ethernet Card.

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

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

Thank you

>How-To-Repeat:

>Fix:

# Corega PCM-T
card "Corega,K.K." "Ethernet LAN Card"
	config	auto "ed0" ?
	insert	logger -t pccard:$device -s Corega PCM-T inserted
	insert	/etc/pccard_ether $device
	remove	logger -t pccard:$device -s Corega PCM-T removed
	remove	/sbin/ifconfig $device delete

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->imp 
Responsible-Changed-By: sheldonh 
Responsible-Changed-When: Wed Mar 29 02:53:37 PST 2000 
Responsible-Changed-Why:  
Warner will be interested in this one. 

From: MIHIRA Sanpei Yoshiro <sanpei@sanpei.org>
To: freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: conf/17622: [Patch] pccard.conf for corega Ether PCM-T/NE2000 compatible PCMCIA Ethernet Card
Date: Fri, 31 Mar 2000 11:16:31 +0900

   Oops, I forgot to add ``ether'' line. Please use below
 configuration.
 
 # Corega PCM-T
 card "Corega,K.K." "Ethernet LAN Card"
 	config	auto "ed0" ?
 	ether   0xff0
 	insert	logger -t pccard:$device -s Corega PCM-T inserted
 	insert	/etc/pccard_ether $device
 	remove	logger -t pccard:$device -s Corega PCM-T removed
 	remove	/sbin/ifconfig $device delete
 
 
State-Changed-From-To: open->closed 
State-Changed-By: imp 
State-Changed-When: Tue May 16 01:17:48 MDT 2000 
State-Changed-Why:  
I've fixed this by apply mihira-san's patch. 
>Unformatted:
