Changeset 11309


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

Location:
src/linux/rt2880/linux-2.6.23/arch/mips/rt2880
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • src/linux/rt2880/linux-2.6.23/arch/mips/rt2880/Kconfig

    r10741 r11309  
    7979 
    8080config MTD_PHYSMAP_START 
    81        hex  
    82        default 0xBFC00000 if RT2880_FLASH_2M 
    83        default 0xBFC00000 if RT2880_FLASH_4M 
    84        default 0xBF400000 if RT2880_FLASH_8M 
    85        default 0xBEC00000 if RT2880_FLASH_16M 
    86        default 0xBF000000 if RT2880_FLASH_32M 
     81       hex 'Physmap start' 
    8782       default 0xBF000000 if !FLASH_REMAP_NEED && RALINK_RT3052 
    8883 
  • src/linux/rt2880/linux-2.6.23/arch/mips/rt2880/cmdline.c

    r10741 r11309  
    4444#if defined (CONFIG_RT2880_ROOTFS_IN_FLASH) 
    4545#ifdef CONFIG_SYSFS 
    46 char rt2880_cmdline[]="console=ttyS1,57600n8 root=/dev/mtdblock4"; 
     46char rt2880_cmdline[]=CONFIG_CMDLINE; 
    4747#else 
    4848char rt2880_cmdline[]="console=ttyS1,57600n8 root=1f04"; 
  • 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.