Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci puc(4): Add Intel Core 5G (mobile) KT.
details: https://anonhg.NetBSD.org/src/rev/87165250450d
branches: trunk
changeset: 984692:87165250450d
user: riastradh <riastradh%NetBSD.org@localhost>
date: Sat Jul 17 10:45:58 2021 +0000
description:
puc(4): Add Intel Core 5G (mobile) KT.
diffstat:
sys/dev/pci/pucdata.c | 13 +++++++++++--
1 files changed, 11 insertions(+), 2 deletions(-)
diffs (34 lines):
diff -r 64b3a5b1b800 -r 87165250450d sys/dev/pci/pucdata.c
--- a/sys/dev/pci/pucdata.c Sat Jul 17 07:13:19 2021 +0000
+++ b/sys/dev/pci/pucdata.c Sat Jul 17 10:45:58 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pucdata.c,v 1.109 2021/02/02 16:11:43 bouyer Exp $ */
+/* $NetBSD: pucdata.c,v 1.110 2021/07/17 10:45:58 riastradh Exp $ */
/*
* Copyright (c) 1998, 1999 Christopher G. Demetriou. All rights reserved.
@@ -36,7 +36,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pucdata.c,v 1.109 2021/02/02 16:11:43 bouyer Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pucdata.c,v 1.110 2021/07/17 10:45:58 riastradh Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -2046,6 +2046,15 @@
},
},
+ /* Intel Core 5G (mobile) KT */
+ { "Intel Core 5G (mobile) KT",
+ { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_CORE5G_M_KT, 0, 0 },
+ { 0xffff, 0xffff, 0, 0 },
+ {
+ { PUC_PORT_TYPE_COM, PCI_BAR0, 0x00, COM_FREQ },
+ },
+ },
+
/* Intel EG20T UART */
{ "Intel EG20T UART #0",
{ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_EG20T_UART_0, 0, 0 },
Home |
Main Index |
Thread Index |
Old Index