Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Aug 2011 16:42:31 +0000 (UTC)
From:      Attilio Rao <attilio@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r224736 - head/sys/dev/ichsmb
Message-ID:  <201108091642.p79GgVNo003768@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201108091642.p79GgVNo003768>