babu
unread,Jun 25, 2009, 2:19:09 AM6/25/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Comedi: Linux Control and Measurement Device Interface
I am presently having PCI 1724 card 2.4 kernel driver . I want to
write driver for it in 2.6 kernel.For that i have taken adv_pci1710.c
file in comedi distribution and changed device id ,vendor id and
iorange details in that file like this below.
{"pci1720", 0x1724,
IORANGE_1720, 0, TYPE_PCI1720,
0, 0, 32, 0, 0, 0, 0x0000, 0x3fff,
NULL, NULL, &range_pci1720,
0, 0},
After that i inserted the module,i observed that it is detecting the
board and also giving board detials also.Now i want to write analog
output function in normal mode using control register.Can anybody help
me out how to proceed to achieve this task
babu