Date: Sun, 6 Jan 2008 22:00:05 GMT From: Takeharu KATO <takeharu1219@ybb.ne.jp> To: freebsd-bugs@FreeBSD.org Subject: Re: kern/119351: [ichwd] [patch] add ICH-8M support for ichwd Message-ID: <200801062200.m06M05vg008254@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/119351; it has been noted by GNATS. From: Takeharu KATO <takeharu1219@ybb.ne.jp> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801062200.m06M05vg008254>