Copyright (c) 1991 The Regents of the University of California.
All rights reserved.

%sccs.include.redist.man%

@(#)MAKEDEV.8 5.1 (Berkeley) 03/22/91

MAKEDEV 8 ""
C 7
NAME
MAKEDEV - create device special files
SYNOPSIS
MAKEDEV device ...
DESCRIPTION
The shell script MAKEDEV , found in the ``/dev'' directory, is used to create the common special files used to interface to peripherals. See special (8) for a more complete discussion of special files.

MAKEDEV takes any number of device names as arguments, where the names are the common abbreviation for the device.

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.

10 std the standard devices (console, drum, fd/*, klog, kmem, mem, null, stderr, stdin, stdout, tty)

.ns

10 local configuration specific devices

.ns

10 ct# HP300 HP-IB cartridge tape

.ns

10 cd# ``concatenated'' pseudo-disks

.ns

10 rd# HP300 HP-IB disks

.ns

10 sd# HP300 SCSI disks

.ns

10 vnd# ``file'' pseudo-disks

.ns

10 dca# HP200/300 single port serial interface

.ns

10 dcm# HP200/300 4 port serial mux interface

.ns

10 pty# set of 16 master and slave pseudo terminals

.ns

10 flog# kernel logging device

.ns

10 grf# raw interface to HP300 graphics devices

.ns

10 ite# terminal emulator interface to HP300 graphics devices

.ns

10 hil HP300 HIL input devices

FILES
/dev The special file directory.
SEE ALSO
special (8)