ports/184521: [patch] sysutils/mbmon
Dmitry S. Luhtionov
mitya at cabletv.dp.ua
Thu Dec 5 16:40:01 UTC 2013
>Number: 184521
>Category: ports
>Synopsis: [patch] sysutils/mbmon
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Thu Dec 05 16:40:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Dmitry S. Luhtionov
>Release: FreeBSD 8.0
>Organization:
>Environment:
FreeBSD www.uplinetour.com 8.0-STABLE FreeBSD 8.0-STABLE #1: Tue Feb 23 12:34:42 EET 2010 mitya@:/usr/src/sys/amd64/compile/anton amd64
>Description:
Add support for Intel 82801I (ICH9) SMBus controller
Changed patch-pci_pm.h
--- patch-pci_pm.h.orig 2005-12-30 23:33:17.000000000 +0200
+++ patch-pci_pm.h 2013-12-05 18:18:09.000000000 +0200
@@ -15,7 +15,13 @@
#define getSMBBA70 0x50 /* NVidia nForce2, bus0 */
#define getSMBBA71 0x54 /* NVidia nForce2, bus1 */
-@@ -68,7 +68,8 @@
+@@ -63,12 +63,14 @@
+ #define ID_I801CA 0x24838086
+ #define ID_I801DB 0x24C38086
+ #define ID_I801EB 0x24D38086
++#define ID_I801IB 0x29308086
+ #define ID_I6300ESB 0x25A48086
+ #define ID_IICH6 0x266A8086
#define ID_AMD756 0x740B1022
#define ID_AMD766 0x74131022
#define ID_AMD768 0x74431022
--- patch-pci_pm.c.orig 2005-12-30 23:33:17.000000000 +0200
+++ patch-pci_pm.c 2013-12-05 18:19:47.000000000 +0200
@@ -9,7 +9,15 @@
break;
case NFORCESMB:
comt = "NVidia nForce";
-@@ -166,6 +166,7 @@
+@@ -158,6 +158,7 @@
+ case ID_I801CA:
+ case ID_I801DB:
+ case ID_I801EB:
++ case ID_I801IB:
+ case ID_I6300ESB:
+ case ID_IICH6:
+ ret = ICH801SMB;
+@@ -166,6 +167,7 @@
case ID_AMD756:
case ID_AMD766:
case ID_AMD768:
@@ -17,7 +25,7 @@
ret = AMD756SMB;
inq_smbba = getSMBBA3;
break;
-@@ -182,7 +183,7 @@
+@@ -182,7 +184,7 @@
inq_smbba = getSMBBA4;
}
break;
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list