Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Feb 2018 19:55:30 +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: r329603 - stable/11/sys/dev/nctgpio
Message-ID:  <201802191955.w1JJtU6K007129@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gonzo
Date: Mon Feb 19 19:55:29 2018
New Revision: 329603
URL: https://svnweb.freebsd.org/changeset/base/329603

Log:
  MFC r327502:
  
  nctgpio: add new device id for the GPIO chip in PCEngines APU3
  
  PR:		224512
  Submitted by:	mike@sentex.net

Modified:
  stable/11/sys/dev/nctgpio/nctgpio.c
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sys/dev/nctgpio/nctgpio.c
==============================================================================
--- stable/11/sys/dev/nctgpio/nctgpio.c	Mon Feb 19 19:31:18 2018	(r329602)
+++ stable/11/sys/dev/nctgpio/nctgpio.c	Mon Feb 19 19:55:29 2018	(r329603)
@@ -140,6 +140,10 @@ struct nuvoton_vendor_device_id {
 		.chip_id	= 0xc452,
 		.descr		= "Nuvoton NCT5104D (PC-Engines APU)",
 	},
+	{
+		.chip_id	= 0xc453,
+		.descr		= "Nuvoton NCT5104D (PC-Engines APU3)",
+	},
 };
 
 static void



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