Date: Sat, 23 Jan 2010 13:49:39 GMT From: Koshin sumitani <ksumitani@mui.biglobe.ne.jp> To: freebsd-gnats-submit@FreeBSD.org Subject: kern/143118: Device ID for ichwd on the NM10 Express chipset watchdog timer Message-ID: <201001231349.o0NDndFM006439@www.freebsd.org> Resent-Message-ID: <201001231350.o0NDo2Ql003014@freefall.freebsd.org>
index | next in thread | raw e-mail
>Number: 143118
>Category: kern
>Synopsis: Device ID for ichwd on the NM10 Express chipset watchdog timer
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Sat Jan 23 13:50:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator: Koshin sumitani
>Release: 7.2-RELEASE
>Organization:
>Environment:
FreeBSD temp1.localhost 7.2-RELEASE FreeBSD 7.2-RELEASE #3: Sat Jan 16 16:23:41 JST 2010
>Description:
Device ID to add support for the ichwd driver on the Intel NM10 Express chipset
>How-To-Repeat:
kldload ichwd... The ID is not there, so the driver does not work
>Fix:
> diff -u ichwd.c.orig ichwd.c
--- ichwd.c.orig 2010-01-23 22:46:17.000000000 +0900
+++ ichwd.c 2010-01-13 23:31:15.000000000 +0900
@@ -91,6 +91,7 @@
{ DEVICEID_ICH7, "Intel ICH7 watchdog timer", 7 },
{ DEVICEID_ICH7DH, "Intel ICH7DH watchdog timer", 7 },
{ DEVICEID_ICH7M, "Intel ICH7M watchdog timer", 7 },
+ { DEVICEID_NM10, "Intel NM10 watchdog timer", 7 },
{ DEVICEID_ICH7MDH, "Intel ICH7MDH watchdog timer", 7 },
{ DEVICEID_ICH8, "Intel ICH8 watchdog timer", 8 },
{ DEVICEID_ICH8DH, "Intel ICH8DH watchdog timer", 8 },
> diff -u ichwd.h.orig ichwd.h
--- ichwd.h.orig 2010-01-23 22:46:17.000000000 +0900
+++ ichwd.h 2010-01-13 23:30:29.000000000 +0900
@@ -83,6 +83,7 @@
#define DEVICEID_ICH7 0x27b8
#define DEVICEID_ICH7DH 0x27b0
#define DEVICEID_ICH7M 0x27b9
+#define DEVICEID_NM10 0x27bc
#define DEVICEID_ICH7MDH 0x27bd
#define DEVICEID_ICH8 0x2810
#define DEVICEID_ICH8DH 0x2812
>Release-Note:
>Audit-Trail:
>Unformatted:
home |
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001231349.o0NDndFM006439>
