Changeset 03362fbd in mainline for uspace/lib/drv/generic/dev_iface.c


Ignore:
Timestamp:
2013-02-09T23:14:45Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
22dfd38
Parents:
b5d2e57 (diff), 005b765 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge mainline changes.

Conflict resulting from bool.h → stdbool.h move and ddf structs turning opaque.
Fails to boot to shell console.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/drv/generic/dev_iface.c

    rb5d2e57 r03362fbd  
    4141#include "remote_hw_res.h"
    4242#include "remote_char_dev.h"
     43#include "remote_clock_dev.h"
     44#include "remote_battery_dev.h"
     45#include "remote_graph_dev.h"
    4346#include "remote_nic.h"
    4447#include "remote_usb.h"
     
    5659                [HW_RES_DEV_IFACE] = &remote_hw_res_iface,
    5760                [CHAR_DEV_IFACE] = &remote_char_dev_iface,
     61                [GRAPH_DEV_IFACE] = &remote_graph_dev_iface,
    5862                [NIC_DEV_IFACE] = &remote_nic_iface,
    5963                [PCI_DEV_IFACE] = &remote_pci_iface,
     
    6165                [USBHC_DEV_IFACE] = &remote_usbhc_iface,
    6266                [USBHID_DEV_IFACE] = &remote_usbhid_iface,
     67                [CLOCK_DEV_IFACE] = &remote_clock_dev_iface,
     68                [BATTERY_DEV_IFACE] = &remote_battery_dev_iface,
    6369                [AHCI_DEV_IFACE] = &remote_ahci_iface,
    6470        }
Note: See TracChangeset for help on using the changeset viewer.