svn commit: r359574 - in head/sys: arm/xilinx conf

Ian Lepore ian at FreeBSD.org
Thu Apr 2 19:06:18 UTC 2020


Author: ian
Date: Thu Apr  2 19:06:05 2020
New Revision: 359574
URL: https://svnweb.freebsd.org/changeset/base/359574

Log:
  Add the Cadence GEM ethernet driver to NOTES so that it gets built with
  LINT kernels.  Move the config for it from files.<arch> files into the
  main config (conf/files), because it works on multiple platforms now.

Modified:
  head/sys/arm/xilinx/files.zynq7
  head/sys/conf/NOTES
  head/sys/conf/files
  head/sys/conf/files.riscv

Modified: head/sys/arm/xilinx/files.zynq7
==============================================================================
--- head/sys/arm/xilinx/files.zynq7	Thu Apr  2 18:37:15 2020	(r359573)
+++ head/sys/arm/xilinx/files.zynq7	Thu Apr  2 19:06:05 2020	(r359574)
@@ -9,7 +9,6 @@ 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 cgem
 arm/xilinx/zy7_ehci.c 				optional ehci
 arm/xilinx/uart_dev_cdnc.c			optional uart
 arm/xilinx/zy7_gpio.c				optional gpio

Modified: head/sys/conf/NOTES
==============================================================================
--- head/sys/conf/NOTES	Thu Apr  2 18:37:15 2020	(r359573)
+++ head/sys/conf/NOTES	Thu Apr  2 19:06:05 2020	(r359574)
@@ -1786,6 +1786,7 @@ device  	axphy		# Asix Semiconductor AX88x9x
 device  	bmtphy		# Broadcom BCM5201/BCM5202 and 3Com 3c905C
 device		bnxt		# Broadcom NetXtreme-C/NetXtreme-E
 device  	brgphy		# Broadcom BCM54xx/57xx 1000baseTX
+device  	cgem		# Cadence GEM Gigabit Ethernet
 device  	ciphy		# Cicada/Vitesse CS/VSC8xxx
 device  	e1000phy	# Marvell 88E1000 1000/100/10-BT
 device  	gentbi		# Generic 10-bit 1000BASE-{LX,SX} fiber ifaces

Modified: head/sys/conf/files
==============================================================================
--- head/sys/conf/files	Thu Apr  2 18:37:15 2020	(r359573)
+++ head/sys/conf/files	Thu Apr  2 19:06:05 2020	(r359574)
@@ -1351,6 +1351,7 @@ dev/bwn/if_bwn_phy_g.c		optional bwn bhnd
 dev/bwn/if_bwn_phy_lp.c		optional bwn bhnd
 dev/bwn/if_bwn_phy_n.c		optional bwn bhnd
 dev/bwn/if_bwn_util.c		optional bwn bhnd
+dev/cadence/if_cgem.c		optional cgem fdt
 dev/cardbus/cardbus.c		optional cardbus
 dev/cardbus/cardbus_cis.c	optional cardbus
 dev/cardbus/cardbus_device.c	optional cardbus

Modified: head/sys/conf/files.riscv
==============================================================================
--- head/sys/conf/files.riscv	Thu Apr  2 18:37:15 2020	(r359573)
+++ head/sys/conf/files.riscv	Thu Apr  2 19:06:05 2020	(r359574)
@@ -4,7 +4,6 @@ cddl/dev/dtrace/riscv/dtrace_subr.c			optional dtrace 
 cddl/dev/fbt/riscv/fbt_isa.c				optional dtrace_fbt | dtraceall compile-with "${FBT_C}"
 crypto/blowfish/bf_enc.c	optional	crypto | ipsec | ipsec_support
 crypto/des/des_enc.c		optional	crypto | ipsec | ipsec_support | netsmb
-dev/cadence/if_cgem.c		optional	cgem
 dev/ofw/ofw_cpu.c		optional	fdt
 dev/ofw/ofwpci.c		optional 	pci fdt
 dev/pci/pci_host_generic.c	optional	pci


More information about the svn-src-head mailing list