Re: [PATCH] hdparm.mod - get/set ATA disk parameters

2009-02-12 Thread Christian Franke
Robert Millan wrote: On Sun, Feb 08, 2009 at 12:12:32AM +0100, Christian Franke wrote: Robert Millan wrote: I would suggest to move grub_ata_pass_through() to a new module (e.g. ata2.mod, atax.mod, ataex.mod, ...) How about ata_something.mod? (consistent with ntfs.mod & n

Re: [PATCH] Allow to install in non-default prefixes

2009-02-12 Thread phcoder
Here I attach updated version Regards Vladimir 'phcoder' Serbinenko phcoder wrote: Sorry, Changelog entry was wrong: +2009-02-04 Vladimir Serbinenko + +Add prefix option for grub-setup + +* util/i386/pc/grub-setup.c (main): Add -p option. +(setup): additional argument prefix_dir T

Re: [PATCH] mtime support

2009-02-12 Thread phcoder
Made corrections to issues pointed by Vesa Jääskeläinen Regards Vladimir 'phcoder' Serbinenko phcoder wrote: Hello. Here is the patch to support mtime. This is a prerequisite for -nt test which can be very useful for e.g. finding last compiled kernel Also in the same time it makes the dir call

[PATCH] mtime support

2009-02-12 Thread phcoder
Hello. Here is the patch to support mtime. This is a prerequisite for -nt test which can be very useful for e.g. finding last compiled kernel Also in the same time it makes the dir call easily extendable Regards Vladimir 'phcoder' Serbinenko Index: conf/common.rmk ===

[PATCH] Handler support

2009-02-12 Thread Bean
Hi, This patch add handler support, the lowest level structure is list, which represent a linked list: struct grub_list { struct grub_list *next; }; functions to manipulate the list object: grub_list_push, grub_list_pop, grub_list_remove and grub_list_iterate. Another new structure is handler