source: mainline/uspace/srv/net/cfg/module/ne2k@ 01a9ef5

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 01a9ef5 was 01a9ef5, checked in by Lukas Mejdrech <lukasmejdrech@…>, 16 years ago

+ net configuration files

  • Property mode set to 100644
File size: 316 bytes
Line 
1# DP8390 (NE2k) configuration
2
3NAME=ne2k
4
5NETIF=dp8390
6NIL=dp8390
7IL=ip
8
9# sysinfo_value("netif.dp8390.inr")
10IRQ=9
11IO=300
12
13# 8023_2_LSAP, 8023_2_SNAP
14ETH_MODE=DIX
15ETH_DUMMY=no
16
17IP_CONFIG=static
18IP_ADDR=10.0.2.15
19IP_ROUTING=yes
20IP_NETMASK=255.255.255.240
21IP_BROADCAST=10.0.2.255
22IP_GATEWAY=10.0.2.2
23ARP=arp
24
25MTU=1492
Note: See TracBrowser for help on using the repository browser.