From a6a646124ba2d491168a183dd66da62a9ead8769 Mon Sep 17 00:00:00 2001 From: "Andrey V. Elsukov" Date: Thu, 29 Sep 2011 15:43:02 +0000 Subject: [PATCH] Add Oxford Semiconductor OXPCIe952 (0x1c38) 1 port serial card. PR: kern/160895 Submitted by: Konstantin V. Krotov MFC after: 1 week --- sys/dev/puc/pucdata.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/sys/dev/puc/pucdata.c b/sys/dev/puc/pucdata.c index f675b69b661a..5c7f5ed1af6d 100644 --- a/sys/dev/puc/pucdata.c +++ b/sys/dev/puc/pucdata.c @@ -733,6 +733,13 @@ const struct puc_cfg puc_pci_devices[] = { * */ + { 0x1415, 0xc138, 0xffff, 0, + "Oxford Semiconductor OXPCIe952 UARTs", + DEFAULT_RCLK * 0x22, + PUC_PORT_NONSTANDARD, 0x10, 0, -1, + .config_function = puc_config_oxford_pcie + }, + { 0x1415, 0xc158, 0xffff, 0, "Oxford Semiconductor OXPCIe952 UARTs", DEFAULT_RCLK * 0x22,