summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorae <ae@FreeBSD.org>2011-09-29 15:43:02 +0000
committerae <ae@FreeBSD.org>2011-09-29 15:43:02 +0000
commit8118992bd08a3a01e493fd6c526ccee0554ec4f6 (patch)
treef55c5c977f6f60d290393fc3a6d64dddb6780fcf
parentbe3dbe15e2e88838e15628e85485373111f18209 (diff)
downloadFreeBSD-src-8118992bd08a3a01e493fd6c526ccee0554ec4f6.zip
FreeBSD-src-8118992bd08a3a01e493fd6c526ccee0554ec4f6.tar.gz
Add Oxford Semiconductor OXPCIe952 (0x1c38) 1 port serial card.
PR: kern/160895 Submitted by: Konstantin V. Krotov MFC after: 1 week
-rw-r--r--sys/dev/puc/pucdata.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/dev/puc/pucdata.c b/sys/dev/puc/pucdata.c
index f675b69..5c7f5ed 100644
--- a/sys/dev/puc/pucdata.c
+++ b/sys/dev/puc/pucdata.c
@@ -733,6 +733,13 @@ const struct puc_cfg puc_pci_devices[] = {
* <URL:http://www.startech.com>
*/
+ { 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,
OpenPOWER on IntegriCloud