]> mj.ucw.cz Git - pciids.git/blob - help/pci_class
Revision of the help texts.
[pciids.git] / help / pci_class
1 PCI device classes
2 <h2>Device classes</h2>
3 <p>
4 Device class is identified by a single byte. It is stored as 2 hexadecimal digits (all in lowercase).
5 They can be examined <a href='/read/PD'>here</a>.
6
7 <h2>Device subclasses</h2>
8 <p>
9 A device class is divided into subclasses.
10 Each subclass is identified in a same way as a device class, by single byte represented by 2 hexadecimal letters.
11
12 <h2>Program interface</h2>
13 <p>
14 A subclass can have different program interfaces.
15 An interface is identified by a single byte represented by 2 hexadecimal letters.
16
17 <h2>See also</h2>
18 You can have a look at <a href='/read/PC'>PCI devices</a>.