From owner-cvs-src@FreeBSD.ORG Tue Apr 15 08:11:12 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 BDEEE37B401; Tue, 15 Apr 2003 08:11:12 -0700 (PDT) Received: from srv1.cosmo-project.de (srv1.cosmo-project.de [213.83.6.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D3E943FB1; Tue, 15 Apr 2003 08:11:11 -0700 (PDT) (envelope-from ticso@cicely9.cicely.de) Received: from cicely5.cicely.de (cicely5.cicely.de [IPv6:3ffe:400:8d0:301:200:92ff:fe9b:20e7]) by srv1.cosmo-project.de (8.12.9/8.12.9) with ESMTP id h3FFB2cx079847 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Tue, 15 Apr 2003 17:11:05 +0200 (CEST) (envelope-from ticso@cicely9.cicely.de) Received: from cicely9.cicely.de (cicely9.cicely.de [IPv6:3ffe:400:8d0:301:210:5aff:fe30:1c1a]) by cicely5.cicely.de (8.12.9/8.12.9) with ESMTP id h3FFB1Yi052470 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 15 Apr 2003 17:11:02 +0200 (CEST) (envelope-from ticso@cicely9.cicely.de) Received: from cicely9.cicely.de (localhost [127.0.0.1]) by cicely9.cicely.de (8.12.9/8.12.8) with ESMTP id h3FFB0tA003249; Tue, 15 Apr 2003 17:11:01 +0200 (CEST) (envelope-from ticso@cicely9.cicely.de) Received: (from ticso@localhost) by cicely9.cicely.de (8.12.9/8.12.9/Submit) id h3FFB0td003248; Tue, 15 Apr 2003 17:11:00 +0200 (CEST) (envelope-from ticso) Date: Tue, 15 Apr 2003 17:10:59 +0200 From: Bernd Walter To: Wilko Bulte Message-ID: <20030415151059.GK529@cicely9.cicely.de> References: <200304141404.h3EE48aL034057@repoman.freebsd.org> <20030415.040624.104031252.ie9t-sbgk@asahi-net.or.jp> <20030415104726.GD529@cicely9.cicely.de> <20030415145104.GA56092@freebie.xs4all.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030415145104.GA56092@freebie.xs4all.nl> X-Operating-System: FreeBSD cicely9.cicely.de 5.0-CURRENT alpha User-Agent: Mutt/1.5.3i cc: src-committers@FreeBSD.ORG cc: Takeshi Shibagaki cc: cvs-src@FreeBSD.ORG cc: ticso@FreeBSD.ORG cc: ticso@cicely.de 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 Reply-To: ticso@cicely.de List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Apr 2003 15:11:13 -0000 On Tue, Apr 15, 2003 at 04:51:04PM +0200, Wilko Bulte wrote: > On Tue, Apr 15, 2003 at 12:47:26PM +0200, Bernd Walter wrote: > > On Tue, Apr 15, 2003 at 04:06:24AM +0900, Takeshi Shibagaki wrote: > > > From: Bernd Walter > > > Subject: 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 > > > Date: Mon, 14 Apr 2003 07:04:08 -0700 (PDT) > > > Message-ID: <200304141404.h3EE48aL034057@repoman.freebsd.org> > > > ticso> add EHCI (USB 2.0) controller support. > > > > > > Great! BTW, Why don't you add the entry into GENERIC? > > > > I asume it needs to be removed from the install kernel then. > > Given that the floppies constantly overflow that would probably be > necessary. Or is ehci loadable? It is part of usb.ko. But we already have parts of usb.ko in GENERIC and the boot kernel for some archs. I see the following options: 1) add ehci to GENERIC and get some space by removing other drivers. 2) pull out usb from boot kernel and/or generic and change the installer to use the module. 3) add ehci to GENERIC, but not to boot kernel and let users install with USB 1.x fall-back support. I personaly prefer option 2, but I need help with the installer. Option 3 is easy to have. -- B.Walter BWCT http://www.bwct.de ticso@bwct.de info@bwct.de