From owner-freebsd-drivers@FreeBSD.ORG Fri Nov 24 11:25:12 2006 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 BDFDD16A47B for ; Fri, 24 Nov 2006 11:25:12 +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 7D5FF43D49 for ; Fri, 24 Nov 2006 11:24:31 +0000 (GMT) (envelope-from marc.loerner@hob.de) Received: from localhost (localhost.localdomain [127.0.0.1]) by mailgate.hob.de (Postfix) with ESMTP id 58DE21E9B0 for ; Fri, 24 Nov 2006 12:25:10 +0100 (CET) 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 14360-02 for ; Fri, 24 Nov 2006 12:25:10 +0100 (CET) Received: from imap.hob.de (mail2.hob.de [172.25.1.102]) by mailgate.hob.de (Postfix) with ESMTP id E8ACC1E9BA for ; Fri, 24 Nov 2006 12:25:09 +0100 (CET) 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 833992962 for ; Fri, 24 Nov 2006 12:25:09 +0100 (CET) From: Marc =?iso-8859-1?q?L=F6rner?= Organization: hob To: freebsd-drivers@freebsd.org Date: Fri, 24 Nov 2006 12:25:07 +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: <200611241225.07481.marc.loerner@hob.de> X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at hob.de Subject: Directory in /dev 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, 24 Nov 2006 11:25:12 -0000 Hello, is it possible to create/make a subdirectory under /dev, or is it generally forbidden to do that? I found nothing by googling or reading the archives of the freebsd mailing lists. I even found nothing by slightly looking into the kernel code. Does anyone have some suggestions or pointers for me? Thanks in advance, Marc Lörner