Author: attilio
Date: Tue Aug  9 16:42:31 2011
New Revision: 224736
URL: http://svn.freebsd.org/changeset/base/224736

Log:
  Add the PCI ID for the PCH DH89xxCC on ichsmb as got from Linux counterpart.
  
  Sponsored by: Sandvine Incorporated
  Reviewed by:  emaste, rstone
  Approved by:  re (bz)
  MFC after:    3 days

Modified:
  head/sys/dev/ichsmb/ichsmb_pci.c

Modified: head/sys/dev/ichsmb/ichsmb_pci.c
==============================================================================
--- head/sys/dev/ichsmb/ichsmb_pci.c    Tue Aug  9 15:47:54 2011        
(r224735)
+++ head/sys/dev/ichsmb/ichsmb_pci.c    Tue Aug  9 16:42:31 2011        
(r224736)
@@ -67,6 +67,7 @@ __FBSDID("$FreeBSD$");
 #include <dev/ichsmb/ichsmb_reg.h>
 
 /* PCI unique identifiers */
+#define ID_PCH_DH89XXCC                        0x23308086
 #define ID_82801AA                     0x24138086
 #define ID_82801AB                     0x24238086
 #define ID_82801BA                     0x24438086
@@ -169,6 +170,7 @@ ichsmb_pci_probe(device_t dev)
        case ID_82801JI:
                device_set_desc(dev, "Intel 82801JI (ICH10) SMBus controller");
                break;
+       case ID_PCH_DH89XXCC:
        case ID_PCH:
                device_set_desc(dev, "Intel PCH SMBus controller");
                break;
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to