Changeset 3795f9c in mainline


Ignore:
Timestamp:
2012-07-20T14:46:43Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9e279c4
Parents:
e3122b0
Message:

rootmac: Disable hardcoded pci bus.

Reported to cause lockups.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/infrastructure/rootmac/rootmac.c

    re3122b0 r3795f9c  
    137137static int rootmac_dev_add(ddf_dev_t *dev)
    138138{
     139#if 0
    139140        /* Register functions */
    140141        if (!rootmac_add_fun(dev, "pci0", "intel_pci", &pci_data))
    141142                ddf_msg(LVL_ERROR, "Failed to add functions for Mac platform.");
     143#else
     144        (void)pci_data;
     145        (void)rootmac_add_fun;
     146#endif
    142147       
    143148        return EOK;
Note: See TracChangeset for help on using the changeset viewer.