Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci Also match Oxford Semiconductor Exsys EX-41098 P...
details: https://anonhg.NetBSD.org/src/rev/e8149802a5de
branches: trunk
changeset: 950858:e8149802a5de
user: bouyer <bouyer%NetBSD.org@localhost>
date: Tue Feb 02 16:11:43 2021 +0000
description:
Also match Oxford Semiconductor Exsys EX-41098 PCI UARTs
diffstat:
sys/dev/pci/pucdata.c | 17 +++++++++++++++--
1 files changed, 15 insertions(+), 2 deletions(-)
diffs (38 lines):
diff -r 74ee1d08c013 -r e8149802a5de sys/dev/pci/pucdata.c
--- a/sys/dev/pci/pucdata.c Tue Feb 02 15:41:14 2021 +0000
+++ b/sys/dev/pci/pucdata.c Tue Feb 02 16:11:43 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pucdata.c,v 1.108 2020/06/13 12:42:58 ryo Exp $ */
+/* $NetBSD: pucdata.c,v 1.109 2021/02/02 16:11:43 bouyer 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.108 2020/06/13 12:42:58 ryo Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pucdata.c,v 1.109 2021/02/02 16:11:43 bouyer Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -1322,6 +1322,19 @@
},
},
+ /* Oxford Semiconductor Exsys EX-41098 PCI UARTs */
+ { "Oxford Semiconductor Exsys EX-41098 UARTs",
+ { PCI_VENDOR_OXFORDSEMI, PCI_PRODUCT_OXFORDSEMI_EXSYS_EX41098,
+ PCI_VENDOR_OXFORDSEMI, 0 },
+ { 0xffff, 0xffff, 0xffff, 0 },
+ {
+ { PUC_PORT_TYPE_COM, PCI_BAR0, 0x00, COM_FREQ * 8},
+ { PUC_PORT_TYPE_COM, PCI_BAR0, 0x08, COM_FREQ * 8},
+ { PUC_PORT_TYPE_COM, PCI_BAR0, 0x10, COM_FREQ * 8},
+ { PUC_PORT_TYPE_COM, PCI_BAR0, 0x18, COM_FREQ * 8},
+ },
+ },
+
/* I-O DATA RSA-PCI2 eight(5-8) UARTs base on OX16PCI954 */
{ "I-O DATA RSA-PCI2/P8 (5-8) UARTs",
{ PCI_VENDOR_OXFORDSEMI, PCI_PRODUCT_OXFORDSEMI_EXSYS_EX41098,
Home |
Main Index |
Thread Index |
Old Index