From nobody@FreeBSD.org  Tue Aug 27 15:02:00 2002
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 591AC37B400
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 27 Aug 2002 15:02:00 -0700 (PDT)
Received: from www.freebsd.org (www.FreeBSD.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 184F243E42
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 27 Aug 2002 15:02:00 -0700 (PDT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.12.4/8.12.4) with ESMTP id g7RM1xOT038498
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 27 Aug 2002 15:01:59 -0700 (PDT)
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.12.4/8.12.4/Submit) id g7RM1xfi038497;
	Tue, 27 Aug 2002 15:01:59 -0700 (PDT)
Message-Id: <200208272201.g7RM1xfi038497@www.freebsd.org>
Date: Tue, 27 Aug 2002 15:01:59 -0700 (PDT)
From: Hiroharu Tamaru <tamaru@myn.rcast.u-tokyo.ac.jp>
To: freebsd-gnats-submit@FreeBSD.org
Subject: MFC candidate if_aue USB NIC IODATA USBETTXS
X-Send-Pr-Version: www-1.0

>Number:         42098
>Category:       kern
>Synopsis:       MFC candidate if_aue USB NIC IODATA USBETTXS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 27 15:10:02 PDT 2002
>Closed-Date:    Wed Aug 28 05:08:31 PDT 2002
>Last-Modified:  Wed Aug 28 05:08:31 PDT 2002
>Originator:     Hiroharu Tamaru
>Release:        FreeBSD 4.6-STABLE as of 23rd Aug 2002
>Organization:
The University of Tokyo
>Environment:
FreeBSD localhost 4.6-STABLE FreeBSD 4.6-STABLE #0: Fri Aug 23 06:17:17 JST 2002     tamaru@localhost:/usr/obj/usr/src/sys/GENERIC  i386
src/sys/dev/usb/if_aue.c,v 1.19.2.13
IODATA USBETTXS usb ethernet NIC
>Description:
I-O Data ET/TXS NIC appeared in -current version of 
sys/dev/usb/usbdevs Rev 1.90 and MFCed to -stable as Rev 1.11.2.27 by takawata.
However corresponding diff in the actual driver itself which was
introduced to -current as sys/dev/usb/if_aue.c Rev 1.60 was not MFCed to -stable.
I have confirmed that with the diff from Rev 1.59 to 1.60 of if_aue.c applied to -stable, ET/TXS actually works and would like to see it merged to stable.
I should say there shouldn't be any reason not to merge the support for 
ELECOM LTX which was added support for at the same time.
>How-To-Repeat:
grep USBETTXS /sys/dev/usb/*
and see that usbdevs has it but if_aue.c as well as any other file don't.
>Fix:
--- if_aue.c-	Wed Aug 28 06:44:50 2002
+++ if_aue.c	Wed Aug 28 06:46:39 2002
@@ -136,8 +136,10 @@
     { USB_VENDOR_ELECOM,	USB_PRODUCT_ELECOM_LDUSBTX1,	  0 },
     { USB_VENDOR_ELECOM,	USB_PRODUCT_ELECOM_LDUSBTX2,	  0 },
     { USB_VENDOR_ELECOM,	USB_PRODUCT_ELECOM_LDUSBTX3,	  PII },
+    { USB_VENDOR_ELECOM,	USB_PRODUCT_ELECOM_LDUSBLTX,	  PII },
     { USB_VENDOR_ELSA,		USB_PRODUCT_ELSA_USB2ETHERNET,	  0 },
     { USB_VENDOR_IODATA,	USB_PRODUCT_IODATA_USBETTX,	  0 },
+    { USB_VENDOR_IODATA,	USB_PRODUCT_IODATA_USBETTXS,	  PII },
     { USB_VENDOR_KINGSTON,	USB_PRODUCT_KINGSTON_KNU101TX,    0 },
     { USB_VENDOR_LINKSYS,	USB_PRODUCT_LINKSYS_USB10TX1,	  LSYS|PII },
     { USB_VENDOR_LINKSYS,	USB_PRODUCT_LINKSYS_USB10T,	  LSYS },

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: joe 
State-Changed-When: Wed Aug 28 05:08:22 PDT 2002 
State-Changed-Why:  
Committed. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=42098 
>Unformatted:
