Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/pci Support PCI_PRODUCT_INTEL_82Q45_KT_1 in addition...



details:   https://anonhg.NetBSD.org/src/rev/b79d6302acdf
branches:  trunk
changeset: 340118:b79d6302acdf
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Sun Aug 23 17:59:40 2015 +0000

description:
Support PCI_PRODUCT_INTEL_82Q45_KT_1 in addition to PCI_PRODUCT_INTEL_82Q45_KT.

diffstat:

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

diffs (33 lines):

diff -r 12f778af2255 -r b79d6302acdf sys/dev/pci/pucdata.c
--- a/sys/dev/pci/pucdata.c     Sun Aug 23 17:54:30 2015 +0000
+++ b/sys/dev/pci/pucdata.c     Sun Aug 23 17:59:40 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pucdata.c,v 1.95 2015/05/04 21:21:39 ryo Exp $ */
+/*     $NetBSD: pucdata.c,v 1.96 2015/08/23 17:59:40 jakllsch 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.95 2015/05/04 21:21:39 ryo Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pucdata.c,v 1.96 2015/08/23 17:59:40 jakllsch Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -1857,6 +1857,14 @@
            },
        },
 
+       /* Intel Q45 KT (again) */
+       {   "Intel Q45 KT",
+           {   PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82Q45_KT_1, 0, 0 },
+           {   0xffff, 0xffff, 0,      0       },
+           {
+               { PUC_PORT_TYPE_COM, PCI_BAR0, 0x00, COM_FREQ },
+           },
+       },
        /* Intel 5 Series and Intel 3400 Series KT */
        {   "Intel 5 Series KT",
            {   PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_3400_KT, 0, 0 },



Home | Main Index | Thread Index | Old Index