patch-2.4.21 linux-2.4.21/drivers/mtd/devices/ms02-nv.c
Next file: linux-2.4.21/drivers/mtd/devices/mtdram.c
Previous file: linux-2.4.21/drivers/mtd/devices/docprobe.c
Back to the patch index
Back to the overall index
-  Lines: 17
-  Date:
2003-06-13 07:51:34.000000000 -0700
-  Orig file: 
linux-2.4.20/drivers/mtd/devices/ms02-nv.c
-  Orig date: 
2002-11-28 15:53:13.000000000 -0800
diff -urN linux-2.4.20/drivers/mtd/devices/ms02-nv.c linux-2.4.21/drivers/mtd/devices/ms02-nv.c
@@ -5,6 +5,8 @@
  *      modify it under the terms of the GNU General Public License
  *      as published by the Free Software Foundation; either version
  *      2 of the License, or (at your option) any later version.
+ *
+ *	$Id: ms02-nv.c,v 1.2 2003/01/24 14:05:17 dwmw2 Exp $
  */
 
 #include <linux/init.h>
@@ -296,6 +298,7 @@
 			stride = 2;
 		break;
 	case MACH_DS5000_2X0:
+	case MACH_DS5000:
 		csr = (volatile u32 *)KN03_MCR_BASE;
 		if (*csr & KN03_MCR_BNK32M)
 			stride = 2;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)