Opened 15 years ago
Last modified 4 years ago
#5161 assigned enhancement
When possible, delay USB initialization to improve boot times
Reported by: | mmadia | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | Drivers/USB | Version: | R1/Development |
Keywords: | optimization | Cc: | |
Blocked By: | Blocking: | #5767 | |
Platform: | All |
Description
quoting from #5137#comment:8, Furthermore it would be great, if it was possible to recognize earlier whether the boot volume requires USB and postpone USB initialization if not. (end)
This would improve Haiku's boot time, when not booting from USB devices.
Change History (8)
comment:1 by , 14 years ago
Component: | - General → System/Boot Loader |
---|---|
Owner: | changed from | to
comment:2 by , 13 years ago
Blocking: | 5767 added |
---|
comment:3 by , 8 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:4 by , 6 years ago
Component: | System/Boot Loader → Drivers/USB |
---|
comment:5 by , 5 years ago
comment:6 by , 5 years ago
Rather than postponing, shouldn't we make it more asynchronous so we don't stay stuck waiting for it? Just spawn a thread and let it look for devices or something?
comment:7 by , 4 years ago
Milestone: | R1 → Unscheduled |
---|
comment:8 by , 4 years ago
Keywords: | optimization added |
---|
Note:
See TracTickets
for help on using tickets.
Shouldn't it be detected in the bootloader or the kernel itself?