source:
mainline/uspace/srv/net/cfg/e1k.nic@
9cd8165
Last change on this file since 9cd8165 was 9cd8165, checked in by , 14 years ago | |
---|---|
|
|
File size: 285 bytes |
Rev | Line | |
---|---|---|
[c4be33a] | 1 | # E1000 configuration |
2 | ||
3 | NAME=e1k | |
4 | ||
[77a69ea] | 5 | HWPATH=devices/\hw\pci0\00:03.0\port0 |
[c4be33a] | 6 | NIL=eth |
7 | IL=ip | |
8 | ||
9 | # 8023_2_LSAP, 8023_2_SNAP | |
10 | ETH_MODE=DIX | |
11 | ETH_DUMMY=no | |
12 | ||
13 | IP_CONFIG=static | |
[9cd8165] | 14 | IP_ADDR=192.168.0.4 |
[c4be33a] | 15 | IP_ROUTING=yes |
[9cd8165] | 16 | IP_NETMASK=255.255.255.0 |
17 | IP_BROADCAST=192.168.0.255 | |
18 | IP_GATEWAY=192.168.0.1 | |
[c4be33a] | 19 | ARP=arp |
20 | ||
21 | MTU=1500 |
Note:
See TracBrowser
for help on using the repository browser.