Re: [RFC] winbond watchdog driver for FreeBSD/i386 and FreeBSD/amd64



On 12/12/2011 2:49 PM, Keith Simonsen wrote:

I've been using 20110718-02-wbwd.diff for a few months now on a project
with PC Engines Alix 1.d boards (http://pcengines.ch/alix1d.htm). They
have a Winbond W83627HG chip. I don't see any probing/attach messages
on boot but the driver seems to be properly configuring the chip - if I
kill watchdogd with -9 the board reboots with watchdog timeout.

Are you sure thats the watchdog thats doing the 'killing' so to speak ?
If you have
option CPU_GEODE
in your kernel config, you will get the watchdog code there no ?
( /usr/src/sys/i386/i386/geode.c)


---Mike


--
-------------------
Mike Tancsa, tel +1 519 651 3400
Sentex Communications, mike@xxxxxxxxxx
Providing Internet services since 1994 www.sentex.net
Cambridge, Ontario Canada http://www.tancsa.com/
_______________________________________________
freebsd-current@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe@xxxxxxxxxxx"



Relevant Pages

  • Re: [RFC] winbond watchdog driver for FreeBSD/i386 and FreeBSD/amd64
    ... have a Winbond W83627HG chip. ... Are you sure thats the watchdog thats doing the 'killing' so to speak? ... I'm going to start compiling a new nanobsd image right now with eisa and the newer wbwd.c driver and see how it goes.... ...
    (freebsd-current)
  • Re: Winbond IO chip driver
    ... I have started work on a WinBond chip driver (currently only the W83627HF ... The driver does attach and the watchdog timer works for the chip in my test ...
    (freebsd-hackers)
  • [PATCH] it87_wdt: Add support for watchdogs with 8b timers
    ... IT8702F and older revisions of IT8712F Super IO chip, ... This patch should be used after the patch ... Add support for IT8720F watchdog'. ... superio_outb(WDT_GAMEPORT, WDTCTRL); ...
    (Linux-Kernel)
  • w83627hf watchdog
    ... modifications to the ioports and registers that Supermicro sent me. ... I haven't tried this driver just yet. ... include a driver for this chip as well, but not for the watchdog part. ...
    (Linux-Kernel)
  • Re: [RFC] winbond watchdog driver for FreeBSD/i386 and FreeBSD/amd64
    ... have a Winbond W83627HG chip. ... kill watchdogd with -9 the board reboots with watchdog timeout. ... I'm not sure how I can tell what piece of hardware /dev/fido is linked to but I think you're correct and I'm using the geode watchdog and not the winbond chip. ... Maybe this has something do with me not having 'device eisa' in my kernel config! ...
    (freebsd-current)