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 entry for Intel Quark X1000 UART.



details:   https://anonhg.NetBSD.org/src/rev/7d0f5740cfec
branches:  trunk
changeset: 792996:7d0f5740cfec
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Thu Jan 23 17:21:06 2014 +0000

description:
Add entry for Intel Quark X1000 UART.

diffstat:

 sys/dev/pci/pucdata.c |  13 +++++++++++--
 1 files changed, 11 insertions(+), 2 deletions(-)

diffs (34 lines):

diff -r 47d0bcd84001 -r 7d0f5740cfec sys/dev/pci/pucdata.c
--- a/sys/dev/pci/pucdata.c     Thu Jan 23 16:35:20 2014 +0000
+++ b/sys/dev/pci/pucdata.c     Thu Jan 23 17:21:06 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pucdata.c,v 1.90 2014/01/20 01:10:38 msaitoh Exp $     */
+/*     $NetBSD: pucdata.c,v 1.91 2014/01/23 17:21:06 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.90 2014/01/20 01:10:38 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pucdata.c,v 1.91 2014/01/23 17:21:06 msaitoh Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -1877,6 +1877,15 @@
            },
        },
 
+       /* Intel Quark X1000 UART */
+       {   "Intel Quark X1000 UART",
+           {   PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_X1000_HS_UART, 0, 0 },
+           {   0xffff, 0xffff, 0,      0       },
+           {
+               { PUC_PORT_TYPE_COM, 0x10, 0x00, 44236800 },
+           },
+       },
+
        /* Intel S1200 UART */
        {   "Intel S1200 UART",
            {   PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_S1200_UART, 0, 0 },



Home | Main Index | Thread Index | Old Index