Re: [patch] Make knetbsd pass the root device

2011-09-28 Thread Grégoire Sutre
On 09/28/2011 10:57 PM, Vladimir 'φ-coder/phcoder' Serbinenko wrote: On 28.09.2011 19:56, Grégoire Sutre wrote: + grub_uint64_t buf[(GRUB_DISK_SECTOR_SIZE + 7) / 8]; No need for + 7 since you know that GRUB_DISK_SECTOR_SIZE is divisible by 8. Other than this patch looks good. Go ahead Thanks

Re: (Subject on previous email)

2011-09-28 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 27.09.2011 21:39, Seth Goldberg wrote: > > Sorry about that -- the subject was incorrect on that last email I > sent :(. > Please avoid replying to random e-mail to make a new post, even when changing subject. It adds In-Reply-To header which wreaks havoc with some archives and mail clients >

Re: [RFC] LZO support

2011-09-28 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 14.09.2011 21:20, Szymon Janc wrote: > Hello, > > I've implemented support for LZO in grub, this includes: > - import of minilzo library (from [1]) > - support for LZO (de)compression in btrfs (compress=lzo mount option) > - lzopio - for reading lzop compressed files > + common = lib/minilzo/mi

Re: [Patch] Robustly search for ZFS labels & uberblocks

2011-09-28 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Could you please split this patch? In particular the removing of dprintf takes to much of this patch and makes it unreadable. Note that we don't comment out the code, we only remove it. On 19.09.2011 20:45, Zachary Bedell wrote: > Greetings, > > In working with ZFSonLinux, I found myself with a num

Re: grub-mkstandalone help text fix

2011-09-28 Thread Seth Goldberg
On second thought, that may not always be right (i.e. if there's a program_prefix, so "grub" would need the "transform" applied to it). --S Quoting Seth Goldberg, who wrote the following on Wed, 28 Sep 2011: Hi, I noticed the --help text was incorrect and incomplete, so here's a patch:

grub-mkstandalone help text fix

2011-09-28 Thread Seth Goldberg
Hi, I noticed the --help text was incorrect and incomplete, so here's a patch: --S === modified file 'util/grub-mkstandalone.in' --- util/grub-mkstandalone.in 2011-07-25 06:19:30 + +++ util/grub-mkstandalone.in 2011-09-28 21:13:36 + @@ -47,9 +47,10 @@ -h, --help p

Re: How to boot NetBSD and FreeBSD with grub: missing bits for the GRUB manual

2011-09-28 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 15.09.2011 23:59, Emmanuel Kasper wrote: > Hello > > I found out that altough GRUB supports a rich set of options for the > kfreebsd and knetbsd commands, the GRUB manual was lacking reference on > how to use them. I propose the following text to be added in the section > 4.2 Some caveats on OS-

Re: [patch] Make knetbsd pass the root device

2011-09-28 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 28.09.2011 19:56, Grégoire Sutre wrote: > + grub_uint64_t buf[(GRUB_DISK_SECTOR_SIZE + 7) / 8]; No need for + 7 since you know that GRUB_DISK_SECTOR_SIZE is divisible by 8. Other than this patch looks good. Go ahead (I assume that you checked that it works well with NetBSD) -- Regards Vladimi

Any documentation on the new network subsystem?

2011-09-28 Thread Seth Goldberg
Hi, The instructions in the docs/grub2.texi are outdated after the integration of: 2011-06-24 Vladimir Serbinenko 2011-06-24 Manoel Rebelo Abranches Network infrastructure. The ARP protocol was made by Paulo Pinatti Are there any examples of how to use the new netw

Re: [patch] Make knetbsd pass the root device

2011-09-28 Thread Grégoire Sutre
Following Vladimir's comments on IRC, here is the second version of the patch. - Make sure that buffers are well-aligned. - Check that partmap->name is "netbsd". (I kept the magic test since it's cheap, but I won't fight over it :-) Grégoire === modified file 'ChangeLog' --- ChangeLog 2011-09-

Re: efi boot, nvidia, macbookair3,1

2011-09-28 Thread Trevor Jim
> > You probably need to load your ACPI tables as well. > Have a look at "acpi" command Thanks, looking around there seems to be a lot of information to digest. Exciting :-). I'll take a look. -Trevor ___ Grub-devel mailing list Grub-devel@gnu.org htt

Re: efi boot, nvidia, macbookair3,1

2011-09-28 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 28.09.2011 16:31, Vladimir 'φ-coder/phcoder' Serbinenko wrote: > On 26.08.2011 21:17, Trevor Jim wrote: >> Hi, I'm trying to debug nvidia graphics with EFI boot on a >> MacbookAir3,1. Any pointers would be appreciated. >> >> EFI boots fine to console. Black screen on xinit with nvidia driver.

Re: efi boot, nvidia, macbookair3,1

2011-09-28 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 26.08.2011 21:17, Trevor Jim wrote: > Hi, I'm trying to debug nvidia graphics with EFI boot on a > MacbookAir3,1. Any pointers would be appreciated. > > EFI boots fine to console. Black screen on xinit with nvidia driver. > > I hear nouveau is the same, however, the following bug report indica