PCI: Difference between revisions

[unchecked revision][unchecked revision]
Content deleted Content added
→‎PCI Device Structure: added link to PCI-SIG's list of Vendor IDs
No edit summary
Line 940:
uint8_t device;
 
for(bus = 0; bus < 256255; bus++) {
for(device = 0; device < 32; device++) {
checkDevice(bus, device);
Line 959:
uint8_t device;
 
for(device = 0; device < 3231; device++) {
checkDevice(bus, device);
}