Subject: port-vax/21183: src/etc/etc.vax/MAKEDEV can be improved
To: None <gnats-bugs@gnats.netbsd.org>
From: None <sobrado@acm.org>
List: netbsd-bugs
Date: 04/14/2003 08:12:56
>Number: 21183
>Category: port-vax
>Synopsis: src/etc/etc.vax/MAKEDEV can be improved
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: port-vax-maintainer
>State: open
>Class: doc-bug
>Submitter-Id: net
>Arrival-Date: Mon Apr 14 08:13:00 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator: Igor Sobrado
>Release: 1.6
>Organization:
University of Oviedo
>Environment:
NetBSD ns1.localnet 1.6 NetBSD 1.6 (GENERIC) #0: Sun Sep 8 19:43:40 UTC 2002
autobuild@tgm.daemon.org:/autobuild/i386/OBJ/autobuild/src/sys/arch/i386/compile/GENERIC i386
>Description:
src/etc/etc.vax/MAKEDEV can be improved fixing some typos
in the devices names.
>How-To-Repeat:
Reading the man page.
>Fix:
--- MAKEDEV Mon Mar 31 13:01:25 2003
+++ MAKEDEV.new Mon Apr 14 17:20:23 2003
@@ -15,21 +15,21 @@
# local configuration specific devices
# all create a reasonable amount of all files
# Tapes:
-# ht* massbus tm03 and tu??
-# tm* unibus tm11 and te10 emulations (e.g. Emulex tc-11)
+# ht* MASSBUS TM03 and TU??
+# tm* UNIBUS TM11 and TE10 emulations (e.g. Emulex TC-11)
# mt* MSCP tapes (e.g. TU81, TK50)
-# ts* unibus ts11
-# ut* unibus tu45 emulations (e.g.si 9700)
-# uu* tu58 cassettes on dl11 controller
+# ts* UNIBUS TS11
+# ut* UNIBUS TU45 emulations (e.g.si 9700)
+# uu* TU58 cassettes on DL11 controller
# st* SCSI tapes
# Disks:
-# hp* massbus rm??
-# hk* unibus rk06 and rk07
-# up* other unibus devices (e.g. on Emulex sc-21v controller)
+# hp* MASSBUS RM??
+# hk* UNIBUS RK06 and RK07
+# up* other UNIBUS devices (e.g. on Emulex SC-21V controller)
# ra* MSCP disks (ra??, rd??)
-# rx* MSCP floppy disk (rx33/50/...)
-# rl* unibus rl02
-# rb* 730 idc w/ rb80 and/or rb02
+# rx* MSCP floppy disk (RX33/50/...)
+# rl* UNIBUS RL02
+# rb* 730 IDC w/ RB80 and/or RB02
# ccd* "concatenated" pseudo-disks
# cgd* cryptographic pseudo-disks
# raid* RAIDframe disk driver
@@ -39,29 +39,29 @@
# cd* SCSI CD-ROM
# md* memory pseudo-disk devices
# Terminal multiplexors:
-# dz* unibus dz11 and dz32
-# dh* unibus dh11 and emulations (e.g. Able dmax, Emulex cs-11)
-# dmf* unibus dmf32
-# dhu* unibus dhu11
-# dmz* unibus dmz32
-# dl* unibus dl11
+# dz* UNIBUS DZ11 and DZ32
+# dh* UNIBUS DH11 and emulations (e.g. Able DMAX, Emulex CS-11)
+# dmf* UNIBUS DMF32
+# dhu* UNIBUS DHU11
+# dmz* UNIBUS DMZ32
+# dl* UNIBUS DL11
# Pseudo terminals:
# pty* set of 62 master and slave pseudo terminals
# opty first 16 ptys, to save inodes on install media
# Printers:
-# ct* unibus parallel interface to CAT typesetter
-# lp* unibus lp11 parallel interface
-# va* unibus varian parallel interface
-# vp* unibus versatec parallel interface
+# ct* UNIBUS parallel interface to CAT typesetter
+# lp* UNIBUS LP11 parallel interface
+# va* UNIBUS Varian parallel interface
+# vp* UNIBUS Versatec parallel interface
# Call units:
-# dn* unibus dn11 and emulations (e.g. Able Quadracall)
+# dn* UNIBUS DN11 and emulations (e.g. Able Quadracall)
# Special purpose devices:
# clockctl clock control for non root users
-# ik* unibus interface to ikonas frame buffer
-# ps* unibus interface to picture system 2
-# ad* unibus interface to data translation a/d converter
-# np* unibus ethernet co-processor interface, for downloading.
-# qv* qvss (MicroVAX) display
+# ik* UNIBUS interface to Ikonas frame buffer
+# ps* UNIBUS interface to Picture System 2
+# ad* UNIBUS interface to Data Translation A/D converter
+# np* UNIBUS Ethernet co-processor interface, for downloading.
+# qv* QVSS (MicroVAX) display
# lkm loadable kernel modules
# bpf* berkeley packet filter
# tun* network tunnel device
@@ -467,7 +467,7 @@
case $name in
w) echo "$0: $i: pty unit conflicts with console ttyw0 device."
continue;;
- S|T) echo "$0: $i: pty unit conflicts with dhu11 device."
+ S|T) echo "$0: $i: pty unit conflicts with DHU11 device."
continue;;
?) ;;
*) echo "$0: $i: pty unit must be between 0 and 15"
>Release-Note:
>Audit-Trail:
>Unformatted: