summaryrefslogtreecommitdiffstats
path: root/sys/mips/cavium
diff options
context:
space:
mode:
authorjmallett <jmallett@FreeBSD.org>2010-12-16 07:20:38 +0000
committerjmallett <jmallett@FreeBSD.org>2010-12-16 07:20:38 +0000
commit465b528052c3256718ebbdfbff30712e36b4e044 (patch)
treef0c81ec1d581929e9183f2375a74ccdd3a385151 /sys/mips/cavium
parent70edd4320f7df3516774541ca396ce19e8dd738d (diff)
downloadFreeBSD-src-465b528052c3256718ebbdfbff30712e36b4e044.zip
FreeBSD-src-465b528052c3256718ebbdfbff30712e36b4e044.tar.gz
o) Add support for the Lanner MR-321X/MR-325, which is just a modified MR-320.
o) On the Lanner MR-730, disable PCIe lane swap, per vendor.
Diffstat (limited to 'sys/mips/cavium')
-rw-r--r--sys/mips/cavium/octe/ethernet-common.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/mips/cavium/octe/ethernet-common.c b/sys/mips/cavium/octe/ethernet-common.c
index aa66b8f..b107749 100644
--- a/sys/mips/cavium/octe/ethernet-common.c
+++ b/sys/mips/cavium/octe/ethernet-common.c
@@ -294,6 +294,7 @@ int cvm_oct_common_init(struct ifnet *ifp)
switch (cvmx_sysinfo_get()->board_type) {
#if defined(OCTEON_VENDOR_LANNER)
case CVMX_BOARD_TYPE_CUST_LANNER_MR320:
+ case CVMX_BOARD_TYPE_CUST_LANNER_MR321X:
if (priv->phy_id == 16)
cvm_oct_mv88e61xx_setup_device(ifp);
break;
OpenPOWER on IntegriCloud