From cb58482eef811a4a44a498852b84e565b8a72067 Mon Sep 17 00:00:00 2001 From: jsg Date: Sun, 28 Jan 2024 03:01:39 +0000 Subject: [PATCH] match on Intel C3000 tested by Stephane Tranchemer --- sys/dev/pci/pucdata.c | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/sys/dev/pci/pucdata.c b/sys/dev/pci/pucdata.c index 283d9b88e4a..166ff831d85 100644 --- a/sys/dev/pci/pucdata.c +++ b/sys/dev/pci/pucdata.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pucdata.c,v 1.118 2022/10/24 05:57:58 jsg Exp $ */ +/* $OpenBSD: pucdata.c,v 1.119 2024/01/28 03:01:39 jsg Exp $ */ /* $NetBSD: pucdata.c,v 1.6 1999/07/03 05:55:23 cgd Exp $ */ /* @@ -306,6 +306,13 @@ const struct puc_device_description puc_devs[] = { { PUC_PORT_COM, 0x10, 0x0000 }, }, }, + { /* Intel C3000 UART */ + { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_C3000_HSUART, 0x0000, 0x0000 }, + { 0xffff, 0xffff, 0x0000, 0x0000 }, + { + { PUC_PORT_COM, 0x10, 0x0000 }, + }, + }, /* * XXX no entry because I have no data: * XXX Dolphin Peripherals 4006 (single parallel) -- 2.20.1