Changeset 9904eb90 in mainline for uspace/lib/drv/generic/dev_iface.c


Ignore:
Timestamp:
2012-07-17T14:56:57Z (13 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e435537
Parents:
f0348c8
Message:

cherrypick initial SATA (AHCI) support, originally by Petr Jerman

File:
1 edited

Legend:

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

    rf0348c8 r9904eb90  
    4646#include "remote_usbhid.h"
    4747#include "remote_pci.h"
     48#include "remote_ahci.h"
    4849
    4950static iface_dipatch_table_t remote_ifaces = {
     
    5556                &remote_usb_iface,
    5657                &remote_usbhc_iface,
    57                 &remote_usbhid_iface
     58                &remote_usbhid_iface,
     59                &remote_ahci_iface
    5860        }
    5961};
Note: See TracChangeset for help on using the changeset viewer.