Changeset 13787


Ignore:
Timestamp:
01/30/10 10:50:00 (3 years ago)
Author:
eko
Message:

just a comment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/router/shared/utils.c

    r13682 r13787  
    8888                        if (strstr(cpurev, "MIPS 74K V4.0"))    // BCM4718 (Broadcom BCM4716 chip rev 1) 
    8989                                return 40; 
    90                         if (strstr(cpurev, "MIPS 74K V4.9"))    // BCM4716B0 (Broadcom BCMB83A chip rev 0)  
    91                                 return 49;                               
     90                        if (strstr(cpurev, "MIPS 74K V4.9"))    // BCM4716B0 (Broadcom BCMB83A chip rev 0) 
     91                                return 49;                                                      // BCM5356B0 (Broadcom BCM5356 chip rev 1)  
    9292                        return -1; 
    9393                } 
Note: See TracChangeset for help on using the changeset viewer.