lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
Last change
on this file since 38c0a9c was d9fae235, checked in by Martin Decky <martin@…>, 15 years ago |
sysinfo overhaul
- cleanup (nicer data structures, use of SLAB allocator)
- add support for storing arbitrary binary data
- properly reimplement non-constant values (generated by functions)
- add support for non-constant subtrees (generated by functions)
- syscall ABI change, libc API change
- reflect changes in user code
libc: task_spawn() can now return error code
- reflect change in user code, print error strings after failed task_spawn()
uspace cleanup
- more use of string and other constants
- more use of str_error()
- unify error reporting in init
|
-
Property mode
set to
100644
|
File size:
277 bytes
|
Rev | Line | |
---|
[01a9ef5] | 1 | # DP8390 (NE2k) configuration
|
---|
| 2 |
|
---|
| 3 | NAME=ne2k
|
---|
| 4 |
|
---|
| 5 | NETIF=dp8390
|
---|
[11e543c] | 6 | NIL=eth
|
---|
[01a9ef5] | 7 | IL=ip
|
---|
| 8 |
|
---|
| 9 | IRQ=9
|
---|
| 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.0.2.15
|
---|
| 18 | IP_ROUTING=yes
|
---|
| 19 | IP_NETMASK=255.255.255.240
|
---|
| 20 | IP_BROADCAST=10.0.2.255
|
---|
| 21 | IP_GATEWAY=10.0.2.2
|
---|
| 22 | ARP=arp
|
---|
| 23 |
|
---|
| 24 | MTU=1492
|
---|
Note:
See
TracBrowser
for help on using the repository browser.