Re: USB support merge (Re: [PATCH] (ata.mod) Fix ATAPI protocol)

2009-02-16 Thread Marco Gerards
Robert Millan writes: > On Mon, Jan 19, 2009 at 11:15:41AM +0100, Marco Gerards wrote: >> Perhaps my USB code might help in some occasions >> for scsi.c, I am not completely sure if they are in sync. I sent in >> the USB code earlier. This code can be committed, although endianess >> is not han

Re: USB support

2008-11-04 Thread Marco Gerards
Robert Millan <[EMAIL PROTECTED]> writes: > On Tue, Nov 04, 2008 at 04:21:39PM +0100, Felix Zielcke wrote: >> Am Dienstag, den 04.11.2008, 06:17 -0800 schrieb Viswesh S: >> > Hi, >> > >> > Is the USB support for grub2 completed or still in progress ? >> > >> > Is it possible to know,if incomplet

Re: USB support

2008-11-04 Thread Robert Millan
On Tue, Nov 04, 2008 at 04:21:39PM +0100, Felix Zielcke wrote: > Am Dienstag, den 04.11.2008, 06:17 -0800 schrieb Viswesh S: > > Hi, > > > > Is the USB support for grub2 completed or still in progress ? > > > > Is it possible to know,if incomplete, till what level we have reached ? > > Hello, >

Re: USB support

2008-11-04 Thread Felix Zielcke
Am Dienstag, den 04.11.2008, 06:17 -0800 schrieb Viswesh S: > Hi, > > Is the USB support for grub2 completed or still in progress ? > > Is it possible to know,if incomplete, till what level we have reached ? Hello, Only UHCI controllers are supported, OHCI not. UHCI is mostly used on Intel and

Re: USB Support

2008-08-18 Thread Vesa Jääskeläinen
y.volta wrote: > Hi, > >Great work! > >BTW. Did you know there is an existing Grub2 USB project from coreboot? Yes, and Marco is aware of it. ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel

Re: USB Support

2008-08-17 Thread y.volta
Hi, Great work! BTW. Did you know there is an existing Grub2 USB project from coreboot? y.volta Lately I have been working on USB support for GRUB 2. It's not completely ready yet. The code was only tested on QEMu and supports UHCI, OHCI, USB Mass Storage and HID. Most likely it w