summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authoryongari <yongari@FreeBSD.org>2010-12-31 00:21:41 +0000
committeryongari <yongari@FreeBSD.org>2010-12-31 00:21:41 +0000
commite90b6f07f7e72bbeb93a5de6d035056141094d19 (patch)
tree5336396b044a745e7ef777a1389ee1c09cc292b4 /sys/boot
parent88f2a7feeb45cb89b3437dfe4825985c2e2a2a44 (diff)
downloadFreeBSD-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/boot')
-rw-r--r--sys/boot/forth/loader.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/boot/forth/loader.conf b/sys/boot/forth/loader.conf
index 4f07b91..ee60bae 100644
--- a/sys/boot/forth/loader.conf
+++ b/sys/boot/forth/loader.conf
@@ -328,6 +328,7 @@ if_tl_load="NO" # Texas Instruments TNETE100 ("ThunderLAN")
if_tx_load="NO" # SMC 83c17x Fast Ethernet
if_txp_load="NO" # 3Com 3XP Typhoon/Sidewinder (3CR990)
if_vge_load="NO" # VIA VT6122 PCI Gigabit Ethernet
+if_vte_load="NO" # DM&P Vortex86 RDC R6040 Fast Ethernet
if_uath_load="NO" # Atheros USB wireless for AR5005UG & AR5005UX
if_udav_load="NO" # Davicom DM9601 USB Ethernet
if_upgt_load="NO" # Conexant/Intersil PrismGT USB wireless
OpenPOWER on IntegriCloud