lower-undefined-mode-timeout.patch 849 B

12345678910111213141516171819202122232425
  1. diff -Naur linux-2.6.23-rc9.orig/arch/i386/boot/tty.c linux-2.6.23-rc9/arch/i386/boot/tty.c
  2. --- linux-2.6.23-rc9.orig/arch/x86/boot/tty.c 2007-10-06 12:26:14.000000000 +0200
  3. +++ linux-2.6.23-rc9/arch/x86/boot/tty.c 2007-10-06 12:37:47.000000000 +0200
  4. @@ -92,7 +92,7 @@
  5. int getchar_timeout(void)
  6. {
  7. - int cnt = 30;
  8. + int cnt = 3;
  9. int t0, t1;
  10. t0 = gettime();
  11. diff -Naur linux-2.6.23-rc9.orig/arch/i386/boot/video.c linux-2.6.23-rc9/arch/i386/boot/video.c
  12. --- linux-2.6.23-rc9.orig/arch/x86/boot/video.c 2007-10-06 12:26:14.000000000 +0200
  13. +++ linux-2.6.23-rc9/arch/x86/boot/video.c 2007-10-06 12:36:05.000000000 +0200
  14. @@ -329,7 +329,7 @@
  15. unsigned int sel;
  16. puts("Press <ENTER> to see video modes available, "
  17. - "<SPACE> to continue, or wait 30 sec\n");
  18. + "<SPACE> to continue, or wait 3 sec\n");
  19. kbd_flush();
  20. while (1) {