I, or someone who was pretending to be me, found an undefined reference in
ide-pci.c, please submit this patch to 2.2.18pre5. Thanks,
--- linux/drivers/block/ide-pci.c-new Tue Sep 12 00:11:12 2000
+++ linux/drivers/block/ide-pci.c Tue Sep 12 00:07:51 2000
@@ -467,12 +467,12 @@
/*
* Don't try and tune a VIA 82C586 or 586A
*/
- if (IDE_PCI_DEVID_RQ(devid, DEVID_VP_IDE))
+ if (IDE_PCI_DEVID_EQ(devid, DEVID_VP_IDE))
{
autodma_default = 0;
break;
}
- if (IDE_PCI_DEVID_RQ(devid, DEVID_VP_OLDIDE))
+ if (IDE_PCI_DEVID_EQ(devid, DEVID_VP_OLDIDE))
{
autodma_default = 0;
break;
-- dag wieers, <dag@mind.be>, http://mind.be/ --
Computers are useless. They can only
give you answers. -- Picasso
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
This archive was generated by hypermail 2b29 : Fri Sep 15 2000 - 21:00:16 EST