Added board entry for 6013.
authorFrank Mori Hess <fmhess@speakeasy.net>
Wed, 2 Jan 2008 02:17:43 +0000 (02:17 +0000)
committerFrank Mori Hess <fmhess@speakeasy.net>
Wed, 2 Jan 2008 02:17:43 +0000 (02:17 +0000)
comedi/drivers/cb_pcidas64.c

index 3824efdf7054f91354b248d0052c79fdb7748b82..466de9afb4eb79d1511ac2e834fdc186b1be176d 100644 (file)
@@ -46,7 +46,7 @@ Devices: [Measurement Computing] PCI-DAS6402/16 (cb_pcidas64),
   PCI-DAS6402/12, PCI-DAS64/M1/16, PCI-DAS64/M2/16,
   PCI-DAS64/M3/16, PCI-DAS6402/16/JR, PCI-DAS64/M1/16/JR,
   PCI-DAS64/M2/16/JR, PCI-DAS64/M3/16/JR, PCI-DAS64/M1/14,
-  PCI-DAS64/M2/14, PCI-DAS64/M3/14, PCI-DAS6014,
+  PCI-DAS64/M2/14, PCI-DAS64/M3/14, PCI-DAS6013, PCI-DAS6014,
   PCI-DAS6023, PCI-DAS6025, PCI-DAS6030,
   PCI-DAS6031, PCI-DAS6032, PCI-DAS6033, PCI-DAS6034,
   PCI-DAS6035, PCI-DAS6036, PCI-DAS6040, PCI-DAS6052,
@@ -675,6 +675,21 @@ static const pcidas64_board pcidas64_boards[] = {
              ai_fifo:  &ai_fifo_64xx,
              has_8255:1,
                },
+       {
+               .name = "pci-das6013",
+               .device_id = 0x78,
+               .ai_se_chans = 16,
+               .ai_bits = 16,
+               .ai_speed = 5000,
+               .ao_nchan = 0,
+               .ao_bits = 16,
+               .layout = LAYOUT_60XX,
+               .ai_range_table = &ai_ranges_60xx,
+               .ao_range_table = &ao_ranges_60xx,
+               .ao_range_code = ao_range_code_60xx,
+               .ai_fifo = &ai_fifo_60xx,
+               .has_8255 = 0,
+               },
        {
              name:     "pci-das6014",
              device_id:0x79,
@@ -1022,6 +1037,7 @@ static struct pci_device_id pcidas64_pci_table[] __devinitdata = {
        {PCI_VENDOR_ID_COMPUTERBOARDS, 0x0067, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
        {PCI_VENDOR_ID_COMPUTERBOARDS, 0x0068, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
        {PCI_VENDOR_ID_COMPUTERBOARDS, 0x006f, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
+       {PCI_VENDOR_ID_COMPUTERBOARDS, 0x0078, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
        {PCI_VENDOR_ID_COMPUTERBOARDS, 0x0079, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
        {0}
 };