Module Name: src
Committed By: ryo
Date: Sat Jun 13 12:42:58 UTC 2020
Modified Files:
src/sys/dev/pci: pucdata.c
Log Message:
add entry for ASIX AX99100 PCIe 4port serial card
To generate a diff of this commit:
cvs rdiff -u -r1.107 -r1.108 src/sys/dev/pci/pucdata.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/pci/pucdata.c
diff -u src/sys/dev/pci/pucdata.c:1.107 src/sys/dev/pci/pucdata.c:1.108
--- src/sys/dev/pci/pucdata.c:1.107 Sun Apr 5 10:43:09 2020
+++ src/sys/dev/pci/pucdata.c Sat Jun 13 12:42:58 2020
@@ -1,4 +1,4 @@
-/* $NetBSD: pucdata.c,v 1.107 2020/04/05 10:43:09 ryo Exp $ */
+/* $NetBSD: pucdata.c,v 1.108 2020/06/13 12:42:58 ryo 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.107 2020/04/05 10:43:09 ryo Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pucdata.c,v 1.108 2020/06/13 12:42:58 ryo Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -142,6 +142,15 @@ const struct puc_device_description puc_
}
},
+ /* ASIX PCIe AX99100 : 4S */
+ { "ASIX AX99100 UART",
+ { PCI_VENDOR_ASIX, PCI_PRODUCT_ASIX_AX99100, 0xa000, 0x1000 },
+ { 0xffff, 0xffff, 0xffff, 0xffff },
+ {
+ { PUC_PORT_TYPE_COM, PCI_BAR0, 0x00, COM_FREQ },
+ },
+ },
+
/* Avlab Technology, Inc. PCI 2 Serial: 2S */
{ "Avlab PCI 2 Serial",
{ PCI_VENDOR_AVLAB, PCI_PRODUCT_AVLAB_PCI2S, 0, 0 },