patch-2.3.41 linux/drivers/block/alim15x3.c

Next file: linux/drivers/block/amiflop.c
Previous file: linux/drivers/block/DAC960.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.40/linux/drivers/block/alim15x3.c linux/drivers/block/alim15x3.c
@@ -411,7 +411,11 @@
 {
 	struct hd_driveid *id	= drive->id;
 
+#if 0
+	if (m5229_revision < 0x20) {
+#else
 	if (m5229_revision <= 0x20) {
+#endif
 		return 0;
 	} else if ((m5229_revision < 0xC2) &&
 		   ((drive->media!=ide_disk) ||

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)