Fix error in pci_find_class().
authorKevin O'Connor <kevin@koconnor.net>
Thu, 10 Jul 2008 02:43:23 +0000 (22:43 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Thu, 10 Jul 2008 02:43:23 +0000 (22:43 -0400)
commit71c577685e08fa7bb66028887c0e8bb2ecf76f5b
treed908f24c8371fef3939ad80f213708994f26420d
parenta68aeaf68c152a602e048256811f5b10e8d02d6e
Fix error in pci_find_class().

Fix biterror - must shift value read from pci space - otherwise stray
    bits may be set and cause comparison to fail.
src/pci.c