To backport, I've tried various patches. I built one from a diff of the SCSI drivers in a 2.4.28 kernel, and on top of that, I used this one: http://lkml.org/lkml/2004/8/31/436, which updates the 2.4.28 ata_piix driver.
I've tried variously building the driver into the kernel, or compiling it as a module. When compiled as a module, here's what I get:
Code: Select all
# modprobe ata_piix
/lib/modules/2.4.27-adeos-3-p3/kernel/drivers/scsi/ata_piix.o: init_module: No such device
Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters.
You may find more information in syslog or the output from dmesg
/lib/modules/2.4.27-adeos-3-p3/kernel/drivers/scsi/ata_piix.o: insmod /lib/modules/2.4.27-adeos-3-p3/kernel/drivers/scsi/ata_piix.o failed
/lib/modules/2.4.27-adeos-3-p3/kernel/drivers/scsi/ata_piix.o: insmod ata_piix failed
Thanks.
