slugos-init: Load ehci-hcd on boot
authorRod Whitby <rod@whitby.id.au>
Sat, 6 Oct 2007 22:05:53 +0000 (22:05 +0000)
committerRod Whitby <rod@whitby.id.au>
Sat, 6 Oct 2007 22:05:53 +0000 (22:05 +0000)
packages/slugos-init/files/modulefunctions
packages/slugos-init/slugos-init_0.10.bb

index 784f6ef..a497f71 100644 (file)
@@ -6,15 +6,18 @@
 loaddiskmods(){
        case "$(machine)" in
            nslu2)                     
+               modprobe ehci-hcd
                modprobe ohci-hcd
                ;;
             nas100d)
-                modprobe pata-artop
+               modprobe ehci-hcd
                 modprobe uhci-hcd
+                modprobe pata-artop
                 ;;
             dsmg600)
-                modprobe pata-artop
+               modprobe ehci-hcd
                 modprobe uhci-hcd
+                modprobe pata-artop
                 ;;
 
        esac
index 301a682..c8e903c 100644 (file)
@@ -4,7 +4,7 @@ PRIORITY = "required"
 LICENSE = "GPL"
 DEPENDS = "base-files devio"
 RDEPENDS = "busybox devio"
-PR = "r88"
+PR = "r89"
 
 SRC_URI = "file://boot/flash \
           file://boot/disk \