? .buildvars
? .config
? build.log
? patch.diff
? Documentation/comedi/devices.txt
? Documentation/comedi/drivers.txt
? comedi/.depend
? comedi/Makefile
? comedi/drivers/.depend
? comedi/drivers/Makefile
? comedi/kcomedilib/.depend
? comedi/kcomedilib/Makefile
? include/config.h
? include/version.h
? scripts/mkdep
Index: comedi/Config.in
===================================================================
RCS file: /var/cvs/comedi/comedi/Config.in,v
retrieving revision 1.75
diff -r1.75 Config.in
77a78,87
> 
> if [ "$CONFIG_COMEDI_DAS08" = "y" -o "$CONFIG_COMEDI_DAS08" = "m" ]; then
> 	bool 'DAS08 compatible driver pcmcia support' COMEDI_DASO8_PCMCIA  
> 	if [ "$COMEDI_DASO8_PCMCIA" = "y" ];then
> 	 define_bool COMEDI_DASO8_PCMCIA m
> 	fi
> fi
> 
> 
> 
Index: comedi/drivers/das08.c
===================================================================
RCS file: /var/cvs/comedi/comedi/drivers/das08.c,v
retrieving revision 1.44
diff -r1.44 das08.c
62a63,74
> #if (0)
> #undef CONFIG_PCMCIA
> #undef CONFIG_PCMCIA_MODULE
> #endif
> 
> //Do we need to support pcmcia ????
> #if((defined(CONFIG_PCMCIA) || defined(CONFIG_PCMCIA_MODULE)) &&(defined(COMEDI_DASO8_PCMCIA) || defined(COMEDI_DASO8_PCMCIA_MODULE)))
> #define COMEDI_DASO8_PCMCIA 1
> #define COMEDI_DASO8_PCMCIA_MODULE 1
> #endif
> 
> 
64c76
< #if defined(CONFIG_PCMCIA) || defined(CONFIG_PCMCIA_MODULE)
---
> #if defined(COMEDI_DASO8_PCMCIA) || defined(COMEDI_DASO8_PCMCIA)
70c82
< #endif	// CONFIG_PCMCIA
---
> #endif	// COMEDI_DASO8_PCMCIA
174c186
< #if defined(CONFIG_PCMCIA) || defined(CONFIG_PCMCIA_MODULE)
---
> #if ( defined(COMEDI_DASO8_PCMCIA) || defined(COMEDI_DASO8_PCMCIA_MODULE) )
442c454
< #if defined(CONFIG_PCMCIA) || defined(CONFIG_PCMCIA_MODULE)
---
> #if(defined(COMEDI_DASO8_PCMCIA) || defined(COMEDI_DASO8_PCMCIA_MODULE))
460c472
< #endif // CONFIG_PCMCIA
---
> #endif //COMEDI_DASO8_PCMCIA 
730c742
< #if defined(CONFIG_PCMCIA) || defined(CONFIG_PCMCIA_MODULE)
---
> #if(defined(COMEDI_DASO8_PCMCIA) || defined(COMEDI_DASO8_PCMCIA_MODULE))
791c803
< #if defined(CONFIG_PCMCIA) || defined(CONFIG_PCMCIA_MODULE)
---
> #if (defined(COMEDI_DASO8_PCMCIA) || defined(COMEDI_DASO8_PCMCIA_MODULE))
800c812
< #endif // CONFIG_PCMCIA
---
> #endif //COMEDI_DASO8_PCMCIA 
934c946
< #if defined(CONFIG_PCMCIA) || defined(CONFIG_PCMCIA_MODULE)
---
> #if (defined(COMEDI_DASO8_PCMCIA) || defined(COMEDI_DASO8_PCMCIA_MODULE))
1506c1518
< #endif //CONFIG_PCMCIA
---
> #endif //COMEDI_DASO8_PCMCIA

