Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 60685
b: refs/heads/master
c: db0dbae
h: refs/heads/master
i:
  60683: 249d51d
v: v3
  • Loading branch information
Wade Farnsworth authored and Paul Mackerras committed Jul 10, 2007
1 parent e52b207 commit 81675de
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6a281856c02d2291df2f7d9df5bfdee2e7bdd747
refs/heads/master: db0dbae9d9680bce69fe1ce775709e60c8ee9c29
8 changes: 8 additions & 0 deletions trunk/arch/powerpc/kernel/setup-common.c
Original file line number Diff line number Diff line change
Expand Up @@ -486,6 +486,14 @@ int check_legacy_ioport(unsigned long base_port)

switch(base_port) {
case I8042_DATA_REG:
if (!(np = of_find_compatible_node(NULL, NULL, "pnpPNP,303")))
np = of_find_compatible_node(NULL, NULL, "pnpPNP,f03");
if (np) {
parent = of_get_parent(np);
of_node_put(np);
np = parent;
break;
}
np = of_find_node_by_type(NULL, "8042");
break;
case FDC_BASE: /* FDC1 */
Expand Down

0 comments on commit 81675de

Please sign in to comment.