From owner-freebsd-current@FreeBSD.ORG Sat Apr 26 05:47:37 2008 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B52E31065672 for ; Sat, 26 Apr 2008 05:47:37 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 7CA048FC1C for ; Sat, 26 Apr 2008 05:47:37 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.2/8.14.1) with ESMTP id m3Q5jQua041607; Fri, 25 Apr 2008 23:45:26 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Fri, 25 Apr 2008 23:46:32 -0600 (MDT) Message-Id: <20080425.234632.-1115921926.imp@bsdimp.com> To: william88@gmail.com From: "M. Warner Losh" In-Reply-To: <20080425225746.GA79769@venon.lost.garden> References: <20080425221915.GA55463@venon.lost.garden> <20080425225746.GA79769@venon.lost.garden> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-current@FreeBSD.org Subject: Re: Davicom dm9601 usb nic X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Apr 2008 05:47:37 -0000 In message: <20080425225746.GA79769@venon.lost.garden> William Grzybowski writes: : On Fri, Apr 25, 2008 at 07:25:43PM -0300, William Grzybowski wrote: : > Hi, : > : > I bought an USB NIC (Davicom DM9601) some days ago and it wasn't working on -current . : > Searching in the source code I saw the vendor and product code of this device, but it was disabled, probably because no one tested it before. : > I am attaching a patch made in -current to be applied in /usr/src which solves this "issue". : > Let me know if mailman ate it :) : : Sorry, the correct patch is in: : http://www.inf.ufpr.br/wg06/dm9601_usb_nic.patch : : The last attached one got the wrong older file. Committed. Thanks for the patch! Warner