Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 201291
b: refs/heads/master
c: 7f13f65
h: refs/heads/master
i:
  201289: a255d83
  201287: e0a1563
v: v3
  • Loading branch information
Florian Fainelli authored and Ralf Baechle committed Jul 26, 2010
1 parent b32f978 commit 76415eb
Show file tree
Hide file tree
Showing 2 changed files with 4 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: f2a68272d799bf4092443357142f63b74f7669a1
refs/heads/master: 7f13f65e61f1deed77c5c335ed0fa4d08f69e608
3 changes: 3 additions & 0 deletions trunk/arch/mips/bcm63xx/dev-enet.c
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@ int __init bcm63xx_enet_register(int unit,
if (unit > 1)
return -ENODEV;

if (unit == 1 && BCMCPU_IS_6338())
return -ENODEV;

if (!shared_device_registered) {
shared_res[0].start = bcm63xx_regset_address(RSET_ENETDMA);
shared_res[0].end = shared_res[0].start;
Expand Down

0 comments on commit 76415eb

Please sign in to comment.