From owner-freebsd-doc@FreeBSD.ORG Thu Apr 7 23:50:09 2005 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9551B16A4CE for ; Thu, 7 Apr 2005 23:50:09 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75CEC43D1D for ; Thu, 7 Apr 2005 23:50:09 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j37No9jF067279 for ; Thu, 7 Apr 2005 23:50:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j37No9nn067278; Thu, 7 Apr 2005 23:50:09 GMT (envelope-from gnats) Date: Thu, 7 Apr 2005 23:50:09 GMT Message-Id: <200504072350.j37No9nn067278@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: Tom Rhodes Subject: Re: docs/79658: Freebsd Handbook incorrect about ATAPI CD driver X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Tom Rhodes List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Apr 2005 23:50:09 -0000 The following reply was made to PR docs/79658; it has been noted by GNATS. From: Tom Rhodes To: Alan Larson Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: docs/79658: Freebsd Handbook incorrect about ATAPI CD driver Date: Thu, 7 Apr 2005 20:43:45 -0400 On Thu, 7 Apr 2005 23:29:36 GMT Alan Larson wrote: > Section 16.6.5 of the FreeBSD Handbook says that the ATAPI CD driver can > read audio tracks as /dev/acdDtNN (for drive D, track NN), and that the > NN is zero prefixed if necessary to fill to 2 digits. > This is incorrect. MAKEDEV generates acd0t1, acd0t2, ... without the > leading zeros. It would be nice if this section also discussed using the cdcontrol(1) utility. It would be nice if the cdcontrol(1) utility checked if the invoker has access to the cdrom device on start up. Currently it just dies on the poor user after they type some options. -- Tom Rhodes