From owner-freebsd-hackers@FreeBSD.ORG Sat Feb 4 23:47:15 2006 Return-Path: X-Original-To: hackers@freebsd.org 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 2B71316A420 for ; Sat, 4 Feb 2006 23:47:15 +0000 (GMT) (envelope-from mike@voicenette.com) Received: from lantree.internic.ca (lantree.internic.ca [66.6.63.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id D44F843D46 for ; Sat, 4 Feb 2006 23:47:14 +0000 (GMT) (envelope-from mike@voicenette.com) Received: from [70.54.188.83] (helo=pavilion) by lantree.internic.ca with asmtp (Exim 4.34; FreeBSD) id 1F5X7V-0000DR-IA for hackers@freebsd.org; Sat, 04 Feb 2006 23:47:09 +0000 Message-ID: <000d01c629e5$500b5f50$6401a8c0@pavilion> From: "Mike Adewole" To: Date: Sat, 4 Feb 2006 18:46:54 -0500 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Auth: aiaa@adequest.ca Cc: Subject: new syscons ioctrl X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Feb 2006 23:47:15 -0000 Hello everyone, I'm trying to add a new ioctrl to the syscons driver and have defined it as _IOWR('c', 106, shipout_t) right after CONS_SCRSHOT in consio.h. My question is how do I know that the group ('c') and number (106) I'm using are not in conflict with other ioctrls ? Is there a file where all the ioctrls are listed ? Thanx a lot in advance. Mike