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

%sccs.include.redist.man%

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

MAKEDEV 8 ""
C 7
NAME
MAKEDEV - create system and device special files
SYNOPSIS
MAKEDEV name ...
DESCRIPTION
The shell script MAKEDEV , found in the ``/dev'' directory, is used to create the common special files. 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. There are two special devices, ``std'' and ``local''. The former creates the standard devices for the architecture. The latter is for devices specific to the local site, and executes the shell file ``MAKEDEV.local''.

The Tahoe 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 (CP, console, drum, fd/*, klog, kmem, mem, null, remote, stderr, stdin, stdout, tty, vmem)

.ns

10 local configuration specific devices

.ns

10 cy# Cipher

.ns

10 dk# VDDC or SMDE disk on Versabus

.ns

10 dr# IKON DR-11W

.ns

10 enp# CMC Ethernet interface for loading RAM

.ns

10 hd# VDDC or SMDE disk on VME

.ns

10 ik# IKON DR-11W w/ E&S PS300

.ns

10 mp# MPCC

.ns

10 pty# set of 32 master and slave pseudo terminals

.ns

10 vx# VIOC

FILES
/dev The special file directory.
SEE ALSO
mknod (1), intro (4), config (8), special (8)