PCMCIA support broke with the 2.6.33 kernel, so add support back in.
authorIan Abbott <abbotti@mev.co.uk>
Tue, 22 Jun 2010 16:12:24 +0000 (16:12 +0000)
committerIan Abbott <abbotti@mev.co.uk>
Tue, 22 Jun 2010 16:12:24 +0000 (16:12 +0000)
commit0162db242bc4eb88c734f331bfb69658c8175bb9
tree177302edd26944811aa2c659424b4f1b56e45528
parente43c7321d64d2d7ab9c669fb95d194c0b588b7c7
PCMCIA support broke with the 2.6.33 kernel, so add support back in.
I don't know if it works, but at least it should compile!
The driver source code changes are very inelegant.

Note that the IRQ attributes have been changed from IRQ_TYPE_EXCLUSIVE to
IRQ_TYPE_DYNAMIC_SHARING.
comedi/drivers/cb_das16_cs.c
comedi/drivers/das08_cs.c
comedi/drivers/ni_daq_700.c
comedi/drivers/ni_daq_dio24.c
comedi/drivers/ni_labpc_cs.c
comedi/drivers/ni_mio_cs.c
comedi/drivers/quatech_daqp_cs.c
configure.ac
m4/as-linux.m4