Patch to allow dynamic USB quirks at boot

Mehmet Erol Sanliturk m.e.sanliturk at gmail.com
Wed Sep 23 00:38:12 UTC 2015


On Tue, Sep 22, 2015 at 2:38 PM, Warner Losh <imp at bsdimp.com> wrote:

> I need help with PCI driver marking. Grab my patches and we can talk.
>
> Basically, it marks all the .ko modules in a similar way that we do
> inter-module
> dependencies with plug and play info. kldxref then takes this data and
> stuffs
> it in loader.hints. I also need to write something that will parse this
> data and
> either generate a devd.conf file (easy to do from kldxref sources) or
> queues
> the load drive in the kernel (kinda hard). Bonus points for similar code in
> /boot/loader for any storage device that’s found.
>
> Warner
>
>
> > On Sep 22, 2015, at 1:12 AM, Mehmet Erol Sanliturk <
> m.e.sanliturk at gmail.com> wrote:
> >
> >
> >
> > On Mon, Sep 21, 2015 at 11:58 PM, Hans Petter Selasky <hp at selasky.org>
> wrote:
> > On 09/22/15 00:58, Mehmet Erol Sanliturk wrote:
> > On Mon, Sep 21, 2015 at 2:16 PM, Maxime Soulé<btik-fbsd at scoubidou.com>
> > wrote:
> >
> > One of my wishes is to move ALL of the device definition information for
> (
> > NIC , USB , and other devices ) into files where for each device ( a
> unique
> > file to dedicated itself containing information presently defined as
> preset
> > in  internal arrays with one additional information ( at least ) which
> > driver will be used for the device ) will be prepared  .
> >
> >
> > Hi Mehmet,
> >
> > Warner Losh is working on this currently, CC'ed. See:
> >
> > https://reviews.freebsd.org/D3458
> >
> > Maybe you want to help out testing?
> >
> > --HPS
> >
> >
> >
> > If I can help in any way , I will do it .
> >
> >
> > Mehmet Erol Sanliturk
> >
> >
>
>


What does "PCI driver marking" mean ?


Mehmet Erol Sanliturk


More information about the freebsd-usb mailing list