Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Aug 2008 18:10:21 +0200
From:      Hans Petter Selasky <hselasky@c2i.net>
To:        Kostik Belousov <kostikbel@gmail.com>
Cc:        usb@freebsd.org, David Naylor <naylor.b.david@gmail.com>, current@freebsd.org, freebsd-usb@freebsd.org
Subject:   Re: HEADSUP new usb code coming in.
Message-ID:  <200808201810.22498.hselasky@c2i.net>
In-Reply-To: <20080820155936.GE1803@deviant.kiev.zoral.com.ua>
References:  <20080819194413.GB16977@elvis.mu.org> <200808201749.51953.hselasky@c2i.net> <20080820155936.GE1803@deviant.kiev.zoral.com.ua>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wednesday 20 August 2008, Kostik Belousov wrote:
> On Wed, Aug 20, 2008 at 05:49:50PM +0200, Hans Petter Selasky wrote:
> > On Wednesday 20 August 2008, David Naylor wrote:
> > > I see that in the patch usb2 is not enabled in the kernel by default. 
> > > Is there a timeline for it to be enabled and/or could you provide an
> > > alternate kernel config with usb2 enabled (temporarily)?
> >
> > For KB920X boards the USB2 is enabled by default. It is not much you
> > need:
> >
> > +device         usb2_core
> > +device         usb2_controller         # EHCI/OHCI/UHCI/AT91DCI
> > +device         usb2_storage            # USB mass storage support
> > +device         usb2_ethernet           # USB ethernet support
> > +device         usb2_wlan               # USB wireless LAN support
> > +device         usb2_serial             # USB serial support
> > +device         usb2_quirk              # USB quirks
> > +device         usb2_template           # Device Side Mode USB templates
> > +device         usb2_image              # USB Scanner support
>
> Are new usb components built as modules ?

Yes, there are corresponding modules.

kldload usb2_core
kldload usb2_controller

...

--HPS



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808201810.22498.hselasky>