mtd/drivers/mtd/devices docprobe.c,1.32,1.33
David Woodhouse
dwmw2 at infradead.org
Fri Jan 24 09:02:50 EST 2003
Update of /home/cvs/mtd/drivers/mtd/devices
In directory phoenix.infradead.org:/tmp/cvs-serv23158
Modified Files:
docprobe.c
Log Message:
Update Ocelot DiskOnChip probe locations
Index: docprobe.c
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/devices/docprobe.c,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- docprobe.c 2 May 2002 08:23:27 -0000 1.32
+++ docprobe.c 24 Jan 2003 14:02:47 -0000 1.33
@@ -1,8 +1,9 @@
/* Linux driver for Disk-On-Chip devices */
/* Probe routines common to all DoC devices */
-/* (c) 1999 Machine Vision Holdings, Inc. */
-/* Author: David Woodhouse <dwmw2 at infradead.org> */
+/* (C) 1999 Machine Vision Holdings, Inc. */
+/* (C) 1999-2003 David Woodhouse <dwmw2 at infradead.org> */
+
/* $Id$ */
@@ -88,7 +89,10 @@
0xe4000000,
#elif defined(CONFIG_MOMENCO_OCELOT)
0x2f000000,
-#else
+ 0xff000000,
+#elif defined(CONFIG_MOMENCO_OCELOT_G) || defined (CONFIG_MOMENCO_OCELOT_C)
+ 0xff000000,
+##else
#warning Unknown architecture for DiskOnChip. No default probe locations defined
#endif
0 };
More information about the linux-mtd-cvs
mailing list