From: Frank Mori Hess Date: Mon, 28 Feb 2005 23:24:00 +0000 (+0000) Subject: 6034 and 6035 don't have 8255 chips X-Git-Tag: r0_7_70~32 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0699ab9395e49198d37a3df369a70b817e5b5aa0;p=comedi.git 6034 and 6035 don't have 8255 chips --- diff --git a/comedi/drivers/cb_pcidas64.c b/comedi/drivers/cb_pcidas64.c index 955bd353..2eb4e250 100644 --- a/comedi/drivers/cb_pcidas64.c +++ b/comedi/drivers/cb_pcidas64.c @@ -817,7 +817,7 @@ static const pcidas64_board pcidas64_boards[] = layout: LAYOUT_60XX, ai_range_table: &ai_ranges_60xx, ai_fifo: &ai_fifo_60xx, - has_8255 : 1, + has_8255 : 0, }, { name: "pci-das6035", @@ -832,7 +832,7 @@ static const pcidas64_board pcidas64_boards[] = ao_range_table: &ao_ranges_60xx, ao_range_code: ao_range_code_60xx, ai_fifo: &ai_fifo_60xx, - has_8255 : 1, + has_8255 : 0, }, { name: "pci-das6036",