[EMAIL PROTECTED] said:
> When it comes to the partition detection during bootup, udma4 or
> udma3 doesn't seem to matter. It passes approx. one out of ten times
> either way.
How have you made it use udma3 at bootup? Something like the patch below?
Index: drivers/ide/hpt366.c
===================================================================
RCS file: /inst/cvs/linux/drivers/ide/Attic/hpt366.c,v
retrieving revision 1.1.2.10
diff -u -r1.1.2.10 hpt366.c
--- drivers/ide/hpt366.c 2000/11/10 14:56:31 1.1.2.10
+++ drivers/ide/hpt366.c 2000/11/21 13:27:32
@@ -55,6 +55,8 @@
};
const char *bad_ata66_4[] = {
+ "IBM-DTLA-307045",
+ "IBM-DTLA-307030",
"WDC AC310200R",
NULL
};
--
dwmw2
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/
- 2.4.0, test10, test11: HPT366 problem Hakan Lennestal
- Re: 2.4.0, test10, test11: HPT366 problem Andre Hedrick
- Re: 2.4.0, test10, test11: HPT366 problem David Woodhouse
- Re: 2.4.0, test10, test11: HPT366 problem Peter Samuelson
- Re: 2.4.0, test10, test11: HPT366 probl... Hakan Lennestal
- Re: 2.4.0, test10, test11: HPT366 ... David Woodhouse
- Re: 2.4.0, test10, test11: HPT... Andre Hedrick
- Re: 2.4.0, test10, test11:... David Woodhouse
- Re: 2.4.0, test10, test11:... Mohammad A. Haque
- Re: 2.4.0, test10, test11:... Hakan Lennestal
- Re: 2.4.0, test10, test11: HPT... Nathan A. Ferch
- Re: 2.4.0, test10, test11: HPT366 probl... Andre Hedrick
- Re: 2.4.0, test10, test11: HPT366 ... David Woodhouse
- Re: 2.4.0, test10, test11: HPT... Andre Hedrick
- Re: 2.4.0, test10, test11: HPT366 problem David Woodhouse
- Re: 2.4.0, test10, test11: HPT366 problem Hakan Lennestal

