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 ID for the EXAR XR17V354 PCIe UART.



details:   https://anonhg.NetBSD.org/src/rev/9e4d8cdd5a57
branches:  trunk
changeset: 373278:9e4d8cdd5a57
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Sun Jan 29 15:07:32 2023 +0000

description:
Add ID for the EXAR XR17V354 PCIe UART.

>From Håkan Engvall.
PR kern/57202

diffstat:

 sys/dev/pci/pcidevs |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 93817e46ac62 -r 9e4d8cdd5a57 sys/dev/pci/pcidevs
--- a/sys/dev/pci/pcidevs       Sun Jan 29 13:57:35 2023 +0000
+++ b/sys/dev/pci/pcidevs       Sun Jan 29 15:07:32 2023 +0000
@@ -1,4 +1,4 @@
-$NetBSD: pcidevs,v 1.1476 2023/01/18 11:52:38 msaitoh Exp $
+$NetBSD: pcidevs,v 1.1477 2023/01/29 15:07:32 thorpej Exp $
 
 /*
  * Copyright (c) 1995, 1996 Christopher G. Demetriou
@@ -3205,6 +3205,7 @@
 product EXAR XR17D152  0x0152  dual-channel Universal PCI UART
 product EXAR XR17D154  0x0154  quad-channel Universal PCI UART
 product EXAR XR17D158  0x0158  octal-channel Universal PCI UART
+product EXAR XR17V354  0x0354  quad-channel Universal PCIe UART
 
 /* FORE products */
 product FORE PCA200    0x0210  ATM PCA-200



Home | Main Index | Thread Index | Old Index