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 133... Line 133...
133
    }else if( str_lcmp( name, "ne2k", 4 ) == 0 ){
133
    }else if( str_lcmp( name, "ne2k", 4 ) == 0 ){
134
        ERROR_PROPAGATE( add_configuration( & netif->configuration, "NAME", "eth0" ));
134
        ERROR_PROPAGATE( add_configuration( & netif->configuration, "NAME", "eth0" ));
135
        ERROR_PROPAGATE( add_configuration( & netif->configuration, "NETIF", DP8390_NAME ));
135
        ERROR_PROPAGATE( add_configuration( & netif->configuration, "NETIF", DP8390_NAME ));
136
        // ethernet bundled in dp8390
136
        // ethernet bundled in dp8390
137
        ERROR_PROPAGATE( add_configuration( & netif->configuration, "NIL", DP8390_NAME ));
137
        ERROR_PROPAGATE( add_configuration( & netif->configuration, "NIL", DP8390_NAME ));
-
 
138
        ERROR_PROPAGATE( add_configuration( & netif->configuration, "ETH_MODE", "DIX" ));
138
        ERROR_PROPAGATE( add_configuration( & netif->configuration, "IL", IP_NAME ));
139
        ERROR_PROPAGATE( add_configuration( & netif->configuration, "IL", IP_NAME ));
139
        ERROR_PROPAGATE( add_configuration( & netif->configuration, "IRQ", "9" ));
140
        ERROR_PROPAGATE( add_configuration( & netif->configuration, "IRQ", "9" ));
140
        ERROR_PROPAGATE( add_configuration( & netif->configuration, "IO", "300" ));
141
        ERROR_PROPAGATE( add_configuration( & netif->configuration, "IO", "300" ));
141
        ERROR_PROPAGATE( add_configuration( & netif->configuration, "MTU", "1492" ));
142
        ERROR_PROPAGATE( add_configuration( & netif->configuration, "MTU", "1492" ));
142
        ERROR_PROPAGATE( add_configuration( & netif->configuration, "IP_CONFIG", "static" ));
143
        ERROR_PROPAGATE( add_configuration( & netif->configuration, "IP_CONFIG", "static" ));