Bug 14401

Summary: ch0 device not documented in /dev/MAKEDEV
Product: Documentation Reporter: Crist J. Clark <cjc>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Crist J. Clark 1999-10-18 17:50:01 UTC
	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
Comment 1 Crist J. Clark 1999-10-19 03:17:42 UTC
>                           Problem Report docs/14401
>                                       
>   ch0 device not documented in /dev/MAKEDEV
>   
>   Confidential
>          no
>          
>   Severity
>          non-critical
>          
>   Priority
>          low
>          
>   Responsible
>          freebsd-doc@freebsd.org
>          
>   State
>          open
>          
>   Class
>          doc-bug
>          
>   Submitter-Id
>          current-users
>          
>   Arrival-Date
>          Mon Oct 18 09:50:01 PDT 1999
>          
>   Last-Modified
>          never
>          
>   Originator
>          Crist J. Clark cjc@cc942873-a.ewndsr1.nj.home.com
>          
>   Release
>          FreeBSD 3.3-STABLE i386
>          
>   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"

I realized after I submitted this that this fix is really not in the
right place. It should not be in the "Disks" section, but rather in
the "SCSI devices (other than CD-ROM, tape and disk)" portion,

--- MAKEDEV.old Mon Aug 30 22:46:30 1999
+++ MAKEDEV     Mon Oct 18 22:16:33 1999
@@ -92,6 +92,7 @@
 # SCSI devices (other than CD-ROM, tape and disk):
 #      ssc     The ``super scsi'' device
 #      worm*   WORM driver
+#      ch*     SCSI Media-Changer (juke box) driver
 #      pt*     Processor Type (HP scanner, as one example)
 #      pass*   CAM Passthrough device
 #

-- 
Crist J. Clark                           cjclark@home.com
Comment 2 nik freebsd_committer freebsd_triage 1999-11-01 19:44:22 UTC
State Changed
From-To: open->closed

Committed, thanks.