Lines 12-18
__ID("@(#) $Id: pci.cc 1726 2007-02-13 2
Link Here
|
12 |
|
12 |
|
13 |
#define PROC_BUS_PCI "/proc/bus/pci" |
13 |
#define PROC_BUS_PCI "/proc/bus/pci" |
14 |
#define SYS_BUS_PCI "/sys/bus/pci" |
14 |
#define SYS_BUS_PCI "/sys/bus/pci" |
15 |
#define PCIID_PATH "/usr/share/lshw/pci.ids:/usr/local/share/pci.ids:/usr/share/pci.ids:/etc/pci.ids:/usr/share/hwdata/pci.ids:/usr/share/misc/pci.ids" |
15 |
#define PCIID_PATH "/usr/share/misc/pci.ids" |
16 |
|
16 |
|
17 |
#define PCI_CLASS_REVISION 0x08 /* High 24 bits are class, low 8 revision */ |
17 |
#define PCI_CLASS_REVISION 0x08 /* High 24 bits are class, low 8 revision */ |
18 |
#define PCI_VENDOR_ID 0x00 /* 16 bits */ |
18 |
#define PCI_VENDOR_ID 0x00 /* 16 bits */ |