Page up/down keys

2008-08-20 Thread Carles Pina i Estany
Hello, As we talked (Robert and me) in another thread, I'm thinking to add support for Page Up/Down keys in Grub menu (if here, in the mailing list, think that it's fine). My suggestion for the exact behaviour is mainly the same that vim is using. If you want to test how it would look in a menu,

[PATCH] fix for a memleak in grub_ntfs_mount

2008-08-20 Thread Felix Zielcke
I have just run valgrind on grub-probe / Attached is a patch to fix a memleak in grub_ntfs_mount, which is very obvious if you look at the code. Probable there's nothing wrong with it and I could just commit it, but as always I want to be sure :) I attached the full valgrind output too. Though it

Re: Dell Media Direct button

2008-08-20 Thread Javier Martín
2008/8/20 Colin D Bennett <[EMAIL PROTECTED]>: > On Wed, 20 Aug 2008 12:12:59 +0200 > Robert Millan <[EMAIL PROTECTED]> wrote: > >> On Wed, Aug 20, 2008 at 10:57:22AM +0200, Per Öberg wrote: >> > Hi >> > >> > Some laptops, e.g., from Dell have a special button that they use to >> > boot a special e

Re: Dell Media Direct button

2008-08-20 Thread Colin D Bennett
On Wed, 20 Aug 2008 12:12:59 +0200 Robert Millan <[EMAIL PROTECTED]> wrote: > On Wed, Aug 20, 2008 at 10:57:22AM +0200, Per Öberg wrote: > > Hi > > > > Some laptops, e.g., from Dell have a special button that they use to > > boot a special embedded OS for media only instead of the ordinary > > OS

Re: Dell Media Direct button

2008-08-20 Thread Vesa Jääskeläinen
Robert Millan wrote: > On Wed, Aug 20, 2008 at 10:57:22AM +0200, Per Öberg wrote: >> Hi >> >> Some laptops, e.g., from Dell have a special button that they use to >> boot a special embedded OS for media only instead of the ordinary OS. >> >> For my Dell XPS1330M I can determine if the Media button

Re: EFI report w/ linux 2.6.26.2

2008-08-20 Thread Bean
On Wed, Aug 20, 2008 at 8:38 PM, Isaac Dupree <[EMAIL PROTECTED]> wrote: > I tested with both video=vesafb and video=efifb on a self-compiled > Linux-2.6.26.2 with a config based on Ubuntu's, both with my own compile of > GRUB SVN head and with Bean's grub2-efi compile that had mysteriously worked

EFI report w/ linux 2.6.26.2

2008-08-20 Thread Isaac Dupree
I tested with both video=vesafb and video=efifb on a self-compiled Linux-2.6.26.2 with a config based on Ubuntu's, both with my own compile of GRUB SVN head and with Bean's grub2-efi compile that had mysteriously worked better for me in some ways. linux /... video=...fb agp=off root=/dev/sda4

Re: [PATCH] Replace magic numbers by constants

2008-08-20 Thread Carles Pina i Estany
Hi, On Aug/20/2008, Robert Millan wrote: > On Sun, Aug 17, 2008 at 09:11:29PM +0200, Carles Pina i Estany wrote: > > Ok: > > > > > > 2008-08-17 Carles Pina i Estany <[EMAIL PROTECTED]> > > > > * menu/normal.c (run_menu): Replace hardcoded numbers with macros > > (16 for G

Re: [PATCH] Generic 32-bit Linux loader (for coreboot)

2008-08-20 Thread Robert Millan
If there are no objections, I'll commit this tomorrow. -- Robert Millan The DRM opt-in fallacy: "Your data belongs to us. We will decide when (and how) you may access your data; but nobody's threatening your freedom: we still allow you to remove your data and not access it at all."

Re: Dell Media Direct button

2008-08-20 Thread Robert Millan
On Wed, Aug 20, 2008 at 10:57:22AM +0200, Per Öberg wrote: > Hi > > Some laptops, e.g., from Dell have a special button that they use to > boot a special embedded OS for media only instead of the ordinary OS. > > For my Dell XPS1330M I can determine if the Media button was pressed by > first writ

Re: [PATCH] Replace magic numbers by constants

2008-08-20 Thread Robert Millan
On Sun, Aug 17, 2008 at 09:11:29PM +0200, Carles Pina i Estany wrote: > Ok: > > > 2008-08-17 Carles Pina i Estany <[EMAIL PROTECTED]> > > * menu/normal.c (run_menu): Replace hardcoded numbers with macros > (16 for GRUB_TERM_UP and 14 for GRUB_TERM_DOWN) > Thanks

Re: [PATCH] Replace magic numbers by constants

2008-08-20 Thread Carles Pina i Estany
Hola, On Aug/17/2008, Carles Pina i Estany wrote: > > When reading the subject I thought it was the other way around. Would > > something like: > > > > "replace hardcoded numbers with macros" > > > > or > > > > "macroify numbers" > > Ok: > > > 2008-08-17 Carles Pina i Estany

Dell Media Direct button

2008-08-20 Thread Per Öberg
Hi Some laptops, e.g., from Dell have a special button that they use to boot a special embedded OS for media only instead of the ordinary OS. For my Dell XPS1330M I can determine if the Media button was pressed by first writing 0xf9 to port 0x70 and then testing bit 0x08 of port 0x71. It would b