cvs commit: src/sys/modules Makefile src/sys/conf files.i386 src/sys/modules/ichwd Makefile src/sys/dev/ichwd ichwd.c ichwd.h

Dag-Erling Smorgrav des at FreeBSD.org
Tue May 11 11:21:39 PDT 2004


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)


More information about the cvs-src mailing list