Hi Peter,
On Tue, Mar 20, 2007 at 04:35:15AM +0100, Peter Stuge wrote:
On Mon, Mar 19, 2007 at 02:10:25AM +0100, Peter Stuge wrote:
On Sun, Mar 18, 2007 at 06:25:30PM +0100, Stefan Reinauer wrote:
maybe it makes sense to port the openbios ide driver (ie clean out the device tree hooks)?
Sounds good. Is the code structure a lot different?
Turns out it wasn't very different. Basically I was just missing a proper loop for reading multiple blocks back from the controller.
Please test this patch. Note I have only implemented multiread support in fsys_ext2fs.c.
Hmm, that doesn't seem to work. This is what's in my grub stanza to boot with an umodified filo:
title Ubuntu LB, kernel 2.6.21-rc3 root (hd4,0) kernel /boot/vmlinuz-2.6.21-rc3 root=/dev/sda1 ro apic=debug acpi_dbg_level=0xffffffff pci=noacpi,routeirq snd-hda-intel.enable_msi=1 console=tty0 console=ttyS0,115200 savedefault boot
I've attached the boot log.
Thanks, Ward.