Changeset 9904eb90 in mainline for uspace/lib/drv


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

Location:
uspace/lib/drv
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/drv/Makefile

    rf0348c8 r9904eb90  
    4444        generic/remote_pci.c \
    4545        generic/remote_usbhc.c \
    46         generic/remote_usbhid.c
     46        generic/remote_usbhid.c \
     47        generic/remote_ahci.c
    4748
    4849include $(USPACE_PREFIX)/Makefile.common
  • 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.