Update of /cvsroot/blob/blob/include/blob
In directory usw-pr-cvs1:/tmp/cvs-serv29696/include/blob
Modified Files:
pcmcia.h
Log Message:
try pcmcia on idr
Index: pcmcia.h
===================================================================
RCS file: /cvsroot/blob/blob/include/blob/pcmcia.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- pcmcia.h 24 Apr 2002 14:29:03 -0000 1.2
+++ pcmcia.h 26 Apr 2002 04:45:26 -0000 1.3
@@ -56,7 +56,7 @@
*/
#define PCMCIA_MAX_SLOTS 2
-#if defined(PT_SYSTEM3)
+#if defined(PT_SYSTEM3) || defined(IDR)
# define PCMCIA_S0_BASE 0x20000000
# define PCMCIA_S0_ATTR_BASE 0x28000000
# define PCMCIA_S1_BASE 0x30000000
|