Author: rpaulo
Date: Mon Apr 13 01:19:22 2015
New Revision: 281481
URL: https://svnweb.freebsd.org/changeset/base/281481

Log:
  MFC r281136:
    ichsmb: add a device id for the Wildcat Point-LP.

Modified:
  stable/10/sys/dev/ichsmb/ichsmb_pci.c
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sys/dev/ichsmb/ichsmb_pci.c
==============================================================================
--- stable/10/sys/dev/ichsmb/ichsmb_pci.c       Mon Apr 13 01:01:17 2015        
(r281480)
+++ stable/10/sys/dev/ichsmb/ichsmb_pci.c       Mon Apr 13 01:19:22 2015        
(r281481)
@@ -86,9 +86,10 @@ __FBSDID("$FreeBSD$");
 #define ID_CPT                         0x1c228086
 #define ID_PPT                         0x1e228086
 #define ID_AVOTON                      0x1f3c8086
-#define ID_COLETOCRK                   0x23B08086 
+#define ID_COLETOCRK                   0x23B08086
 #define ID_LPT                         0x8c228086
 #define ID_WCPT                                0x8ca28086
+#define ID_WCPTLP                      0x9ca28086
 
 #define PCIS_SERIALBUS_SMBUS_PROGIF    0x00
 
@@ -201,6 +202,9 @@ ichsmb_pci_probe(device_t dev)
        case ID_WCPT:
                device_set_desc(dev, "Intel Wildcat Point SMBus controller");
                break;
+       case ID_WCPTLP:
+               device_set_desc(dev, "Intel Wildcat Point-LP SMBus controller");
+               break;
        case ID_COLETOCRK:
                device_set_desc(dev, "Intel Coleto Creek SMBus controller");
                break;
_______________________________________________
svn-src-stable-10@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-stable-10
To unsubscribe, send any mail to "svn-src-stable-10-unsubscr...@freebsd.org"

Reply via email to