6 lines
264 B
Plaintext
6 lines
264 B
Plaintext
|
#
|
||
|
# Load the EHCI driver before OHCI or UHCI, to avoid a warning.
|
||
|
#
|
||
|
install ohci_hcd /sbin/modprobe ehci_hcd ; /sbin/modprobe --ignore-install ohci_hcd $CMDLINE_OPTS
|
||
|
install uhci_hcd /sbin/modprobe ehci_hcd ; /sbin/modprobe --ignore-install uhci_hcd $CMDLINE_OPTS
|