From owner-svn-src-head@freebsd.org Thu Apr 2 19:06:18 2020 Return-Path: Delivered-To: svn-src-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 738D9260C0C; Thu, 2 Apr 2020 19:06:18 +0000 (UTC) (envelope-from ian@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48tXbW1yFDz3xbv; Thu, 2 Apr 2020 19:06:14 +0000 (UTC) (envelope-from ian@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0A7881E4FA; Thu, 2 Apr 2020 19:06:06 +0000 (UTC) (envelope-from ian@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 032J66tK006254; Thu, 2 Apr 2020 19:06:06 GMT (envelope-from ian@FreeBSD.org) Received: (from ian@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 032J65Gm006251; Thu, 2 Apr 2020 19:06:05 GMT (envelope-from ian@FreeBSD.org) Message-Id: <202004021906.032J65Gm006251@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ian set sender to ian@FreeBSD.org using -f From: Ian Lepore Date: Thu, 2 Apr 2020 19:06:05 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r359574 - in head/sys: arm/xilinx conf X-SVN-Group: head X-SVN-Commit-Author: ian X-SVN-Commit-Paths: in head/sys: arm/xilinx conf X-SVN-Commit-Revision: 359574 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Apr 2020 19:06:18 -0000 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. 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