From: Tim R. <tim...@us...> - 2002-04-27 05:00:02
|
Update of /cvsroot/blob/blob/include/blob In directory usw-pr-cvs1:/tmp/cvs-serv18882/include/blob Modified Files: pcmcia.h Log Message: turn on ide and pcmcia again, fix pcmcia compiles (but not features) for non sa1111 systems Index: pcmcia.h =================================================================== RCS file: /cvsroot/blob/blob/include/blob/pcmcia.h,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- pcmcia.h 26 Apr 2002 09:23:03 -0000 1.4 +++ pcmcia.h 27 Apr 2002 04:59:59 -0000 1.5 @@ -76,7 +76,7 @@ */ #define PCMCIA_MAX_SLOTS 2 -#if defined(PT_SYSTEM3) || defined(IDR) +#if defined(PT_SYSTEM3) || defined(IDR) || defined(SHANNON) # define PCMCIA_S0_BASE 0x20000000 # define PCMCIA_S0_ATTR_BASE 0x28000000 # define PCMCIA_S1_BASE 0x30000000 |