Changeset 1bebadee in mainline for boot/Makefile.common


Ignore:
Timestamp:
2012-07-18T11:11:29Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c5cbc1b7
Parents:
1f7da3b (diff), 730dce77 (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 in uspace/lib/drv/generic/dev_iface.c:

Resolved by using c99 method for array initialization for ahci too.

AHCI drivers
kernel console tab completion

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/Makefile.common

    r1f7da3b r1bebadee  
    9898        $(USPACE_PATH)/srv/bd/part/guid_part/g_part \
    9999        $(USPACE_PATH)/srv/bd/part/mbr_part/mbr_part \
     100        $(USPACE_PATH)/srv/bd/sata_bd/sata_bd \
    100101        $(USPACE_PATH)/srv/clipboard/clipboard \
    101102        $(USPACE_PATH)/srv/fs/tmpfs/tmpfs \
     
    124125        nic/ne2k \
    125126        nic/e1k \
    126         nic/rtl8139
     127        nic/rtl8139 \
     128        block/ahci
    127129
    128130RD_DRV_CFG =
Note: See TracChangeset for help on using the changeset viewer.