source: mainline/uspace/srv/net/cfg/ne2k@ 014dd57b

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 014dd57b was 014dd57b, checked in by Martin Decky <martin@…>, 14 years ago

streamline and create a common skeleton for the transport layer
(in the line of the previous updates to the lower layers)

  • Property mode set to 100644
File size: 281 bytes
RevLine 
[014dd57b]1# DP8390 (NE2k) configuration
[01a9ef5]2
3NAME=ne2k
4
[f902d36]5NETIF=ne2000
[11e543c]6NIL=eth
[01a9ef5]7IL=ip
8
[c11ebb6a]9IRQ=5
[01a9ef5]10IO=300
11
12# 8023_2_LSAP, 8023_2_SNAP
13ETH_MODE=DIX
14ETH_DUMMY=no
15
16IP_CONFIG=static
[014dd57b]17IP_ADDR=10.10.16.86
[01a9ef5]18IP_ROUTING=yes
[f902d36]19IP_NETMASK=255.255.255.0
[014dd57b]20IP_BROADCAST=10.10.16.255
21IP_GATEWAY=10.10.16.1
[01a9ef5]22ARP=arp
23
[4b86dac]24MTU=1500
Note: See TracBrowser for help on using the repository browser.