Add entry for Intel Quark X1000 UART.

This commit is contained in:
msaitoh 2014-01-23 17:21:06 +00:00
parent 3468e012de
commit a11dbb6a11

View File

@ -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 @@ const struct puc_device_description puc_devices[] = {
},
},
/* 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 },