* VIA 82C586_1 (KT266 IDE) in 2.5.15
@ 2002-05-17 7:56 Kees Bakker
0 siblings, 0 replies; only message in thread
From: Kees Bakker @ 2002-05-17 7:56 UTC (permalink / raw)
To: linux-kernel; +Cc: Martin Dalecki
With 2.5.15 I'm able to boot again. Great. Starting with 2.5.9 (upto
2.5.14) I was getting
hda: lost interrupt
and the system was stuck at that point.
But now I'm happy again.
But for my KT266 I need a little patch. I've copied the entry for 82C561
which may be somewhat incorrrect. But it's a start.
--- linux-2.5.15/drivers/ide/ide-pci.c Wed May 15 22:02:11 2002
+++ linux-2.5.15.kees/drivers/ide/ide-pci.c Thu May 16 14:54:33 2002
@@ -787,6 +787,12 @@
device: PCI_DEVICE_ID_VIA_82C561,
bootable: ON_BOARD,
flags: ATA_F_NOADMA
+ },
+ {
+ vendor: PCI_VENDOR_ID_VIA,
+ device: PCI_DEVICE_ID_VIA_82C586_1,
+ bootable: ON_BOARD,
+ flags: ATA_F_NOADMA
}
};
If you need more details, please let me know.
Kees.
--
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2002-05-17 7:59 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-05-17 7:56 VIA 82C586_1 (KT266 IDE) in 2.5.15 Kees Bakker
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.