19 juil 2007
Astuces pour windows vista
Par fat, 19 juil 2007 à 14:58 :: Info
Je récapitule dans ce post toutes les astuces pour vista que j'utilise.
19 juil 2007
Par fat, 19 juil 2007 à 14:58 :: Info
Je récapitule dans ce post toutes les astuces pour vista que j'utilise.
09 jan 2007
Par fat, 09 jan 2007 à 17:38 :: Info
The winbond W83697HF chipset has a watchdog which is not supported on OpenBSD version 4.0. This chipset is integrated in the dedibox lowcost dedicated servers. After creating the site open.bsdedibox.net which permits an easy and custom installation of OpenBSD on dedibox (as it's not yet supported in standard), I decided to create a patch to integrate the watchdog in the OpenBSD source tree. There is two version of the patch. The first released add the watchdog to the existing driver lm78. But as the address mapping is different and the purpose is not the same, I decided to create a new driver just for this watchdog: wbwdt0 ou wbwdt1.
In the future, I will add support for watchdogs of other chipsets of the winbond Super I/O family which work approximately the same way.
To use it see man watchdog and man watchdogd, everything is in there. Don't forget man wbwdt if you use the second patch ;).