Date: Tue, 11 May 2004 11:21:38 -0700 (PDT) From: Dag-Erling Smorgrav <des@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules Makefile src/sys/conf files.i386 src/sys/modules/ichwd Makefile src/sys/dev/ichwd ichwd.c ichwd.h Message-ID: <200405111821.i4BILcjW011494@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
des 2004/05/11 11:21:38 PDT FreeBSD src repository Modified files: sys/modules Makefile sys/conf files.i386 Added files: sys/modules/ichwd Makefile sys/dev/ichwd ichwd.c ichwd.h Log: Add a driver for the watchdog timer function present on the LPC interface bridge in Intel ICH-series chipsets. The original implementation was by W. Daryl Hawkins of Texas A&M, but I have made substantial modifications. Revision Changes Path 1.490 +1 -0 src/sys/conf/files.i386 1.1 +386 -0 src/sys/dev/ichwd/ichwd.c (new) 1.1 +119 -0 src/sys/dev/ichwd/ichwd.h (new) 1.378 +2 -0 src/sys/modules/Makefile 1.1 +8 -0 src/sys/modules/ichwd/Makefile (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200405111821.i4BILcjW011494>