Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Jun 2005 12:31:14 GMT
From:      Vlad GALU <vladgalu@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   i386/81803: Unsupported ICH6 SMBus controller on the Dell Latitude D610
Message-ID:  <200506021231.j52CVEGh081954@www.freebsd.org>
Resent-Message-ID: <200506021240.j52Ce2B2087724@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         81803
>Category:       i386
>Synopsis:       Unsupported ICH6 SMBus controller on the Dell Latitude D610
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-i386
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 02 12:40:02 GMT 2005
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



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