From owner-cvs-all Mon Aug 28 16:14:49 2000 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 41AB337B423; Mon, 28 Aug 2000 16:14:46 -0700 (PDT) Received: (from jhb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA36931; Mon, 28 Aug 2000 16:14:46 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Message-Id: <200008282314.QAA36931@freefall.freebsd.org> From: John Baldwin Date: Mon, 28 Aug 2000 16:14:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc MAKEDEV X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2000/08/28 16:14:45 PDT Modified files: etc MAKEDEV Log: - Break the acd track devices out into a seperate target acdXt[Y]. The X field is treated the same as the unit number for acdX. The optional Y parameter specifies the number of track devices to create starting at track 1. If Y is not specified, it defaults to 100. - Add the acd0t target to the all target to preserve previous behavior. - Don't add the acd0t target to the fixit target, thus keeping the fixit floppy from running out of i-nodes. Revision Changes Path 1.270 +35 -13 src/etc/MAKEDEV To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message