- From: Bernd Porr <Bernd.Porr_at_cn.stir.ac.uk>
- Date: Wed, 28 Jan 2004 12:32:12 +0000
Hi!
I remember that there are missing symbols in that module. It would be
great if you could identify these missing symbols in the driver and
replace them, if you can.
For example,
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,5,0)
/* we should get rid of this, as it has been dropped from 2.6 */
#define pci_for_each_dev(x) \
for((x) = pci_find_device(PCI_ANY_ID,PCI_ANY_ID,NULL); \
(x); \
(x) = pci_find_device(PCI_ANY_ID,PCI_ANY_ID,(x)))
#endif
which I've added to pci.h
The function pci_for_each_dev is no longer there in 2.6.
Try google with the missing symbols. Probably you'll find a soltuion one
of the mailing lists.
/Bernd
P.S.: comedi compiles now directly under 2.6 (without patch-o-matic)
AlbertoSechi_at_libero.it wrote:
> Hi, i have patched 2.6.1 kernel with patch-o-matic. I'm using a DAQCard 6062E
> but ni_mio_cs driver seems not yet supported. Does anybody know how can I run
> this module in 2.6.1?
> Thanks
> Alberto
>
>
> _______________________________________________
> comedi mailing list
> comedi_at_comedi.org
> https://cvs.comedi.org/cgi-bin/mailman/listinfo/comedi
Received on 2004-01-28Z12:32:12