From owner-freebsd-usb@FreeBSD.ORG Sat Apr 16 18:30:26 2005 Return-Path: Delivered-To: freebsd-usb@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B31216A4CF for ; Sat, 16 Apr 2005 18:30:26 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3E5943D49 for ; Sat, 16 Apr 2005 18:30:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j3GIUPWI027977 for ; Sat, 16 Apr 2005 18:30:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j3GIUPeU027976; Sat, 16 Apr 2005 18:30:25 GMT (envelope-from gnats) Resent-Date: Sat, 16 Apr 2005 18:30:25 GMT Resent-Message-Id: <200504161830.j3GIUPeU027976@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-usb@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gheorghe Ardelean Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1858016A4CE for ; Sat, 16 Apr 2005 18:20:52 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id D228743D5E for ; Sat, 16 Apr 2005 18:20:51 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j3GIKoWt029688 for ; Sat, 16 Apr 2005 18:20:50 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j3GIKoeu029685; Sat, 16 Apr 2005 18:20:50 GMT (envelope-from nobody) Message-Id: <200504161820.j3GIKoeu029685@www.freebsd.org> Date: Sat, 16 Apr 2005 18:20:50 GMT From: Gheorghe Ardelean To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: usb/80010: Add support for the AEI USB to LAN adapter to aue(4) device X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Apr 2005 18:30:26 -0000 >Number: 80010 >Category: usb >Synopsis: Add support for the AEI USB to LAN adapter to aue(4) device >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-usb >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Apr 16 18:30:25 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Gheorghe Ardelean >Release: FreeBSD 4.11 >Organization: Faculty of Physics, West University Timisoara, Romania >Environment: FreeBSD athlon 4.11-RELEASE-p2 FreeBSD 4.11-RELEASE-p2 #8: Sat Apr 16 19:50:52 CEST 2005 root@athlon:/usr/obj/usr/src/sys/MELU i386 >Description: The AEI USB to LAN adapter is not recognized by FreeBSD despite the fact that this device should work with the aue(4) driver. >How-To-Repeat: just plug in such an adapter >Fix: Add the folowing diffs to the corresponding files. --- usbdevs.h Sat Apr 16 20:14:12 2005 +++ usbdevs.h.orig Sat Apr 16 20:06:57 2005 @@ -385,7 +385,6 @@ #define USB_VENDOR_ACTIONTEC 0x1668 /* Actiontec Electronics */ #define USB_VENDOR_DLINK 0x2001 /* D-Link */ #define USB_VENDOR_VIDZMEDIA 0x3275 /* VidzMedia Pte Ltd */ -#define USB_VENDOR_AEI 0x3334 /* AEI */ #define USB_VENDOR_DAISY 0x3579 /* Daisy Technology */ #define USB_VENDOR_DELL 0x413c /* Dell */ #define USB_VENDOR_SITECOM 0x6189 /* Sitecom */ @@ -449,9 +448,6 @@ /* ADS products */ #define USB_PRODUCT_ADS_UBS10BT 0x0008 /* UBS-10BT Ethernet adapter */ - -/* AEI products */ -#define USB_PRODUCT_AEI_FASTETHERNET 0x1701 /* Fast Ethernet */ /* Agate Technologies products */ #define USB_PRODUCT_AGATE_QDRIVE 0x0378 /* Q-Drive */ --- if_aue.c Sat Apr 16 20:16:46 2005 +++ if_aue.c.orig Fri Nov 26 01:34:20 2004 @@ -132,7 +132,6 @@ {{ USB_VENDOR_ADMTEK, USB_PRODUCT_ADMTEK_PEGASUS}, PNA }, {{ USB_VENDOR_ADMTEK, USB_PRODUCT_ADMTEK_PEGASUSII}, PII }, {{ USB_VENDOR_ADMTEK, USB_PRODUCT_ADMTEK_PEGASUSII_2}, PII }, - {{ USB_VENDOR_AEI, USB_PRODUCT_AEI_FASTETHERNET}, PII }, {{ USB_VENDOR_BELKIN, USB_PRODUCT_BELKIN_USB2LAN}, PII }, {{ USB_VENDOR_BILLIONTON, USB_PRODUCT_BILLIONTON_USB100}, 0 }, {{ USB_VENDOR_BILLIONTON, USB_PRODUCT_BILLIONTON_USBLP100}, PNA }, === recompile and install a new kernel. When the AEI device is inserted one should see no the new device as recognized: aue0: AEI AEI USB To LAN Adapter, rev 1.10/1.01, addr 2 aue0: Ethernet address: 00:0b:b1:00:xx:xy miibus1: on aue0 >Release-Note: >Audit-Trail: >Unformatted: