[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]

Re: Probing PCI device..



vivek sharma wrote:
> pci devices i.e. if I want to probe all the PCI devives then what argument
> should I pass to the function pci_find_class or other probing functions so
> that I can find out all the PCI devices starting from the very first
> device in the linked list.

if u want to look at all of the parallel communication devices
u could use
 (PCI_CLASS_COMMUNICATION_PARALLEL<<8)
as the class argument to pci_find_class.

regards
amey.