|
@@ -104,6 +104,9 @@ int __init bcm63xx_enet_register(int unit,
|
|
if (unit > 1)
|
|
if (unit > 1)
|
|
return -ENODEV;
|
|
return -ENODEV;
|
|
|
|
|
|
|
|
+ if (unit == 1 && BCMCPU_IS_6338())
|
|
|
|
+ return -ENODEV;
|
|
|
|
+
|
|
if (!shared_device_registered) {
|
|
if (!shared_device_registered) {
|
|
shared_res[0].start = bcm63xx_regset_address(RSET_ENETDMA);
|
|
shared_res[0].start = bcm63xx_regset_address(RSET_ENETDMA);
|
|
shared_res[0].end = shared_res[0].start;
|
|
shared_res[0].end = shared_res[0].start;
|