From owner-cvs-src@FreeBSD.ORG Sun Apr 20 13:23:54 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3689337B401; Sun, 20 Apr 2003 13:23:54 -0700 (PDT) Received: from k6.locore.ca (k6.locore.ca [198.96.117.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id 35C6243FB1; Sun, 20 Apr 2003 13:23:52 -0700 (PDT) (envelope-from jake@k6.locore.ca) Received: from k6.locore.ca (localhost.locore.ca [127.0.0.1]) by k6.locore.ca (8.12.8/8.12.8) with ESMTP id h3KKPZxS049079; Sun, 20 Apr 2003 16:25:35 -0400 (EDT) (envelope-from jake@k6.locore.ca) Received: (from jake@localhost) by k6.locore.ca (8.12.8/8.12.8/Submit) id h3KKPSql049078; Sun, 20 Apr 2003 16:25:28 -0400 (EDT) Date: Sun, 20 Apr 2003 16:25:28 -0400 From: Jake Burkholder To: ticso@cicely.de Message-ID: <20030420202527.GB42856@locore.ca> References: <200304141404.h3EE48aL034057@repoman.freebsd.org> <20030416101546.GW529@cicely9.cicely.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030416101546.GW529@cicely9.cicely.de> User-Agent: Mutt/1.4i cc: cvs-src@FreeBSD.org cc: Hidetoshi Shimokawa cc: src-committers@FreeBSD.org cc: Bernd Walter cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf NOTES files src/sys/dev/usb FILES ehci.c ehci_pci.c ehcireg.h ehcivar.h usb.c src/sys/modules/usb Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Apr 2003 20:23:54 -0000 Apparently, On Wed, Apr 16, 2003 at 12:15:47PM +0200, Bernd Walter said words to the effect of; > On Wed, Apr 16, 2003 at 11:23:30AM +0900, Hidetoshi Shimokawa wrote: > > At Mon, 14 Apr 2003 07:04:08 -0700 (PDT), > > Bernd Walter wrote: > > > > > > ticso 2003/04/14 07:04:08 PDT > > > > > > FreeBSD src repository > > > > > > Modified files: > > > sys/conf NOTES files > > > sys/dev/usb FILES usb.c > > > sys/modules/usb Makefile > > > Added files: > > > sys/dev/usb ehci.c ehci_pci.c ehcireg.h ehcivar.h > > > Log: > > > add EHCI (USB 2.0) controller support. > > > > Great! > > > > Is this device supposed to work on sparc64? > > I don't know a reason why not. I don't know if this device is an exception, but the USB framework in general does not use busdma, so its not MI and won't work on sparc64. Jake