### Automatically load driver modules depending on the hardware available.ifexists module-hal-detect.so
load-module module-hal-detect
.else
### Alternatively use the static hardware detection module (for systems that### lack HAL support)load-module module-detect
.endif
(変更後)
1
2
3
4
5
6
7
8
### Automatically load driver modules depending on the hardware available.ifexists module-hal-detect.so
load-module module-hal-detect tsched=0.else
### Alternatively use the static hardware detection module (for systems that### lack HAL support)load-module module-detect tsched=0.endif