source: mainline/uspace/srv/net/cfg/ne2k.netif_nil_bundle@ 9256ad29

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

networking overhaul:

  • separation of conserns
  • removal of (almost all) overlaping symbols, libnetif is not needed anymore
  • again, it is possible to build the networking in multiple architecture configurations (however, currently only the bundling netif and nil layers is supported, more to come)
  • code style updates and fixes (still a huge amount of work to do)
  • 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.