Subject: kern/12709: if_rtk_cardbus.c patch for corega FEther CB-TXD LAN card.
To: None <gnats-bugs@gnats.netbsd.org>
From: None <j99060@ie.u-ryukyu.ac.jp>
List: netbsd-bugs
Date: 04/20/2001 09:17:37
>Number:         12709
>Category:       kern
>Synopsis:       if_rtk_cardbus.c patch for corega FEther CB-TXD LAN card.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    kern-bug-people
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Thu Apr 19 17:19:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Yamashiro Jun
>Release:        1.5T
>Organization:
Information Engennering, University of the Ryukyus

>Environment:
	
System: NetBSD yamajun.st.ie.u-ryukyu.ac.jp 1.5T NetBSD 1.5T (YAMAJUN) #9: Tue Apr 17 17:14:49 JST 2001 yamajun@yamajun.st.ie.u-ryukyu.ac.jp:/usr/src/sys/arch/i386/compile/YAMAJUN i386


>Description:
Add new card definition for work corega FEther CB-TXD (CardBus LAN card)
and new CardBus vendor ID definition for Corega K.K. and
Allied Telesyn International(or Allied Telesis K.K. (in Japan)) .
(Corega's PCI vendor ID == Allied Telesis PCI vendor ID)


>How-To-Repeat:
>Fix:

Apply this patch and regen cardbusdevs{.h,_data.h}

--- cardbusdevs.orig	Tue Apr 17 14:50:20 2001
+++ cardbusdevs	Thu Apr 19 21:44:09 2001
@@ -49,6 +49,8 @@
 vendor IODATA		0x10fc	IO Data
 vendor ACCTON		0x1113	Accton Technology
 vendor XIRCOM		0x115d	Xircom
+vendor COREGA		0x1259	Corega K.K.
+vendor ALLIED		0x1259	Allied Telesyn International
 vendor ABOCOM		0x13d1	AboCom Systems
 vendor INTEL		0x8086	Intel
 vendor ADP		0x9004	Adaptec
@@ -96,6 +98,9 @@
 /* this is the device id `indicating 21143 driver compatibility' */
 product XIRCOM	X3201_3_21143	0x0003	X3201-3 Fast Ethernet Controller (21143)
 product	XIRCOM	MODEM56		0x0103	56k Modem
+
+/* Corega products */
+product COREGA CB_TXD		0xa117	FEther CB-TXD
 
 /* AboCom products */
 product ABOCOM FE2500	0xab02	FE2500 10/100 Ethernet
--- if_rtk_cardbus.c.orig	Tue Apr 17 11:48:27 2001
+++ if_rtk_cardbus.c	Thu Apr 19 21:51:10 2001
@@ -105,6 +105,8 @@
 		RTK_8139 },
 	{ CARDBUS_VENDOR_REALTEK, CARDBUS_PRODUCT_REALTEK_RT8138,
 		"RealTek 8138 10/100BaseTX", RTK_8139 },
+	{ CARDBUS_VENDOR_COREGA, CARDBUS_PRODUCT_COREGA_CB_TXD,
+		"corega FEther CB-TXD", RTK_8139 },
 	{ 0, 0, NULL, 0 }
 };
 
>Release-Note:
>Audit-Trail:
>Unformatted: