Ignore:
Timestamp:
01/05/09 20:40:39 (4 years ago)
Author:
BrainSlayer
Message:

tcp/udp/ip checksum offloading support + ethtool fix for 2.6.23 kernels

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/linux/rt2880/linux-2.6.23/arch/mips/rt2880/irq.c

    r10741 r11309  
    266266        if (irq == 5) { 
    267267                irq = SURFBOARDINT_UART; 
     268        } 
     269 
     270        /* ESW */  
     271        if (irq == 17) { 
     272                irq = SURFBOARDINT_ESW; 
    268273        } 
    269274 
Note: See TracChangeset for help on using the changeset viewer.