summaryrefslogtreecommitdiffstats
path: root/sys/boot
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/boot
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/boot')
-rw-r--r--sys/boot/fdt/dts/arm/zedboard.dts2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/boot/fdt/dts/arm/zedboard.dts b/sys/boot/fdt/dts/arm/zedboard.dts
index 2d9fccd..7277308 100644
--- a/sys/boot/fdt/dts/arm/zedboard.dts
+++ b/sys/boot/fdt/dts/arm/zedboard.dts
@@ -63,6 +63,7 @@
slcr: slcr@7000 {
compatible = "xlnx,zy7_slcr";
reg = <0x0 0x1000>;
+ clock-frequency = <33333333>; // 33Mhz PS_CLK
};
// Interrupt controller
@@ -175,6 +176,7 @@
reg = <0xb000 0x1000>;
interrupts = <54 55>;
interrupt-parent = <&GIC>;
+ ref-clock-num = <0>;
};
// SDIO
OpenPOWER on IntegriCloud