From owner-freebsd-usb@FreeBSD.ORG Fri Jan 19 14:34:43 2007 Return-Path: X-Original-To: freebsd-usb@freebsd.org Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 84D8416A400 for ; Fri, 19 Jan 2007 14:34:43 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe08.swip.net [212.247.154.225]) by mx1.freebsd.org (Postfix) with ESMTP id 25E2313C442 for ; Fri, 19 Jan 2007 14:34:42 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] Received: from [193.217.102.48] (account mc467741@c2i.net HELO [10.0.0.249]) by mailfe08.swip.net (CommuniGate Pro SMTP 5.0.12) with ESMTPA id 386634259; Fri, 19 Jan 2007 15:34:41 +0100 From: Hans Petter Selasky To: freebsd-usb@freebsd.org, Volker Date: Fri, 19 Jan 2007 15:34:16 +0100 User-Agent: KMail/1.7 References: <200701191350.l0JDoI6q048506@freefall.freebsd.org> In-Reply-To: <200701191350.l0JDoI6q048506@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200701191534.17646.hselasky@c2i.net> 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 List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Jan 2007 14:34:43 -0000 On Friday 19 January 2007 14:50, Volker wrote: > 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). Could you get the revision number for this chip. For example what does "usbdevs -v" output? PS: I have added support for the newer AMDtek 8513 to my new USB stack. You maybe want to try that one first. http://www.turbocat.net/~hselasky/isdn4bsd/sources/src/sys/dev/usb/if_aue.c Look for 0x0201 --HPS