From owner-freebsd-hackers@FreeBSD.ORG Thu Jul 3 13:07:32 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DFBDB37B401 for ; Thu, 3 Jul 2003 13:07:32 -0700 (PDT) Received: from fbsd-1.rootpark.de (fbsd-1.rootpark.de [62.8.207.154]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9525D43FAF for ; Thu, 3 Jul 2003 13:07:31 -0700 (PDT) (envelope-from ah@linux-hq.de) Received: from fbsd-2.intern.heil-live.de (213-182-113-12.teleos-web.de [213.182.113.12]) (authenticated bits=0) by fbsd-1.rootpark.de (8.12.8p1/8.12.8) with ESMTP id h63K7RM3068371 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 3 Jul 2003 22:07:29 +0200 (CEST) (envelope-from ah@linux-hq.de) Received: from andreas (andreas.intern.heil-live.de [192.168.23.200]) h63K7P7E022392 for ; Thu, 3 Jul 2003 22:07:26 +0200 (CEST) (envelope-from ah@linux-hq.de) From: "Andreas Heil" To: Date: Thu, 3 Jul 2003 22:07:22 +0200 Message-ID: <001001c3419e$b76d07c0$c817a8c0@intern.heillive.de> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal Subject: Driver vor Watchdog X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jul 2003 20:07:33 -0000 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