lkml.org 
[lkml]   [2000]   [Sep]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subjectide-pci-patch for 2.2.18pre5
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/

\
 
 \ /
  Last update: 2005-03-22 12:38    [W:0.043 / U:0.060 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site