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
|
Line | |
---|
1 | # DP8390 (NE2k) configuration
|
---|
2 |
|
---|
3 | NAME=ne2k
|
---|
4 |
|
---|
5 | NETIF=ne2000
|
---|
6 | NIL=eth
|
---|
7 | IL=ip
|
---|
8 |
|
---|
9 | IRQ=5
|
---|
10 | IO=300
|
---|
11 |
|
---|
12 | # 8023_2_LSAP, 8023_2_SNAP
|
---|
13 | ETH_MODE=DIX
|
---|
14 | ETH_DUMMY=no
|
---|
15 |
|
---|
16 | IP_CONFIG=static
|
---|
17 | IP_ADDR=10.10.16.86
|
---|
18 | IP_ROUTING=yes
|
---|
19 | IP_NETMASK=255.255.255.0
|
---|
20 | IP_BROADCAST=10.10.16.255
|
---|
21 | IP_GATEWAY=10.10.16.1
|
---|
22 | ARP=arp
|
---|
23 |
|
---|
24 | MTU=1500
|
---|
Note:
See
TracBrowser
for help on using the repository browser.