source: mainline/uspace/srv/net/cfg/ne2k.nic@ 5cc9eba

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

Allow multiple tasks to register for loc category change events.
Open NIC devices via location service, discover using category change events.
Eliminate device_added driver entry point.
loc_service_get_name() should return fully qualified service name.

  • Property mode set to 100644
File size: 286 bytes
Line 
1# NE2000 configuration
2
3NAME=ne2k
4
5HWPATH=devices/\hw\pci0\00:01.0\ne2k\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=10.0.2.15
15IP_ROUTING=yes
16IP_NETMASK=255.255.255.240
17IP_BROADCAST=10.0.2.255
18IP_GATEWAY=10.0.2.2
19ARP=arp
20
21MTU=1500
Note: See TracBrowser for help on using the repository browser.