public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* AMD756 no host side cable detection
@ 2006-01-19  6:32 Rene Herman
  0 siblings, 0 replies; only message in thread
From: Rene Herman @ 2006-01-19  6:32 UTC (permalink / raw)
  To: Bartlomiej Zolnierkiewicz; +Cc: Linux Kernel

[-- Attachment #1: Type: text/plain, Size: 165 bytes --]

Hi Bartlomiej.

I'm still applying this one:

http://marc.theaimsgroup.com/?l=linux-kernel&m=110304128900342&w=2

locally. Could you perhaps push it onwards?

Rene.

[-- Attachment #2: amd_80w.diff --]
[-- Type: text/plain, Size: 954 bytes --]

Index: local/drivers/ide/pci/amd74xx.c
===================================================================
--- local.orig/drivers/ide/pci/amd74xx.c	2006-01-18 09:36:24.000000000 +0100
+++ local/drivers/ide/pci/amd74xx.c	2006-01-18 09:36:42.000000000 +0100
@@ -347,10 +347,8 @@ static unsigned int __devinit init_chips
 			break;
 
 		case AMD_UDMA_66:
-			pci_read_config_dword(dev, AMD_UDMA_TIMING, &u);
-			for (i = 24; i >= 0; i -= 8)
-				if ((u >> i) & 4)
-					amd_80w |= (1 << (1 - (i >> 4)));
+			/* no host side cable detection */
+			amd_80w = 0x03;
 			break;
 	}
 
@@ -386,8 +384,6 @@ static unsigned int __devinit init_chips
 	if (amd_clock < 20000 || amd_clock > 50000) {
 		printk(KERN_WARNING "%s: User given PCI clock speed impossible (%d), using 33 MHz instead.\n",
 			amd_chipset->name, amd_clock);
-		printk(KERN_WARNING "%s: Use ide0=ata66 if you want to assume 80-wire cable\n",
-			amd_chipset->name);
 		amd_clock = 33333;
 	}
 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-01-19  6:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-19  6:32 AMD756 no host side cable detection Rene Herman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox