source: mainline/uspace/srv/net/cfg/e1k.nic@ 9cd8165

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 9cd8165 was 9cd8165, checked in by Jiri Svoboda <jiri@…>, 14 years ago

NIC does not need nic_device_id_t. Now it exists just inside net. Not sure if
we care to rename it since net is going away soon, anyway.

  • Property mode set to 100644
File size: 285 bytes
Line 
1# E1000 configuration
2
3NAME=e1k
4
5HWPATH=devices/\hw\pci0\00:03.0\port0
6NIL=eth
7IL=ip
8
9# 8023_2_LSAP, 8023_2_SNAP
10ETH_MODE=DIX
11ETH_DUMMY=no
12
13IP_CONFIG=static
14IP_ADDR=192.168.0.4
15IP_ROUTING=yes
16IP_NETMASK=255.255.255.0
17IP_BROADCAST=192.168.0.255
18IP_GATEWAY=192.168.0.1
19ARP=arp
20
21MTU=1500
Note: See TracBrowser for help on using the repository browser.