Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc/etc.vax Make a bunch of names mindlessly consistent with...
details: https://anonhg.NetBSD.org/src/rev/6df0d9a03ff7
branches: trunk
changeset: 546251:6df0d9a03ff7
user: perry <perry%NetBSD.org@localhost>
date: Wed Apr 23 23:25:02 2003 +0000
description:
Make a bunch of names mindlessly consistent with the one true way
(e.g., massbus->MASSBUS, unibus->UNIBUS, and similar for some device
names.)
Proposed by Igor Sobrado in PR port-vax/21183 -- but he sent in a
patch that he'd obviously cut and pasted from an xterm or something
that similarly destroyed all the tab characters so I had to re-do it
by hand.
diffstat:
etc/etc.vax/MAKEDEV | 62 ++++++++++++++++++++++++++--------------------------
1 files changed, 31 insertions(+), 31 deletions(-)
diffs (102 lines):
diff -r 168b071a7de1 -r 6df0d9a03ff7 etc/etc.vax/MAKEDEV
--- a/etc/etc.vax/MAKEDEV Wed Apr 23 23:16:43 2003 +0000
+++ b/etc/etc.vax/MAKEDEV Wed Apr 23 23:25:02 2003 +0000
@@ -1,5 +1,5 @@
#!/bin/sh -
-# $NetBSD: MAKEDEV,v 1.55 2003/04/17 18:03:21 fvdl Exp $
+# $NetBSD: MAKEDEV,v 1.56 2003/04/23 23:25:02 perry Exp $
#
# @(#)MAKEDEV 8.1 (Berkeley) 6/9/93
#
@@ -17,53 +17,53 @@
# init A set of devices that is used for MFS /dev by init.
# May be equal to "all".
# 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)
-# ra* MSCP disks (ra??, rd??)
-# rx* MSCP floppy disk (rx33/50/...)
-# rl* unibus rl02
-# rb* 730 idc w/ rb80 and/or rb02
+# 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
# ccd* "concatenated" pseudo-disks
# cgd* cryptographic pseudo-disks
# raid* RAIDframe disk driver
# vnd* "file" pseudo-disks
-# rd* HDC9224 rd disks on VS2000
+# rd* HDC9224 RD disks on VS2000
# sd* SCSI disks
# 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
@@ -469,7 +469,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"
Home |
Main Index |
Thread Index |
Old Index