Changeset cb0ea39 in mainline for uspace/app/lspci/libpci/access.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/access.c

    r24edc18 rcb0ea39  
    1717
    1818static struct pci_methods *pci_methods[PCI_ACCESS_MAX] = {
     19        #ifdef UARCH_ia32
    1920        &pm_intel_conf1,
    2021        &pm_intel_conf2,
     22        #else
     23        0,
     24        0,
     25        #endif 
     26       
     27        #ifdef UARCH_sparc64
     28        &pm_us2
     29        #else
     30        0
     31        #endif
    2132};
    2233
Note: See TracChangeset for help on using the changeset viewer.