PCI Subdevice ID

Cedric GROSS cg at cgross.info
Sat Jul 6 11:03:23 UTC 2013


> -----Message d'origine-----
> De : Dr. Rolf Jansen [mailto:rj at cyclaero.com]
> Envoyé : samedi 6 juillet 2013 12:52
> À : Cedric GROSS
> Cc : freebsd-drivers at freebsd.org
> Objet : Re: PCI Subdevice ID
> 
> Am 06.07.2013 um 07:38 schrieb Cedric GROSS <cg at cgross.info>:
> 
> > Hello everybody,
> >
> > I'm currently working adapt iwn driver for my Centrino Wireless-N
> 2230 Card.
> >
> > As part of this tuff work, I asking me how to get subdevice id ? I
> > didn't find anything about that.
> 
> Hello,
> 
> See here: http://pci-ids.ucw.cz
> 
> You could also install this pciid list by the way of the ports system:
> 
>    # /usr/ports/misc/pciids
>    # make install clean
> 
> Then you would grep your device from that list:
> 
>    $ grep "Wireless-N 2230" /usr/local/share/pciids/pci.ids
> 
Thanks Rolf.
But in fact my demand concern development.
My fault. Please apologize I wasn't enough clear. I'm looking for a kernel
function like 'pci_get_device' but for subdevice

> Best regards
> 
> Rolf
BR
Cedric



More information about the freebsd-drivers mailing list