Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci add entry for ASIX AX99100 PCIe 4port serial card
details: https://anonhg.NetBSD.org/src/rev/7b899a85fdf9
branches: trunk
changeset: 1010930:7b899a85fdf9
user: ryo <ryo%NetBSD.org@localhost>
date: Sat Jun 13 12:42:58 2020 +0000
description:
add entry for ASIX AX99100 PCIe 4port serial card
diffstat:
sys/dev/pci/pucdata.c | 13 +++++++++++--
1 files changed, 11 insertions(+), 2 deletions(-)
diffs (34 lines):
diff -r 8ff4957a6b9d -r 7b899a85fdf9 sys/dev/pci/pucdata.c
--- a/sys/dev/pci/pucdata.c Sat Jun 13 12:42:50 2020 +0000
+++ b/sys/dev/pci/pucdata.c Sat Jun 13 12:42:58 2020 +0000
@@ -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 @@
}
},
+ /* 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 },
Home |
Main Index |
Thread Index |
Old Index