Changeset 7943c43 in mainline for boot


Ignore:
Timestamp:
2012-01-16T22:45:38Z (14 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
32817cc, 3fe58d3c
Parents:
9117ef9b (diff), 3ea725e (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.

Location:
boot
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • boot/Makefile.common

    r9117ef9b r7943c43  
    105105        $(USPACE_PATH)/srv/fs/exfat/exfat \
    106106        $(USPACE_PATH)/srv/fs/ext2fs/ext2fs \
     107        $(USPACE_PATH)/srv/hid/remcons/remcons \
    107108        $(USPACE_PATH)/srv/taskmon/taskmon \
    108109        $(USPACE_PATH)/srv/net/nil/eth/eth \
     
    124125        nic/lo \
    125126        nic/ne2k \
    126         nic/e1k
     127        nic/e1k \
     128        nic/rtl8139
    127129
    128130RD_DRV_CFG =
  • boot/arch/amd64/Makefile.inc

    r9117ef9b r7943c43  
    2828
    2929RD_SRVS_ESSENTIAL += \
    30         $(USPACE_PATH)/srv/hw/char/i8042/i8042 \
    3130        $(USPACE_PATH)/srv/hw/irc/apic/apic \
    3231        $(USPACE_PATH)/srv/hw/irc/i8259/i8259
     
    3938        bus/pci/pciintel \
    4039        bus/isa \
     40        char/i8042 \
    4141        char/ns8250 \
     42        char/ps2mouse \
     43        char/xtkbd \
    4244        bus/usb/ehci\
    4345        bus/usb/ohci \
  • boot/arch/ia64/Makefile.inc

    r9117ef9b r7943c43  
    3737RD_SRVS_NON_ESSENTIAL +=
    3838
    39 RD_SRVS_ESSENTIAL += \
    40         $(USPACE_PATH)/srv/hw/char/i8042/i8042
     39RD_SRVS_ESSENTIAL +=
    4140
    4241SOURCES = \
Note: See TracChangeset for help on using the changeset viewer.