From: Keith Bostic Date: Sat, 23 Mar 1991 06:14:07 +0000 (-0800) Subject: date and time created 91/03/22 14:14:07 by bostic X-Git-Tag: BSD-4_3_Net_2-Snapshot-Development~391 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/5c40a4c22f02b480b0cb15bec04c76e1a2ef27b0 date and time created 91/03/22 14:14:07 by bostic SCCS-vsn: share/man/man8/man8.hp300/MAKEDEV.8 5.1 --- diff --git a/usr/src/share/man/man8/man8.hp300/MAKEDEV.8 b/usr/src/share/man/man8/man8.hp300/MAKEDEV.8 new file mode 100644 index 0000000000..bf8d75c851 --- /dev/null +++ b/usr/src/share/man/man8/man8.hp300/MAKEDEV.8 @@ -0,0 +1,102 @@ +.\" Copyright (c) 1991 The Regents of the University of California. +.\" All rights reserved. +.\" +.\" %sccs.include.redist.man% +.\" +.\" @(#)MAKEDEV.8 5.1 (Berkeley) %G% +.\" +.TH MAKEDEV 8 "" +.UC 7 +.SH NAME +MAKEDEV \- create device special files +.SH SYNOPSIS +MAKEDEV device ... +.SH DESCRIPTION +The shell script +.IR MAKEDEV , +found in the ``/dev'' directory, is used to +create the common special files used to interface to peripherals. +See +.IR special (8) +for a more complete discussion of special files. +.PP +.I MAKEDEV +takes any number of device names as arguments, where the names are +the common abbreviation for the device. +.PP +The HP300 supports the following devices. +Where a device name is followed by a hash sign (``#''), the hash sign +must be replaced by a unit number. +.TP 10 +std +the standard devices (console, drum, fd/*, klog, kmem, mem, null, stderr, +stdin, stdout, tty) +.br +.ns +.TP 10 +local +configuration specific devices +.br +.ns +.TP 10 +ct# +HP300 HP-IB cartridge tape +.br +.ns +.TP 10 +cd# +``concatenated'' pseudo-disks +.br +.ns +.TP 10 +rd# +HP300 HP-IB disks +.br +.ns +.TP 10 +sd# +HP300 SCSI disks +.br +.ns +.TP 10 +vnd# +``file'' pseudo-disks +.br +.ns +.TP 10 +dca# +HP200/300 single port serial interface +.br +.ns +.TP 10 +dcm# +HP200/300 4 port serial mux interface +.br +.ns +.TP 10 +pty# +set of 16 master and slave pseudo terminals +.br +.ns +.TP 10 +flog# +kernel logging device +.br +.ns +.TP 10 +grf# +raw interface to HP300 graphics devices +.br +.ns +.TP 10 +ite# +terminal emulator interface to HP300 graphics devices +.br +.ns +.TP 10 +hil +HP300 HIL input devices +.SH FILES +/dev The special file directory. +.SH SEE ALSO +.IR special (8)