You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

14 lines
370 B

--- a/drivers/net/b44.c
+++ b/drivers/net/b44.c
@@ -2094,6 +2094,11 @@ static int __devinit b44_get_invariants(
return -EINVAL;
}
+ if (bp->sdev->id.coreid == 0x806 && bp->sdev->id.revision == 0x0) {
+ bp->phy_addr = B44_PHY_ADDR_NO_PHY;
+ bp->dma_offset = 0;
+ }
+
memcpy(bp->dev->perm_addr, bp->dev->dev_addr, bp->dev->addr_len);
bp->imask = IMASK_DEF;