regen for new template, picking up some recent other changes
[clockctl, MI joy, pty+++]
This commit is contained in:
parent
dc47c556a2
commit
ecf21d9b93
|
@ -6,7 +6,7 @@
|
|||
.\" *** DO NOT EDIT - any changes will be lost!!!
|
||||
.\" *** ------------------------------------------------------------------
|
||||
.\"
|
||||
.\" $NetBSD: MAKEDEV.8,v 1.2 2002/01/12 22:06:01 enami Exp $
|
||||
.\" $NetBSD: MAKEDEV.8,v 1.3 2002/03/14 01:38:33 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -51,7 +51,7 @@
|
|||
.Sh SYNOPSIS
|
||||
.Nm
|
||||
.Ar special Op Ar ...
|
||||
|
||||
.Pp
|
||||
.Nm
|
||||
.Ar device Op Ar ...
|
||||
.Sh DESCRIPTION
|
||||
|
@ -70,6 +70,10 @@ The script is in
|
|||
and must be called from the
|
||||
.Pa /dev
|
||||
directory.
|
||||
For the creation of the devices,
|
||||
.Xr mknod 8
|
||||
is used, which can only be used for creating devices by the
|
||||
super-user.
|
||||
.Pp
|
||||
The special targets supported on
|
||||
.Nx Ns / Ns acorn32
|
||||
|
@ -166,8 +170,10 @@ DC21285 COM port
|
|||
.It Pseudo terminals :
|
||||
. Bl -tag -width 0123456789 -compact
|
||||
. It Ar pty#
|
||||
Set of 16 master and slave pseudo terminals, see
|
||||
Set of 62 master and slave pseudo terminals, see
|
||||
.Xr \&pty 4
|
||||
. It Ar opty
|
||||
First 16 ptys, to save inodes on install media
|
||||
. El
|
||||
.It Printers :
|
||||
. Bl -tag -width 0123456789 -compact
|
||||
|
@ -214,6 +220,9 @@ Trace device
|
|||
. El
|
||||
.It Special purpose devices :
|
||||
. Bl -tag -width 0123456789 -compact
|
||||
. It Ar clockctl
|
||||
Clock control for non root users, see
|
||||
.Xr \&clockctl 4
|
||||
. It Ar md
|
||||
Memory disk, see
|
||||
.Xr \&md 4
|
||||
|
@ -266,16 +275,27 @@ Wscons event multiplexor, see
|
|||
. El
|
||||
.El
|
||||
.Sh FILES
|
||||
.Bl -tag -width "/dev/MAKEDEV" -compact
|
||||
.Bl -tag -width "/dev/MAKEDEV.local" -compact
|
||||
.It Pa /dev
|
||||
special device files directory
|
||||
.It Pa /dev/MAKEDEV
|
||||
script described in this man page
|
||||
.It Pa /dev/MAKEDEV.local
|
||||
script for site specific devices
|
||||
.El
|
||||
.Sh DIAGNOSTICS
|
||||
If the script reports an error that is difficult to understand,
|
||||
you can get more debugging output by using
|
||||
.Dl Ic sh Fl x Ar MAKEDEV Ar argument .
|
||||
.Sh SEE ALSO
|
||||
.Xr intro 4 ,
|
||||
.Xr config 8 ,
|
||||
.Xr mknod 8
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
command appeared in
|
||||
.Bx 4.2 .
|
||||
.Sh BUGS
|
||||
This man page is generated automatically from the same sources
|
||||
as
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
.\" *** DO NOT EDIT - any changes will be lost!!!
|
||||
.\" *** ------------------------------------------------------------------
|
||||
.\"
|
||||
.\" $NetBSD: MAKEDEV.8,v 1.17 2002/01/12 22:06:01 enami Exp $
|
||||
.\" $NetBSD: MAKEDEV.8,v 1.18 2002/03/14 01:38:33 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -51,7 +51,7 @@
|
|||
.Sh SYNOPSIS
|
||||
.Nm
|
||||
.Ar special Op Ar ...
|
||||
|
||||
.Pp
|
||||
.Nm
|
||||
.Ar device Op Ar ...
|
||||
.Sh DESCRIPTION
|
||||
|
@ -70,6 +70,10 @@ The script is in
|
|||
and must be called from the
|
||||
.Pa /dev
|
||||
directory.
|
||||
For the creation of the devices,
|
||||
.Xr mknod 8
|
||||
is used, which can only be used for creating devices by the
|
||||
super-user.
|
||||
.Pp
|
||||
The special targets supported on
|
||||
.Nx Ns / Ns alpha
|
||||
|
@ -154,8 +158,10 @@ Cyclom-Y multiport serial boards. Each ``unit'' makes 32 ports.
|
|||
.It Pseudo terminals :
|
||||
. Bl -tag -width 0123456789 -compact
|
||||
. It Ar pty#
|
||||
Set of 16 master and slave pseudo terminals, see
|
||||
Set of 62 master and slave pseudo terminals, see
|
||||
.Xr \&pty 4
|
||||
. It Ar opty
|
||||
First 16 ptys, to save inodes on install media
|
||||
. El
|
||||
.It Printers :
|
||||
. Bl -tag -width 0123456789 -compact
|
||||
|
@ -202,6 +208,9 @@ Trace device
|
|||
. El
|
||||
.It Special purpose devices :
|
||||
. Bl -tag -width 0123456789 -compact
|
||||
. It Ar clockctl
|
||||
Clock control for non root users, see
|
||||
.Xr \&clockctl 4
|
||||
. It Ar audio#
|
||||
Audio devices, see
|
||||
.Xr \&audio 4
|
||||
|
@ -265,16 +274,27 @@ PixelStamp interface chip
|
|||
. El
|
||||
.El
|
||||
.Sh FILES
|
||||
.Bl -tag -width "/dev/MAKEDEV" -compact
|
||||
.Bl -tag -width "/dev/MAKEDEV.local" -compact
|
||||
.It Pa /dev
|
||||
special device files directory
|
||||
.It Pa /dev/MAKEDEV
|
||||
script described in this man page
|
||||
.It Pa /dev/MAKEDEV.local
|
||||
script for site specific devices
|
||||
.El
|
||||
.Sh DIAGNOSTICS
|
||||
If the script reports an error that is difficult to understand,
|
||||
you can get more debugging output by using
|
||||
.Dl Ic sh Fl x Ar MAKEDEV Ar argument .
|
||||
.Sh SEE ALSO
|
||||
.Xr intro 4 ,
|
||||
.Xr config 8 ,
|
||||
.Xr mknod 8
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
command appeared in
|
||||
.Bx 4.2 .
|
||||
.Sh BUGS
|
||||
This man page is generated automatically from the same sources
|
||||
as
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
.\" *** DO NOT EDIT - any changes will be lost!!!
|
||||
.\" *** ------------------------------------------------------------------
|
||||
.\"
|
||||
.\" $NetBSD: MAKEDEV.8,v 1.17 2002/01/12 22:06:01 enami Exp $
|
||||
.\" $NetBSD: MAKEDEV.8,v 1.18 2002/03/14 01:38:34 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -51,7 +51,7 @@
|
|||
.Sh SYNOPSIS
|
||||
.Nm
|
||||
.Ar special Op Ar ...
|
||||
|
||||
.Pp
|
||||
.Nm
|
||||
.Ar device Op Ar ...
|
||||
.Sh DESCRIPTION
|
||||
|
@ -70,6 +70,10 @@ The script is in
|
|||
and must be called from the
|
||||
.Pa /dev
|
||||
directory.
|
||||
For the creation of the devices,
|
||||
.Xr mknod 8
|
||||
is used, which can only be used for creating devices by the
|
||||
super-user.
|
||||
.Pp
|
||||
The special targets supported on
|
||||
.Nx Ns / Ns amiga
|
||||
|
@ -159,8 +163,10 @@ Com style serial ports (DraCo, HyperCom) On the DraCo, units 0 and 1 are the bui
|
|||
.It Pseudo terminals :
|
||||
. Bl -tag -width 0123456789 -compact
|
||||
. It Ar pty#
|
||||
Set of 16 master and slave pseudo terminals, see
|
||||
Set of 62 master and slave pseudo terminals, see
|
||||
.Xr \&pty 4
|
||||
. It Ar opty
|
||||
First 16 ptys, to save inodes on install media
|
||||
. El
|
||||
.It Printers :
|
||||
. Bl -tag -width 0123456789 -compact
|
||||
|
@ -225,16 +231,27 @@ One unit of the audio device. On Amiga machines, Unit 0 is custom chip audio, if
|
|||
. El
|
||||
.El
|
||||
.Sh FILES
|
||||
.Bl -tag -width "/dev/MAKEDEV" -compact
|
||||
.Bl -tag -width "/dev/MAKEDEV.local" -compact
|
||||
.It Pa /dev
|
||||
special device files directory
|
||||
.It Pa /dev/MAKEDEV
|
||||
script described in this man page
|
||||
.It Pa /dev/MAKEDEV.local
|
||||
script for site specific devices
|
||||
.El
|
||||
.Sh DIAGNOSTICS
|
||||
If the script reports an error that is difficult to understand,
|
||||
you can get more debugging output by using
|
||||
.Dl Ic sh Fl x Ar MAKEDEV Ar argument .
|
||||
.Sh SEE ALSO
|
||||
.Xr intro 4 ,
|
||||
.Xr config 8 ,
|
||||
.Xr mknod 8
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
command appeared in
|
||||
.Bx 4.2 .
|
||||
.Sh BUGS
|
||||
This man page is generated automatically from the same sources
|
||||
as
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
.\" *** DO NOT EDIT - any changes will be lost!!!
|
||||
.\" *** ------------------------------------------------------------------
|
||||
.\"
|
||||
.\" $NetBSD: MAKEDEV.8,v 1.10 2002/01/12 22:06:01 enami Exp $
|
||||
.\" $NetBSD: MAKEDEV.8,v 1.11 2002/03/14 01:38:34 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -51,7 +51,7 @@
|
|||
.Sh SYNOPSIS
|
||||
.Nm
|
||||
.Ar special Op Ar ...
|
||||
|
||||
.Pp
|
||||
.Nm
|
||||
.Ar device Op Ar ...
|
||||
.Sh DESCRIPTION
|
||||
|
@ -70,6 +70,10 @@ The script is in
|
|||
and must be called from the
|
||||
.Pa /dev
|
||||
directory.
|
||||
For the creation of the devices,
|
||||
.Xr mknod 8
|
||||
is used, which can only be used for creating devices by the
|
||||
super-user.
|
||||
.Pp
|
||||
The special targets supported on
|
||||
.Nx Ns / Ns arc
|
||||
|
@ -146,8 +150,10 @@ NS16550 (``com'') serial ports, see
|
|||
.It Pseudo terminals :
|
||||
. Bl -tag -width 0123456789 -compact
|
||||
. It Ar pty#
|
||||
Set of 16 master and slave pseudo terminals, see
|
||||
Set of 62 master and slave pseudo terminals, see
|
||||
.Xr \&pty 4
|
||||
. It Ar opty
|
||||
First 16 ptys, to save inodes on install media
|
||||
. El
|
||||
.It Printers :
|
||||
. Bl -tag -width 0123456789 -compact
|
||||
|
@ -169,6 +175,9 @@ Trace device
|
|||
. El
|
||||
.It Special purpose devices :
|
||||
. Bl -tag -width 0123456789 -compact
|
||||
. It Ar clockctl
|
||||
Clock control for non root users, see
|
||||
.Xr \&clockctl 4
|
||||
. It Ar bpf#
|
||||
Berkeley packet filter devices, see
|
||||
.Xr \&bpf 4
|
||||
|
@ -188,7 +197,8 @@ Mouse (provides events, for X11)
|
|||
PS/2 mouse, see
|
||||
.Xr \&pms 4
|
||||
. It Ar joy#
|
||||
Joystick device
|
||||
Joystick device, see
|
||||
.Xr \&joy 4
|
||||
. It Ar random
|
||||
Random number generator
|
||||
. It Ar scsibus#
|
||||
|
@ -210,16 +220,27 @@ Wscons event multiplexor, see
|
|||
. El
|
||||
.El
|
||||
.Sh FILES
|
||||
.Bl -tag -width "/dev/MAKEDEV" -compact
|
||||
.Bl -tag -width "/dev/MAKEDEV.local" -compact
|
||||
.It Pa /dev
|
||||
special device files directory
|
||||
.It Pa /dev/MAKEDEV
|
||||
script described in this man page
|
||||
.It Pa /dev/MAKEDEV.local
|
||||
script for site specific devices
|
||||
.El
|
||||
.Sh DIAGNOSTICS
|
||||
If the script reports an error that is difficult to understand,
|
||||
you can get more debugging output by using
|
||||
.Dl Ic sh Fl x Ar MAKEDEV Ar argument .
|
||||
.Sh SEE ALSO
|
||||
.Xr intro 4 ,
|
||||
.Xr config 8 ,
|
||||
.Xr mknod 8
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
command appeared in
|
||||
.Bx 4.2 .
|
||||
.Sh BUGS
|
||||
This man page is generated automatically from the same sources
|
||||
as
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
.\" *** DO NOT EDIT - any changes will be lost!!!
|
||||
.\" *** ------------------------------------------------------------------
|
||||
.\"
|
||||
.\" $NetBSD: MAKEDEV.8,v 1.9 2002/01/12 22:06:02 enami Exp $
|
||||
.\" $NetBSD: MAKEDEV.8,v 1.10 2002/03/14 01:38:34 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -51,7 +51,7 @@
|
|||
.Sh SYNOPSIS
|
||||
.Nm
|
||||
.Ar special Op Ar ...
|
||||
|
||||
.Pp
|
||||
.Nm
|
||||
.Ar device Op Ar ...
|
||||
.Sh DESCRIPTION
|
||||
|
@ -70,6 +70,10 @@ The script is in
|
|||
and must be called from the
|
||||
.Pa /dev
|
||||
directory.
|
||||
For the creation of the devices,
|
||||
.Xr mknod 8
|
||||
is used, which can only be used for creating devices by the
|
||||
super-user.
|
||||
.Pp
|
||||
The special targets supported on
|
||||
.Nx Ns / Ns arm26
|
||||
|
@ -143,8 +147,10 @@ Alias for PC COM ports, this is what the system really wants, see
|
|||
.It Pseudo terminals :
|
||||
. Bl -tag -width 0123456789 -compact
|
||||
. It Ar pty#
|
||||
Set of 16 master and slave pseudo terminals, see
|
||||
Set of 62 master and slave pseudo terminals, see
|
||||
.Xr \&pty 4
|
||||
. It Ar opty
|
||||
First 16 ptys, to save inodes on install media
|
||||
. El
|
||||
.It Printers :
|
||||
. Bl -tag -width 0123456789 -compact
|
||||
|
@ -157,6 +163,9 @@ Archimedes parallel port
|
|||
. El
|
||||
.It Special purpose devices :
|
||||
. Bl -tag -width 0123456789 -compact
|
||||
. It Ar clockctl
|
||||
Clock control for non root users, see
|
||||
.Xr \&clockctl 4
|
||||
. It Ar fd
|
||||
File descriptors (/dev/fd/*), see
|
||||
.Xr \&fd 4
|
||||
|
@ -179,16 +188,27 @@ Wscons event multiplexor, see
|
|||
. El
|
||||
.El
|
||||
.Sh FILES
|
||||
.Bl -tag -width "/dev/MAKEDEV" -compact
|
||||
.Bl -tag -width "/dev/MAKEDEV.local" -compact
|
||||
.It Pa /dev
|
||||
special device files directory
|
||||
.It Pa /dev/MAKEDEV
|
||||
script described in this man page
|
||||
.It Pa /dev/MAKEDEV.local
|
||||
script for site specific devices
|
||||
.El
|
||||
.Sh DIAGNOSTICS
|
||||
If the script reports an error that is difficult to understand,
|
||||
you can get more debugging output by using
|
||||
.Dl Ic sh Fl x Ar MAKEDEV Ar argument .
|
||||
.Sh SEE ALSO
|
||||
.Xr intro 4 ,
|
||||
.Xr config 8 ,
|
||||
.Xr mknod 8
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
command appeared in
|
||||
.Bx 4.2 .
|
||||
.Sh BUGS
|
||||
This man page is generated automatically from the same sources
|
||||
as
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
.\" *** DO NOT EDIT - any changes will be lost!!!
|
||||
.\" *** ------------------------------------------------------------------
|
||||
.\"
|
||||
.\" $NetBSD: MAKEDEV.8,v 1.19 2002/01/12 22:06:02 enami Exp $
|
||||
.\" $NetBSD: MAKEDEV.8,v 1.20 2002/03/14 01:38:34 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -51,7 +51,7 @@
|
|||
.Sh SYNOPSIS
|
||||
.Nm
|
||||
.Ar special Op Ar ...
|
||||
|
||||
.Pp
|
||||
.Nm
|
||||
.Ar device Op Ar ...
|
||||
.Sh DESCRIPTION
|
||||
|
@ -70,6 +70,10 @@ The script is in
|
|||
and must be called from the
|
||||
.Pa /dev
|
||||
directory.
|
||||
For the creation of the devices,
|
||||
.Xr mknod 8
|
||||
is used, which can only be used for creating devices by the
|
||||
super-user.
|
||||
.Pp
|
||||
The special targets supported on
|
||||
.Nx Ns / Ns arm32
|
||||
|
@ -167,8 +171,10 @@ DC21285 COM port
|
|||
.It Pseudo terminals :
|
||||
. Bl -tag -width 0123456789 -compact
|
||||
. It Ar pty#
|
||||
Set of 16 master and slave pseudo terminals, see
|
||||
Set of 62 master and slave pseudo terminals, see
|
||||
.Xr \&pty 4
|
||||
. It Ar opty
|
||||
First 16 ptys, to save inodes on install media
|
||||
. El
|
||||
.It Printers :
|
||||
. Bl -tag -width 0123456789 -compact
|
||||
|
@ -216,6 +222,9 @@ Trace device
|
|||
. El
|
||||
.It Special purpose devices :
|
||||
. Bl -tag -width 0123456789 -compact
|
||||
. It Ar clockctl
|
||||
Clock control for non root users, see
|
||||
.Xr \&clockctl 4
|
||||
. It Ar md
|
||||
Memory disk, see
|
||||
.Xr \&md 4
|
||||
|
@ -272,22 +281,30 @@ Console font control
|
|||
. It Ar pci#
|
||||
PCI bus access devices, see
|
||||
.Xr \&pci 4
|
||||
. It Ar clockctl
|
||||
Clock control for non root users, see
|
||||
.Xr \&clockctl 4
|
||||
. El
|
||||
.El
|
||||
.Sh FILES
|
||||
.Bl -tag -width "/dev/MAKEDEV" -compact
|
||||
.Bl -tag -width "/dev/MAKEDEV.local" -compact
|
||||
.It Pa /dev
|
||||
special device files directory
|
||||
.It Pa /dev/MAKEDEV
|
||||
script described in this man page
|
||||
.It Pa /dev/MAKEDEV.local
|
||||
script for site specific devices
|
||||
.El
|
||||
.Sh DIAGNOSTICS
|
||||
If the script reports an error that is difficult to understand,
|
||||
you can get more debugging output by using
|
||||
.Dl Ic sh Fl x Ar MAKEDEV Ar argument .
|
||||
.Sh SEE ALSO
|
||||
.Xr intro 4 ,
|
||||
.Xr config 8 ,
|
||||
.Xr mknod 8
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
command appeared in
|
||||
.Bx 4.2 .
|
||||
.Sh BUGS
|
||||
This man page is generated automatically from the same sources
|
||||
as
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
.\" *** DO NOT EDIT - any changes will be lost!!!
|
||||
.\" *** ------------------------------------------------------------------
|
||||
.\"
|
||||
.\" $NetBSD: MAKEDEV.8,v 1.15 2002/01/12 22:06:02 enami Exp $
|
||||
.\" $NetBSD: MAKEDEV.8,v 1.16 2002/03/14 01:38:34 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -51,7 +51,7 @@
|
|||
.Sh SYNOPSIS
|
||||
.Nm
|
||||
.Ar special Op Ar ...
|
||||
|
||||
.Pp
|
||||
.Nm
|
||||
.Ar device Op Ar ...
|
||||
.Sh DESCRIPTION
|
||||
|
@ -70,6 +70,10 @@ The script is in
|
|||
and must be called from the
|
||||
.Pa /dev
|
||||
directory.
|
||||
For the creation of the devices,
|
||||
.Xr mknod 8
|
||||
is used, which can only be used for creating devices by the
|
||||
super-user.
|
||||
.Pp
|
||||
The special targets supported on
|
||||
.Nx Ns / Ns atari
|
||||
|
@ -158,8 +162,10 @@ UART on first 68901 (formerly mdm01)
|
|||
.It Pseudo terminals :
|
||||
. Bl -tag -width 0123456789 -compact
|
||||
. It Ar pty#
|
||||
Set of 16 master and slave pseudo terminals, see
|
||||
Set of 62 master and slave pseudo terminals, see
|
||||
.Xr \&pty 4
|
||||
. It Ar opty
|
||||
First 16 ptys, to save inodes on install media
|
||||
. El
|
||||
.It ISDN devices :
|
||||
. Bl -tag -width 0123456789 -compact
|
||||
|
@ -176,6 +182,9 @@ Trace device
|
|||
. El
|
||||
.It Special purpose devices :
|
||||
. Bl -tag -width 0123456789 -compact
|
||||
. It Ar clockctl
|
||||
Clock control for non root users, see
|
||||
.Xr \&clockctl 4
|
||||
. It Ar aconf
|
||||
Autoconfig information (not yet)
|
||||
. It Ar audio#
|
||||
|
@ -229,16 +238,27 @@ Circad Leonardo VME-bus true color
|
|||
. El
|
||||
.El
|
||||
.Sh FILES
|
||||
.Bl -tag -width "/dev/MAKEDEV" -compact
|
||||
.Bl -tag -width "/dev/MAKEDEV.local" -compact
|
||||
.It Pa /dev
|
||||
special device files directory
|
||||
.It Pa /dev/MAKEDEV
|
||||
script described in this man page
|
||||
.It Pa /dev/MAKEDEV.local
|
||||
script for site specific devices
|
||||
.El
|
||||
.Sh DIAGNOSTICS
|
||||
If the script reports an error that is difficult to understand,
|
||||
you can get more debugging output by using
|
||||
.Dl Ic sh Fl x Ar MAKEDEV Ar argument .
|
||||
.Sh SEE ALSO
|
||||
.Xr intro 4 ,
|
||||
.Xr config 8 ,
|
||||
.Xr mknod 8
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
command appeared in
|
||||
.Bx 4.2 .
|
||||
.Sh BUGS
|
||||
This man page is generated automatically from the same sources
|
||||
as
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
.\" *** DO NOT EDIT - any changes will be lost!!!
|
||||
.\" *** ------------------------------------------------------------------
|
||||
.\"
|
||||
.\" $NetBSD: MAKEDEV.8,v 1.12 2002/01/12 22:06:02 enami Exp $
|
||||
.\" $NetBSD: MAKEDEV.8,v 1.13 2002/03/14 01:38:35 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -51,7 +51,7 @@
|
|||
.Sh SYNOPSIS
|
||||
.Nm
|
||||
.Ar special Op Ar ...
|
||||
|
||||
.Pp
|
||||
.Nm
|
||||
.Ar device Op Ar ...
|
||||
.Sh DESCRIPTION
|
||||
|
@ -70,6 +70,10 @@ The script is in
|
|||
and must be called from the
|
||||
.Pa /dev
|
||||
directory.
|
||||
For the creation of the devices,
|
||||
.Xr mknod 8
|
||||
is used, which can only be used for creating devices by the
|
||||
super-user.
|
||||
.Pp
|
||||
The special targets supported on
|
||||
.Nx Ns / Ns bebox
|
||||
|
@ -172,8 +176,10 @@ Cyclom-Y multiport serial boards. Each ``unit'' makes 32 ports.
|
|||
.It Pseudo terminals :
|
||||
. Bl -tag -width 0123456789 -compact
|
||||
. It Ar pty#
|
||||
Set of 16 master and slave pseudo terminals, see
|
||||
Set of 62 master and slave pseudo terminals, see
|
||||
.Xr \&pty 4
|
||||
. It Ar opty
|
||||
First 16 ptys, to save inodes on install media
|
||||
. El
|
||||
.It Printers :
|
||||
. Bl -tag -width 0123456789 -compact
|
||||
|
@ -197,6 +203,9 @@ Trace device
|
|||
. El
|
||||
.It Special purpose devices :
|
||||
. Bl -tag -width 0123456789 -compact
|
||||
. It Ar clockctl
|
||||
Clock control for non root users, see
|
||||
.Xr \&clockctl 4
|
||||
. It Ar fd
|
||||
File descriptors, see
|
||||
.Xr \&fd 4
|
||||
|
@ -220,7 +229,8 @@ Audio devices, see
|
|||
Network tunnel driver, see
|
||||
.Xr \&tun 4
|
||||
. It Ar joy#
|
||||
Joystick device
|
||||
Joystick device, see
|
||||
.Xr \&joy 4
|
||||
. It Ar satlink#
|
||||
PlanetConnect satellite receiver driver
|
||||
. It Ar scsibus#
|
||||
|
@ -244,16 +254,27 @@ Wscons event multiplexor, see
|
|||
. El
|
||||
.El
|
||||
.Sh FILES
|
||||
.Bl -tag -width "/dev/MAKEDEV" -compact
|
||||
.Bl -tag -width "/dev/MAKEDEV.local" -compact
|
||||
.It Pa /dev
|
||||
special device files directory
|
||||
.It Pa /dev/MAKEDEV
|
||||
script described in this man page
|
||||
.It Pa /dev/MAKEDEV.local
|
||||
script for site specific devices
|
||||
.El
|
||||
.Sh DIAGNOSTICS
|
||||
If the script reports an error that is difficult to understand,
|
||||
you can get more debugging output by using
|
||||
.Dl Ic sh Fl x Ar MAKEDEV Ar argument .
|
||||
.Sh SEE ALSO
|
||||
.Xr intro 4 ,
|
||||
.Xr config 8 ,
|
||||
.Xr mknod 8
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
command appeared in
|
||||
.Bx 4.2 .
|
||||
.Sh BUGS
|
||||
This man page is generated automatically from the same sources
|
||||
as
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
.\" *** DO NOT EDIT - any changes will be lost!!!
|
||||
.\" *** ------------------------------------------------------------------
|
||||
.\"
|
||||
.\" $NetBSD: MAKEDEV.8,v 1.5 2002/01/12 22:06:02 enami Exp $
|
||||
.\" $NetBSD: MAKEDEV.8,v 1.6 2002/03/14 01:38:35 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -51,7 +51,7 @@
|
|||
.Sh SYNOPSIS
|
||||
.Nm
|
||||
.Ar special Op Ar ...
|
||||
|
||||
.Pp
|
||||
.Nm
|
||||
.Ar device Op Ar ...
|
||||
.Sh DESCRIPTION
|
||||
|
@ -70,6 +70,10 @@ The script is in
|
|||
and must be called from the
|
||||
.Pa /dev
|
||||
directory.
|
||||
For the creation of the devices,
|
||||
.Xr mknod 8
|
||||
is used, which can only be used for creating devices by the
|
||||
super-user.
|
||||
.Pp
|
||||
The special targets supported on
|
||||
.Nx Ns / Ns cobalt
|
||||
|
@ -140,8 +144,10 @@ NS16550 (``com'') serial ports, see
|
|||
.It Pseudo terminals :
|
||||
. Bl -tag -width 0123456789 -compact
|
||||
. It Ar pty#
|
||||
Set of 16 master and slave pseudo terminals, see
|
||||
Set of 62 master and slave pseudo terminals, see
|
||||
.Xr \&pty 4
|
||||
. It Ar opty
|
||||
First 16 ptys, to save inodes on install media
|
||||
. El
|
||||
.It ISDN devices :
|
||||
. Bl -tag -width 0123456789 -compact
|
||||
|
@ -158,6 +164,9 @@ Trace device
|
|||
. El
|
||||
.It Special purpose devices :
|
||||
. Bl -tag -width 0123456789 -compact
|
||||
. It Ar clockctl
|
||||
Clock control for non root users, see
|
||||
.Xr \&clockctl 4
|
||||
. It Ar bpf#
|
||||
Berkeley packet filter devices, see
|
||||
.Xr \&bpf 4
|
||||
|
@ -191,16 +200,27 @@ Unknown SCSI device, see
|
|||
. El
|
||||
.El
|
||||
.Sh FILES
|
||||
.Bl -tag -width "/dev/MAKEDEV" -compact
|
||||
.Bl -tag -width "/dev/MAKEDEV.local" -compact
|
||||
.It Pa /dev
|
||||
special device files directory
|
||||
.It Pa /dev/MAKEDEV
|
||||
script described in this man page
|
||||
.It Pa /dev/MAKEDEV.local
|
||||
script for site specific devices
|
||||
.El
|
||||
.Sh DIAGNOSTICS
|
||||
If the script reports an error that is difficult to understand,
|
||||
you can get more debugging output by using
|
||||
.Dl Ic sh Fl x Ar MAKEDEV Ar argument .
|
||||
.Sh SEE ALSO
|
||||
.Xr intro 4 ,
|
||||
.Xr config 8 ,
|
||||
.Xr mknod 8
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
command appeared in
|
||||
.Bx 4.2 .
|
||||
.Sh BUGS
|
||||
This man page is generated automatically from the same sources
|
||||
as
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
.\" *** DO NOT EDIT - any changes will be lost!!!
|
||||
.\" *** ------------------------------------------------------------------
|
||||
.\"
|
||||
.\" $NetBSD: MAKEDEV.8,v 1.5 2002/01/12 22:06:03 enami Exp $
|
||||
.\" $NetBSD: MAKEDEV.8,v 1.6 2002/03/14 01:38:35 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -51,7 +51,7 @@
|
|||
.Sh SYNOPSIS
|
||||
.Nm
|
||||
.Ar special Op Ar ...
|
||||
|
||||
.Pp
|
||||
.Nm
|
||||
.Ar device Op Ar ...
|
||||
.Sh DESCRIPTION
|
||||
|
@ -70,6 +70,10 @@ The script is in
|
|||
and must be called from the
|
||||
.Pa /dev
|
||||
directory.
|
||||
For the creation of the devices,
|
||||
.Xr mknod 8
|
||||
is used, which can only be used for creating devices by the
|
||||
super-user.
|
||||
.Pp
|
||||
The special targets supported on
|
||||
.Nx Ns / Ns dreamcast
|
||||
|
@ -151,11 +155,16 @@ Alias for PC COM ports, this is what the system really wants, see
|
|||
.It Pseudo terminals :
|
||||
. Bl -tag -width 0123456789 -compact
|
||||
. It Ar pty#
|
||||
Set of 16 master and slave pseudo terminals, see
|
||||
Set of 62 master and slave pseudo terminals, see
|
||||
.Xr \&pty 4
|
||||
. It Ar opty
|
||||
First 16 ptys, to save inodes on install media
|
||||
. El
|
||||
.It Special purpose devices :
|
||||
. Bl -tag -width 0123456789 -compact
|
||||
. It Ar clockctl
|
||||
Clock control for non root users, see
|
||||
.Xr \&clockctl 4
|
||||
. It Ar fd
|
||||
File descriptors, see
|
||||
.Xr \&fd 4
|
||||
|
@ -183,20 +192,32 @@ Power management device
|
|||
Network tunnel driver, see
|
||||
.Xr \&tun 4
|
||||
. It Ar joy#
|
||||
Joystick device
|
||||
Joystick device, see
|
||||
.Xr \&joy 4
|
||||
. El
|
||||
.El
|
||||
.Sh FILES
|
||||
.Bl -tag -width "/dev/MAKEDEV" -compact
|
||||
.Bl -tag -width "/dev/MAKEDEV.local" -compact
|
||||
.It Pa /dev
|
||||
special device files directory
|
||||
.It Pa /dev/MAKEDEV
|
||||
script described in this man page
|
||||
.It Pa /dev/MAKEDEV.local
|
||||
script for site specific devices
|
||||
.El
|
||||
.Sh DIAGNOSTICS
|
||||
If the script reports an error that is difficult to understand,
|
||||
you can get more debugging output by using
|
||||
.Dl Ic sh Fl x Ar MAKEDEV Ar argument .
|
||||
.Sh SEE ALSO
|
||||
.Xr intro 4 ,
|
||||
.Xr config 8 ,
|
||||
.Xr mknod 8
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
command appeared in
|
||||
.Bx 4.2 .
|
||||
.Sh BUGS
|
||||
This man page is generated automatically from the same sources
|
||||
as
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
.\" *** DO NOT EDIT - any changes will be lost!!!
|
||||
.\" *** ------------------------------------------------------------------
|
||||
.\"
|
||||
.\" $NetBSD: MAKEDEV.8,v 1.2 2002/01/12 22:06:03 enami Exp $
|
||||
.\" $NetBSD: MAKEDEV.8,v 1.3 2002/03/14 01:38:35 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -51,7 +51,7 @@
|
|||
.Sh SYNOPSIS
|
||||
.Nm
|
||||
.Ar special Op Ar ...
|
||||
|
||||
.Pp
|
||||
.Nm
|
||||
.Ar device Op Ar ...
|
||||
.Sh DESCRIPTION
|
||||
|
@ -70,6 +70,10 @@ The script is in
|
|||
and must be called from the
|
||||
.Pa /dev
|
||||
directory.
|
||||
For the creation of the devices,
|
||||
.Xr mknod 8
|
||||
is used, which can only be used for creating devices by the
|
||||
super-user.
|
||||
.Pp
|
||||
The special targets supported on
|
||||
.Nx Ns / Ns evbarm
|
||||
|
@ -159,8 +163,10 @@ DC21285 COM port
|
|||
.It Pseudo terminals :
|
||||
. Bl -tag -width 0123456789 -compact
|
||||
. It Ar pty#
|
||||
Set of 16 master and slave pseudo terminals, see
|
||||
Set of 62 master and slave pseudo terminals, see
|
||||
.Xr \&pty 4
|
||||
. It Ar opty
|
||||
First 16 ptys, to save inodes on install media
|
||||
. El
|
||||
.It Printers :
|
||||
. Bl -tag -width 0123456789 -compact
|
||||
|
@ -247,16 +253,27 @@ Wscons event multiplexor, see
|
|||
. El
|
||||
.El
|
||||
.Sh FILES
|
||||
.Bl -tag -width "/dev/MAKEDEV" -compact
|
||||
.Bl -tag -width "/dev/MAKEDEV.local" -compact
|
||||
.It Pa /dev
|
||||
special device files directory
|
||||
.It Pa /dev/MAKEDEV
|
||||
script described in this man page
|
||||
.It Pa /dev/MAKEDEV.local
|
||||
script for site specific devices
|
||||
.El
|
||||
.Sh DIAGNOSTICS
|
||||
If the script reports an error that is difficult to understand,
|
||||
you can get more debugging output by using
|
||||
.Dl Ic sh Fl x Ar MAKEDEV Ar argument .
|
||||
.Sh SEE ALSO
|
||||
.Xr intro 4 ,
|
||||
.Xr config 8 ,
|
||||
.Xr mknod 8
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
command appeared in
|
||||
.Bx 4.2 .
|
||||
.Sh BUGS
|
||||
This man page is generated automatically from the same sources
|
||||
as
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
.\" *** DO NOT EDIT - any changes will be lost!!!
|
||||
.\" *** ------------------------------------------------------------------
|
||||
.\"
|
||||
.\" $NetBSD: MAKEDEV.8,v 1.19 2002/01/12 22:06:03 enami Exp $
|
||||
.\" $NetBSD: MAKEDEV.8,v 1.20 2002/03/14 01:38:35 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -51,7 +51,7 @@
|
|||
.Sh SYNOPSIS
|
||||
.Nm
|
||||
.Ar special Op Ar ...
|
||||
|
||||
.Pp
|
||||
.Nm
|
||||
.Ar device Op Ar ...
|
||||
.Sh DESCRIPTION
|
||||
|
@ -70,6 +70,10 @@ The script is in
|
|||
and must be called from the
|
||||
.Pa /dev
|
||||
directory.
|
||||
For the creation of the devices,
|
||||
.Xr mknod 8
|
||||
is used, which can only be used for creating devices by the
|
||||
super-user.
|
||||
.Pp
|
||||
The special targets supported on
|
||||
.Nx Ns / Ns hp300
|
||||
|
@ -138,8 +142,10 @@ HP400 4 port serial mux interface, see
|
|||
.It Pseudo terminals :
|
||||
. Bl -tag -width 0123456789 -compact
|
||||
. It Ar pty#
|
||||
Set of 16 master and slave pseudo terminals, see
|
||||
Set of 62 master and slave pseudo terminals, see
|
||||
.Xr \&pty 4
|
||||
. It Ar opty
|
||||
First 16 ptys, to save inodes on install media
|
||||
. El
|
||||
.It wscons :
|
||||
. Bl -tag -width 0123456789 -compact
|
||||
|
@ -159,6 +165,9 @@ Console font control
|
|||
. El
|
||||
.It Special purpose devices :
|
||||
. Bl -tag -width 0123456789 -compact
|
||||
. It Ar clockctl
|
||||
Clock control for non root users, see
|
||||
.Xr \&clockctl 4
|
||||
. It Ar fd
|
||||
File descriptors, see
|
||||
.Xr \&fd 4
|
||||
|
@ -191,16 +200,27 @@ SCSI busses, see
|
|||
. El
|
||||
.El
|
||||
.Sh FILES
|
||||
.Bl -tag -width "/dev/MAKEDEV" -compact
|
||||
.Bl -tag -width "/dev/MAKEDEV.local" -compact
|
||||
.It Pa /dev
|
||||
special device files directory
|
||||
.It Pa /dev/MAKEDEV
|
||||
script described in this man page
|
||||
.It Pa /dev/MAKEDEV.local
|
||||
script for site specific devices
|
||||
.El
|
||||
.Sh DIAGNOSTICS
|
||||
If the script reports an error that is difficult to understand,
|
||||
you can get more debugging output by using
|
||||
.Dl Ic sh Fl x Ar MAKEDEV Ar argument .
|
||||
.Sh SEE ALSO
|
||||
.Xr intro 4 ,
|
||||
.Xr config 8 ,
|
||||
.Xr mknod 8
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
command appeared in
|
||||
.Bx 4.2 .
|
||||
.Sh BUGS
|
||||
This man page is generated automatically from the same sources
|
||||
as
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
.\" *** DO NOT EDIT - any changes will be lost!!!
|
||||
.\" *** ------------------------------------------------------------------
|
||||
.\"
|
||||
.\" $NetBSD: MAKEDEV.8,v 1.12 2002/01/12 22:06:03 enami Exp $
|
||||
.\" $NetBSD: MAKEDEV.8,v 1.13 2002/03/14 01:38:36 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -51,7 +51,7 @@
|
|||
.Sh SYNOPSIS
|
||||
.Nm
|
||||
.Ar special Op Ar ...
|
||||
|
||||
.Pp
|
||||
.Nm
|
||||
.Ar device Op Ar ...
|
||||
.Sh DESCRIPTION
|
||||
|
@ -70,6 +70,10 @@ The script is in
|
|||
and must be called from the
|
||||
.Pa /dev
|
||||
directory.
|
||||
For the creation of the devices,
|
||||
.Xr mknod 8
|
||||
is used, which can only be used for creating devices by the
|
||||
super-user.
|
||||
.Pp
|
||||
The special targets supported on
|
||||
.Nx Ns / Ns hpcmips
|
||||
|
@ -162,8 +166,10 @@ TX39 internal serial ports
|
|||
.It Pseudo terminals :
|
||||
. Bl -tag -width 0123456789 -compact
|
||||
. It Ar pty#
|
||||
Set of 16 master and slave pseudo terminals, see
|
||||
Set of 62 master and slave pseudo terminals, see
|
||||
.Xr \&pty 4
|
||||
. It Ar opty
|
||||
First 16 ptys, to save inodes on install media
|
||||
. El
|
||||
.It Printers :
|
||||
. Bl -tag -width 0123456789 -compact
|
||||
|
@ -210,6 +216,9 @@ Trace device
|
|||
. El
|
||||
.It Special purpose devices :
|
||||
. Bl -tag -width 0123456789 -compact
|
||||
. It Ar clockctl
|
||||
Clock control for non root users, see
|
||||
.Xr \&clockctl 4
|
||||
. It Ar fd
|
||||
File descriptors, see
|
||||
.Xr \&fd 4
|
||||
|
@ -241,16 +250,27 @@ UCB1200 (TX39) audio device. 22.154kHz mono 16bit
|
|||
. El
|
||||
.El
|
||||
.Sh FILES
|
||||
.Bl -tag -width "/dev/MAKEDEV" -compact
|
||||
.Bl -tag -width "/dev/MAKEDEV.local" -compact
|
||||
.It Pa /dev
|
||||
special device files directory
|
||||
.It Pa /dev/MAKEDEV
|
||||
script described in this man page
|
||||
.It Pa /dev/MAKEDEV.local
|
||||
script for site specific devices
|
||||
.El
|
||||
.Sh DIAGNOSTICS
|
||||
If the script reports an error that is difficult to understand,
|
||||
you can get more debugging output by using
|
||||
.Dl Ic sh Fl x Ar MAKEDEV Ar argument .
|
||||
.Sh SEE ALSO
|
||||
.Xr intro 4 ,
|
||||
.Xr config 8 ,
|
||||
.Xr mknod 8
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
command appeared in
|
||||
.Bx 4.2 .
|
||||
.Sh BUGS
|
||||
This man page is generated automatically from the same sources
|
||||
as
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
.\" *** DO NOT EDIT - any changes will be lost!!!
|
||||
.\" *** ------------------------------------------------------------------
|
||||
.\"
|
||||
.\" $NetBSD: MAKEDEV.8,v 1.5 2002/01/12 22:06:04 enami Exp $
|
||||
.\" $NetBSD: MAKEDEV.8,v 1.6 2002/03/14 01:38:36 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -51,7 +51,7 @@
|
|||
.Sh SYNOPSIS
|
||||
.Nm
|
||||
.Ar special Op Ar ...
|
||||
|
||||
.Pp
|
||||
.Nm
|
||||
.Ar device Op Ar ...
|
||||
.Sh DESCRIPTION
|
||||
|
@ -70,6 +70,10 @@ The script is in
|
|||
and must be called from the
|
||||
.Pa /dev
|
||||
directory.
|
||||
For the creation of the devices,
|
||||
.Xr mknod 8
|
||||
is used, which can only be used for creating devices by the
|
||||
super-user.
|
||||
.Pp
|
||||
The special targets supported on
|
||||
.Nx Ns / Ns hpcsh
|
||||
|
@ -152,11 +156,16 @@ Alias for PC COM ports, this is what the system really wants, see
|
|||
.It Pseudo terminals :
|
||||
. Bl -tag -width 0123456789 -compact
|
||||
. It Ar pty#
|
||||
Set of 16 master and slave pseudo terminals, see
|
||||
Set of 62 master and slave pseudo terminals, see
|
||||
.Xr \&pty 4
|
||||
. It Ar opty
|
||||
First 16 ptys, to save inodes on install media
|
||||
. El
|
||||
.It Special purpose devices :
|
||||
. Bl -tag -width 0123456789 -compact
|
||||
. It Ar clockctl
|
||||
Clock control for non root users, see
|
||||
.Xr \&clockctl 4
|
||||
. It Ar fd
|
||||
File descriptors, see
|
||||
.Xr \&fd 4
|
||||
|
@ -186,16 +195,27 @@ SCSI media changer, see
|
|||
. El
|
||||
.El
|
||||
.Sh FILES
|
||||
.Bl -tag -width "/dev/MAKEDEV" -compact
|
||||
.Bl -tag -width "/dev/MAKEDEV.local" -compact
|
||||
.It Pa /dev
|
||||
special device files directory
|
||||
.It Pa /dev/MAKEDEV
|
||||
script described in this man page
|
||||
.It Pa /dev/MAKEDEV.local
|
||||
script for site specific devices
|
||||
.El
|
||||
.Sh DIAGNOSTICS
|
||||
If the script reports an error that is difficult to understand,
|
||||
you can get more debugging output by using
|
||||
.Dl Ic sh Fl x Ar MAKEDEV Ar argument .
|
||||
.Sh SEE ALSO
|
||||
.Xr intro 4 ,
|
||||
.Xr config 8 ,
|
||||
.Xr mknod 8
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
command appeared in
|
||||
.Bx 4.2 .
|
||||
.Sh BUGS
|
||||
This man page is generated automatically from the same sources
|
||||
as
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
.\" *** DO NOT EDIT - any changes will be lost!!!
|
||||
.\" *** ------------------------------------------------------------------
|
||||
.\"
|
||||
.\" $NetBSD: MAKEDEV.8,v 1.34 2002/01/12 22:06:04 enami Exp $
|
||||
.\" $NetBSD: MAKEDEV.8,v 1.35 2002/03/14 01:38:36 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -51,7 +51,7 @@
|
|||
.Sh SYNOPSIS
|
||||
.Nm
|
||||
.Ar special Op Ar ...
|
||||
|
||||
.Pp
|
||||
.Nm
|
||||
.Ar device Op Ar ...
|
||||
.Sh DESCRIPTION
|
||||
|
@ -70,6 +70,10 @@ The script is in
|
|||
and must be called from the
|
||||
.Pa /dev
|
||||
directory.
|
||||
For the creation of the devices,
|
||||
.Xr mknod 8
|
||||
is used, which can only be used for creating devices by the
|
||||
super-user.
|
||||
.Pp
|
||||
The special targets supported on
|
||||
.Nx Ns / Ns i386
|
||||
|
@ -189,8 +193,10 @@ Cyclom-Y multiport serial boards. Each ``unit'' makes 32 ports.
|
|||
.It Pseudo terminals :
|
||||
. Bl -tag -width 0123456789 -compact
|
||||
. It Ar pty#
|
||||
Set of 16 master and slave pseudo terminals, see
|
||||
Set of 62 master and slave pseudo terminals, see
|
||||
.Xr \&pty 4
|
||||
. It Ar opty
|
||||
First 16 ptys, to save inodes on install media
|
||||
. El
|
||||
.It Printers :
|
||||
. Bl -tag -width 0123456789 -compact
|
||||
|
@ -238,6 +244,9 @@ Trace device
|
|||
. El
|
||||
.It Special purpose devices :
|
||||
. Bl -tag -width 0123456789 -compact
|
||||
. It Ar clockctl
|
||||
Clock control for non root users, see
|
||||
.Xr \&clockctl 4
|
||||
. It Ar fd
|
||||
File descriptors, see
|
||||
.Xr \&fd 4
|
||||
|
@ -328,19 +337,32 @@ DPT/Adaptec RAID management interface, see
|
|||
. It Ar radio#
|
||||
Radio devices, see
|
||||
.Xr \&radio 4
|
||||
. It Ar nsmb#
|
||||
SMB requester
|
||||
. El
|
||||
.El
|
||||
.Sh FILES
|
||||
.Bl -tag -width "/dev/MAKEDEV" -compact
|
||||
.Bl -tag -width "/dev/MAKEDEV.local" -compact
|
||||
.It Pa /dev
|
||||
special device files directory
|
||||
.It Pa /dev/MAKEDEV
|
||||
script described in this man page
|
||||
.It Pa /dev/MAKEDEV.local
|
||||
script for site specific devices
|
||||
.El
|
||||
.Sh DIAGNOSTICS
|
||||
If the script reports an error that is difficult to understand,
|
||||
you can get more debugging output by using
|
||||
.Dl Ic sh Fl x Ar MAKEDEV Ar argument .
|
||||
.Sh SEE ALSO
|
||||
.Xr intro 4 ,
|
||||
.Xr config 8 ,
|
||||
.Xr mknod 8
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
command appeared in
|
||||
.Bx 4.2 .
|
||||
.Sh BUGS
|
||||
This man page is generated automatically from the same sources
|
||||
as
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
.\" *** DO NOT EDIT - any changes will be lost!!!
|
||||
.\" *** ------------------------------------------------------------------
|
||||
.\"
|
||||
.\" $NetBSD: MAKEDEV.8,v 1.5 2002/01/12 22:06:04 enami Exp $
|
||||
.\" $NetBSD: MAKEDEV.8,v 1.6 2002/03/14 01:38:36 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -51,7 +51,7 @@
|
|||
.Sh SYNOPSIS
|
||||
.Nm
|
||||
.Ar special Op Ar ...
|
||||
|
||||
.Pp
|
||||
.Nm
|
||||
.Ar device Op Ar ...
|
||||
.Sh DESCRIPTION
|
||||
|
@ -70,6 +70,10 @@ The script is in
|
|||
and must be called from the
|
||||
.Pa /dev
|
||||
directory.
|
||||
For the creation of the devices,
|
||||
.Xr mknod 8
|
||||
is used, which can only be used for creating devices by the
|
||||
super-user.
|
||||
.Pp
|
||||
The special targets supported on
|
||||
.Nx Ns / Ns luna68k
|
||||
|
@ -122,8 +126,10 @@ Workstation console (``wscons'') glass-tty emulation
|
|||
.It Pseudo terminals :
|
||||
. Bl -tag -width 0123456789 -compact
|
||||
. It Ar pty#
|
||||
Set of 16 master and slave pseudo terminals, see
|
||||
Set of 62 master and slave pseudo terminals, see
|
||||
.Xr \&pty 4
|
||||
. It Ar opty
|
||||
First 16 ptys, to save inodes on install media
|
||||
. El
|
||||
.It Tapes :
|
||||
. Bl -tag -width 0123456789 -compact
|
||||
|
@ -133,6 +139,9 @@ SCSI tape, see
|
|||
. El
|
||||
.It Special purpose devices :
|
||||
. Bl -tag -width 0123456789 -compact
|
||||
. It Ar clockctl
|
||||
Clock control for non root users, see
|
||||
.Xr \&clockctl 4
|
||||
. It Ar bpf#
|
||||
Packet filter, see
|
||||
.Xr \&bpf 4
|
||||
|
@ -171,16 +180,27 @@ Workstation console (``wscons'') mouse, see
|
|||
. El
|
||||
.El
|
||||
.Sh FILES
|
||||
.Bl -tag -width "/dev/MAKEDEV" -compact
|
||||
.Bl -tag -width "/dev/MAKEDEV.local" -compact
|
||||
.It Pa /dev
|
||||
special device files directory
|
||||
.It Pa /dev/MAKEDEV
|
||||
script described in this man page
|
||||
.It Pa /dev/MAKEDEV.local
|
||||
script for site specific devices
|
||||
.El
|
||||
.Sh DIAGNOSTICS
|
||||
If the script reports an error that is difficult to understand,
|
||||
you can get more debugging output by using
|
||||
.Dl Ic sh Fl x Ar MAKEDEV Ar argument .
|
||||
.Sh SEE ALSO
|
||||
.Xr intro 4 ,
|
||||
.Xr config 8 ,
|
||||
.Xr mknod 8
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
command appeared in
|
||||
.Bx 4.2 .
|
||||
.Sh BUGS
|
||||
This man page is generated automatically from the same sources
|
||||
as
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
.\" *** DO NOT EDIT - any changes will be lost!!!
|
||||
.\" *** ------------------------------------------------------------------
|
||||
.\"
|
||||
.\" $NetBSD: MAKEDEV.8,v 1.9 2002/01/12 22:06:04 enami Exp $
|
||||
.\" $NetBSD: MAKEDEV.8,v 1.10 2002/03/14 01:38:36 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -51,7 +51,7 @@
|
|||
.Sh SYNOPSIS
|
||||
.Nm
|
||||
.Ar special Op Ar ...
|
||||
|
||||
.Pp
|
||||
.Nm
|
||||
.Ar device Op Ar ...
|
||||
.Sh DESCRIPTION
|
||||
|
@ -70,6 +70,10 @@ The script is in
|
|||
and must be called from the
|
||||
.Pa /dev
|
||||
directory.
|
||||
For the creation of the devices,
|
||||
.Xr mknod 8
|
||||
is used, which can only be used for creating devices by the
|
||||
super-user.
|
||||
.Pp
|
||||
The special targets supported on
|
||||
.Nx Ns / Ns mac68k
|
||||
|
@ -151,8 +155,10 @@ Wscons keyboard events, see
|
|||
.It Pseudo terminals :
|
||||
. Bl -tag -width 0123456789 -compact
|
||||
. It Ar pty#
|
||||
Set of 16 master and slave pseudo terminals, see
|
||||
Set of 62 master and slave pseudo terminals, see
|
||||
.Xr \&pty 4
|
||||
. It Ar opty
|
||||
First 16 ptys, to save inodes on install media
|
||||
. El
|
||||
.It Graphics devices :
|
||||
. Bl -tag -width 0123456789 -compact
|
||||
|
@ -161,6 +167,9 @@ Bitmapped graphics device
|
|||
. El
|
||||
.It Special purpose devices :
|
||||
. Bl -tag -width 0123456789 -compact
|
||||
. It Ar clockctl
|
||||
Clock control for non root users, see
|
||||
.Xr \&clockctl 4
|
||||
. It Ar tun#
|
||||
Network tunnel driver, see
|
||||
.Xr \&tun 4
|
||||
|
@ -197,16 +206,27 @@ Venus cache driver, for Coda
|
|||
. El
|
||||
.El
|
||||
.Sh FILES
|
||||
.Bl -tag -width "/dev/MAKEDEV" -compact
|
||||
.Bl -tag -width "/dev/MAKEDEV.local" -compact
|
||||
.It Pa /dev
|
||||
special device files directory
|
||||
.It Pa /dev/MAKEDEV
|
||||
script described in this man page
|
||||
.It Pa /dev/MAKEDEV.local
|
||||
script for site specific devices
|
||||
.El
|
||||
.Sh DIAGNOSTICS
|
||||
If the script reports an error that is difficult to understand,
|
||||
you can get more debugging output by using
|
||||
.Dl Ic sh Fl x Ar MAKEDEV Ar argument .
|
||||
.Sh SEE ALSO
|
||||
.Xr intro 4 ,
|
||||
.Xr config 8 ,
|
||||
.Xr mknod 8
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
command appeared in
|
||||
.Bx 4.2 .
|
||||
.Sh BUGS
|
||||
This man page is generated automatically from the same sources
|
||||
as
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
.\" *** DO NOT EDIT - any changes will be lost!!!
|
||||
.\" *** ------------------------------------------------------------------
|
||||
.\"
|
||||
.\" $NetBSD: MAKEDEV.8,v 1.9 2002/01/12 22:06:04 enami Exp $
|
||||
.\" $NetBSD: MAKEDEV.8,v 1.10 2002/03/14 01:38:37 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -51,7 +51,7 @@
|
|||
.Sh SYNOPSIS
|
||||
.Nm
|
||||
.Ar special Op Ar ...
|
||||
|
||||
.Pp
|
||||
.Nm
|
||||
.Ar device Op Ar ...
|
||||
.Sh DESCRIPTION
|
||||
|
@ -70,6 +70,10 @@ The script is in
|
|||
and must be called from the
|
||||
.Pa /dev
|
||||
directory.
|
||||
For the creation of the devices,
|
||||
.Xr mknod 8
|
||||
is used, which can only be used for creating devices by the
|
||||
super-user.
|
||||
.Pp
|
||||
The special targets supported on
|
||||
.Nx Ns / Ns macppc
|
||||
|
@ -161,8 +165,10 @@ Cyclom-Y multiport serial boards. Each ``unit'' makes 32 ports.
|
|||
.It Pseudo terminals :
|
||||
. Bl -tag -width 0123456789 -compact
|
||||
. It Ar pty#
|
||||
Set of 16 master and slave pseudo terminals, see
|
||||
Set of 62 master and slave pseudo terminals, see
|
||||
.Xr \&pty 4
|
||||
. It Ar opty
|
||||
First 16 ptys, to save inodes on install media
|
||||
. El
|
||||
.It USB devices :
|
||||
. Bl -tag -width 0123456789 -compact
|
||||
|
@ -202,6 +208,9 @@ Trace device
|
|||
. El
|
||||
.It Special purpose devices :
|
||||
. Bl -tag -width 0123456789 -compact
|
||||
. It Ar clockctl
|
||||
Clock control for non root users, see
|
||||
.Xr \&clockctl 4
|
||||
. It Ar fd
|
||||
File descriptors, see
|
||||
.Xr \&fd 4
|
||||
|
@ -217,9 +226,6 @@ Random number generator
|
|||
. It Ar lkm
|
||||
Loadable kernel modules interface, see
|
||||
.Xr \&lkm 4
|
||||
. It Ar clockctl
|
||||
Clock control for non root users, see
|
||||
.Xr \&clockctl 4
|
||||
. It Ar audio#
|
||||
Audio devices, see
|
||||
.Xr \&audio 4
|
||||
|
@ -245,19 +251,32 @@ Wscons event multiplexor, see
|
|||
. It Ar pci#
|
||||
PCI bus access devices, see
|
||||
.Xr \&pci 4
|
||||
. It Ar sysmon
|
||||
System Monitoring hardware
|
||||
. El
|
||||
.El
|
||||
.Sh FILES
|
||||
.Bl -tag -width "/dev/MAKEDEV" -compact
|
||||
.Bl -tag -width "/dev/MAKEDEV.local" -compact
|
||||
.It Pa /dev
|
||||
special device files directory
|
||||
.It Pa /dev/MAKEDEV
|
||||
script described in this man page
|
||||
.It Pa /dev/MAKEDEV.local
|
||||
script for site specific devices
|
||||
.El
|
||||
.Sh DIAGNOSTICS
|
||||
If the script reports an error that is difficult to understand,
|
||||
you can get more debugging output by using
|
||||
.Dl Ic sh Fl x Ar MAKEDEV Ar argument .
|
||||
.Sh SEE ALSO
|
||||
.Xr intro 4 ,
|
||||
.Xr config 8 ,
|
||||
.Xr mknod 8
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
command appeared in
|
||||
.Bx 4.2 .
|
||||
.Sh BUGS
|
||||
This man page is generated automatically from the same sources
|
||||
as
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
.\" *** DO NOT EDIT - any changes will be lost!!!
|
||||
.\" *** ------------------------------------------------------------------
|
||||
.\"
|
||||
.\" $NetBSD: MAKEDEV.8,v 1.5 2002/01/12 22:06:05 enami Exp $
|
||||
.\" $NetBSD: MAKEDEV.8,v 1.6 2002/03/14 01:38:37 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -51,7 +51,7 @@
|
|||
.Sh SYNOPSIS
|
||||
.Nm
|
||||
.Ar special Op Ar ...
|
||||
|
||||
.Pp
|
||||
.Nm
|
||||
.Ar device Op Ar ...
|
||||
.Sh DESCRIPTION
|
||||
|
@ -70,6 +70,10 @@ The script is in
|
|||
and must be called from the
|
||||
.Pa /dev
|
||||
directory.
|
||||
For the creation of the devices,
|
||||
.Xr mknod 8
|
||||
is used, which can only be used for creating devices by the
|
||||
super-user.
|
||||
.Pp
|
||||
The special targets supported on
|
||||
.Nx Ns / Ns mipsco
|
||||
|
@ -83,6 +87,8 @@ All known devices, including local devices.
|
|||
A minimal set of devices for install disks, etc.
|
||||
.It Ar std
|
||||
Standard devices
|
||||
.It Ar fd
|
||||
File descriptors
|
||||
.It Ar local
|
||||
Configuration specific devices
|
||||
.El
|
||||
|
@ -128,11 +134,16 @@ Memory pseudo-disk devices, see
|
|||
.It Pseudo terminals :
|
||||
. Bl -tag -width 0123456789 -compact
|
||||
. It Ar pty#
|
||||
Set of 16 master and slave pseudo terminals, see
|
||||
Set of 62 master and slave pseudo terminals, see
|
||||
.Xr \&pty 4
|
||||
. It Ar opty
|
||||
First 16 ptys, to save inodes on install media
|
||||
. El
|
||||
.It Special purpose devices :
|
||||
. Bl -tag -width 0123456789 -compact
|
||||
. It Ar clockctl
|
||||
Clock control for non root users, see
|
||||
.Xr \&clockctl 4
|
||||
. It Ar bpf#
|
||||
Packet filter, see
|
||||
.Xr \&bpf 4
|
||||
|
@ -159,16 +170,27 @@ Unknown SCSI device, see
|
|||
. El
|
||||
.El
|
||||
.Sh FILES
|
||||
.Bl -tag -width "/dev/MAKEDEV" -compact
|
||||
.Bl -tag -width "/dev/MAKEDEV.local" -compact
|
||||
.It Pa /dev
|
||||
special device files directory
|
||||
.It Pa /dev/MAKEDEV
|
||||
script described in this man page
|
||||
.It Pa /dev/MAKEDEV.local
|
||||
script for site specific devices
|
||||
.El
|
||||
.Sh DIAGNOSTICS
|
||||
If the script reports an error that is difficult to understand,
|
||||
you can get more debugging output by using
|
||||
.Dl Ic sh Fl x Ar MAKEDEV Ar argument .
|
||||
.Sh SEE ALSO
|
||||
.Xr intro 4 ,
|
||||
.Xr config 8 ,
|
||||
.Xr mknod 8
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
command appeared in
|
||||
.Bx 4.2 .
|
||||
.Sh BUGS
|
||||
This man page is generated automatically from the same sources
|
||||
as
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
.\" *** DO NOT EDIT - any changes will be lost!!!
|
||||
.\" *** ------------------------------------------------------------------
|
||||
.\"
|
||||
.\" $NetBSD: MAKEDEV.8,v 1.6 2002/01/12 22:06:05 enami Exp $
|
||||
.\" $NetBSD: MAKEDEV.8,v 1.7 2002/03/14 01:38:37 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -51,7 +51,7 @@
|
|||
.Sh SYNOPSIS
|
||||
.Nm
|
||||
.Ar special Op Ar ...
|
||||
|
||||
.Pp
|
||||
.Nm
|
||||
.Ar device Op Ar ...
|
||||
.Sh DESCRIPTION
|
||||
|
@ -70,6 +70,10 @@ The script is in
|
|||
and must be called from the
|
||||
.Pa /dev
|
||||
directory.
|
||||
For the creation of the devices,
|
||||
.Xr mknod 8
|
||||
is used, which can only be used for creating devices by the
|
||||
super-user.
|
||||
.Pp
|
||||
The special targets supported on
|
||||
.Nx Ns / Ns mmeye
|
||||
|
@ -147,8 +151,10 @@ Alias for PC COM ports, this is what the system really wants, see
|
|||
.It Pseudo terminals :
|
||||
. Bl -tag -width 0123456789 -compact
|
||||
. It Ar pty#
|
||||
Set of 16 master and slave pseudo terminals, see
|
||||
Set of 62 master and slave pseudo terminals, see
|
||||
.Xr \&pty 4
|
||||
. It Ar opty
|
||||
First 16 ptys, to save inodes on install media
|
||||
. El
|
||||
.It Printers :
|
||||
. Bl -tag -width 0123456789 -compact
|
||||
|
@ -159,6 +165,9 @@ Interruptless lp
|
|||
. El
|
||||
.It Special purpose devices :
|
||||
. Bl -tag -width 0123456789 -compact
|
||||
. It Ar clockctl
|
||||
Clock control for non root users, see
|
||||
.Xr \&clockctl 4
|
||||
. It Ar fd
|
||||
File descriptors, see
|
||||
.Xr \&fd 4
|
||||
|
@ -184,7 +193,8 @@ Power management device
|
|||
Network tunnel driver, see
|
||||
.Xr \&tun 4
|
||||
. It Ar joy#
|
||||
Joystick device
|
||||
Joystick device, see
|
||||
.Xr \&joy 4
|
||||
. It Ar satlink#
|
||||
PlanetConnect satellite receiver driver
|
||||
. It Ar scsibus#
|
||||
|
@ -205,16 +215,27 @@ Coda file system device
|
|||
. El
|
||||
.El
|
||||
.Sh FILES
|
||||
.Bl -tag -width "/dev/MAKEDEV" -compact
|
||||
.Bl -tag -width "/dev/MAKEDEV.local" -compact
|
||||
.It Pa /dev
|
||||
special device files directory
|
||||
.It Pa /dev/MAKEDEV
|
||||
script described in this man page
|
||||
.It Pa /dev/MAKEDEV.local
|
||||
script for site specific devices
|
||||
.El
|
||||
.Sh DIAGNOSTICS
|
||||
If the script reports an error that is difficult to understand,
|
||||
you can get more debugging output by using
|
||||
.Dl Ic sh Fl x Ar MAKEDEV Ar argument .
|
||||
.Sh SEE ALSO
|
||||
.Xr intro 4 ,
|
||||
.Xr config 8 ,
|
||||
.Xr mknod 8
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
command appeared in
|
||||
.Bx 4.2 .
|
||||
.Sh BUGS
|
||||
This man page is generated automatically from the same sources
|
||||
as
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
.\" *** DO NOT EDIT - any changes will be lost!!!
|
||||
.\" *** ------------------------------------------------------------------
|
||||
.\"
|
||||
.\" $NetBSD: MAKEDEV.8,v 1.9 2002/01/12 22:06:05 enami Exp $
|
||||
.\" $NetBSD: MAKEDEV.8,v 1.10 2002/03/14 01:38:37 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -51,7 +51,7 @@
|
|||
.Sh SYNOPSIS
|
||||
.Nm
|
||||
.Ar special Op Ar ...
|
||||
|
||||
.Pp
|
||||
.Nm
|
||||
.Ar device Op Ar ...
|
||||
.Sh DESCRIPTION
|
||||
|
@ -70,6 +70,10 @@ The script is in
|
|||
and must be called from the
|
||||
.Pa /dev
|
||||
directory.
|
||||
For the creation of the devices,
|
||||
.Xr mknod 8
|
||||
is used, which can only be used for creating devices by the
|
||||
super-user.
|
||||
.Pp
|
||||
The special targets supported on
|
||||
.Nx Ns / Ns mvme68k
|
||||
|
@ -129,8 +133,10 @@ Onboard serial ports. On the mvme147 these are: ttyZ1, ttyZ2 and ttyZ3. On the m
|
|||
.It Pseudo terminals :
|
||||
. Bl -tag -width 0123456789 -compact
|
||||
. It Ar pty#
|
||||
Set of 16 master and slave pseudo terminals, see
|
||||
Set of 62 master and slave pseudo terminals, see
|
||||
.Xr \&pty 4
|
||||
. It Ar opty
|
||||
First 16 ptys, to save inodes on install media
|
||||
. El
|
||||
.It Printers :
|
||||
. Bl -tag -width 0123456789 -compact
|
||||
|
@ -142,6 +148,9 @@ Interruptless lp
|
|||
. El
|
||||
.It Special purpose devices :
|
||||
. Bl -tag -width 0123456789 -compact
|
||||
. It Ar clockctl
|
||||
Clock control for non root users, see
|
||||
.Xr \&clockctl 4
|
||||
. It Ar fd
|
||||
File descriptors, see
|
||||
.Xr \&fd 4
|
||||
|
@ -174,16 +183,27 @@ Random number generator
|
|||
. El
|
||||
.El
|
||||
.Sh FILES
|
||||
.Bl -tag -width "/dev/MAKEDEV" -compact
|
||||
.Bl -tag -width "/dev/MAKEDEV.local" -compact
|
||||
.It Pa /dev
|
||||
special device files directory
|
||||
.It Pa /dev/MAKEDEV
|
||||
script described in this man page
|
||||
.It Pa /dev/MAKEDEV.local
|
||||
script for site specific devices
|
||||
.El
|
||||
.Sh DIAGNOSTICS
|
||||
If the script reports an error that is difficult to understand,
|
||||
you can get more debugging output by using
|
||||
.Dl Ic sh Fl x Ar MAKEDEV Ar argument .
|
||||
.Sh SEE ALSO
|
||||
.Xr intro 4 ,
|
||||
.Xr config 8 ,
|
||||
.Xr mknod 8
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
command appeared in
|
||||
.Bx 4.2 .
|
||||
.Sh BUGS
|
||||
This man page is generated automatically from the same sources
|
||||
as
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
.\" *** DO NOT EDIT - any changes will be lost!!!
|
||||
.\" *** ------------------------------------------------------------------
|
||||
.\"
|
||||
.\" $NetBSD: MAKEDEV.8,v 1.4 2002/01/12 22:06:05 enami Exp $
|
||||
.\" $NetBSD: MAKEDEV.8,v 1.5 2002/03/14 01:38:37 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -51,7 +51,7 @@
|
|||
.Sh SYNOPSIS
|
||||
.Nm
|
||||
.Ar special Op Ar ...
|
||||
|
||||
.Pp
|
||||
.Nm
|
||||
.Ar device Op Ar ...
|
||||
.Sh DESCRIPTION
|
||||
|
@ -70,6 +70,10 @@ The script is in
|
|||
and must be called from the
|
||||
.Pa /dev
|
||||
directory.
|
||||
For the creation of the devices,
|
||||
.Xr mknod 8
|
||||
is used, which can only be used for creating devices by the
|
||||
super-user.
|
||||
.Pp
|
||||
The special targets supported on
|
||||
.Nx Ns / Ns netwinder
|
||||
|
@ -166,8 +170,10 @@ DC21285 COM port
|
|||
.It Pseudo terminals :
|
||||
. Bl -tag -width 0123456789 -compact
|
||||
. It Ar pty#
|
||||
Set of 16 master and slave pseudo terminals, see
|
||||
Set of 62 master and slave pseudo terminals, see
|
||||
.Xr \&pty 4
|
||||
. It Ar opty
|
||||
First 16 ptys, to save inodes on install media
|
||||
. El
|
||||
.It Printers :
|
||||
. Bl -tag -width 0123456789 -compact
|
||||
|
@ -266,16 +272,27 @@ Wscons event multiplexor, see
|
|||
. El
|
||||
.El
|
||||
.Sh FILES
|
||||
.Bl -tag -width "/dev/MAKEDEV" -compact
|
||||
.Bl -tag -width "/dev/MAKEDEV.local" -compact
|
||||
.It Pa /dev
|
||||
special device files directory
|
||||
.It Pa /dev/MAKEDEV
|
||||
script described in this man page
|
||||
.It Pa /dev/MAKEDEV.local
|
||||
script for site specific devices
|
||||
.El
|
||||
.Sh DIAGNOSTICS
|
||||
If the script reports an error that is difficult to understand,
|
||||
you can get more debugging output by using
|
||||
.Dl Ic sh Fl x Ar MAKEDEV Ar argument .
|
||||
.Sh SEE ALSO
|
||||
.Xr intro 4 ,
|
||||
.Xr config 8 ,
|
||||
.Xr mknod 8
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
command appeared in
|
||||
.Bx 4.2 .
|
||||
.Sh BUGS
|
||||
This man page is generated automatically from the same sources
|
||||
as
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
.\" *** DO NOT EDIT - any changes will be lost!!!
|
||||
.\" *** ------------------------------------------------------------------
|
||||
.\"
|
||||
.\" $NetBSD: MAKEDEV.8,v 1.5 2002/01/12 22:06:05 enami Exp $
|
||||
.\" $NetBSD: MAKEDEV.8,v 1.6 2002/03/14 01:38:38 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -51,7 +51,7 @@
|
|||
.Sh SYNOPSIS
|
||||
.Nm
|
||||
.Ar special Op Ar ...
|
||||
|
||||
.Pp
|
||||
.Nm
|
||||
.Ar device Op Ar ...
|
||||
.Sh DESCRIPTION
|
||||
|
@ -70,6 +70,10 @@ The script is in
|
|||
and must be called from the
|
||||
.Pa /dev
|
||||
directory.
|
||||
For the creation of the devices,
|
||||
.Xr mknod 8
|
||||
is used, which can only be used for creating devices by the
|
||||
super-user.
|
||||
.Pp
|
||||
The special targets supported on
|
||||
.Nx Ns / Ns news68k
|
||||
|
@ -127,11 +131,16 @@ Memory pseudo-disk devices, see
|
|||
.It Pseudo terminals :
|
||||
. Bl -tag -width 0123456789 -compact
|
||||
. It Ar pty#
|
||||
Set of 16 master and slave pseudo terminals, see
|
||||
Set of 62 master and slave pseudo terminals, see
|
||||
.Xr \&pty 4
|
||||
. It Ar opty
|
||||
First 16 ptys, to save inodes on install media
|
||||
. El
|
||||
.It Special purpose devices :
|
||||
. Bl -tag -width 0123456789 -compact
|
||||
. It Ar clockctl
|
||||
Clock control for non root users, see
|
||||
.Xr \&clockctl 4
|
||||
. It Ar fd
|
||||
File descriptors, see
|
||||
.Xr \&fd 4
|
||||
|
@ -161,16 +170,27 @@ Unknown SCSI device, see
|
|||
. El
|
||||
.El
|
||||
.Sh FILES
|
||||
.Bl -tag -width "/dev/MAKEDEV" -compact
|
||||
.Bl -tag -width "/dev/MAKEDEV.local" -compact
|
||||
.It Pa /dev
|
||||
special device files directory
|
||||
.It Pa /dev/MAKEDEV
|
||||
script described in this man page
|
||||
.It Pa /dev/MAKEDEV.local
|
||||
script for site specific devices
|
||||
.El
|
||||
.Sh DIAGNOSTICS
|
||||
If the script reports an error that is difficult to understand,
|
||||
you can get more debugging output by using
|
||||
.Dl Ic sh Fl x Ar MAKEDEV Ar argument .
|
||||
.Sh SEE ALSO
|
||||
.Xr intro 4 ,
|
||||
.Xr config 8 ,
|
||||
.Xr mknod 8
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
command appeared in
|
||||
.Bx 4.2 .
|
||||
.Sh BUGS
|
||||
This man page is generated automatically from the same sources
|
||||
as
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
.\" *** DO NOT EDIT - any changes will be lost!!!
|
||||
.\" *** ------------------------------------------------------------------
|
||||
.\"
|
||||
.\" $NetBSD: MAKEDEV.8,v 1.6 2002/01/12 22:06:06 enami Exp $
|
||||
.\" $NetBSD: MAKEDEV.8,v 1.7 2002/03/14 01:38:38 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -51,7 +51,7 @@
|
|||
.Sh SYNOPSIS
|
||||
.Nm
|
||||
.Ar special Op Ar ...
|
||||
|
||||
.Pp
|
||||
.Nm
|
||||
.Ar device Op Ar ...
|
||||
.Sh DESCRIPTION
|
||||
|
@ -70,6 +70,10 @@ The script is in
|
|||
and must be called from the
|
||||
.Pa /dev
|
||||
directory.
|
||||
For the creation of the devices,
|
||||
.Xr mknod 8
|
||||
is used, which can only be used for creating devices by the
|
||||
super-user.
|
||||
.Pp
|
||||
The special targets supported on
|
||||
.Nx Ns / Ns newsmips
|
||||
|
@ -127,11 +131,16 @@ Memory pseudo-disk devices, see
|
|||
.It Pseudo terminals :
|
||||
. Bl -tag -width 0123456789 -compact
|
||||
. It Ar pty#
|
||||
Set of 16 master and slave pseudo terminals, see
|
||||
Set of 62 master and slave pseudo terminals, see
|
||||
.Xr \&pty 4
|
||||
. It Ar opty
|
||||
First 16 ptys, to save inodes on install media
|
||||
. El
|
||||
.It Special purpose devices :
|
||||
. Bl -tag -width 0123456789 -compact
|
||||
. It Ar clockctl
|
||||
Clock control for non root users, see
|
||||
.Xr \&clockctl 4
|
||||
. It Ar bpf#
|
||||
Packet filter, see
|
||||
.Xr \&bpf 4
|
||||
|
@ -161,16 +170,27 @@ Wscons event multiplexor, see
|
|||
. El
|
||||
.El
|
||||
.Sh FILES
|
||||
.Bl -tag -width "/dev/MAKEDEV" -compact
|
||||
.Bl -tag -width "/dev/MAKEDEV.local" -compact
|
||||
.It Pa /dev
|
||||
special device files directory
|
||||
.It Pa /dev/MAKEDEV
|
||||
script described in this man page
|
||||
.It Pa /dev/MAKEDEV.local
|
||||
script for site specific devices
|
||||
.El
|
||||
.Sh DIAGNOSTICS
|
||||
If the script reports an error that is difficult to understand,
|
||||
you can get more debugging output by using
|
||||
.Dl Ic sh Fl x Ar MAKEDEV Ar argument .
|
||||
.Sh SEE ALSO
|
||||
.Xr intro 4 ,
|
||||
.Xr config 8 ,
|
||||
.Xr mknod 8
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
command appeared in
|
||||
.Bx 4.2 .
|
||||
.Sh BUGS
|
||||
This man page is generated automatically from the same sources
|
||||
as
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
.\" *** DO NOT EDIT - any changes will be lost!!!
|
||||
.\" *** ------------------------------------------------------------------
|
||||
.\"
|
||||
.\" $NetBSD: MAKEDEV.8,v 1.11 2002/01/12 22:06:06 enami Exp $
|
||||
.\" $NetBSD: MAKEDEV.8,v 1.12 2002/03/14 01:38:38 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -51,7 +51,7 @@
|
|||
.Sh SYNOPSIS
|
||||
.Nm
|
||||
.Ar special Op Ar ...
|
||||
|
||||
.Pp
|
||||
.Nm
|
||||
.Ar device Op Ar ...
|
||||
.Sh DESCRIPTION
|
||||
|
@ -70,6 +70,10 @@ The script is in
|
|||
and must be called from the
|
||||
.Pa /dev
|
||||
directory.
|
||||
For the creation of the devices,
|
||||
.Xr mknod 8
|
||||
is used, which can only be used for creating devices by the
|
||||
super-user.
|
||||
.Pp
|
||||
The special targets supported on
|
||||
.Nx Ns / Ns next68k
|
||||
|
@ -149,14 +153,19 @@ Wscons keyboard events, see
|
|||
.It Pseudo terminals :
|
||||
. Bl -tag -width 0123456789 -compact
|
||||
. It Ar pty#
|
||||
Set of 16 master and slave pseudo terminals, see
|
||||
Set of 62 master and slave pseudo terminals, see
|
||||
.Xr \&pty 4
|
||||
. It Ar opty
|
||||
First 16 ptys, to save inodes on install media
|
||||
. El
|
||||
.It Graphics devices :
|
||||
. Bl -tag -width 0123456789 -compact
|
||||
. El
|
||||
.It Special purpose devices :
|
||||
. Bl -tag -width 0123456789 -compact
|
||||
. It Ar clockctl
|
||||
Clock control for non root users, see
|
||||
.Xr \&clockctl 4
|
||||
. It Ar tun#
|
||||
Network tunnel driver, see
|
||||
.Xr \&tun 4
|
||||
|
@ -187,16 +196,27 @@ Wscons event multiplexor, see
|
|||
. El
|
||||
.El
|
||||
.Sh FILES
|
||||
.Bl -tag -width "/dev/MAKEDEV" -compact
|
||||
.Bl -tag -width "/dev/MAKEDEV.local" -compact
|
||||
.It Pa /dev
|
||||
special device files directory
|
||||
.It Pa /dev/MAKEDEV
|
||||
script described in this man page
|
||||
.It Pa /dev/MAKEDEV.local
|
||||
script for site specific devices
|
||||
.El
|
||||
.Sh DIAGNOSTICS
|
||||
If the script reports an error that is difficult to understand,
|
||||
you can get more debugging output by using
|
||||
.Dl Ic sh Fl x Ar MAKEDEV Ar argument .
|
||||
.Sh SEE ALSO
|
||||
.Xr intro 4 ,
|
||||
.Xr config 8 ,
|
||||
.Xr mknod 8
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
command appeared in
|
||||
.Bx 4.2 .
|
||||
.Sh BUGS
|
||||
This man page is generated automatically from the same sources
|
||||
as
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
.\" *** DO NOT EDIT - any changes will be lost!!!
|
||||
.\" *** ------------------------------------------------------------------
|
||||
.\"
|
||||
.\" $NetBSD: MAKEDEV.8,v 1.13 2002/01/12 22:06:06 enami Exp $
|
||||
.\" $NetBSD: MAKEDEV.8,v 1.14 2002/03/14 01:38:38 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -51,7 +51,7 @@
|
|||
.Sh SYNOPSIS
|
||||
.Nm
|
||||
.Ar special Op Ar ...
|
||||
|
||||
.Pp
|
||||
.Nm
|
||||
.Ar device Op Ar ...
|
||||
.Sh DESCRIPTION
|
||||
|
@ -70,6 +70,10 @@ The script is in
|
|||
and must be called from the
|
||||
.Pa /dev
|
||||
directory.
|
||||
For the creation of the devices,
|
||||
.Xr mknod 8
|
||||
is used, which can only be used for creating devices by the
|
||||
super-user.
|
||||
.Pp
|
||||
The special targets supported on
|
||||
.Nx Ns / Ns pc532
|
||||
|
@ -131,8 +135,10 @@ Rs232 devices, see
|
|||
.It Pseudo terminals :
|
||||
. Bl -tag -width 0123456789 -compact
|
||||
. It Ar pty#
|
||||
Set of 16 master and slave pseudo terminals, see
|
||||
Set of 62 master and slave pseudo terminals, see
|
||||
.Xr \&pty 4
|
||||
. It Ar opty
|
||||
First 16 ptys, to save inodes on install media
|
||||
. El
|
||||
.It Printers :
|
||||
. Bl -tag -width 0123456789 -compact
|
||||
|
@ -142,6 +148,9 @@ Matthias's lp interface, see
|
|||
. El
|
||||
.It Special purpose devices :
|
||||
. Bl -tag -width 0123456789 -compact
|
||||
. It Ar clockctl
|
||||
Clock control for non root users, see
|
||||
.Xr \&clockctl 4
|
||||
. It Ar fd
|
||||
File descriptors, see
|
||||
.Xr \&fd 4
|
||||
|
@ -177,16 +186,27 @@ SCSI Ethernet, see
|
|||
. El
|
||||
.El
|
||||
.Sh FILES
|
||||
.Bl -tag -width "/dev/MAKEDEV" -compact
|
||||
.Bl -tag -width "/dev/MAKEDEV.local" -compact
|
||||
.It Pa /dev
|
||||
special device files directory
|
||||
.It Pa /dev/MAKEDEV
|
||||
script described in this man page
|
||||
.It Pa /dev/MAKEDEV.local
|
||||
script for site specific devices
|
||||
.El
|
||||
.Sh DIAGNOSTICS
|
||||
If the script reports an error that is difficult to understand,
|
||||
you can get more debugging output by using
|
||||
.Dl Ic sh Fl x Ar MAKEDEV Ar argument .
|
||||
.Sh SEE ALSO
|
||||
.Xr intro 4 ,
|
||||
.Xr config 8 ,
|
||||
.Xr mknod 8
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
command appeared in
|
||||
.Bx 4.2 .
|
||||
.Sh BUGS
|
||||
This man page is generated automatically from the same sources
|
||||
as
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
.\" *** DO NOT EDIT - any changes will be lost!!!
|
||||
.\" *** ------------------------------------------------------------------
|
||||
.\"
|
||||
.\" $NetBSD: MAKEDEV.8,v 1.12 2002/01/12 22:06:06 enami Exp $
|
||||
.\" $NetBSD: MAKEDEV.8,v 1.13 2002/03/14 01:38:38 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -51,7 +51,7 @@
|
|||
.Sh SYNOPSIS
|
||||
.Nm
|
||||
.Ar special Op Ar ...
|
||||
|
||||
.Pp
|
||||
.Nm
|
||||
.Ar device Op Ar ...
|
||||
.Sh DESCRIPTION
|
||||
|
@ -70,6 +70,10 @@ The script is in
|
|||
and must be called from the
|
||||
.Pa /dev
|
||||
directory.
|
||||
For the creation of the devices,
|
||||
.Xr mknod 8
|
||||
is used, which can only be used for creating devices by the
|
||||
super-user.
|
||||
.Pp
|
||||
The special targets supported on
|
||||
.Nx Ns / Ns pmax
|
||||
|
@ -134,11 +138,16 @@ MI SCSI disks, see
|
|||
.It Pseudo terminals :
|
||||
. Bl -tag -width 0123456789 -compact
|
||||
. It Ar pty#
|
||||
Set of 16 master and slave pseudo terminals, see
|
||||
Set of 62 master and slave pseudo terminals, see
|
||||
.Xr \&pty 4
|
||||
. It Ar opty
|
||||
First 16 ptys, to save inodes on install media
|
||||
. El
|
||||
.It Special purpose devices :
|
||||
. Bl -tag -width 0123456789 -compact
|
||||
. It Ar clockctl
|
||||
Clock control for non root users, see
|
||||
.Xr \&clockctl 4
|
||||
. It Ar audio#
|
||||
Phone-quality audio on Personal DECstations, see
|
||||
.Xr \&audio 4
|
||||
|
@ -192,16 +201,27 @@ Workstation console (``wscons'') glass-tty emulators
|
|||
. El
|
||||
.El
|
||||
.Sh FILES
|
||||
.Bl -tag -width "/dev/MAKEDEV" -compact
|
||||
.Bl -tag -width "/dev/MAKEDEV.local" -compact
|
||||
.It Pa /dev
|
||||
special device files directory
|
||||
.It Pa /dev/MAKEDEV
|
||||
script described in this man page
|
||||
.It Pa /dev/MAKEDEV.local
|
||||
script for site specific devices
|
||||
.El
|
||||
.Sh DIAGNOSTICS
|
||||
If the script reports an error that is difficult to understand,
|
||||
you can get more debugging output by using
|
||||
.Dl Ic sh Fl x Ar MAKEDEV Ar argument .
|
||||
.Sh SEE ALSO
|
||||
.Xr intro 4 ,
|
||||
.Xr config 8 ,
|
||||
.Xr mknod 8
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
command appeared in
|
||||
.Bx 4.2 .
|
||||
.Sh BUGS
|
||||
This man page is generated automatically from the same sources
|
||||
as
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
.\" *** DO NOT EDIT - any changes will be lost!!!
|
||||
.\" *** ------------------------------------------------------------------
|
||||
.\"
|
||||
.\" $NetBSD: MAKEDEV.8,v 1.8 2002/01/12 22:06:06 enami Exp $
|
||||
.\" $NetBSD: MAKEDEV.8,v 1.9 2002/03/14 01:38:39 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -51,7 +51,7 @@
|
|||
.Sh SYNOPSIS
|
||||
.Nm
|
||||
.Ar special Op Ar ...
|
||||
|
||||
.Pp
|
||||
.Nm
|
||||
.Ar device Op Ar ...
|
||||
.Sh DESCRIPTION
|
||||
|
@ -70,6 +70,10 @@ The script is in
|
|||
and must be called from the
|
||||
.Pa /dev
|
||||
directory.
|
||||
For the creation of the devices,
|
||||
.Xr mknod 8
|
||||
is used, which can only be used for creating devices by the
|
||||
super-user.
|
||||
.Pp
|
||||
The special targets supported on
|
||||
.Nx Ns / Ns prep
|
||||
|
@ -159,8 +163,10 @@ Cyclom-Y multiport serial boards. Each ``unit'' makes 32 ports.
|
|||
.It Pseudo terminals :
|
||||
. Bl -tag -width 0123456789 -compact
|
||||
. It Ar pty#
|
||||
Set of 16 master and slave pseudo terminals, see
|
||||
Set of 62 master and slave pseudo terminals, see
|
||||
.Xr \&pty 4
|
||||
. It Ar opty
|
||||
First 16 ptys, to save inodes on install media
|
||||
. El
|
||||
.It Printers :
|
||||
. Bl -tag -width 0123456789 -compact
|
||||
|
@ -182,6 +188,9 @@ Trace device
|
|||
. El
|
||||
.It Special purpose devices :
|
||||
. Bl -tag -width 0123456789 -compact
|
||||
. It Ar clockctl
|
||||
Clock control for non root users, see
|
||||
.Xr \&clockctl 4
|
||||
. It Ar fd
|
||||
File descriptors, see
|
||||
.Xr \&fd 4
|
||||
|
@ -205,7 +214,8 @@ Audio devices, see
|
|||
Network tunnel driver, see
|
||||
.Xr \&tun 4
|
||||
. It Ar joy#
|
||||
Joystick device
|
||||
Joystick device, see
|
||||
.Xr \&joy 4
|
||||
. It Ar scsibus#
|
||||
SCSI busses, see
|
||||
.Xr \&scsi 4 ,
|
||||
|
@ -232,16 +242,27 @@ PCI bus access devices, see
|
|||
. El
|
||||
.El
|
||||
.Sh FILES
|
||||
.Bl -tag -width "/dev/MAKEDEV" -compact
|
||||
.Bl -tag -width "/dev/MAKEDEV.local" -compact
|
||||
.It Pa /dev
|
||||
special device files directory
|
||||
.It Pa /dev/MAKEDEV
|
||||
script described in this man page
|
||||
.It Pa /dev/MAKEDEV.local
|
||||
script for site specific devices
|
||||
.El
|
||||
.Sh DIAGNOSTICS
|
||||
If the script reports an error that is difficult to understand,
|
||||
you can get more debugging output by using
|
||||
.Dl Ic sh Fl x Ar MAKEDEV Ar argument .
|
||||
.Sh SEE ALSO
|
||||
.Xr intro 4 ,
|
||||
.Xr config 8 ,
|
||||
.Xr mknod 8
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
command appeared in
|
||||
.Bx 4.2 .
|
||||
.Sh BUGS
|
||||
This man page is generated automatically from the same sources
|
||||
as
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
.\" *** DO NOT EDIT - any changes will be lost!!!
|
||||
.\" *** ------------------------------------------------------------------
|
||||
.\"
|
||||
.\" $NetBSD: MAKEDEV.8,v 1.6 2002/01/12 22:06:07 enami Exp $
|
||||
.\" $NetBSD: MAKEDEV.8,v 1.7 2002/03/14 01:38:39 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -51,7 +51,7 @@
|
|||
.Sh SYNOPSIS
|
||||
.Nm
|
||||
.Ar special Op Ar ...
|
||||
|
||||
.Pp
|
||||
.Nm
|
||||
.Ar device Op Ar ...
|
||||
.Sh DESCRIPTION
|
||||
|
@ -70,6 +70,10 @@ The script is in
|
|||
and must be called from the
|
||||
.Pa /dev
|
||||
directory.
|
||||
For the creation of the devices,
|
||||
.Xr mknod 8
|
||||
is used, which can only be used for creating devices by the
|
||||
super-user.
|
||||
.Pp
|
||||
The special targets supported on
|
||||
.Nx Ns / Ns sandpoint
|
||||
|
@ -163,8 +167,10 @@ Cyclom-Y multiport serial boards. Each ``unit'' makes 32 ports.
|
|||
.It Pseudo terminals :
|
||||
. Bl -tag -width 0123456789 -compact
|
||||
. It Ar pty#
|
||||
Set of 16 master and slave pseudo terminals, see
|
||||
Set of 62 master and slave pseudo terminals, see
|
||||
.Xr \&pty 4
|
||||
. It Ar opty
|
||||
First 16 ptys, to save inodes on install media
|
||||
. El
|
||||
.It Printers :
|
||||
. Bl -tag -width 0123456789 -compact
|
||||
|
@ -188,6 +194,9 @@ Trace device
|
|||
. El
|
||||
.It Special purpose devices :
|
||||
. Bl -tag -width 0123456789 -compact
|
||||
. It Ar clockctl
|
||||
Clock control for non root users, see
|
||||
.Xr \&clockctl 4
|
||||
. It Ar fd
|
||||
File descriptors, see
|
||||
.Xr \&fd 4
|
||||
|
@ -227,16 +236,27 @@ Wscons event multiplexor, see
|
|||
. El
|
||||
.El
|
||||
.Sh FILES
|
||||
.Bl -tag -width "/dev/MAKEDEV" -compact
|
||||
.Bl -tag -width "/dev/MAKEDEV.local" -compact
|
||||
.It Pa /dev
|
||||
special device files directory
|
||||
.It Pa /dev/MAKEDEV
|
||||
script described in this man page
|
||||
.It Pa /dev/MAKEDEV.local
|
||||
script for site specific devices
|
||||
.El
|
||||
.Sh DIAGNOSTICS
|
||||
If the script reports an error that is difficult to understand,
|
||||
you can get more debugging output by using
|
||||
.Dl Ic sh Fl x Ar MAKEDEV Ar argument .
|
||||
.Sh SEE ALSO
|
||||
.Xr intro 4 ,
|
||||
.Xr config 8 ,
|
||||
.Xr mknod 8
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
command appeared in
|
||||
.Bx 4.2 .
|
||||
.Sh BUGS
|
||||
This man page is generated automatically from the same sources
|
||||
as
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
.\" *** DO NOT EDIT - any changes will be lost!!!
|
||||
.\" *** ------------------------------------------------------------------
|
||||
.\"
|
||||
.\" $NetBSD: MAKEDEV.8,v 1.6 2002/01/12 22:06:07 enami Exp $
|
||||
.\" $NetBSD: MAKEDEV.8,v 1.7 2002/03/14 01:38:39 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -51,7 +51,7 @@
|
|||
.Sh SYNOPSIS
|
||||
.Nm
|
||||
.Ar special Op Ar ...
|
||||
|
||||
.Pp
|
||||
.Nm
|
||||
.Ar device Op Ar ...
|
||||
.Sh DESCRIPTION
|
||||
|
@ -70,6 +70,10 @@ The script is in
|
|||
and must be called from the
|
||||
.Pa /dev
|
||||
directory.
|
||||
For the creation of the devices,
|
||||
.Xr mknod 8
|
||||
is used, which can only be used for creating devices by the
|
||||
super-user.
|
||||
.Pp
|
||||
The special targets supported on
|
||||
.Nx Ns / Ns sgimips
|
||||
|
@ -158,8 +162,10 @@ Zilog 8530 (``zstty'') serial ports
|
|||
.It Pseudo terminals :
|
||||
. Bl -tag -width 0123456789 -compact
|
||||
. It Ar pty#
|
||||
Set of 16 master and slave pseudo terminals, see
|
||||
Set of 62 master and slave pseudo terminals, see
|
||||
.Xr \&pty 4
|
||||
. It Ar opty
|
||||
First 16 ptys, to save inodes on install media
|
||||
. El
|
||||
.It ISDN devices :
|
||||
. Bl -tag -width 0123456789 -compact
|
||||
|
@ -176,6 +182,9 @@ Trace device
|
|||
. El
|
||||
.It Special purpose devices :
|
||||
. Bl -tag -width 0123456789 -compact
|
||||
. It Ar clockctl
|
||||
Clock control for non root users, see
|
||||
.Xr \&clockctl 4
|
||||
. It Ar bpf#
|
||||
Berkeley packet filter devices, see
|
||||
.Xr \&bpf 4
|
||||
|
@ -210,16 +219,27 @@ Wscons event multiplexor, see
|
|||
. El
|
||||
.El
|
||||
.Sh FILES
|
||||
.Bl -tag -width "/dev/MAKEDEV" -compact
|
||||
.Bl -tag -width "/dev/MAKEDEV.local" -compact
|
||||
.It Pa /dev
|
||||
special device files directory
|
||||
.It Pa /dev/MAKEDEV
|
||||
script described in this man page
|
||||
.It Pa /dev/MAKEDEV.local
|
||||
script for site specific devices
|
||||
.El
|
||||
.Sh DIAGNOSTICS
|
||||
If the script reports an error that is difficult to understand,
|
||||
you can get more debugging output by using
|
||||
.Dl Ic sh Fl x Ar MAKEDEV Ar argument .
|
||||
.Sh SEE ALSO
|
||||
.Xr intro 4 ,
|
||||
.Xr config 8 ,
|
||||
.Xr mknod 8
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
command appeared in
|
||||
.Bx 4.2 .
|
||||
.Sh BUGS
|
||||
This man page is generated automatically from the same sources
|
||||
as
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
.\" *** DO NOT EDIT - any changes will be lost!!!
|
||||
.\" *** ------------------------------------------------------------------
|
||||
.\"
|
||||
.\" $NetBSD: MAKEDEV.8,v 1.16 2002/01/12 22:06:07 enami Exp $
|
||||
.\" $NetBSD: MAKEDEV.8,v 1.17 2002/03/14 01:38:39 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -51,7 +51,7 @@
|
|||
.Sh SYNOPSIS
|
||||
.Nm
|
||||
.Ar special Op Ar ...
|
||||
|
||||
.Pp
|
||||
.Nm
|
||||
.Ar device Op Ar ...
|
||||
.Sh DESCRIPTION
|
||||
|
@ -70,6 +70,10 @@ The script is in
|
|||
and must be called from the
|
||||
.Pa /dev
|
||||
directory.
|
||||
For the creation of the devices,
|
||||
.Xr mknod 8
|
||||
is used, which can only be used for creating devices by the
|
||||
super-user.
|
||||
.Pp
|
||||
The special targets supported on
|
||||
.Nx Ns / Ns sparc
|
||||
|
@ -132,8 +136,10 @@ Memory pseudo-disk devices, see
|
|||
.It Pseudo terminals :
|
||||
. Bl -tag -width 0123456789 -compact
|
||||
. It Ar pty#
|
||||
Set of 16 master and slave pseudo terminals, see
|
||||
Set of 62 master and slave pseudo terminals, see
|
||||
.Xr \&pty 4
|
||||
. It Ar opty
|
||||
First 16 ptys, to save inodes on install media
|
||||
. El
|
||||
.It ISDN devices :
|
||||
. Bl -tag -width 0123456789 -compact
|
||||
|
@ -150,6 +156,9 @@ Trace device
|
|||
. El
|
||||
.It Special purpose devices :
|
||||
. Bl -tag -width 0123456789 -compact
|
||||
. It Ar clockctl
|
||||
Clock control for non root users, see
|
||||
.Xr \&clockctl 4
|
||||
. It Ar audio#
|
||||
Audio devices., see
|
||||
.Xr \&audio 4
|
||||
|
@ -214,16 +223,27 @@ CL18xx-based multiport serial cards
|
|||
. El
|
||||
.El
|
||||
.Sh FILES
|
||||
.Bl -tag -width "/dev/MAKEDEV" -compact
|
||||
.Bl -tag -width "/dev/MAKEDEV.local" -compact
|
||||
.It Pa /dev
|
||||
special device files directory
|
||||
.It Pa /dev/MAKEDEV
|
||||
script described in this man page
|
||||
.It Pa /dev/MAKEDEV.local
|
||||
script for site specific devices
|
||||
.El
|
||||
.Sh DIAGNOSTICS
|
||||
If the script reports an error that is difficult to understand,
|
||||
you can get more debugging output by using
|
||||
.Dl Ic sh Fl x Ar MAKEDEV Ar argument .
|
||||
.Sh SEE ALSO
|
||||
.Xr intro 4 ,
|
||||
.Xr config 8 ,
|
||||
.Xr mknod 8
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
command appeared in
|
||||
.Bx 4.2 .
|
||||
.Sh BUGS
|
||||
This man page is generated automatically from the same sources
|
||||
as
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
.\" *** DO NOT EDIT - any changes will be lost!!!
|
||||
.\" *** ------------------------------------------------------------------
|
||||
.\"
|
||||
.\" $NetBSD: MAKEDEV.8,v 1.12 2002/01/12 22:06:07 enami Exp $
|
||||
.\" $NetBSD: MAKEDEV.8,v 1.13 2002/03/14 01:38:40 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -51,7 +51,7 @@
|
|||
.Sh SYNOPSIS
|
||||
.Nm
|
||||
.Ar special Op Ar ...
|
||||
|
||||
.Pp
|
||||
.Nm
|
||||
.Ar device Op Ar ...
|
||||
.Sh DESCRIPTION
|
||||
|
@ -70,6 +70,10 @@ The script is in
|
|||
and must be called from the
|
||||
.Pa /dev
|
||||
directory.
|
||||
For the creation of the devices,
|
||||
.Xr mknod 8
|
||||
is used, which can only be used for creating devices by the
|
||||
super-user.
|
||||
.Pp
|
||||
The special targets supported on
|
||||
.Nx Ns / Ns sparc64
|
||||
|
@ -128,11 +132,21 @@ RAIDframe disk driver, see
|
|||
Memory pseudo-disk devices, see
|
||||
.Xr \&md 4
|
||||
. El
|
||||
.It Terminals :
|
||||
. Bl -tag -width 0123456789 -compact
|
||||
. It Ar tty#
|
||||
Z88530 serial controllers, see
|
||||
.Xr \&tty 4
|
||||
. It Ar ttyC#
|
||||
NS16550 serial controllers
|
||||
. El
|
||||
.It Pseudo terminals :
|
||||
. Bl -tag -width 0123456789 -compact
|
||||
. It Ar pty#
|
||||
Set of 16 master and slave pseudo terminals, see
|
||||
Set of 62 master and slave pseudo terminals, see
|
||||
.Xr \&pty 4
|
||||
. It Ar opty
|
||||
First 16 ptys, to save inodes on install media
|
||||
. El
|
||||
.It ISDN devices :
|
||||
. Bl -tag -width 0123456789 -compact
|
||||
|
@ -149,6 +163,9 @@ Trace device
|
|||
. El
|
||||
.It Special purpose devices :
|
||||
. Bl -tag -width 0123456789 -compact
|
||||
. It Ar clockctl
|
||||
Clock control for non root users, see
|
||||
.Xr \&clockctl 4
|
||||
. It Ar audio#
|
||||
Audio devices., see
|
||||
.Xr \&audio 4
|
||||
|
@ -200,16 +217,27 @@ PCI bus access devices, see
|
|||
. El
|
||||
.El
|
||||
.Sh FILES
|
||||
.Bl -tag -width "/dev/MAKEDEV" -compact
|
||||
.Bl -tag -width "/dev/MAKEDEV.local" -compact
|
||||
.It Pa /dev
|
||||
special device files directory
|
||||
.It Pa /dev/MAKEDEV
|
||||
script described in this man page
|
||||
.It Pa /dev/MAKEDEV.local
|
||||
script for site specific devices
|
||||
.El
|
||||
.Sh DIAGNOSTICS
|
||||
If the script reports an error that is difficult to understand,
|
||||
you can get more debugging output by using
|
||||
.Dl Ic sh Fl x Ar MAKEDEV Ar argument .
|
||||
.Sh SEE ALSO
|
||||
.Xr intro 4 ,
|
||||
.Xr config 8 ,
|
||||
.Xr mknod 8
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
command appeared in
|
||||
.Bx 4.2 .
|
||||
.Sh BUGS
|
||||
This man page is generated automatically from the same sources
|
||||
as
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
.\" *** DO NOT EDIT - any changes will be lost!!!
|
||||
.\" *** ------------------------------------------------------------------
|
||||
.\"
|
||||
.\" $NetBSD: MAKEDEV.8,v 1.6 2002/01/12 22:06:07 enami Exp $
|
||||
.\" $NetBSD: MAKEDEV.8,v 1.7 2002/03/14 01:38:40 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -51,7 +51,7 @@
|
|||
.Sh SYNOPSIS
|
||||
.Nm
|
||||
.Ar special Op Ar ...
|
||||
|
||||
.Pp
|
||||
.Nm
|
||||
.Ar device Op Ar ...
|
||||
.Sh DESCRIPTION
|
||||
|
@ -70,6 +70,10 @@ The script is in
|
|||
and must be called from the
|
||||
.Pa /dev
|
||||
directory.
|
||||
For the creation of the devices,
|
||||
.Xr mknod 8
|
||||
is used, which can only be used for creating devices by the
|
||||
super-user.
|
||||
.Pp
|
||||
The special targets supported on
|
||||
.Nx Ns / Ns sun2
|
||||
|
@ -118,11 +122,16 @@ Memory pseudo-disk devices, see
|
|||
.It Pseudo terminals :
|
||||
. Bl -tag -width 0123456789 -compact
|
||||
. It Ar pty#
|
||||
Set of 16 master and slave pseudo terminals, see
|
||||
Set of 62 master and slave pseudo terminals, see
|
||||
.Xr \&pty 4
|
||||
. It Ar opty
|
||||
First 16 ptys, to save inodes on install media
|
||||
. El
|
||||
.It Special purpose devices :
|
||||
. Bl -tag -width 0123456789 -compact
|
||||
. It Ar clockctl
|
||||
Clock control for non root users, see
|
||||
.Xr \&clockctl 4
|
||||
. It Ar bwtwo#
|
||||
Monochromatic frame buffer, see
|
||||
.Xr \&bwtwo 4
|
||||
|
@ -148,16 +157,27 @@ SCSI busses, see
|
|||
. El
|
||||
.El
|
||||
.Sh FILES
|
||||
.Bl -tag -width "/dev/MAKEDEV" -compact
|
||||
.Bl -tag -width "/dev/MAKEDEV.local" -compact
|
||||
.It Pa /dev
|
||||
special device files directory
|
||||
.It Pa /dev/MAKEDEV
|
||||
script described in this man page
|
||||
.It Pa /dev/MAKEDEV.local
|
||||
script for site specific devices
|
||||
.El
|
||||
.Sh DIAGNOSTICS
|
||||
If the script reports an error that is difficult to understand,
|
||||
you can get more debugging output by using
|
||||
.Dl Ic sh Fl x Ar MAKEDEV Ar argument .
|
||||
.Sh SEE ALSO
|
||||
.Xr intro 4 ,
|
||||
.Xr config 8 ,
|
||||
.Xr mknod 8
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
command appeared in
|
||||
.Bx 4.2 .
|
||||
.Sh BUGS
|
||||
This man page is generated automatically from the same sources
|
||||
as
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
.\" *** DO NOT EDIT - any changes will be lost!!!
|
||||
.\" *** ------------------------------------------------------------------
|
||||
.\"
|
||||
.\" $NetBSD: MAKEDEV.8,v 1.12 2002/01/12 22:06:08 enami Exp $
|
||||
.\" $NetBSD: MAKEDEV.8,v 1.13 2002/03/14 01:38:40 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -51,7 +51,7 @@
|
|||
.Sh SYNOPSIS
|
||||
.Nm
|
||||
.Ar special Op Ar ...
|
||||
|
||||
.Pp
|
||||
.Nm
|
||||
.Ar device Op Ar ...
|
||||
.Sh DESCRIPTION
|
||||
|
@ -70,6 +70,10 @@ The script is in
|
|||
and must be called from the
|
||||
.Pa /dev
|
||||
directory.
|
||||
For the creation of the devices,
|
||||
.Xr mknod 8
|
||||
is used, which can only be used for creating devices by the
|
||||
super-user.
|
||||
.Pp
|
||||
The special targets supported on
|
||||
.Nx Ns / Ns sun3
|
||||
|
@ -120,11 +124,16 @@ Memory pseudo-disk devices, see
|
|||
.It Pseudo terminals :
|
||||
. Bl -tag -width 0123456789 -compact
|
||||
. It Ar pty#
|
||||
Set of 16 master and slave pseudo terminals, see
|
||||
Set of 62 master and slave pseudo terminals, see
|
||||
.Xr \&pty 4
|
||||
. It Ar opty
|
||||
First 16 ptys, to save inodes on install media
|
||||
. El
|
||||
.It Special purpose devices :
|
||||
. Bl -tag -width 0123456789 -compact
|
||||
. It Ar clockctl
|
||||
Clock control for non root users, see
|
||||
.Xr \&clockctl 4
|
||||
. It Ar bwtwo#
|
||||
Monochromatic frame buffer, see
|
||||
.Xr \&bwtwo 4
|
||||
|
@ -152,16 +161,27 @@ SCSI busses, see
|
|||
. El
|
||||
.El
|
||||
.Sh FILES
|
||||
.Bl -tag -width "/dev/MAKEDEV" -compact
|
||||
.Bl -tag -width "/dev/MAKEDEV.local" -compact
|
||||
.It Pa /dev
|
||||
special device files directory
|
||||
.It Pa /dev/MAKEDEV
|
||||
script described in this man page
|
||||
.It Pa /dev/MAKEDEV.local
|
||||
script for site specific devices
|
||||
.El
|
||||
.Sh DIAGNOSTICS
|
||||
If the script reports an error that is difficult to understand,
|
||||
you can get more debugging output by using
|
||||
.Dl Ic sh Fl x Ar MAKEDEV Ar argument .
|
||||
.Sh SEE ALSO
|
||||
.Xr intro 4 ,
|
||||
.Xr config 8 ,
|
||||
.Xr mknod 8
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
command appeared in
|
||||
.Bx 4.2 .
|
||||
.Sh BUGS
|
||||
This man page is generated automatically from the same sources
|
||||
as
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
.\" *** DO NOT EDIT - any changes will be lost!!!
|
||||
.\" *** ------------------------------------------------------------------
|
||||
.\"
|
||||
.\" $NetBSD: MAKEDEV.8,v 1.17 2002/02/13 08:18:31 ross Exp $
|
||||
.\" $NetBSD: MAKEDEV.8,v 1.18 2002/03/14 01:38:40 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -51,7 +51,7 @@
|
|||
.Sh SYNOPSIS
|
||||
.Nm
|
||||
.Ar special Op Ar ...
|
||||
|
||||
.Pp
|
||||
.Nm
|
||||
.Ar device Op Ar ...
|
||||
.Sh DESCRIPTION
|
||||
|
@ -70,6 +70,10 @@ The script is in
|
|||
and must be called from the
|
||||
.Pa /dev
|
||||
directory.
|
||||
For the creation of the devices,
|
||||
.Xr mknod 8
|
||||
is used, which can only be used for creating devices by the
|
||||
super-user.
|
||||
.Pp
|
||||
The special targets supported on
|
||||
.Nx Ns / Ns vax
|
||||
|
@ -96,10 +100,10 @@ digits when calling
|
|||
.It Tapes :
|
||||
. Bl -tag -width 0123456789 -compact
|
||||
. It Ar ht#
|
||||
Massbus tm03 \*[Am] tu??, see
|
||||
Massbus tm03 and tu??, see
|
||||
.Xr \&ht 4
|
||||
. It Ar tm#
|
||||
Unibus tm11 \*[Am] te10 emulations (e.g. Emulex tc-11), see
|
||||
Unibus tm11 and te10 emulations (e.g. Emulex tc-11), see
|
||||
.Xr \&tm 4
|
||||
. It Ar mt#
|
||||
MSCP tapes (e.g. TU81, TK50), see
|
||||
|
@ -183,8 +187,10 @@ Unibus dl11, see
|
|||
.It Pseudo terminals :
|
||||
. Bl -tag -width 0123456789 -compact
|
||||
. It Ar pty#
|
||||
Set of 16 master and slave pseudo terminals, see
|
||||
Set of 62 master and slave pseudo terminals, see
|
||||
.Xr \&pty 4
|
||||
. It Ar opty
|
||||
First 16 ptys, to save inodes on install media
|
||||
. El
|
||||
.It Printers :
|
||||
. Bl -tag -width 0123456789 -compact
|
||||
|
@ -209,11 +215,14 @@ Unibus dn11 and emulations (e.g. Able Quadracall), see
|
|||
. El
|
||||
.It Special purpose devices :
|
||||
. Bl -tag -width 0123456789 -compact
|
||||
. It Ar clockctl
|
||||
Clock control for non root users, see
|
||||
.Xr \&clockctl 4
|
||||
. It Ar ik#
|
||||
Unibus interface to ikonas frame buffer, see
|
||||
.Xr \&ik 4
|
||||
. It Ar ps#
|
||||
Unibus interface to e\*[Am]s picture system 2, see
|
||||
Unibus interface to picture system 2, see
|
||||
.Xr \&ps 4
|
||||
. It Ar ad#
|
||||
Unibus interface to data translation a/d converter, see
|
||||
|
@ -250,16 +259,27 @@ Random number generator
|
|||
. El
|
||||
.El
|
||||
.Sh FILES
|
||||
.Bl -tag -width "/dev/MAKEDEV" -compact
|
||||
.Bl -tag -width "/dev/MAKEDEV.local" -compact
|
||||
.It Pa /dev
|
||||
special device files directory
|
||||
.It Pa /dev/MAKEDEV
|
||||
script described in this man page
|
||||
.It Pa /dev/MAKEDEV.local
|
||||
script for site specific devices
|
||||
.El
|
||||
.Sh DIAGNOSTICS
|
||||
If the script reports an error that is difficult to understand,
|
||||
you can get more debugging output by using
|
||||
.Dl Ic sh Fl x Ar MAKEDEV Ar argument .
|
||||
.Sh SEE ALSO
|
||||
.Xr intro 4 ,
|
||||
.Xr config 8 ,
|
||||
.Xr mknod 8
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
command appeared in
|
||||
.Bx 4.2 .
|
||||
.Sh BUGS
|
||||
This man page is generated automatically from the same sources
|
||||
as
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
.\" *** DO NOT EDIT - any changes will be lost!!!
|
||||
.\" *** ------------------------------------------------------------------
|
||||
.\"
|
||||
.\" $NetBSD: MAKEDEV.8,v 1.6 2002/01/12 22:06:08 enami Exp $
|
||||
.\" $NetBSD: MAKEDEV.8,v 1.7 2002/03/14 01:38:40 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -51,7 +51,7 @@
|
|||
.Sh SYNOPSIS
|
||||
.Nm
|
||||
.Ar special Op Ar ...
|
||||
|
||||
.Pp
|
||||
.Nm
|
||||
.Ar device Op Ar ...
|
||||
.Sh DESCRIPTION
|
||||
|
@ -70,6 +70,10 @@ The script is in
|
|||
and must be called from the
|
||||
.Pa /dev
|
||||
directory.
|
||||
For the creation of the devices,
|
||||
.Xr mknod 8
|
||||
is used, which can only be used for creating devices by the
|
||||
super-user.
|
||||
.Pp
|
||||
The special targets supported on
|
||||
.Nx Ns / Ns walnut
|
||||
|
@ -159,8 +163,10 @@ Cyclom-Y multiport serial boards. Each ``unit'' makes 32 ports.
|
|||
.It Pseudo terminals :
|
||||
. Bl -tag -width 0123456789 -compact
|
||||
. It Ar pty#
|
||||
Set of 16 master and slave pseudo terminals, see
|
||||
Set of 62 master and slave pseudo terminals, see
|
||||
.Xr \&pty 4
|
||||
. It Ar opty
|
||||
First 16 ptys, to save inodes on install media
|
||||
. El
|
||||
.It Printers :
|
||||
. Bl -tag -width 0123456789 -compact
|
||||
|
@ -184,6 +190,9 @@ Trace device
|
|||
. El
|
||||
.It Special purpose devices :
|
||||
. Bl -tag -width 0123456789 -compact
|
||||
. It Ar clockctl
|
||||
Clock control for non root users, see
|
||||
.Xr \&clockctl 4
|
||||
. It Ar fd
|
||||
File descriptors, see
|
||||
.Xr \&fd 4
|
||||
|
@ -223,16 +232,27 @@ Wscons event multiplexor, see
|
|||
. El
|
||||
.El
|
||||
.Sh FILES
|
||||
.Bl -tag -width "/dev/MAKEDEV" -compact
|
||||
.Bl -tag -width "/dev/MAKEDEV.local" -compact
|
||||
.It Pa /dev
|
||||
special device files directory
|
||||
.It Pa /dev/MAKEDEV
|
||||
script described in this man page
|
||||
.It Pa /dev/MAKEDEV.local
|
||||
script for site specific devices
|
||||
.El
|
||||
.Sh DIAGNOSTICS
|
||||
If the script reports an error that is difficult to understand,
|
||||
you can get more debugging output by using
|
||||
.Dl Ic sh Fl x Ar MAKEDEV Ar argument .
|
||||
.Sh SEE ALSO
|
||||
.Xr intro 4 ,
|
||||
.Xr config 8 ,
|
||||
.Xr mknod 8
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
command appeared in
|
||||
.Bx 4.2 .
|
||||
.Sh BUGS
|
||||
This man page is generated automatically from the same sources
|
||||
as
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
.\" *** DO NOT EDIT - any changes will be lost!!!
|
||||
.\" *** ------------------------------------------------------------------
|
||||
.\"
|
||||
.\" $NetBSD: MAKEDEV.8,v 1.15 2002/01/12 22:06:08 enami Exp $
|
||||
.\" $NetBSD: MAKEDEV.8,v 1.16 2002/03/14 01:38:41 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -51,7 +51,7 @@
|
|||
.Sh SYNOPSIS
|
||||
.Nm
|
||||
.Ar special Op Ar ...
|
||||
|
||||
.Pp
|
||||
.Nm
|
||||
.Ar device Op Ar ...
|
||||
.Sh DESCRIPTION
|
||||
|
@ -70,6 +70,10 @@ The script is in
|
|||
and must be called from the
|
||||
.Pa /dev
|
||||
directory.
|
||||
For the creation of the devices,
|
||||
.Xr mknod 8
|
||||
is used, which can only be used for creating devices by the
|
||||
super-user.
|
||||
.Pp
|
||||
The special targets supported on
|
||||
.Nx Ns / Ns x68k
|
||||
|
@ -150,8 +154,10 @@ PSX16550 serial board, see
|
|||
.It Pseudo terminals :
|
||||
. Bl -tag -width 0123456789 -compact
|
||||
. It Ar pty#
|
||||
Set of 16 master and slave pseudo terminals, see
|
||||
Set of 62 master and slave pseudo terminals, see
|
||||
.Xr \&pty 4
|
||||
. It Ar opty
|
||||
First 16 ptys, to save inodes on install media
|
||||
. El
|
||||
.It Printers :
|
||||
. Bl -tag -width 0123456789 -compact
|
||||
|
@ -173,6 +179,9 @@ Trace device
|
|||
. El
|
||||
.It Special purpose devices :
|
||||
. Bl -tag -width 0123456789 -compact
|
||||
. It Ar clockctl
|
||||
Clock control for non root users, see
|
||||
.Xr \&clockctl 4
|
||||
. It Ar grf#
|
||||
Builtin video
|
||||
. It Ar kbd
|
||||
|
@ -215,22 +224,30 @@ SCSI scanner, see
|
|||
SCSI busses, see
|
||||
.Xr \&scsi 4 ,
|
||||
.Xr \&scsictl 8
|
||||
. It Ar clockctl
|
||||
Clock control for non root users, see
|
||||
.Xr \&clockctl 4
|
||||
. El
|
||||
.El
|
||||
.Sh FILES
|
||||
.Bl -tag -width "/dev/MAKEDEV" -compact
|
||||
.Bl -tag -width "/dev/MAKEDEV.local" -compact
|
||||
.It Pa /dev
|
||||
special device files directory
|
||||
.It Pa /dev/MAKEDEV
|
||||
script described in this man page
|
||||
.It Pa /dev/MAKEDEV.local
|
||||
script for site specific devices
|
||||
.El
|
||||
.Sh DIAGNOSTICS
|
||||
If the script reports an error that is difficult to understand,
|
||||
you can get more debugging output by using
|
||||
.Dl Ic sh Fl x Ar MAKEDEV Ar argument .
|
||||
.Sh SEE ALSO
|
||||
.Xr intro 4 ,
|
||||
.Xr config 8 ,
|
||||
.Xr mknod 8
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
command appeared in
|
||||
.Bx 4.2 .
|
||||
.Sh BUGS
|
||||
This man page is generated automatically from the same sources
|
||||
as
|
||||
|
|
Loading…
Reference in New Issue