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

Bernd Walter ticso at cicely9.cicely.de
Tue Apr 15 08:11:13 PDT 2003


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 <ticso at freebsd.org>
> > > 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 at 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 at bwct.de                                  info at bwct.de



More information about the cvs-src mailing list