Changeset 80099c19 in mainline


Ignore:
Timestamp:
2011-10-07T22:22:34Z (13 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
66e0186b, 7a68fe5, bd830128, d7ff048
Parents:
49bd793b
Message:

cherrypick a sanitized NE2K driver from lp:~helenos-nicf/helenos/nicf
currently not used yet

Files:
5 added
3 edited

Legend:

Unmodified
Added
Removed
  • boot/Makefile.common

    r49bd793b r80099c19  
    123123        test/test2 \
    124124        test/test3 \
    125         nic/lo
     125        nic/lo \
     126        nic/ne2k
    126127
    127128RD_DRV_CFG =
  • uspace/Makefile

    r49bd793b r80099c19  
    118118        drv/bus/usb/usbmouse \
    119119        drv/bus/usb/vhc \
    120         drv/nic/lo
     120        drv/nic/lo \
     121        drv/nic/ne2k
    121122
    122123ifeq ($(CONFIG_PCC),y)
  • uspace/srv/net/cfg/ne2k.nic

    r49bd793b r80099c19  
    33NAME=ne2k
    44
    5 HWPATH=/hw/pci0/00:01.0/ne2000/port0
     5HWPATH=/hw/pci0/00:01.0/ne2k/port0
    66NIL=eth
    77IL=ip
     
    1919ARP=arp
    2020
    21 MTU=1492
     21MTU=1500
Note: See TracChangeset for help on using the changeset viewer.