Date: Thu, 3 Jul 2003 22:07:22 +0200 From: "Andreas Heil" <ah@linux-hq.de> To: <freebsd-hackers@freebsd.org> Subject: Driver vor Watchdog Message-ID: <001001c3419e$b76d07c0$c817a8c0@intern.heillive.de>
next in thread | raw e-mail | index | archive | help
Hi, I'm currently developing a driver for this watchdog-card: 'Antrax WatchCard PCI' -> http://www.antrax.de/ (German) (btw. Antrax != Anthrax) And now I have some questions: - Should I develop the driver for 4.x or 5.x or both? - What would be the preferred method for configuring and handling the card? a: using a kernel module for triggering and sysctl for config? (this method is preferred by me) b: a daemon that handles all of that? c: a tool which could be run by cron or the like? - Are there any quirks I should take care of? The card uses a PITA-2 (PSB4610) from Infineon as PCI-Controller and has an optional sensor for system temperature. Greetings, Andreas
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?001001c3419e$b76d07c0$c817a8c0>