repo.or.cz
/
buildrom.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
The sata spinup patch.
[buildrom.git]
/
buildrom-devel
/
packages
/
filo
/
patches
/
sata-spinup-delay.patch
blob
ba551d45b6aae17648302f232856193e74422922
1
Index: main/filo.c
2
===================================================================
3
--- svn/main/filo.c (revision 34)
4
+++ svn/main/filo.c (working copy)
5
@@ -60,6 +60,7 @@
6
7
/* Initialize */
8
init();
9
+ delay (5);
10
grub_main();
11
return 0;
12
}