pci-6014 support courtesy Alberto Sechi
authorFrank Mori Hess <fmhess@speakeasy.net>
Sat, 22 May 2004 00:39:24 +0000 (00:39 +0000)
committerFrank Mori Hess <fmhess@speakeasy.net>
Sat, 22 May 2004 00:39:24 +0000 (00:39 +0000)
comedi/drivers/ni_pcimio.c

index a15daf29959edeeac0c8963c6f3d480b910945a3..7dea690f92695ac2f942225233e33f85655828be 100644 (file)
@@ -136,6 +136,7 @@ static struct pci_device_id ni_pci_table[] __devinitdata = {
        { PCI_VENDOR_ID_NATINST, 0x18c0, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 },
        { PCI_VENDOR_ID_NATINST, 0x1580, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 },
        { PCI_VENDOR_ID_NATINST, 0x2890, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 },
+       { PCI_VENDOR_ID_NATINST, 0x28c0, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 },
        { 0 }
 };
 MODULE_DEVICE_TABLE(pci, ni_pci_table);
@@ -171,6 +172,21 @@ static ni_board ni_boards[]={
                caldac:         {dac8800,dac8043,ad8522},
                has_8255:       0,
        },
+       {       device_id:      0x28c0,
+               name:           "pci-6014",
+               n_adchan:       16,
+               adbits:         16,
+               ai_fifo_depth:  512,
+               alwaysdither:   1,
+               gainlkup:       ai_gain_4,
+               ai_speed:       5000,
+               n_aochan:       2,
+               aobits:         16,
+               ao_fifo_depth:  0,
+               ao_unipolar:    0,
+               caldac:         {ad8804_debug},
+               has_8255:       0,
+       },
        {       device_id:      0x11d0,
                name:           "pxi-6030e",
                n_adchan:       16,