From owner-freebsd-bugs@FreeBSD.ORG Sun Jan 6 22:00:05 2008 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 A131416A418 for ; Sun, 6 Jan 2008 22:00:05 +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 A30C913C447 for ; Sun, 6 Jan 2008 22:00:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m06M0582008255 for ; Sun, 6 Jan 2008 22:00:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m06M05vg008254; Sun, 6 Jan 2008 22:00:05 GMT (envelope-from gnats) Date: Sun, 6 Jan 2008 22:00:05 GMT Message-Id: <200801062200.m06M05vg008254@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Takeharu KATO Cc: Subject: Re: kern/119351: [ichwd] [patch] add ICH-8M support for ichwd X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Takeharu KATO List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Jan 2008 22:00:05 -0000 The following reply was made to PR kern/119351; it has been noted by GNATS. From: Takeharu KATO To: bug-followup@FreeBSD.org, takeharu1219@ybb.ne.jp Cc: Subject: Re: kern/119351: [ichwd] [patch] add ICH-8M support for ichwd Date: Mon, 07 Jan 2008 06:53:15 +0900 Sorry, I sent the patch with wrong format. I re-send the patch as follows. diff -Nupr sys.orig/dev/ichwd/ichwd.c sys/dev/ichwd/ichwd.c --- sys.orig/dev/ichwd/ichwd.c 2007-11-15 23:59:36.000000000 +0000 +++ sys/dev/ichwd/ichwd.c 2007-12-31 00:22:12.200637440 +0000 @@ -94,6 +94,7 @@ static struct ichwd_device ichwd_devices { DEVICEID_ICH8DH, "Intel ICH8DH watchdog timer", 8 }, { DEVICEID_ICH8DO, "Intel ICH8DO watchdog timer", 8 }, { DEVICEID_63XXESB, "Intel 63XXESB watchdog timer", 8 }, + { DEVICEID_ICH8M, "Intel ICH8M watchdog timer", 8 }, { 0, NULL, 0 }, }; diff -Nupr sys.orig/dev/ichwd/ichwd.h sys/dev/ichwd/ichwd.h --- sys.orig/dev/ichwd/ichwd.h 2007-11-15 23:59:36.000000000 +0000 +++ sys/dev/ichwd/ichwd.h 2007-12-31 00:20:45.687622658 +0000 @@ -85,6 +85,7 @@ struct ichwd_softc { #define DEVICEID_ICH8 0x2810 #define DEVICEID_ICH8DH 0x2812 #define DEVICEID_ICH8DO 0x2814 +#define DEVICEID_ICH8M 0x2815 /* ICH LPC Interface Bridge Registers (ICH5 and older) */ #define ICH_GEN_STA 0xd4