Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Nov 2009 11:44:03 +0000 (UTC)
From:      Andriy Gapon <avg@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/share/man/man4 Makefile amdsbwd.4 src/sys/amd64/conf NOTES src/sys/conf files.amd64 files.i386 src/sys/dev/amdsbwd amdsbwd.c src/sys/i386/conf NOTES src/sys/modules Makefile src/sys/modules/amdsbwd Makefile
Message-ID:  <200911301146.nAUBkIHK036088@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
avg         2009-11-30 11:44:03 UTC

  FreeBSD src repository

  Modified files:
    share/man/man4       Makefile 
    sys/amd64/conf       NOTES 
    sys/conf             files.amd64 files.i386 
    sys/i386/conf        NOTES 
    sys/modules          Makefile 
  Added files:
    share/man/man4       amdsbwd.4 
    sys/dev/amdsbwd      amdsbwd.c 
    sys/modules/amdsbwd  Makefile 
  Log:
  SVN rev 199969 on 2009-11-30 11:44:03Z by avg
  
  amdsbwd: new driver for AMD SB600/SB7xx watchdog timer
  
  The hardware is compliant with WDRT specification, so I originally
  considered including generic WDRT watchdog support, but decided
  against it, because I couldn't find anyone to the code for me.
  WDRT seems to be not very popular.
  Besides, generic WDRT porbably requires a slightly different driver
  approach.
  
  Reviewed by:    des, gavin, rpaulo
  MFC after:      3 weeks
  
  Revision  Changes    Path
  1.466     +2 -0      src/share/man/man4/Makefile
  1.1       +72 -0     src/share/man/man4/amdsbwd.4 (new)
  1.98      +2 -0      src/sys/amd64/conf/NOTES
  1.150     +1 -0      src/sys/conf/files.amd64
  1.636     +1 -0      src/sys/conf/files.i386
  1.1       +431 -0    src/sys/dev/amdsbwd/amdsbwd.c (new)
  1.1283    +2 -0      src/sys/i386/conf/NOTES
  1.633     +3 -0      src/sys/modules/Makefile
  1.1       +8 -0      src/sys/modules/amdsbwd/Makefile (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200911301146.nAUBkIHK036088>