Re: pci_find_class question

Tim Waugh (tim@cyberelk.demon.co.uk)
Tue, 3 Aug 1999 22:27:19 +0100 (GMT)


On Tue, 3 Aug 1999, Martin Mares wrote:

> The pci_find_class function is a mistake of history. Either walk
> the list of pci_dev structures or use pci_find_device(PCI_ANY_ID,
> PCI_ANY_ID, ...) and check the class codes yourself.

So I realise. I opted for the former.

Tim.
*/

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/