From owner-freebsd-hackers@FreeBSD.ORG Mon Oct 2 10:55:51 2006 Return-Path: X-Original-To: freebsd-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 63B5316A416 for ; Mon, 2 Oct 2006 10:55:51 +0000 (UTC) (envelope-from ekkehard.morgenstern@onlinehome.de) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.183]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9330243D53 for ; Mon, 2 Oct 2006 10:55:50 +0000 (GMT) (envelope-from ekkehard.morgenstern@onlinehome.de) Received: from [84.173.211.219] (helo=[192.168.0.136]) by mrelayeu.kundenserver.de (node=mrelayeu6) with ESMTP (Nemesis), id 0ML29c-1GULSe3mcW-00008j; Mon, 02 Oct 2006 12:55:49 +0200 From: Ekkehard Morgenstern To: freebsd-hackers@freebsd.org, John-Mark Gurney Date: Mon, 2 Oct 2006 12:54:37 +0200 User-Agent: KMail/1.9.1 References: <200610021121.57756.ekkehard.morgenstern@onlinehome.de> <20061002102404.GD80527@funkthat.com> In-Reply-To: <20061002102404.GD80527@funkthat.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200610021254.37808.ekkehard.morgenstern@onlinehome.de> X-Provags-ID: kundenserver.de abuse@kundenserver.de login:9985dda5cbe98f4670734048a5dbacd9 Cc: Subject: Re: Systems programming on FreeBSD 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: Mon, 02 Oct 2006 10:55:51 -0000 On Monday 02 October 2006 12:24, John-Mark Gurney wrote: > Many aren't documented, but section 4 of the manpages is the place > where they are suppose to be documented... if you look at netintro(4), > you'll see a few for network devices.. > A few others like agp(4), bpf(4) and meteor(4) have ioctl's described... Thanks, now that you mention it, I found some information that I was looking for, with a manpage browser, about the sound driver. :-) > For the others, often the definitions in the header file is usually > enough, as they sometimes also contains comments describing them... Unfortunately, the ATA / ATAPI include files don't contain much information regarding the use of the ioctl()s. Should I use the CAM pass/xpt devices instead? I would like to access raw data on a CD drive (in particular, subchannel info from an audio CD). > Good luck... Thanks, I need plenty of that!