Christian Franke wrote:
...
New patch below. Function grub_ata_pass_through() now moved to new
module ata_pthru.mod.
Committed. Now also includes a SMART status check.
grub.cfg example (assumes ata.mod is used):
...
insmod ata_pthru
insmod hdparm
# Make sure disks cannot be locked by an
Hi,
This new version of handler patch contain the following changes:
1, Register/unregister handler class automatically, so there is no
need to usel grub_handler_class_register/grub_handler_class_unregister
anymore.
2, Keep the original api function of term.c, so that there is no need
to change m
A. Am Samstag, den 14.02.2009, 22:46 +0800 schrieb Bean:
> If there is no objection, I'd commit this patch in a few days.
Hello Bean,
if you want to drop termin_input and terminal_output command then please
don't forget to update util/grub.d/00_header.in
+GRUB_MOD_INIT(handler)
+{
+ (voi
On Sat, Feb 14, 2009 at 11:11 PM, Felix Zielcke wrote:
> A. Am Samstag, den 14.02.2009, 22:46 +0800 schrieb Bean:
>
>> If there is no objection, I'd commit this patch in a few days.
>
> Hello Bean,
>
> if you want to drop termin_input and terminal_output command then please
> don't forget to u
Hello I would like to implement partition in partitions support (it's on
the TODO list) and necessary as a pre-requisite to access solaris' zfs
partitions. I would also like to integrate current bsd partition support
to it. I propose the following design:
Unified naming scheme: purely numerical
Hello. Here is bugfix
Regards
Vladimir 'phcoder' Serbinenko
Index: kern/disk.c
===
--- kern/disk.c (revision 1994)
+++ kern/disk.c (working copy)
@@ -47,7 +47,7 @@
int grub_disk_firmware_is_tainted;
grub_err_t (* grub_disk_ata_pas
phcoder wrote:
Hello. Here is bugfix
Thanks!
Yes, I should rename all occurences...
(gcc 3.4.4 did not detect this).
Committed.
Christian
___
Grub-devel mailing list
Grub-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/grub-devel
Bean wrote:
> On Sat, Feb 14, 2009 at 11:11 PM, Felix Zielcke wrote:
>> A. Am Samstag, den 14.02.2009, 22:46 +0800 schrieb Bean:
>>
>>> If there is no objection, I'd commit this patch in a few days.
>> Hello Bean,
>>
>> if you want to drop termin_input and terminal_output command then please
>