svn commit: r224745 - head/sys/dev/ichsmb

Attilio Rao attilio at FreeBSD.org
Tue Aug 9 20:55:54 UTC 2011


Author: attilio
Date: Tue Aug  9 20:55:54 2011
New Revision: 224745
URL: http://svn.freebsd.org/changeset/base/224745

Log:
  Revert r224736 as the introduced value was already present.
  
  Reported by:	tinderbox, pluknet
  Approved by:	re (kib)

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 20:54:00 2011	(r224744)
+++ head/sys/dev/ichsmb/ichsmb_pci.c	Tue Aug  9 20:55:54 2011	(r224745)
@@ -67,7 +67,6 @@ __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
@@ -170,7 +169,6 @@ 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;


More information about the svn-src-all mailing list