Changeset ca2815e in mainline
- Timestamp:
- 2011-07-13T11:13:48Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5d36062
- Parents:
- eb212e7
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
HelenOS.config
reb212e7 rca2815e 573 573 ! CONFIG_RUN_VIRTUAL_USB_HC (n/y) 574 574 575 % Polling UHCI (no interrupts)576 ! [PLATFORM=ia32|PLATFORM=amd64] CONFIG_USBHC_NO_INTERRUPTS (n/y)577 578 575 % OHCI root hub port power switching 579 @ "no" 580 @ "ganged" 581 @ "per_port" 582 ! OHCI_POWER_SWITCH (choice)576 @ "no" All root hub ports are always powered. 577 @ "ganged" Root hub ports are all powered or all off. 578 @ "per_port" Powered status of every root hub port is independent. 579 ![PLATFORM=ia32|PLATFORM=amd64] OHCI_POWER_SWITCH (choice) -
defaults/amd64/Makefile.config
reb212e7 rca2815e 65 65 CONFIG_MOUNT_DATA = n 66 66 67 # OHCI root hub power switch, ganged is enough 68 OHCI_POWER_SWITCH = ganged -
defaults/ia32/Makefile.config
reb212e7 rca2815e 71 71 CONFIG_MOUNT_DATA = n 72 72 73 # OHCI root hub power switch, ganged is enough 74 OHCI_POWER_SWITCH = ganged
Note:
See TracChangeset
for help on using the changeset viewer.