From owner-freebsd-drivers@FreeBSD.ORG Fri Apr 27 07:11:36 2007 Return-Path: X-Original-To: freebsd-drivers@freebsd.org Delivered-To: freebsd-drivers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1249216A404 for ; Fri, 27 Apr 2007 07:11:36 +0000 (UTC) (envelope-from marc.loerner@hob.de) Received: from mailgate.hob.de (mailgate.hob.de [212.185.199.3]) by mx1.freebsd.org (Postfix) with ESMTP id C20DD13C45E for ; Fri, 27 Apr 2007 07:11:35 +0000 (UTC) (envelope-from marc.loerner@hob.de) Received: from localhost (localhost.localdomain [127.0.0.1]) by mailgate.hob.de (Postfix) with ESMTP id C840D279F4; Fri, 27 Apr 2007 08:49:04 +0200 (CEST) Received: from mailgate.hob.de ([127.0.0.1]) by localhost (mailgate.hob.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 22172-01; Fri, 27 Apr 2007 08:49:04 +0200 (CEST) Received: from imap.hob.de (mail2.hob.de [172.25.1.102]) by mailgate.hob.de (Postfix) with ESMTP id 3348A279E6 for ; Fri, 27 Apr 2007 08:49:04 +0200 (CEST) Received: from linux03.hob.de (linux03.hob.de [172.22.0.190]) by imap.hob.de (Postfix on SuSE eMail Server 2.0) with ESMTP id D8C6741AD for ; Fri, 27 Apr 2007 08:49:03 +0200 (CEST) From: Marc =?iso-8859-1?q?L=F6rner?= Organization: hob To: freebsd-drivers@freebsd.org Date: Fri, 27 Apr 2007 07:49:00 +0100 User-Agent: KMail/1.6.2 MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit Message-Id: <200704270849.00858.marc.loerner@hob.de> X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at hob.de Subject: Open serial console driver X-BeenThere: freebsd-drivers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Writing device drivers for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Apr 2007 07:11:36 -0000 Hi, I want to open/read/write to serial console from my own device-driver. Now my question: Is it possible/allowed to do that with the vn_* functions, or may I use something else? And if the vn_* functions don't work, can you please give me some hints on how I could achieve my goal? Thanks in advance, Marc Lörner