Subversion Repositories HelenOS

Rev

Rev 4327 | Rev 4350 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4327 Rev 4332
Line 101... Line 101...
101
    }else if( str_lcmp( name, "ne2k", 4 ) == 0 ){
101
    }else if( str_lcmp( name, "ne2k", 4 ) == 0 ){
102
        ERROR_PROPAGATE( add_configuration( & netif->configuration, "NAME", "eth0" ));
102
        ERROR_PROPAGATE( add_configuration( & netif->configuration, "NAME", "eth0" ));
103
        ERROR_PROPAGATE( add_configuration( & netif->configuration, "NETIF", DP8390_NAME ));
103
        ERROR_PROPAGATE( add_configuration( & netif->configuration, "NETIF", DP8390_NAME ));
104
        // standalone ethernet
104
        // standalone ethernet
105
        ERROR_PROPAGATE( add_configuration( & netif->configuration, "NIL", ETHERNET_NAME ));
105
        ERROR_PROPAGATE( add_configuration( & netif->configuration, "NIL", ETHERNET_NAME ));
-
 
106
        ERROR_PROPAGATE( add_configuration( & netif->configuration, "ETH_MODE", "DIX" )); //8023_2_LSAP( not supported ), 8023_2_SNAP
-
 
107
//      ERROR_PROPAGATE( add_configuration( & netif->configuration, "ETH_DUMMY", "yes" )); //anything else not starting with 'y'
106
        ERROR_PROPAGATE( add_configuration( & netif->configuration, "IL", IP_NAME ));
108
        ERROR_PROPAGATE( add_configuration( & netif->configuration, "IL", IP_NAME ));
107
        ERROR_PROPAGATE( add_configuration( & netif->configuration, "IRQ", "9" ));
109
        ERROR_PROPAGATE( add_configuration( & netif->configuration, "IRQ", "9" ));
108
        ERROR_PROPAGATE( add_configuration( & netif->configuration, "IO", "300" ));
110
        ERROR_PROPAGATE( add_configuration( & netif->configuration, "IO", "300" ));
109
        ERROR_PROPAGATE( add_configuration( & netif->configuration, "MTU", "1492" ));
111
        ERROR_PROPAGATE( add_configuration( & netif->configuration, "MTU", "1492" ));
110
        ERROR_PROPAGATE( add_configuration( & netif->configuration, "IP_CONFIG", "static" ));
112
        ERROR_PROPAGATE( add_configuration( & netif->configuration, "IP_CONFIG", "static" ));