Changeset cb0ea39 in mainline for uspace/app/lspci/libpci/generic.c
- Timestamp:
- 2009-08-09T13:56:50Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 24f27bb
- Parents:
- 24edc18
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/lspci/libpci/generic.c
r24edc18 rcb0ea39 30 30 t->dev = dev; 31 31 multi = 0; 32 for (t->func = 0; !t->func || (multi && t->func < 8);32 for (t->func = 0; !t->func || multi && t->func < 8; 33 33 t->func++) { 34 34 u32 vd = pci_read_long(t, PCI_VENDOR_ID); … … 50 50 d->hdrtype = ht; 51 51 pci_link_dev(a, d); 52 52 53 switch (ht) { 53 54 case PCI_HEADER_TYPE_NORMAL:
Note:
See TracChangeset
for help on using the changeset viewer.