From owner-cvs-all Fri Oct 19 6:34:52 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 54A1A37B401; Fri, 19 Oct 2001 06:34:48 -0700 (PDT) Received: (from sos@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9JDYmP80910; Fri, 19 Oct 2001 06:34:48 -0700 (PDT) (envelope-from sos) Message-Id: <200110191334.f9JDYmP80910@freefall.freebsd.org> From: Søren Schmidt Date: Fri, 19 Oct 2001 06:34:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ata atapi-cd.c atapi-cd.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sos 2001/10/19 06:34:48 PDT Modified files: sys/dev/ata atapi-cd.c atapi-cd.h Log: Make an ATAPI CD device appear as /dev/acdN and the individual tracks as /dev/acdNtY. This solves the problems with having to deal with howmany and which devices are open. For hysterical reasons ONLY, make a link to both the acdNa & acdNc devices. Revision Changes Path 1.104 +8 -14 src/sys/dev/ata/atapi-cd.c 1.28 +2 -2 src/sys/dev/ata/atapi-cd.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message