lkml.org 
[lkml]   [1998]   [Apr]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: ncr53c875 (fwd)
Date
From
Gerard, 

davem@dm.cobaltmicro.com said:
> I looked at the changes to the NCR drivers in 2.1.92, and after having
> studing them quite a bit, there should be zero change in behavior in
> 2.1.92 on PC hardware at all. All of the changes made it work on the
> alpha, and changed port address manipulations to use a long type
> instead of an int.

I looked them over too. I notice in the appended message from Francios (which
you didn't translate) that he said 2.1.91 was working correctly. It seems to
me that this is probably the culprit:

@@ -9448,7 +9459,7 @@
/*
* Try to fix up PCI config according to wished features.
*/
-#if defined(__i386__) && !defined(MODULE)
+#if defined(__i386) && !defined(MODULE)
if ((driver_setup.pci_fix_up & 1) &&
(chip->features & FE_CLSE) && cache_line_size == 0) {
#if LINUX_VERSION_CODE < LinuxVersionCode(2,1,75)

__i386 is not defined by the compiler, only __i386__. Could Francois try
reversing just this part of the patch?

James Bottomley



-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu

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