summaryrefslogtreecommitdiffstats
path: root/sys/arm/xilinx/files.zynq7
diff options
context:
space:
mode:
authorian <ian@FreeBSD.org>2014-10-25 20:34:10 +0000
committerian <ian@FreeBSD.org>2014-10-25 20:34:10 +0000
commit682138b2b9462a4c746e6891426c2d0e4c0e336f (patch)
tree78a3200fcc0807461e158ec00a47a7c9742e25cb /sys/arm/xilinx/files.zynq7
parent0817d1234eacdebe6d05df8f90526be6e22e4797 (diff)
downloadFreeBSD-src-682138b2b9462a4c746e6891426c2d0e4c0e336f.zip
FreeBSD-src-682138b2b9462a4c746e6891426c2d0e4c0e336f.tar.gz
MFC r268633, r271046:
Fixes and enhancements for the if_cgem driver... - miibus fixes as suggested by Yonghyeon Pyun. - enable VLAN MTU support. - fix a few WITNESS complaints in cgem_attach(). - have cgem_attach() properly init the ifnet struct before calling mii_attach() to fix panic when using e1000phy. - fix ethernet address changing. - fix transmit queue overflow handling. - tweak receive queue handling to reduce receive overflows. - bring out MAC statistic counters to sysctls. - add e1000phy to config file. - implement receive hang work-around described in reference guide. - change device name from if_cgem to cgem to be consistent with other interfaces. Fix the Zedboard/Zynq ethernet driver to handle media speed changes so that it can connect to switches at speeds other than 1gb.
Diffstat (limited to 'sys/arm/xilinx/files.zynq7')
-rw-r--r--sys/arm/xilinx/files.zynq72
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arm/xilinx/files.zynq7 b/sys/arm/xilinx/files.zynq7
index 0407ecb..4caf90a 100644
--- a/sys/arm/xilinx/files.zynq7
+++ b/sys/arm/xilinx/files.zynq7
@@ -23,7 +23,7 @@ arm/xilinx/zy7_slcr.c standard
arm/xilinx/zy7_devcfg.c standard
arm/xilinx/zy7_mp.c optional smp
-dev/cadence/if_cgem.c optional if_cgem
+dev/cadence/if_cgem.c optional cgem
dev/sdhci/sdhci_fdt.c optional sdhci
arm/xilinx/zy7_ehci.c optional ehci
arm/xilinx/uart_dev_cdnc.c optional uart
OpenPOWER on IntegriCloud