From owner-freebsd-doc Mon Oct 18 9:50: 4 1999 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 363B314FD7 for ; Mon, 18 Oct 1999 09:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA86033; Mon, 18 Oct 1999 09:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id 75B2D14E29 for ; Mon, 18 Oct 1999 09:44:04 -0700 (PDT) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.9.3) id MAA13386; Mon, 18 Oct 1999 12:47:17 -0400 (EDT) (envelope-from cjc) Message-Id: <199910181647.MAA13386@cc942873-a.ewndsr1.nj.home.com> Date: Mon, 18 Oct 1999 12:47:17 -0400 (EDT) From: "Crist J. Clark" Reply-To: cjc@cc942873-a.ewndsr1.nj.home.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: docs/14401: ch0 device not documented in /dev/MAKEDEV Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14401 >Category: docs >Synopsis: ch0 device not documented in /dev/MAKEDEV >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Mon Oct 18 09:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Crist J. Clark >Release: FreeBSD 3.3-STABLE i386 >Organization: >Environment: 3.3-STABLE. 2.2.8-STABLE also effected. >Description: The device, ch(4), which is among those created by './MAKDEV all', is not documented at the top of MAKEDEV. >How-To-Repeat: % grep 'ch[^a-z]' /dev/MAKEDEV % more /dev/MAKEDEV >Fix: --- MAKEDEV Tue Oct 12 21:33:02 1999 +++ MAKEDEV.new Mon Oct 18 12:41:48 1999 @@ -41,6 +41,7 @@ # da* "SCSI Direct Access Devices" # cd* "SCSI CD-ROM disks" # sd* "SCSI disk", antiquated, use da* instead +# ch* "SCSI Media-Changer" (juke box) driver # mcd* "Mitsumi CD-ROM disks" # scd* "Sony CD-ROM disks" # matcd* "Matsushita (Panasonic) CD-ROM disks" >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message