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 Intel 8 Series KT.
details: https://anonhg.NetBSD.org/src/rev/a48762073e60
branches: trunk
changeset: 787131:a48762073e60
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Mon Jun 03 16:21:50 2013 +0000
description:
Add Intel 8 Series KT.
diffstat:
sys/dev/pci/pucdata.c | 13 +++++++++++--
1 files changed, 11 insertions(+), 2 deletions(-)
diffs (34 lines):
diff -r 1783ae4a7ac3 -r a48762073e60 sys/dev/pci/pucdata.c
--- a/sys/dev/pci/pucdata.c Mon Jun 03 16:21:17 2013 +0000
+++ b/sys/dev/pci/pucdata.c Mon Jun 03 16:21:50 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pucdata.c,v 1.83 2012/12/19 05:50:06 msaitoh Exp $ */
+/* $NetBSD: pucdata.c,v 1.84 2013/06/03 16:21:50 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.83 2012/12/19 05:50:06 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pucdata.c,v 1.84 2013/06/03 16:21:50 msaitoh Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -1531,6 +1531,15 @@
},
},
+ /* Intel 8 Series KT */
+ { "Intel 8 Series KT",
+ { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_8SERIES_KT, 0, 0 },
+ { 0xffff, 0xffff, 0, 0 },
+ {
+ { PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ },
+ },
+ },
+
/* Intel C600/X79 Series KT */
{ "Intel C600/X79 Series KT",
{ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_C600_KT, 0, 0 },
Home |
Main Index |
Thread Index |
Old Index