dm7025: issue hdparm -d1 after setting dma mode
authorAndreas Oberritter <obi@opendreambox.org>
Mon, 7 Feb 2011 16:40:37 +0000 (17:40 +0100)
committerAndreas Oberritter <obi@opendreambox.org>
Mon, 7 Feb 2011 16:41:54 +0000 (17:41 +0100)
recipes/initscripts/initscripts-1.0/dm7025/bootup_old
recipes/initscripts/initscripts-opendreambox_1.0.bb [changed mode: 0755->0644]

index f4cff5b..08c36cb 100644 (file)
@@ -25,6 +25,7 @@ echo 32 > /proc/progress
 
 # set UDMA66
 hdparm -X66 /dev/hda1
+hdparm -d1 /dev/hda1
 
 echo 34 > /proc/progress
 
old mode 100755 (executable)
new mode 100644 (file)
index 4b17841..725a355
@@ -5,7 +5,7 @@ PRIORITY = "required"
 PROVIDES = "initscripts"
 RPROVIDES_${PN} = "initscripts"
 LICENSE = "GPL"
-PR = "r28"
+PR = "r29"
 
 FILESPATHPKG = "initscripts-${PV}:initscripts:files"
 PACKAGE_ARCH = "${MACHINE_ARCH}"