1.\" Copyright (c) 1991, 1992, 1993
2.\"	The Regents of the University of California.  All rights reserved.
3.\"
4.\" %sccs.include.redist.roff%
5.\"
6.\"	@(#)MAKEDEV.8	8.2 (Berkeley) 01/12/94
7.\"
8.Dd
9.Dt MAKEDEV 8 hp300
10.Os 4.3
11.Sh NAME
12.Nm MAKEDEV
13.Nd create system and device special files
14.Sh SYNOPSIS
15.Nm MAKEDEV
16.Ar device_name Ar ...
17.Sh DESCRIPTION
18The shell script
19.Nm MAKEDEV ,
20found in the
21.Pa /dev
22directory, is used to create the common special
23files.
24See
25.Xr special 8
26for a more complete discussion of special files.
27.Pp
28.Nm MAKEDEV
29takes any number of device names as arguments, where the names are
30the common abbreviation for the device.
31There are two special devices,
32.Ar std
33and
34.Ar local .
35The former creates the standard devices for the architecture.
36The latter is for devices specific to the local site, and
37executes the shell file
38.Pa MAKEDEV.local .
39.Pp
40The
41.Tn HP300
42supports the following devices.
43Where a device name is followed by a hash sign
44.Ql \&# ,
45the hash sign
46must be replaced by a unit number.
47.Bl -tag -width indent -compact
48.It Ar std
49the standard devices
50.Pf ( Ar console ,
51.Ar drum ,
52.Ar fd/* ,
53.Ar klog ,
54.Ar kmem ,
55.Ar mem ,
56.Ar null ,
57.Ar stderr ,
58.Ar stdin ,
59.Ar stdout ,
60.Ar tty ) .
61.It Ar  local
62configuration specific devices.
63.It Ar  ct#
64HP300 HP-IB cartridge tape.
65.It Ar  cd#
66``concatenated'' pseudo-disks.
67.It Ar  rd#
68.Tn HP300
69.Tn HP-IB
70disks
71.It Ar  sd#
72HP300 SCSI disks.
73.It Ar  vnd#
74``file'' pseudo-disks.
75.It Ar  dca#
76.Tn HP200/300
77single port serial interface.
78.It Ar  dcm#
79.Tn HP200/300
804 port serial mux interface.
81.It Ar  pty#
82set of 16 master and slave pseudo terminals.
83.It Ar  flog#
84kernel logging device.
85.It Ar  grf#
86raw interface to
87.Tn HP300
88graphics devices.
89.It Ar  ite#
90terminal emulator interface to
91.Tn HP300
92graphics devices.
93.It Ar  hil
94.Tn HP300
95.Tn HIL
96input devices.
97.El
98.Sh FILES
99.Bl -tag -width xxxx -compact
100.It Pa /dev
101The special file directory.
102.El
103.Sh SEE ALSO
104.Xr mknod 1 ,
105.Xr intro 4 ,
106.Xr config 8 ,
107.Xr special 8
108