Changeset 80099c19 in mainline
- Timestamp:
- 2011-10-07T22:22:34Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 66e0186b, 7a68fe5, bd830128, d7ff048
- Parents:
- 49bd793b
- Files:
-
- 5 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/Makefile.common
r49bd793b r80099c19 123 123 test/test2 \ 124 124 test/test3 \ 125 nic/lo 125 nic/lo \ 126 nic/ne2k 126 127 127 128 RD_DRV_CFG = -
uspace/Makefile
r49bd793b r80099c19 118 118 drv/bus/usb/usbmouse \ 119 119 drv/bus/usb/vhc \ 120 drv/nic/lo 120 drv/nic/lo \ 121 drv/nic/ne2k 121 122 122 123 ifeq ($(CONFIG_PCC),y) -
uspace/srv/net/cfg/ne2k.nic
r49bd793b r80099c19 3 3 NAME=ne2k 4 4 5 HWPATH=/hw/pci0/00:01.0/ne2 000/port05 HWPATH=/hw/pci0/00:01.0/ne2k/port0 6 6 NIL=eth 7 7 IL=ip … … 19 19 ARP=arp 20 20 21 MTU=1 49221 MTU=1500
Note:
See TracChangeset
for help on using the changeset viewer.