mirror of
git://slackware.nl/current.git
synced 2025-01-10 05:25:51 +01:00
5 lines
244 B
Text
5 lines
244 B
Text
|
# Make sure that ehci-hcd is always loaded before uhci-hci
|
||
|
# # or ohci-hcd to prevent a kernel warning:
|
||
|
install uhci-hcd /sbin/modprobe ehci-hcd ; /sbin/modprobe -i uhci-hcd
|
||
|
install ohci-hcd /sbin/modprobe ehci-hcd ; /sbin/modprobe -i ohci-hcd
|