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 300 series chipset support.



details:   https://anonhg.NetBSD.org/src/rev/577e551cad5a
branches:  trunk
changeset: 321999:577e551cad5a
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Fri Apr 13 07:57:04 2018 +0000

description:
Add 300 series chipset support.

diffstat:

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

diffs (36 lines):

diff -r 55bfa2d0d56c -r 577e551cad5a sys/dev/pci/pucdata.c
--- a/sys/dev/pci/pucdata.c     Fri Apr 13 07:36:11 2018 +0000
+++ b/sys/dev/pci/pucdata.c     Fri Apr 13 07:57:04 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pucdata.c,v 1.100 2017/12/27 20:27:02 christos Exp $   */
+/*     $NetBSD: pucdata.c,v 1.101 2018/04/13 07:57:04 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.100 2017/12/27 20:27:02 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pucdata.c,v 1.101 2018/04/13 07:57:04 msaitoh Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -1936,7 +1936,16 @@
                { PUC_PORT_TYPE_COM, PCI_BAR0, 0x00, COM_FREQ },
            },
        },
-       
+
+       /* Intel 300 Series KT */
+       {   "Intel 300 Series KT",
+           {   PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_3HS_KT, 0, 0 },
+           {   0xffff, 0xffff, 0,      0       },
+           {
+               { PUC_PORT_TYPE_COM, PCI_BAR0, 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