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: kern/42098: MFC candidate if_aue USB NIC IODATA USBETTXS Message-ID: <200208272201.g7RM1xfi038497@www.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 42098
>Category: kern
>Synopsis: MFC candidate if_aue USB NIC IODATA USBETTXS
>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: Tue Aug 27 15:10:02 PDT 2002
>Closed-Date:
>Last-Modified:
>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:
>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?200208272201.g7RM1xfi038497>
