Subversion Repositories HelenOS

Rev

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

Rev 4743 Rev 4752
Line 370... Line 370...
370
        ERROR_PROPAGATE( add_configuration( & netif->configuration, "ETH_MODE", "DIX" )); //8023_2_LSAP( not supported ), 8023_2_SNAP
370
        ERROR_PROPAGATE( add_configuration( & netif->configuration, "ETH_MODE", "DIX" )); //8023_2_LSAP( not supported ), 8023_2_SNAP
371
//      ERROR_PROPAGATE( add_configuration( & netif->configuration, "ETH_DUMMY", "yes" )); //anything else not starting with 'y'
371
//      ERROR_PROPAGATE( add_configuration( & netif->configuration, "ETH_DUMMY", "yes" )); //anything else not starting with 'y'
372
        ERROR_PROPAGATE( add_configuration( & netif->configuration, "IL", IP_NAME ));
372
        ERROR_PROPAGATE( add_configuration( & netif->configuration, "IL", IP_NAME ));
373
        ERROR_PROPAGATE( add_configuration( & netif->configuration, "IRQ", "9" ));
373
        ERROR_PROPAGATE( add_configuration( & netif->configuration, "IRQ", "9" ));
374
        ERROR_PROPAGATE( add_configuration( & netif->configuration, "IO", "300" ));
374
        ERROR_PROPAGATE( add_configuration( & netif->configuration, "IO", "300" ));
375
        ERROR_PROPAGATE( add_configuration( & netif->configuration, "MTU", "576" ));
375
        ERROR_PROPAGATE( add_configuration( & netif->configuration, "MTU", "1492" ));
376
        ERROR_PROPAGATE( add_configuration( & netif->configuration, "IP_CONFIG", "static" ));
376
        ERROR_PROPAGATE( add_configuration( & netif->configuration, "IP_CONFIG", "static" ));
377
        ERROR_PROPAGATE( add_configuration( & netif->configuration, "IP_ADDR", "10.0.2.15" ));
377
        ERROR_PROPAGATE( add_configuration( & netif->configuration, "IP_ADDR", "10.0.2.15" ));
378
        ERROR_PROPAGATE( add_configuration( & netif->configuration, "IP_ROUTING", "yes" ));
378
        ERROR_PROPAGATE( add_configuration( & netif->configuration, "IP_ROUTING", "yes" ));
379
        ERROR_PROPAGATE( add_configuration( & netif->configuration, "IP_NETMASK", "255.255.255.240" ));
379
        ERROR_PROPAGATE( add_configuration( & netif->configuration, "IP_NETMASK", "255.255.255.240" ));
380
        ERROR_PROPAGATE( add_configuration( & netif->configuration, "IP_BROADCAST", "10.0.2.255" ));
380
        ERROR_PROPAGATE( add_configuration( & netif->configuration, "IP_BROADCAST", "10.0.2.255" ));