From owner-freebsd-usb@FreeBSD.ORG Fri Jan 19 13:50:22 2007 Return-Path: X-Original-To: freebsd-usb@hub.freebsd.org Delivered-To: freebsd-usb@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7B4A616A414 for ; Fri, 19 Jan 2007 13:50:22 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id CC1E913C461 for ; Fri, 19 Jan 2007 13:50:18 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l0JDoIaW048507 for ; Fri, 19 Jan 2007 13:50:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l0JDoI6q048506; Fri, 19 Jan 2007 13:50:18 GMT (envelope-from gnats) Date: Fri, 19 Jan 2007 13:50:18 GMT Message-Id: <200701191350.l0JDoI6q048506@freefall.freebsd.org> To: freebsd-usb@FreeBSD.org From: Volker Cc: Subject: Re: usb/108097: [usbgen] [patch] ADMtek 851X USB-to-LAN adapter X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Volker List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Jan 2007 13:50:22 -0000 The following reply was made to PR usb/108097; it has been noted by GNATS. From: Volker To: bug-followup@FreeBSD.org, numisemis@yahoo.com Cc: Subject: Re: usb/108097: [usbgen] [patch] ADMtek 851X USB-to-LAN adapter Date: Fri, 19 Jan 2007 14:47:57 +0100 > +product ADMTEK PEGASUSII_3 0x8515 AN8515 Ethernet Simun: Did you try your patch and did you get if_aue to work with that NIC? I've seen a similar patch for NetBSD, but yesterday I tried a similar NIC (vid 0x0a46, pid 0x8515) and after patching if_aue for this vid/pid, the driver fails to initialize with MII read timeout problems. If it's really an ADMtek 8515 chipset, it will be detected but it might not work or adapters using the same chip differ in behavior. As I've googled for some hours I figured out the same problems have been experienced by some Linux users and a patch for initialising the card and getting the MAC address was needed. The datasheet for this chip (and other ADMtek chips) is available at http://www.infineon.com. The original website of admtek is obsolete (even finding the datasheet has been difficult).