Update of /cvsroot/linux-mips/linux/include/asm-mips
In directory usw-pr-cvs1:/tmp/cvs-serv23959/include/asm-mips
Modified Files:
bootinfo.h
Log Message:
Fixed the pcmcia timing so the IBM Microdrive will work
(patch by Alchemy/AMD). Moved the pcmcia chip select setup to
setup.c instead of au1000_generic.c, since not all boards will use the
same chip select.
Index: bootinfo.h
===================================================================
RCS file: /cvsroot/linux-mips/linux/include/asm-mips/bootinfo.h,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- bootinfo.h 9 May 2002 17:22:35 -0000 1.30
+++ bootinfo.h 18 Jun 2002 23:07:27 -0000 1.31
@@ -158,7 +158,8 @@
* Valid machtype for group Alchemy
*/
#define MACH_PB1000 0 /* Au1000-based eval board */
-#define MACH_PB1500 1 /* Au1500-based eval board */
+#define MACH_PB1100 1 /* Au1100-based eval board */
+#define MACH_PB1500 2 /* Au1500-based eval board */
/*
* Valid machtype for group IDT
|