From owner-freebsd-current Sat Jan 3 14:52:07 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA09331 for current-outgoing; Sat, 3 Jan 1998 14:52:07 -0800 (PST) (envelope-from owner-freebsd-current) Received: from sax.sax.de (sax.sax.de [193.175.26.33]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id OAA09298 for ; Sat, 3 Jan 1998 14:51:42 -0800 (PST) (envelope-from j@uriah.heep.sax.de) Received: (from uucp@localhost) by sax.sax.de (8.8.8/8.8.8) with UUCP id XAA01641; Sat, 3 Jan 1998 23:51:34 +0100 (CET) (envelope-from j@uriah.heep.sax.de) Received: (from j@localhost) by uriah.heep.sax.de (8.8.8/8.8.5) id XAA12386; Sat, 3 Jan 1998 23:49:54 +0100 (MET) Date: Sat, 3 Jan 1998 23:49:54 +0100 (MET) Message-Id: <199801032249.XAA12386@uriah.heep.sax.de> Mime-Version: 1.0 X-Newsreader: knews 0.9.8 Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) Organization: Private BSD site, Dresden X-Phone: +49-351-2012 669 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E References: <199801031911.RAA00527@daniel.sobral> From: j@uriah.heep.sax.de (J Wunsch) Subject: Re: Creating a Device Driver X-Original-Newsgroups: local.freebsd.current To: freebsd-current@freebsd.org cc: "Daniel C. Sobral" Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk "Daniel C. Sobral" wrote: > Where should I create my > IOCTLs include file? /usr/src/sys/i386/include? Does this file get > installed on /usr/include/machine during make world? /sys/i386/include is the correct place. The files will be installed (or symlinked, as an option) from there to /usr/include/machine (in case $current_machine == "i386", of course ;). -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-)