Changeset b828907 in mainline for boot


Ignore:
Timestamp:
2012-07-20T20:29:54Z (13 years ago)
Author:
Frantisek Princ <frantisek.princ@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
34bc2fe
Parents:
4cdac68 (diff), 6de2d766 (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 with mainline

Location:
boot
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • boot/Makefile.common

    r4cdac68 rb828907  
    101101        $(USPACE_PATH)/srv/bd/part/guid_part/g_part \
    102102        $(USPACE_PATH)/srv/bd/part/mbr_part/mbr_part \
     103        $(USPACE_PATH)/srv/bd/sata_bd/sata_bd \
    103104        $(USPACE_PATH)/srv/clipboard/clipboard \
    104105        $(USPACE_PATH)/srv/fs/tmpfs/tmpfs \
     
    126127        nic/ne2k \
    127128        nic/e1k \
    128         nic/rtl8139
     129        nic/rtl8139 \
     130        block/ahci
    129131
    130132RD_DRV_CFG =
  • boot/arch/ppc32/Makefile.inc

    r4cdac68 rb828907  
    4343
    4444RD_DRVS += \
    45         infrastructure/rootmac
     45        infrastructure/rootmac \
     46        bus/pci/pciintel \
     47        bus/usb/ohci \
     48        bus/usb/usbflbk \
     49        bus/usb/usbhub \
     50        bus/usb/usbhid \
     51        bus/usb/usbmast \
     52        bus/usb/usbmid \
     53        bus/usb/vhc
    4654
    4755SOURCES = \
Note: See TracChangeset for help on using the changeset viewer.