Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Mar 2003 19:57:46 -0800 (PST)
From:      Scott Renfro <scott@renfro.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   kern/50064: patch to add Kawasaki USB ethernet adapter to usbdevs/if_kue
Message-ID:  <200303170357.h2H3vk77012639@current>

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

>Number:         50064
>Category:       kern
>Synopsis:       patch to add Kawasaki USB ethernet adapter to usbdevs/if_kue
>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:   Sun Mar 16 20:20:14 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Scott Renfro
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD current 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Sat Mar 15 23:03:39 PST 2003 scott@renfro.org:/usr/obj/usr/src/sys/GENERIC i386
Tested with Sony Docking Station
>Description:
The Kawasaki LSI Inc. USB-Ethernet, rev 1.00/2.02 adapter isn't
recognized by the system as supported by kue(4) since it has a  
different product id.
>How-To-Repeat:
N/A
>Fix:
The following patch was sufficient to enable the adapter.  The
product name corresponds to that used in NetBSD.

--- src/sys/dev/usb/usbdevs.orig	Sat Mar 15 20:17:15 2003
+++ src/sys/dev/usb/usbdevs	Sat Mar 15 20:18:02 2003
@@ -712,6 +712,7 @@
 
 /* Kawasaki products */
 product KLSI DUH3E10BT		0x0008	USB ethernet controller engine
+product KLSI DUH3E10BTN		0x0009	USB ethernet controller engine
 
 /* Kawatsu products */
 product KAWATSU MH4000P		0x0003	MiniHub 4000P
--- src/sys/dev/usb/if_kue.c.orig	Sat Mar 15 20:17:23 2003
+++ src/sys/dev/usb/if_kue.c	Sat Mar 15 20:18:28 2003
@@ -117,6 +117,7 @@
 	{ USB_VENDOR_SMC, USB_PRODUCT_SMC_2102USB },
 	{ USB_VENDOR_LINKSYS, USB_PRODUCT_LINKSYS_USB10T },
 	{ USB_VENDOR_KLSI, USB_PRODUCT_KLSI_DUH3E10BT },
+	{ USB_VENDOR_KLSI, USB_PRODUCT_KLSI_DUH3E10BTN },
 	{ USB_VENDOR_PERACOM, USB_PRODUCT_PERACOM_ENET3 },
 	{ USB_VENDOR_IODATA, USB_PRODUCT_IODATA_USBETT },
 	{ USB_VENDOR_ABOCOM, USB_PRODUCT_ABOCOM_URE450 },
>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?200303170357.h2H3vk77012639>