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 |
|
---|
3 | NAME=ne2k
|
---|
4 |
|
---|
5 | NETIF=dp8390
|
---|
6 | NIL=dp8390
|
---|
7 | IL=ip
|
---|
8 |
|
---|
9 | # sysinfo_value("netif.dp8390.inr")
|
---|
10 | IRQ=9
|
---|
11 | IO=300
|
---|
12 |
|
---|
13 | # 8023_2_LSAP, 8023_2_SNAP
|
---|
14 | ETH_MODE=DIX
|
---|
15 | ETH_DUMMY=no
|
---|
16 |
|
---|
17 | IP_CONFIG=static
|
---|
18 | IP_ADDR=10.0.2.15
|
---|
19 | IP_ROUTING=yes
|
---|
20 | IP_NETMASK=255.255.255.240
|
---|
21 | IP_BROADCAST=10.0.2.255
|
---|
22 | IP_GATEWAY=10.0.2.2
|
---|
23 | ARP=arp
|
---|
24 |
|
---|
25 | MTU=1492
|
---|
Note:
See
TracBrowser
for help on using the repository browser.