i386/81803: Unsupported ICH6 SMBus controller on the Dell Latitude
D610
Vlad GALU
vladgalu at gmail.com
Thu Jun 2 05:40:03 PDT 2005
>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 at 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:
More information about the freebsd-i386
mailing list