source: mainline/uspace/srv/net/cfg/ne2k@ f902d36

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

rename the dp8390 driver (and everything related) to ne2000
as it is currently a more suitable name for this beast

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