Add E1000 PIC NIC driver from Yu Qiang

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3638 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2011-05-21 18:25:31 +00:00
parent af0be9bcf1
commit 76181fc1e8
2 changed files with 34 additions and 4 deletions

View File

@ -385,13 +385,28 @@ CONFIG_HEAP_BASE=
CONFIG_HEAP_SIZE=
#
##########################################
# RGMP specific configuration
##########################################
#
# VNET
#
CONFIG_NET_VNET=y
CONFIG_VNET_NINTERFACES=1
#
# Serial port
#
CONFIG_COM1=y
CONFIG_COM2=y
CONFIG_COM3=n
CONFIG_COM4=n
CONFIG_E1000=n
#
# E1000
#
CONFIG_NET_E1000=n
CONFIG_E1000_N_TX_DESC=128
CONFIG_E1000_N_RX_DESC=128
CONFIG_E1000_BUFF_SIZE=0x800

View File

@ -415,13 +415,28 @@ CONFIG_HEAP_BASE=
CONFIG_HEAP_SIZE=
#
##########################################
# RGMP specific configuration
##########################################
#
# VNET
#
CONFIG_NET_VNET=y
CONFIG_VNET_NINTERFACES=1
#
# Serial port
#
CONFIG_COM1=y
CONFIG_COM2=y
CONFIG_COM3=n
CONFIG_COM4=n
CONFIG_E1000=n
#
# E1000
#
CONFIG_NET_E1000=n
CONFIG_E1000_N_TX_DESC=128
CONFIG_E1000_N_RX_DESC=128
CONFIG_E1000_BUFF_SIZE=0x800