Changeset cb0ea39 in mainline for uspace/app/lspci/libpci/generic.c


Ignore:
Timestamp:
2009-08-09T13:56:50Z (15 years ago)
Author:
Lenka Trochtova <trochtova.lenka@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
24f27bb
Parents:
24edc18
Message:

dd: initial import of the original svn branch

File:
1 moved

Legend:

Unmodified
Added
Removed
  • uspace/app/lspci/libpci/generic.c

    r24edc18 rcb0ea39  
    3030                t->dev = dev;
    3131                multi = 0;
    32                 for (t->func = 0; !t->func || (multi && t->func < 8);
     32                for (t->func = 0; !t->func || multi && t->func < 8;
    3333                     t->func++) {
    3434                        u32 vd = pci_read_long(t, PCI_VENDOR_ID);
     
    5050                        d->hdrtype = ht;
    5151                        pci_link_dev(a, d);
     52                       
    5253                        switch (ht) {
    5354                        case PCI_HEADER_TYPE_NORMAL:
Note: See TracChangeset for help on using the changeset viewer.