From owner-freebsd-bugs@FreeBSD.ORG Sat Jan 23 13:50:02 2010 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8366B1065672 for ; Sat, 23 Jan 2010 13:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 45B008FC1A for ; Sat, 23 Jan 2010 13:50:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id o0NDo2hU003015 for ; Sat, 23 Jan 2010 13:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id o0NDo2Ql003014; Sat, 23 Jan 2010 13:50:02 GMT (envelope-from gnats) Resent-Date: Sat, 23 Jan 2010 13:50:02 GMT Resent-Message-Id: <201001231350.o0NDo2Ql003014@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Koshin sumitani Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 503EF106566B for ; Sat, 23 Jan 2010 13:49:40 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 3EC8D8FC1B for ; Sat, 23 Jan 2010 13:49:40 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o0NDndAQ006440 for ; Sat, 23 Jan 2010 13:49:39 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id o0NDndFM006439; Sat, 23 Jan 2010 13:49:39 GMT (envelope-from nobody) Message-Id: <201001231349.o0NDndFM006439@www.freebsd.org> Date: Sat, 23 Jan 2010 13:49:39 GMT From: Koshin sumitani To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: kern/143118: Device ID for ichwd on the NM10 Express chipset watchdog timer X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jan 2010 13:50:02 -0000 >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: