Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 363873
b: refs/heads/master
c: a4f6d9c
h: refs/heads/master
i:
  363871: 9f2722c
v: v3
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Apr 5, 2013
1 parent 71b23bc commit f7be97b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 165f90ed3f56d9031a7b98a0b30f5a9d412a521f
refs/heads/master: a4f6d9ca8cb6ca95f183face76c2b7bee3571d2f
15 changes: 5 additions & 10 deletions trunk/drivers/staging/comedi/drivers/ni_pcimio.c
Original file line number Diff line number Diff line change
Expand Up @@ -157,11 +157,6 @@ static const struct comedi_lrange range_ni_M_625x_ao = { 3, {
}
};

static const struct comedi_lrange range_ni_M_622x_ao = { 1, {
RANGE(-10, 10),
}
};

enum ni_pcimio_boardid {
BOARD_PCIMIO_16XE_50,
BOARD_PCIMIO_16XE_10,
Expand Down Expand Up @@ -760,7 +755,7 @@ static const struct ni_board_struct ni_boards[] = {
.n_aochan = 2,
.aobits = 16,
.ao_fifo_depth = 8191,
.ao_range_table = &range_ni_M_622x_ao,
.ao_range_table = &range_bipolar10,
.reg_type = ni_reg_622x,
.ao_speed = 1200,
.num_p0_dio_channels = 8,
Expand All @@ -776,7 +771,7 @@ static const struct ni_board_struct ni_boards[] = {
.n_aochan = 2,
.aobits = 16,
.ao_fifo_depth = 8191,
.ao_range_table = &range_ni_M_622x_ao,
.ao_range_table = &range_bipolar10,
.reg_type = ni_reg_622x,
.ao_speed = 1200,
.num_p0_dio_channels = 8,
Expand Down Expand Up @@ -814,7 +809,7 @@ static const struct ni_board_struct ni_boards[] = {
.n_aochan = 2,
.aobits = 16,
.ao_fifo_depth = 8191,
.ao_range_table = &range_ni_M_622x_ao,
.ao_range_table = &range_bipolar10,
.reg_type = ni_reg_622x,
.ao_speed = 1200,
.num_p0_dio_channels = 32,
Expand All @@ -830,7 +825,7 @@ static const struct ni_board_struct ni_boards[] = {
.n_aochan = 2,
.aobits = 16,
.ao_fifo_depth = 8191,
.ao_range_table = &range_ni_M_622x_ao,
.ao_range_table = &range_bipolar10,
.reg_type = ni_reg_622x,
.ao_speed = 1200,
.num_p0_dio_channels = 32,
Expand All @@ -846,7 +841,7 @@ static const struct ni_board_struct ni_boards[] = {
.n_aochan = 4,
.aobits = 16,
.ao_fifo_depth = 8191,
.ao_range_table = &range_ni_M_622x_ao,
.ao_range_table = &range_bipolar10,
.reg_type = ni_reg_622x,
.ao_speed = 1200,
.num_p0_dio_channels = 32,
Expand Down

0 comments on commit f7be97b

Please sign in to comment.