Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Jan 2019 18:55:29 +0000 (UTC)
From:      Oleksandr Tymoshenko <gonzo@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r343531 - in stable/11/sys: conf dev/amdgpio modules modules/amdgpio
Message-ID:  <201901281855.x0SItTKM063866@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gonzo
Date: Mon Jan 28 18:55:29 2019
New Revision: 343531
URL: https://svnweb.freebsd.org/changeset/base/343531

Log:
  MFC r339523:
  
  Add amdgpio, driver for GPIO controller on AMD-based x86_64 platforms
  
  Submitted by:	Rajesh Kumar <rajbsd@gmail.com>
  Differential Revision:	https://reviews.freebsd.org/D16865

Added:
  stable/11/sys/dev/amdgpio/
     - copied from r339523, head/sys/dev/amdgpio/
  stable/11/sys/modules/amdgpio/
     - copied from r339523, head/sys/modules/amdgpio/
Modified:
  stable/11/sys/conf/files.amd64
  stable/11/sys/modules/Makefile
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sys/conf/files.amd64
==============================================================================
--- stable/11/sys/conf/files.amd64	Mon Jan 28 18:34:04 2019	(r343530)
+++ stable/11/sys/conf/files.amd64	Mon Jan 28 18:55:29 2019	(r343531)
@@ -191,6 +191,7 @@ dev/acpi_support/acpi_wmi_if.m	standard
 dev/agp/agp_amd64.c		optional	agp
 dev/agp/agp_i810.c		optional	agp
 dev/agp/agp_via.c		optional	agp
+dev/amdgpio/amdgpio.c		optional	amdgpio
 dev/amdsbwd/amdsbwd.c		optional	amdsbwd
 dev/amdsmn/amdsmn.c		optional	amdsmn | amdtemp
 dev/amdtemp/amdtemp.c		optional	amdtemp

Modified: stable/11/sys/modules/Makefile
==============================================================================
--- stable/11/sys/modules/Makefile	Mon Jan 28 18:34:04 2019	(r343530)
+++ stable/11/sys/modules/Makefile	Mon Jan 28 18:55:29 2019	(r343531)
@@ -35,6 +35,7 @@ SUBDIR=	\
 	ale \
 	alq \
 	${_amd_ecc_inject} \
+	${_amdgpio} \
 	${_amdsbwd} \
 	${_amdsmn} \
 	${_amdtemp} \
@@ -715,6 +716,7 @@ _x86bios=	x86bios
 .endif
 
 .if ${MACHINE_CPUARCH} == "amd64"
+_amdgpio=	amdgpio
 _efirt=		efirt
 _ioat=		ioat
 _ixl=		ixl



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901281855.x0SItTKM063866>