Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 83465
b: refs/heads/master
c: c01106e
h: refs/heads/master
i:
  83463: cd16182
v: v3
  • Loading branch information
Christian Pellegrin authored and Linus Torvalds committed Feb 6, 2008
1 parent d50db60 commit 56b5ab8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: dc999159bbc1c542f310160c56ed8b701a7d6252
refs/heads/master: c01106e573e2ce56a7cf4d65937ddf8f7fee1a18
4 changes: 2 additions & 2 deletions trunk/drivers/parport/parport_serial.c
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ static struct parport_pc_pci cards[] __devinitdata = {
/* titan_110l */ { 1, { { 3, -1 }, } },
/* titan_210l */ { 1, { { 3, -1 }, } },
/* netmos_9xx5_combo */ { 1, { { 2, -1 }, }, netmos_parallel_init },
/* netmos_9855 */ { 1, { { 0, -1 }, }, netmos_parallel_init },
/* netmos_9855 */ { 1, { { 2, -1 }, }, netmos_parallel_init },
/* avlab_1s1p */ { 1, { { 1, 2}, } },
/* avlab_1s2p */ { 2, { { 1, 2}, { 3, 4 },} },
/* avlab_2s1p */ { 1, { { 2, 3}, } },
Expand Down Expand Up @@ -185,7 +185,7 @@ static struct pciserial_board pci_parport_serial_boards[] __devinitdata = {
.uart_offset = 8,
},
[netmos_9855] = {
.flags = FL_BASE2 | FL_BASE_BARS,
.flags = FL_BASE4 | FL_BASE_BARS,
.num_ports = 1,
.base_baud = 115200,
.uart_offset = 8,
Expand Down

0 comments on commit 56b5ab8

Please sign in to comment.