Re: Bug#586358: grub-pc: Please handle DOS line endings in "cat"

2010-06-20 Thread Colin Watson
On Fri, Jun 18, 2010 at 11:34:08AM -0700, Josh Triplett wrote: > The "cat" command, if given a file with DOS line endings, will show the > \r at the end of every line as a control character. For convenience, > please consider adding support for this in "cat", ideally automatically. Makes sense to

Re: [Patch] Simple USB hub support

2010-06-20 Thread richardvo...@gmail.com
On Sun, Jun 20, 2010 at 4:21 AM, Aleš Nesrsta wrote: > Hi, > > included patch should make USB hubs operational. > > It works in the same simple way as whole GRUB2 USB support, i.e. USB hub > and device must be connected to computer BEFORE uhci/ohci module is > loaded. > > Note (mainly for Vladimir

Re: Changes needed in grub-mkimage for UEFI

2010-06-20 Thread KESHAV P.R.
Thanks. A blank prefix parameter fixed the problem. > On the contrary. Now we use the same defaults on all platforms which > simplifies maintaining and packaging. To get old behaviour add > -p "" > to grub-mkimage line What about this request? Is this feasible? >> I have one more feature request

Re: Grub-devel Digest, Vol 76, Issue 30

2010-06-20 Thread KESHAV P.R.
Thanks. A blank prefix parameter fixed the problem. > On the contrary. Now we use the same defaults on all platforms which > simplifies maintaining and packaging. To get old behaviour add > -p "" > to grub-mkimage line What about this request? Is this feasible? >> I have one more feature request

[Patch] USB UHCI portstatus correction

2010-06-20 Thread Aleš Nesrsta
Hi, I found some mistake in uhci.c in grub_uhci_portstatus when enable=0. There is proposal of correction. Without correction portstatus reported false timeout when enable=0 because it is waiting for reset to be done but none is performed... Best regards Ales diff -urB ./usb/bus/usb/uhci.c ./usb

[Patch] Simple USB hub support

2010-06-20 Thread Aleš Nesrsta
Hi, included patch should make USB hubs operational. It works in the same simple way as whole GRUB2 USB support, i.e. USB hub and device must be connected to computer BEFORE uhci/ohci module is loaded. Note (mainly for Vladimir): Via hub are normally working also devices which I reported to be n

Multiboot integration into the Linux kernel

2010-06-20 Thread Thomas Renninger
Hi, I tried googling about this, but beside a patch (around 2005?) on lkml without a thread why it's not there I couldn't find much... What I'd like to a achieve is the possibility to override ACPI BIOS tables via boot loader and IMO the module loading as specified in the multiboot spec is perfe