regen
This commit is contained in:
parent
51f208fd37
commit
9cd03c1e5b
|
@ -6,7 +6,7 @@
|
|||
.\" *** DO NOT EDIT - any changes will be lost!!!
|
||||
.\" *** ------------------------------------------------------------------
|
||||
.\"
|
||||
.\" $NetBSD: MAKEDEV.8,v 1.45 2014/02/24 07:23:41 skrll Exp $
|
||||
.\" $NetBSD: MAKEDEV.8,v 1.46 2017/07/10 08:41:35 sevan Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2001, 2003, 2007, 2008 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -35,7 +35,7 @@
|
|||
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||
.\" POSSIBILITY OF SUCH DAMAGE.
|
||||
.\"
|
||||
.Dd February 25, 2012
|
||||
.Dd July 9, 2017
|
||||
.Dt MAKEDEV 8
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
@ -238,6 +238,8 @@ Devices to be put into INSTALL kernel ramdisks.
|
|||
Standard devices
|
||||
.It Ar local
|
||||
Configuration specific devices
|
||||
.It Ar lua
|
||||
Lua device
|
||||
.It Ar wscons
|
||||
Make wscons devices
|
||||
.It Ar usbs
|
||||
|
@ -283,6 +285,9 @@ TU58 cassettes on DL11 controller, see
|
|||
. El
|
||||
.It Disks :
|
||||
. Bl -tag -width 0123456789 -compact
|
||||
. It Ar dk#
|
||||
Wedge disk slices, see
|
||||
.Xr \&dk 4
|
||||
. It Ar ccd#
|
||||
Concatenated disk devices, see
|
||||
.Xr \&ccd 4
|
||||
|
@ -442,6 +447,10 @@ UART on first 68901 (formerly mdm01) (atari)
|
|||
IXP12x0 COM ports
|
||||
. It Ar epcom
|
||||
EP93xx COM ports
|
||||
. It Ar plcom
|
||||
ARM PL01[01] serial ports
|
||||
. It Ar wmcom
|
||||
EPOC Windermere COM ports
|
||||
. It Ar ttyM?
|
||||
HP200/300 4 port serial mux interface (hp300)
|
||||
. It Ar ttya
|
||||
|
@ -736,6 +745,8 @@ Graphics frame buffer device, see
|
|||
. It Ar hdaudio#
|
||||
High Definition audio control device, see
|
||||
.Xr \&hdaudio 4
|
||||
. It Ar hdmicec#
|
||||
HDMI CEC devices
|
||||
. It Ar hil
|
||||
HP300 HIL input devices, see
|
||||
.Xr \&hil 4
|
||||
|
@ -774,6 +785,9 @@ Magma multiport serial/parallel cards, see
|
|||
. It Ar midi#
|
||||
MIDI, see
|
||||
.Xr \&midi 4
|
||||
. It Ar mfi#
|
||||
LSI MegaRAID/MegaSAS control interface, see
|
||||
.Xr \&mfi 4
|
||||
. It Ar mlx#
|
||||
Mylex DAC960 control interface, see
|
||||
.Xr \&mlx 4
|
||||
|
@ -788,6 +802,11 @@ NPF packet filter
|
|||
. It Ar nsmb#
|
||||
SMB requester, see
|
||||
.Xr \&nsmb 4
|
||||
. It Ar nvme#
|
||||
Non-Volatile Memory Host Controller Interface device driver, see
|
||||
.Xr \&nvme 4
|
||||
. It Ar nvme#ns*
|
||||
Non-Volatile Memory namespace
|
||||
. It Ar openfirm
|
||||
OpenFirmware accessor
|
||||
. It Ar pad#
|
||||
|
@ -875,6 +894,17 @@ Xen event interface
|
|||
. It Ar iscsi#
|
||||
ISCSI driver and /sbin/iscsid communication
|
||||
. El
|
||||
.It Trusted Computing devices
|
||||
. Bl -tag -width 0123456789 -compact
|
||||
. It Ar tpm
|
||||
Trusted Platform Module, see
|
||||
.Xr \&tpm 4
|
||||
. El
|
||||
.It Debugging and tracing
|
||||
. Bl -tag -width 0123456789 -compact
|
||||
. It Ar dtrace
|
||||
Dynamic tracing framework
|
||||
. El
|
||||
.El
|
||||
.Sh ENVIRONMENT
|
||||
The following environment variables affect the execution of
|
||||
|
@ -997,6 +1027,6 @@ this can be done on a
|
|||
.Nx
|
||||
host, or can be done in a cross-build environment using
|
||||
.Sy TOOLDIR Ns Pa /bin/nbpax .
|
||||
Finally, use apropriate tools on the foreign server
|
||||
Finally, use appropriate tools on the foreign server
|
||||
to unpack the archive and create the device nodes.
|
||||
.El
|
||||
|
|
Loading…
Reference in New Issue