Module Name: src
Committed By: tsutsui
Date: Sat Aug 29 13:55:29 UTC 2009
Modified Files:
src/sys/dev/pci: pucdata.c
Log Message:
Add support for Oxford Semiconductor OXmPCI952 2 port UARTs.
Also update URL of Oxford UART chips.
To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 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.56 src/sys/dev/pci/pucdata.c:1.57
--- src/sys/dev/pci/pucdata.c:1.56 Mon Dec 8 19:32:39 2008
+++ src/sys/dev/pci/pucdata.c Sat Aug 29 13:55:29 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: pucdata.c,v 1.56 2008/12/08 19:32:39 dyoung Exp $ */
+/* $NetBSD: pucdata.c,v 1.57 2009/08/29 13:55:29 tsutsui 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.56 2008/12/08 19:32:39 dyoung Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pucdata.c,v 1.57 2009/08/29 13:55:29 tsutsui Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -894,12 +894,22 @@
* Boards with an Oxford Semiconductor chip.
*
* Oxford Semiconductor provides documentation for their chip at:
- * <URL:http://www.oxsemi.com/products/uarts/index.html>
+ * <URL:http://www.plxtech.com/products/uart>
*
* As sold by Kouwell <URL:http://www.kouwell.com/>.
* I/O Flex PCI I/O Card Model-223 with 4 serial and 1 parallel ports.
*/
+ /* Oxford Semiconductor OXmPCI952 PCI UARTs */
+ { "Oxford Semiconductor OXmPCI952 UARTs",
+ { 0x1415, 0x950a, 0, 0 },
+ { 0xffff, 0xffff, 0, 0 },
+ {
+ { PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ * 10 },
+ { PUC_PORT_TYPE_COM, 0x10, 0x08, COM_FREQ * 10 },
+ },
+ },
+
/* Oxford Semiconductor OX16PCI952 PCI `950 UARTs - 128 byte FIFOs */
{ "Oxford Semiconductor OX16PCI952 UARTs",
{ 0x1415, 0x9521, 0, 0 },