Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Oct 2018 13:12:14 -0700
From:      Oleksandr Tymoshenko <gonzo@freebsd.org>
To:        Nathan Whitehorn <nwhitehorn@freebsd.org>
Cc:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   Re: svn commit: r339523 - in head/sys: conf dev/amdgpio modules modules/amdgpio
Message-ID:  <20181021201214.GA98172@bluezbox.com>
In-Reply-To: <49432512-861b-47dd-4e25-08044b0b53fa@freebsd.org>
References:  <201810210452.w9L4qbTc067553@repo.freebsd.org> <49432512-861b-47dd-4e25-08044b0b53fa@freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Nathan Whitehorn (nwhitehorn@freebsd.org) wrote:
> 
> 
> On 10/20/18 9:52 PM, Oleksandr Tymoshenko wrote:
> > Author: gonzo
> > Date: Sun Oct 21 04:52:37 2018
> > New Revision: 339523
> > URL: https://svnweb.freebsd.org/changeset/base/339523
> >
> > Log:
> >   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
> >
> [...]
> > Modified: head/sys/modules/Makefile
> > ==============================================================================
> > --- head/sys/modules/Makefile	Sun Oct 21 02:39:13 2018	(r339522)
> > +++ head/sys/modules/Makefile	Sun Oct 21 04:52:37 2018	(r339523)
> > @@ -34,6 +34,7 @@ SUBDIR=	\
> >  	ale \
> >  	alq \
> >  	${_amd_ecc_inject} \
> > +	${_amdgpio} \
> >  	${_amdsbwd} \
> >  	${_amdsmn} \
> >  	${_amdtemp} \
> > @@ -717,6 +718,7 @@ _x86bios=	x86bios
> >  .endif
> >  
> >  .if ${MACHINE_CPUARCH} == "amd64"
> > +_amdgpio=	amdgpio
> >  _ccp=		ccp
> >  _efirt=		efirt
> >  _iavf=		iavf
> >
> 
> Does this not work on 64-bit AMD processors running i386 kernels?

I see no reason why it wouldn't. Probably just haven't been tested.

-- 
gonzo



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