New drivers from Jonathan Grierson <jd@renko.co.uk>:
authorFrank Mori Hess <fmhess@speakeasy.net>
Sat, 14 Oct 2006 00:09:47 +0000 (00:09 +0000)
committerFrank Mori Hess <fmhess@speakeasy.net>
Sat, 14 Oct 2006 00:09:47 +0000 (00:09 +0000)
commita550fe6379febfe04a2d5f5a4217c024341ffd5e
tree9f285711a8fd635e1ae9bb584d4c9e95ad893dcd
parent7ee28ab4ac69dee95a44b43489b29d4e14b9ced0
New drivers from Jonathan Grierson <jd@renko.co.uk>:

Hi, I've recently been working with two digital
daq cards and have written drivers to get them working with Comedi.

The first is for the National Instruments PCI-6514. It could perhaps be
merged with the 6527 driver because I used this as a base but the 6514
is part of a series from NI which are all quite similar and not quite as
advanced. Let me know what you think. I'm afraid it needed to be done
quite quickly and so felt it would be easier to produce a simpler driver
rather than hack the existing one.

The second is for the Adlink PCI-7296. Just a pci wrapper for 4 8255
devices. Only basic IO enabled so far so no interrupts.
comedi/drivers/Kbuild
comedi/drivers/Makefile.am
comedi/drivers/adl_pci7296.c [new file with mode: 0644]
comedi/drivers/ni_65xx.c [new file with mode: 0644]