From owner-freebsd-bugs Tue Aug 27 15:10:12 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 37B2737B400 for ; Tue, 27 Aug 2002 15:10:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82CA943E6A for ; Tue, 27 Aug 2002 15:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7RMA2JU009673 for ; Tue, 27 Aug 2002 15:10:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7RMA2px009672; Tue, 27 Aug 2002 15:10:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 591AC37B400 for ; 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 ; 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 ; 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 To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/42098: MFC candidate if_aue USB NIC IODATA USBETTXS Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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