Changeset dd93bb2 in mainline


Ignore:
Timestamp:
2012-02-24T03:35:01Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9f807c3
Parents:
668a2e8
Message:

ppc32: Build usb and ohci drivers by default.

Still does not work as it should but no longer crashes or hangs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/arch/ppc32/Makefile.inc

    r668a2e8 rdd93bb2  
    4444RD_DRVS += \
    4545        infrastructure/rootmac \
    46         bus/pci/pciintel
     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
    4754
    4855SOURCES = \
Note: See TracChangeset for help on using the changeset viewer.