Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci attach the other pciid for intel 100 series KT s...
details: https://anonhg.NetBSD.org/src/rev/277a457818a3
branches: trunk
changeset: 365889:277a457818a3
user: mrg <mrg%NetBSD.org@localhost>
date: Sun May 01 04:24:47 2022 +0000
description:
attach the other pciid for intel 100 series KT serial.
seen on a thinkpad 460s.
diffstat:
sys/dev/pci/pucdata.c | 11 +++++++++--
1 files changed, 9 insertions(+), 2 deletions(-)
diffs (32 lines):
diff -r e6a3e9d1d748 -r 277a457818a3 sys/dev/pci/pucdata.c
--- a/sys/dev/pci/pucdata.c Sun May 01 03:18:41 2022 +0000
+++ b/sys/dev/pci/pucdata.c Sun May 01 04:24:47 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pucdata.c,v 1.112 2021/10/12 14:15:34 msaitoh Exp $ */
+/* $NetBSD: pucdata.c,v 1.113 2022/05/01 04:24:47 mrg 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.112 2021/10/12 14:15:34 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pucdata.c,v 1.113 2022/05/01 04:24:47 mrg Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -2009,6 +2009,13 @@
{ PUC_PORT_TYPE_COM, PCI_BAR0, 0x00, COM_FREQ },
},
},
+ { "Intel 100 Series LP KT",
+ { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_100SERIES_LP_KT, 0, 0 },
+ { 0xffff, 0xffff, 0, 0 },
+ {
+ { PUC_PORT_TYPE_COM, PCI_BAR0, 0x00, COM_FREQ },
+ },
+ },
/* Intel 200 Series KT */
{ "Intel 200 Series KT",
Home |
Main Index |
Thread Index |
Old Index