diff options
author | yongari <yongari@FreeBSD.org> | 2010-12-31 00:21:41 +0000 |
---|---|---|
committer | yongari <yongari@FreeBSD.org> | 2010-12-31 00:21:41 +0000 |
commit | e90b6f07f7e72bbeb93a5de6d035056141094d19 (patch) | |
tree | 5336396b044a745e7ef777a1389ee1c09cc292b4 /sys/conf | |
parent | 88f2a7feeb45cb89b3437dfe4825985c2e2a2a44 (diff) | |
download | FreeBSD-src-e90b6f07f7e72bbeb93a5de6d035056141094d19.zip FreeBSD-src-e90b6f07f7e72bbeb93a5de6d035056141094d19.tar.gz |
Add driver for DM&P Vortex86 RDC R6040 Fast Ethernet.
The controller is commonly found on DM&P Vortex86 x86 SoC. The
driver supports all hardware features except flow control. The
flow control was intentionally disabled due to silicon bug.
DM&P Electronics, Inc. provided all necessary information including
sample board to write driver and answered many questions I had.
Many thanks for their support of FreeBSD.
H/W donated by: DM&P Electronics, Inc.
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/NOTES | 2 | ||||
-rw-r--r-- | sys/conf/files | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 7ca5575..dc3d8f1 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -1995,6 +1995,7 @@ device xmphy # XaQti XMAC II # Technologies VT3043 `Rhine I' and VT86C100A `Rhine II' chips, # including the D-Link DFE520TX and D-Link DFE530TX (see 'rl' for # DFE530TX+), the Hawking Technologies PN102TX, and the AOpen/Acer ALN-320. +# vte: DM&P Vortex86 RDC R6040 Fast Ethernet # vx: 3Com 3C590 and 3C595 # wb: Support for fast ethernet adapters based on the Winbond W89C840F chip. # Note: this is not the same as the Winbond W89C940F, which is a @@ -2067,6 +2068,7 @@ device stge # Sundance/Tamarack TC9021 gigabit Ethernet device tl # Texas Instruments ThunderLAN device tx # SMC EtherPower II (83c170 ``EPIC'') device vr # VIA Rhine, Rhine II +device vte # DM&P Vortex86 RDC R6040 Fast Ethernet device wb # Winbond W89C840F device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'') diff --git a/sys/conf/files b/sys/conf/files index 8d4994b..3973bc9 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1876,6 +1876,7 @@ dev/utopia/utopia.c optional utopia dev/vge/if_vge.c optional vge dev/vkbd/vkbd.c optional vkbd dev/vr/if_vr.c optional vr pci +dev/vte/if_vte.c optional vte pci dev/vx/if_vx.c optional vx dev/vx/if_vx_eisa.c optional vx eisa dev/vx/if_vx_pci.c optional vx pci |