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 support S1200's UART. Part of PR#48016.
details: https://anonhg.NetBSD.org/src/rev/09ab78a5da15
branches: trunk
changeset: 325449:09ab78a5da15
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Wed Dec 25 15:17:56 2013 +0000
description:
Add support S1200's UART. Part of PR#48016.
diffstat:
sys/dev/pci/pucdata.c | 13 +++++++++++--
1 files changed, 11 insertions(+), 2 deletions(-)
diffs (34 lines):
diff -r 1bc54c153474 -r 09ab78a5da15 sys/dev/pci/pucdata.c
--- a/sys/dev/pci/pucdata.c Wed Dec 25 15:09:27 2013 +0000
+++ b/sys/dev/pci/pucdata.c Wed Dec 25 15:17:56 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pucdata.c,v 1.87 2013/11/07 15:55:08 msaitoh Exp $ */
+/* $NetBSD: pucdata.c,v 1.88 2013/12/25 15:17:56 msaitoh 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.87 2013/11/07 15:55:08 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pucdata.c,v 1.88 2013/12/25 15:17:56 msaitoh Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -1851,6 +1851,15 @@
},
},
+ /* Intel S1200 UART */
+ { "Intel S1200 UART",
+ { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_S1200_UART, 0, 0 },
+ { 0xffff, 0xffff, 0, 0 },
+ {
+ { PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ },
+ },
+ },
+
/* VScom PCI-200: 2S */
{ "VScom PCI-200",
{ PCI_VENDOR_PLX, PCI_PRODUCT_PLX_PCI_200,
Home |
Main Index |
Thread Index |
Old Index