From nobody@FreeBSD.org  Thu Jun  2 12:31:14 2005
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id EF93B16A41C
	for <freebsd-gnats-submit@FreeBSD.org>; Thu,  2 Jun 2005 12:31:14 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id CD63743D53
	for <freebsd-gnats-submit@FreeBSD.org>; Thu,  2 Jun 2005 12:31:14 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j52CVEJx081956
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 2 Jun 2005 12:31:14 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id j52CVEGh081954;
	Thu, 2 Jun 2005 12:31:14 GMT
	(envelope-from nobody)
Message-Id: <200506021231.j52CVEGh081954@www.freebsd.org>
Date: Thu, 2 Jun 2005 12:31:14 GMT
From: Vlad GALU <vladgalu@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Unsupported ICH6 SMBus controller on the Dell Latitude D610
X-Send-Pr-Version: www-2.3

>Number:         81803
>Category:       kern
>Synopsis:       [ichsmb] [patch] Unsupported ICH6 SMBus controller on the Dell Latitude D610
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 02 12:40:02 GMT 2005
>Closed-Date:    Mon Apr 07 19:03:53 UTC 2008
>Last-Modified:  Mon Apr 07 19:03:53 UTC 2008
>Originator:     Vlad GALU
>Release:        5.4-STABLE
>Organization:
CC Media Network
>Environment:
FreeBSD durandal.afraid.org 5.4-STABLE FreeBSD 5.4-STABLE #0: Thu Jun  2 14:12:07 EEST 2005     root@durandal.afraid.org:/usr/src/sys/i386/compile/DURANDAL  i386
>Description:
The SMBus controller found on Dell Latitude D610 is not among the list of devices supported by ichsmb(4).
>How-To-Repeat:
      
>Fix:
--- ./ichsmb_pci.c      Thu Jun 24 21:21:28 2004
+++ ./ichsmb_pci.c.new  Thu Jun  2 14:02:30 2005
@@ -74,6 +74,7 @@
 #define ID_82801DC                     0x24C38086
 #define ID_82801EB                     0x24D38086
 #define ID_6300ESB                     0x25a48086
+#define ID_82801FB                     0x266a8086

 #define PCIS_SERIALBUS_SMBUS_PROGIF    0x00

@@ -137,6 +138,9 @@
                break;
        case ID_82801EB:
                device_set_desc(dev, "Intel 82801EB (ICH5) SMBus controller");
+               break;
+       case ID_82801FB:
+               device_set_desc(dev, "Intel 82801FB (ICH6) SMBus controller");
                break;
        case ID_6300ESB:
                device_set_desc(dev, "Intel 6300ESB (ICH) SMBus controller");

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: jhb 
State-Changed-When: Mon Apr 7 19:03:35 UTC 2008 
State-Changed-Why:  
Support for ICH6 is present in recent 6.x and later. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=81803 
>Unformatted:
