From owner-cvs-all@FreeBSD.ORG Wed Mar 26 19:02:57 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A61D37B404; Wed, 26 Mar 2003 19:02:57 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 096A143F85; Wed, 26 Mar 2003 19:02:55 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.8/8.12.3) with ESMTP id h2R32rA7091612; Wed, 26 Mar 2003 20:02:54 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Wed, 26 Mar 2003 20:02:31 -0700 (MST) Message-Id: <20030326.200231.56060380.imp@bsdimp.com> To: wpaul@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <20030326195000.2FC1037B407@hub.freebsd.org> References: <20030326195000.2FC1037B407@hub.freebsd.org> X-Mailer: Mew version 2.1 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=-9.9 required=5.0 tests=AWL,IN_REP_TO,REFERENCES version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: nate@root.org Subject: Re: cvs commit: src/sys/dev/usb umass.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Mar 2003 03:02:59 -0000 In message: <20030326195000.2FC1037B407@hub.freebsd.org> wpaul@FreeBSD.org (Bill Paul) writes: : The only other 10/100 USB 1.x controller that I personally know of is : the RealTek 8150. RealTek has the datasheet for this part on their : web site (www.realtek.com.tw), although it looks to be hosed right now, : so instead, check out: : : http://www.freebsd.org/~wpaul/RealTek/8150v14.pdf : : I gather that NetBSD already has a driver for this chip, and that somebody : was attempting to port it to FreeBSD, but I don't know whatever became of : this effort. The LinkSys USB100M seems to be using the RealTek chip. When I was in Japan 15 months ago someone had or was working on one for FreeBSD. Warner