diff options
author | Thierry Vignaud <tv@mandriva.org> | 2009-09-30 17:14:56 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2009-09-30 17:14:56 +0000 |
commit | 6371e44a50049befb643a85d4b4497c95a0a040a (patch) | |
tree | 1e967a5b30684334a12dcd8e3f64453753500192 | |
parent | 867dd0d9a4e7fd8c389a8ae26ea7a36edef4ef5c (diff) | |
download | ldetect-6371e44a50049befb643a85d4b4497c95a0a040a.tar ldetect-6371e44a50049befb643a85d4b4497c95a0a040a.tar.gz ldetect-6371e44a50049befb643a85d4b4497c95a0a040a.tar.bz2 ldetect-6371e44a50049befb643a85d4b4497c95a0a040a.tar.xz ldetect-6371e44a50049befb643a85d4b4497c95a0a040a.zip |
upcase PCI
-rw-r--r-- | libldetect.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libldetect.h b/libldetect.h index b5b2324..d2ea217 100644 --- a/libldetect.h +++ b/libldetect.h @@ -13,11 +13,11 @@ struct pciusb_entry { unsigned short subdevice; /* 0xffff if not probe_type'd or no subid */ unsigned long class_id; /* 0 if not probe_type'd */ - unsigned short pci_domain; /* pci domain id (16 bits wide in libpci) */ - unsigned short pci_bus; /* pci bus id 8 bits wide */ - unsigned short pci_device; /* pci device id 5 bits wide */ - unsigned short pci_function; /* pci function id 3 bits wide */ - unsigned short pci_revision:8; /* pci revision 8 bits wide */ + unsigned short pci_domain; /* PCI domain id (16 bits wide in libpci) */ + unsigned short pci_bus; /* PCI bus id 8 bits wide */ + unsigned short pci_device; /* PCI device id 5 bits wide */ + unsigned short pci_function; /* PCI function id 3 bits wide */ + unsigned short pci_revision:8; /* PCI revision 8 bits wide */ unsigned short usb_port; /* USB port */ unsigned short is_pciexpress:1; /* is it PCI express */ |