regen (mostly isdn change, some misc new devices in places)

This commit is contained in:
wiz 2002-03-24 22:23:31 +00:00
parent 2e5c1d7a0d
commit 1d372fddb2
19 changed files with 326 additions and 226 deletions

View File

@ -6,7 +6,7 @@
.\" *** DO NOT EDIT - any changes will be lost!!! .\" *** DO NOT EDIT - any changes will be lost!!!
.\" *** ------------------------------------------------------------------ .\" *** ------------------------------------------------------------------
.\" .\"
.\" $NetBSD: MAKEDEV.8,v 1.3 2002/03/14 01:38:33 wiz Exp $ .\" $NetBSD: MAKEDEV.8,v 1.4 2002/03/24 22:23:31 wiz Exp $
.\" .\"
.\" Copyright (c) 2001 The NetBSD Foundation, Inc. .\" Copyright (c) 2001 The NetBSD Foundation, Inc.
.\" All rights reserved. .\" All rights reserved.
@ -91,7 +91,7 @@ Standard devices
Configuration specific devices which are created by running the Configuration specific devices which are created by running the
.Pa MAKEDEV.local .Pa MAKEDEV.local
shell script with the argument ``all''. shell script with the argument ``all''.
.It Ar isdn .It Ar isdns
Make ISDN devices Make ISDN devices
.El .El
.Pp .Pp
@ -207,16 +207,21 @@ Modem
. El . El
.It ISDN devices : .It ISDN devices :
. Bl -tag -width 0123456789 -compact . Bl -tag -width 0123456789 -compact
. It Ar i4b . It Ar isdn
Communication between userland isdnd and kernel Communication between userland isdnd and kernel, see
. It Ar i4bctl .Xr \&isdn 4
Control device . It Ar isdnctl
. It Ar i4brbch# Control device, see
Raw b-channel access .Xr \&isdnctl 4
. It Ar i4btel# . It Ar isdnbchan#
Telephony device Raw b-channel access, see
. It Ar i4btrc# .Xr \&isdnbchan 4
Trace device . It Ar isdntel#
Telephony device, see
.Xr \&isdntel 4
. It Ar isdntrc#
Trace device, see
.Xr \&isdntrc 4
. El . El
.It Special purpose devices : .It Special purpose devices :
. Bl -tag -width 0123456789 -compact . Bl -tag -width 0123456789 -compact

View File

@ -6,7 +6,7 @@
.\" *** DO NOT EDIT - any changes will be lost!!! .\" *** DO NOT EDIT - any changes will be lost!!!
.\" *** ------------------------------------------------------------------ .\" *** ------------------------------------------------------------------
.\" .\"
.\" $NetBSD: MAKEDEV.8,v 1.18 2002/03/14 01:38:33 wiz Exp $ .\" $NetBSD: MAKEDEV.8,v 1.19 2002/03/24 22:23:32 wiz Exp $
.\" .\"
.\" Copyright (c) 2001 The NetBSD Foundation, Inc. .\" Copyright (c) 2001 The NetBSD Foundation, Inc.
.\" All rights reserved. .\" All rights reserved.
@ -195,16 +195,20 @@ Modem
. El . El
.It ISDN devices : .It ISDN devices :
. Bl -tag -width 0123456789 -compact . Bl -tag -width 0123456789 -compact
. It Ar i4b . It Ar isdns
Communication between userland isdnd and kernel Communication between userland isdnd and kernel
. It Ar i4bctl . It Ar isdnctl
Control device Control device, see
. It Ar i4brbch# .Xr \&isdnctl 4
Raw b-channel access . It Ar isdnbchan#
. It Ar i4btel# Raw b-channel access, see
Telephony device .Xr \&isdnbchan 4
. It Ar i4btrc# . It Ar isdntel#
Trace device Telephony device, see
.Xr \&isdntel 4
. It Ar isdntrc#
Trace device, see
.Xr \&isdntrc 4
. El . El
.It Special purpose devices : .It Special purpose devices :
. Bl -tag -width 0123456789 -compact . Bl -tag -width 0123456789 -compact

View File

@ -6,7 +6,7 @@
.\" *** DO NOT EDIT - any changes will be lost!!! .\" *** DO NOT EDIT - any changes will be lost!!!
.\" *** ------------------------------------------------------------------ .\" *** ------------------------------------------------------------------
.\" .\"
.\" $NetBSD: MAKEDEV.8,v 1.18 2002/03/14 01:38:34 wiz Exp $ .\" $NetBSD: MAKEDEV.8,v 1.19 2002/03/24 22:23:32 wiz Exp $
.\" .\"
.\" Copyright (c) 2001 The NetBSD Foundation, Inc. .\" Copyright (c) 2001 The NetBSD Foundation, Inc.
.\" All rights reserved. .\" All rights reserved.
@ -91,7 +91,7 @@ Devices needed for install floppies
Standard devices Standard devices
.It Ar local .It Ar local
Configuration specific devices Configuration specific devices
.It Ar isdn .It Ar isdns
Make ISDN devices Make ISDN devices
.El .El
.Pp .Pp
@ -177,16 +177,21 @@ Lpt parallel port (DraCo mainboard, HyperCom etc.)
. El . El
.It ISDN devices : .It ISDN devices :
. Bl -tag -width 0123456789 -compact . Bl -tag -width 0123456789 -compact
. It Ar i4b . It Ar isdn
Communication between userland isdnd and kernel Communication between userland isdnd and kernel, see
. It Ar i4bctl .Xr \&isdn 4
Control device . It Ar isdnctl
. It Ar i4brbch# Control device, see
Raw b-channel access .Xr \&isdnctl 4
. It Ar i4btel# . It Ar isdnbchan#
Telephony device Raw b-channel access, see
. It Ar i4btrc# .Xr \&isdnbchan 4
Trace device . It Ar isdntel#
Telephony device, see
.Xr \&isdntel 4
. It Ar isdntrc#
Trace device, see
.Xr \&isdntrc 4
. El . El
.It Special purpose devices : .It Special purpose devices :
. Bl -tag -width 0123456789 -compact . Bl -tag -width 0123456789 -compact

View File

@ -6,7 +6,7 @@
.\" *** DO NOT EDIT - any changes will be lost!!! .\" *** DO NOT EDIT - any changes will be lost!!!
.\" *** ------------------------------------------------------------------ .\" *** ------------------------------------------------------------------
.\" .\"
.\" $NetBSD: MAKEDEV.8,v 1.11 2002/03/14 01:38:34 wiz Exp $ .\" $NetBSD: MAKEDEV.8,v 1.12 2002/03/24 22:23:33 wiz Exp $
.\" .\"
.\" Copyright (c) 2001 The NetBSD Foundation, Inc. .\" Copyright (c) 2001 The NetBSD Foundation, Inc.
.\" All rights reserved. .\" All rights reserved.
@ -93,7 +93,7 @@ The standard devices (console, drum, klog, kmem, mem, null, stderr, stdin, stdou
Configuration specific devices which are created by running the Configuration specific devices which are created by running the
.Pa MAKEDEV.local .Pa MAKEDEV.local
shell script with the argument ``all''. shell script with the argument ``all''.
.It Ar isdn .It Ar isdns
Make ISDN devices Make ISDN devices
.El .El
.Pp .Pp
@ -162,16 +162,21 @@ PC parallel port driver (``lpt'') units
. El . El
.It ISDN devices : .It ISDN devices :
. Bl -tag -width 0123456789 -compact . Bl -tag -width 0123456789 -compact
. It Ar i4b . It Ar isdn
Communication between userland isdnd and kernel Communication between userland isdnd and kernel, see
. It Ar i4bctl .Xr \&isdn 4
Control device . It Ar isdnctl
. It Ar i4brbch# Control device, see
Raw b-channel access .Xr \&isdnctl 4
. It Ar i4btel# . It Ar isdnbchan#
Telephony device Raw b-channel access, see
. It Ar i4btrc# .Xr \&isdnbchan 4
Trace device . It Ar isdntel#
Telephony device, see
.Xr \&isdntel 4
. It Ar isdntrc#
Trace device, see
.Xr \&isdntrc 4
. El . El
.It Special purpose devices : .It Special purpose devices :
. Bl -tag -width 0123456789 -compact . Bl -tag -width 0123456789 -compact

View File

@ -6,7 +6,7 @@
.\" *** DO NOT EDIT - any changes will be lost!!! .\" *** DO NOT EDIT - any changes will be lost!!!
.\" *** ------------------------------------------------------------------ .\" *** ------------------------------------------------------------------
.\" .\"
.\" $NetBSD: MAKEDEV.8,v 1.16 2002/03/14 01:38:34 wiz Exp $ .\" $NetBSD: MAKEDEV.8,v 1.17 2002/03/24 22:23:33 wiz Exp $
.\" .\"
.\" Copyright (c) 2001 The NetBSD Foundation, Inc. .\" Copyright (c) 2001 The NetBSD Foundation, Inc.
.\" All rights reserved. .\" All rights reserved.
@ -91,7 +91,7 @@ Devices needed for install floppies
Standard devices Standard devices
.It Ar local .It Ar local
Configuration specific devices Configuration specific devices
.It Ar isdn .It Ar isdns
Make ISDN devices Make ISDN devices
.El .El
.Pp .Pp
@ -169,16 +169,21 @@ First 16 ptys, to save inodes on install media
. El . El
.It ISDN devices : .It ISDN devices :
. Bl -tag -width 0123456789 -compact . Bl -tag -width 0123456789 -compact
. It Ar i4b . It Ar isdn
Communication between userland isdnd and kernel Communication between userland isdnd and kernel, see
. It Ar i4bctl .Xr \&isdn 4
Control device . It Ar isdnctl
. It Ar i4brbch# Control device, see
Raw b-channel access .Xr \&isdnctl 4
. It Ar i4btel# . It Ar isdnbchan#
Telephony device Raw b-channel access, see
. It Ar i4btrc# .Xr \&isdnbchan 4
Trace device . It Ar isdntel#
Telephony device, see
.Xr \&isdntel 4
. It Ar isdntrc#
Trace device, see
.Xr \&isdntrc 4
. El . El
.It Special purpose devices : .It Special purpose devices :
. Bl -tag -width 0123456789 -compact . Bl -tag -width 0123456789 -compact

View File

@ -6,7 +6,7 @@
.\" *** DO NOT EDIT - any changes will be lost!!! .\" *** DO NOT EDIT - any changes will be lost!!!
.\" *** ------------------------------------------------------------------ .\" *** ------------------------------------------------------------------
.\" .\"
.\" $NetBSD: MAKEDEV.8,v 1.13 2002/03/14 01:38:35 wiz Exp $ .\" $NetBSD: MAKEDEV.8,v 1.14 2002/03/24 22:23:34 wiz Exp $
.\" .\"
.\" Copyright (c) 2001 The NetBSD Foundation, Inc. .\" Copyright (c) 2001 The NetBSD Foundation, Inc.
.\" All rights reserved. .\" All rights reserved.
@ -89,7 +89,7 @@ Devices to be put on install floppies
Standard devices Standard devices
.It Ar local .It Ar local
Configuration specific devices Configuration specific devices
.It Ar isdn .It Ar isdns
Make ISDN devices Make ISDN devices
.El .El
.Pp .Pp
@ -190,16 +190,21 @@ Interruptless lp
. El . El
.It ISDN devices : .It ISDN devices :
. Bl -tag -width 0123456789 -compact . Bl -tag -width 0123456789 -compact
. It Ar i4b . It Ar isdn
Communication between userland isdnd and kernel Communication between userland isdnd and kernel, see
. It Ar i4bctl .Xr \&isdn 4
Control device . It Ar isdnctl
. It Ar i4brbch# Control device, see
Raw b-channel access .Xr \&isdnctl 4
. It Ar i4btel# . It Ar isdnbchan#
Telephony device Raw b-channel access, see
. It Ar i4btrc# .Xr \&isdnbchan 4
Trace device . It Ar isdntel#
Telephony device, see
.Xr \&isdntel 4
. It Ar isdntrc#
Trace device, see
.Xr \&isdntrc 4
. El . El
.It Special purpose devices : .It Special purpose devices :
. Bl -tag -width 0123456789 -compact . Bl -tag -width 0123456789 -compact

View File

@ -6,7 +6,7 @@
.\" *** DO NOT EDIT - any changes will be lost!!! .\" *** DO NOT EDIT - any changes will be lost!!!
.\" *** ------------------------------------------------------------------ .\" *** ------------------------------------------------------------------
.\" .\"
.\" $NetBSD: MAKEDEV.8,v 1.6 2002/03/14 01:38:35 wiz Exp $ .\" $NetBSD: MAKEDEV.8,v 1.7 2002/03/24 22:23:34 wiz Exp $
.\" .\"
.\" Copyright (c) 2001 The NetBSD Foundation, Inc. .\" Copyright (c) 2001 The NetBSD Foundation, Inc.
.\" All rights reserved. .\" All rights reserved.
@ -93,7 +93,7 @@ The standard devices (console, drum, klog, kmem, mem, null, stderr, stdin, stdou
Configuration specific devices which are created by running the Configuration specific devices which are created by running the
.Pa MAKEDEV.local .Pa MAKEDEV.local
shell script with the argument ``all''. shell script with the argument ``all''.
.It Ar isdn .It Ar isdns
Make ISDN devices Make ISDN devices
.El .El
.Pp .Pp
@ -151,16 +151,21 @@ First 16 ptys, to save inodes on install media
. El . El
.It ISDN devices : .It ISDN devices :
. Bl -tag -width 0123456789 -compact . Bl -tag -width 0123456789 -compact
. It Ar i4b . It Ar isdn
Communication between userland isdnd and kernel Communication between userland isdnd and kernel, see
. It Ar i4bctl .Xr \&isdn 4
Control device . It Ar isdnctl
. It Ar i4brbch# Control device, see
Raw b-channel access .Xr \&isdnctl 4
. It Ar i4btel# . It Ar isdnbchan#
Telephony device Raw b-channel access, see
. It Ar i4btrc# .Xr \&isdnbchan 4
Trace device . It Ar isdntel#
Telephony device, see
.Xr \&isdntel 4
. It Ar isdntrc#
Trace device, see
.Xr \&isdntrc 4
. El . El
.It Special purpose devices : .It Special purpose devices :
. Bl -tag -width 0123456789 -compact . Bl -tag -width 0123456789 -compact

View File

@ -6,7 +6,7 @@
.\" *** DO NOT EDIT - any changes will be lost!!! .\" *** DO NOT EDIT - any changes will be lost!!!
.\" *** ------------------------------------------------------------------ .\" *** ------------------------------------------------------------------
.\" .\"
.\" $NetBSD: MAKEDEV.8,v 1.3 2002/03/14 01:38:35 wiz Exp $ .\" $NetBSD: MAKEDEV.8,v 1.4 2002/03/24 22:23:35 wiz Exp $
.\" .\"
.\" Copyright (c) 2001 The NetBSD Foundation, Inc. .\" Copyright (c) 2001 The NetBSD Foundation, Inc.
.\" All rights reserved. .\" All rights reserved.
@ -91,7 +91,7 @@ Standard devices
Configuration specific devices which are created by running the Configuration specific devices which are created by running the
.Pa MAKEDEV.local .Pa MAKEDEV.local
shell script with the argument ``all''. shell script with the argument ``all''.
.It Ar isdn .It Ar isdns
Make ISDN devices Make ISDN devices
.El .El
.Pp .Pp
@ -200,16 +200,21 @@ Modem
. El . El
.It ISDN devices : .It ISDN devices :
. Bl -tag -width 0123456789 -compact . Bl -tag -width 0123456789 -compact
. It Ar i4b . It Ar isdn
Communication between userland isdnd and kernel Communication between userland isdnd and kernel, see
. It Ar i4bctl .Xr \&isdn 4
Control device . It Ar isdnctl
. It Ar i4brbch# Control device, see
Raw b-channel access .Xr \&isdnctl 4
. It Ar i4btel# . It Ar isdnbchan#
Telephony device Raw b-channel access, see
. It Ar i4btrc# .Xr \&isdnbchan 4
Trace device . It Ar isdntel#
Telephony device, see
.Xr \&isdntel 4
. It Ar isdntrc#
Trace device, see
.Xr \&isdntrc 4
. El . El
.It Special purpose devices : .It Special purpose devices :
. Bl -tag -width 0123456789 -compact . Bl -tag -width 0123456789 -compact

View File

@ -6,7 +6,7 @@
.\" *** DO NOT EDIT - any changes will be lost!!! .\" *** DO NOT EDIT - any changes will be lost!!!
.\" *** ------------------------------------------------------------------ .\" *** ------------------------------------------------------------------
.\" .\"
.\" $NetBSD: MAKEDEV.8,v 1.13 2002/03/14 01:38:36 wiz Exp $ .\" $NetBSD: MAKEDEV.8,v 1.14 2002/03/24 22:23:35 wiz Exp $
.\" .\"
.\" Copyright (c) 2001 The NetBSD Foundation, Inc. .\" Copyright (c) 2001 The NetBSD Foundation, Inc.
.\" All rights reserved. .\" All rights reserved.
@ -91,7 +91,7 @@ Standard devices
Configuration specific devices Configuration specific devices
.It Ar usbs .It Ar usbs
Make USB devices Make USB devices
.It Ar isdn .It Ar isdns
Make ISDN devices Make ISDN devices
.El .El
.Pp .Pp
@ -203,16 +203,21 @@ Modem
. El . El
.It ISDN devices : .It ISDN devices :
. Bl -tag -width 0123456789 -compact . Bl -tag -width 0123456789 -compact
. It Ar i4b . It Ar isdn
Communication between userland isdnd and kernel Communication between userland isdnd and kernel, see
. It Ar i4bctl .Xr \&isdn 4
Control device . It Ar isdnctl
. It Ar i4brbch# Control device, see
Raw b-channel access .Xr \&isdnctl 4
. It Ar i4btel# . It Ar isdnbchan#
Telephony device Raw b-channel access, see
. It Ar i4btrc# .Xr \&isdnbchan 4
Trace device . It Ar isdntel#
Telephony device, see
.Xr \&isdntel 4
. It Ar isdntrc#
Trace device, see
.Xr \&isdntrc 4
. El . El
.It Special purpose devices : .It Special purpose devices :
. Bl -tag -width 0123456789 -compact . Bl -tag -width 0123456789 -compact
@ -227,6 +232,9 @@ Packet filter, see
.Xr \&bpf 4 .Xr \&bpf 4
. It Ar ipl . It Ar ipl
Ip filter Ip filter
. It Ar lkm
Loadable kernel modules interface, see
.Xr \&lkm 4
. It Ar random . It Ar random
Random number generator Random number generator
. It Ar tun# . It Ar tun#
@ -247,6 +255,9 @@ SCSI media changer, see
.Xr \&ch 4 .Xr \&ch 4
. It Ar ucbsnd . It Ar ucbsnd
UCB1200 (TX39) audio device. 22.154kHz mono 16bit UCB1200 (TX39) audio device. 22.154kHz mono 16bit
. It Ar audio#
Audio devices, see
.Xr \&audio 4
. El . El
.El .El
.Sh FILES .Sh FILES

View File

@ -6,7 +6,7 @@
.\" *** DO NOT EDIT - any changes will be lost!!! .\" *** DO NOT EDIT - any changes will be lost!!!
.\" *** ------------------------------------------------------------------ .\" *** ------------------------------------------------------------------
.\" .\"
.\" $NetBSD: MAKEDEV.8,v 1.35 2002/03/14 01:38:36 wiz Exp $ .\" $NetBSD: MAKEDEV.8,v 1.36 2002/03/24 22:23:35 wiz Exp $
.\" .\"
.\" Copyright (c) 2001 The NetBSD Foundation, Inc. .\" Copyright (c) 2001 The NetBSD Foundation, Inc.
.\" All rights reserved. .\" All rights reserved.
@ -93,7 +93,7 @@ Standard devices
Configuration specific devices Configuration specific devices
.It Ar usbs .It Ar usbs
Make USB devices Make USB devices
.It Ar isdn .It Ar isdns
Make ISDN devices Make ISDN devices
.El .El
.Pp .Pp
@ -231,16 +231,21 @@ USB modems
. El . El
.It ISDN devices : .It ISDN devices :
. Bl -tag -width 0123456789 -compact . Bl -tag -width 0123456789 -compact
. It Ar i4b . It Ar isdn
Communication between userland isdnd and kernel Communication between userland isdnd and kernel, see
. It Ar i4bctl .Xr \&isdn 4
Control device . It Ar isdnctl
. It Ar i4brbch# Control device, see
Raw b-channel access .Xr \&isdnctl 4
. It Ar i4btel# . It Ar isdnbchan#
Telephony device Raw b-channel access, see
. It Ar i4btrc# .Xr \&isdnbchan 4
Trace device . It Ar isdntel#
Telephony device, see
.Xr \&isdntel 4
. It Ar isdntrc#
Trace device, see
.Xr \&isdntrc 4
. El . El
.It Special purpose devices : .It Special purpose devices :
. Bl -tag -width 0123456789 -compact . Bl -tag -width 0123456789 -compact

View File

@ -6,7 +6,7 @@
.\" *** DO NOT EDIT - any changes will be lost!!! .\" *** DO NOT EDIT - any changes will be lost!!!
.\" *** ------------------------------------------------------------------ .\" *** ------------------------------------------------------------------
.\" .\"
.\" $NetBSD: MAKEDEV.8,v 1.10 2002/03/14 01:38:37 wiz Exp $ .\" $NetBSD: MAKEDEV.8,v 1.11 2002/03/24 22:23:36 wiz Exp $
.\" .\"
.\" Copyright (c) 2001 The NetBSD Foundation, Inc. .\" Copyright (c) 2001 The NetBSD Foundation, Inc.
.\" All rights reserved. .\" All rights reserved.
@ -89,7 +89,7 @@ Devices to be put on install floppies
Standard devices Standard devices
.It Ar local .It Ar local
Configuration specific devices Configuration specific devices
.It Ar isdn .It Ar isdns
Make ISDN devices Make ISDN devices
.El .El
.Pp .Pp
@ -195,16 +195,21 @@ Modem
. El . El
.It ISDN devices : .It ISDN devices :
. Bl -tag -width 0123456789 -compact . Bl -tag -width 0123456789 -compact
. It Ar i4b . It Ar isdn
Communication between userland isdnd and kernel Communication between userland isdnd and kernel, see
. It Ar i4bctl .Xr \&isdn 4
Control device . It Ar isdnctl
. It Ar i4brbch# Control device, see
Raw b-channel access .Xr \&isdnctl 4
. It Ar i4btel# . It Ar isdnbchan#
Telephony device Raw b-channel access, see
. It Ar i4btrc# .Xr \&isdnbchan 4
Trace device . It Ar isdntel#
Telephony device, see
.Xr \&isdntel 4
. It Ar isdntrc#
Trace device, see
.Xr \&isdntrc 4
. El . El
.It Special purpose devices : .It Special purpose devices :
. Bl -tag -width 0123456789 -compact . Bl -tag -width 0123456789 -compact

View File

@ -6,7 +6,7 @@
.\" *** DO NOT EDIT - any changes will be lost!!! .\" *** DO NOT EDIT - any changes will be lost!!!
.\" *** ------------------------------------------------------------------ .\" *** ------------------------------------------------------------------
.\" .\"
.\" $NetBSD: MAKEDEV.8,v 1.5 2002/03/14 01:38:37 wiz Exp $ .\" $NetBSD: MAKEDEV.8,v 1.6 2002/03/24 22:23:36 wiz Exp $
.\" .\"
.\" Copyright (c) 2001 The NetBSD Foundation, Inc. .\" Copyright (c) 2001 The NetBSD Foundation, Inc.
.\" All rights reserved. .\" All rights reserved.
@ -91,7 +91,7 @@ Standard devices
Configuration specific devices which are created by running the Configuration specific devices which are created by running the
.Pa MAKEDEV.local .Pa MAKEDEV.local
shell script with the argument ``all''. shell script with the argument ``all''.
.It Ar isdn .It Ar isdns
Make ISDN devices Make ISDN devices
.El .El
.Pp .Pp
@ -207,16 +207,21 @@ Modem
. El . El
.It ISDN devices : .It ISDN devices :
. Bl -tag -width 0123456789 -compact . Bl -tag -width 0123456789 -compact
. It Ar i4b . It Ar isdn
Communication between userland isdnd and kernel Communication between userland isdnd and kernel, see
. It Ar i4bctl .Xr \&isdn 4
Control device . It Ar isdnctl
. It Ar i4brbch# Control device, see
Raw b-channel access .Xr \&isdnctl 4
. It Ar i4btel# . It Ar isdnbchan#
Telephony device Raw b-channel access, see
. It Ar i4btrc# .Xr \&isdnbchan 4
Trace device . It Ar isdntel#
Telephony device, see
.Xr \&isdntel 4
. It Ar isdntrc#
Trace device, see
.Xr \&isdntrc 4
. El . El
.It Special purpose devices : .It Special purpose devices :
. Bl -tag -width 0123456789 -compact . Bl -tag -width 0123456789 -compact

View File

@ -6,7 +6,7 @@
.\" *** DO NOT EDIT - any changes will be lost!!! .\" *** DO NOT EDIT - any changes will be lost!!!
.\" *** ------------------------------------------------------------------ .\" *** ------------------------------------------------------------------
.\" .\"
.\" $NetBSD: MAKEDEV.8,v 1.9 2002/03/14 01:38:39 wiz Exp $ .\" $NetBSD: MAKEDEV.8,v 1.10 2002/03/24 22:23:36 wiz Exp $
.\" .\"
.\" Copyright (c) 2001 The NetBSD Foundation, Inc. .\" Copyright (c) 2001 The NetBSD Foundation, Inc.
.\" All rights reserved. .\" All rights reserved.
@ -89,7 +89,7 @@ Devices to be put on install floppies
Standard devices Standard devices
.It Ar local .It Ar local
Configuration specific devices Configuration specific devices
.It Ar isdn .It Ar isdns
Make ISDN devices Make ISDN devices
.El .El
.Pp .Pp
@ -175,16 +175,21 @@ Stock lp
. El . El
.It ISDN devices : .It ISDN devices :
. Bl -tag -width 0123456789 -compact . Bl -tag -width 0123456789 -compact
. It Ar i4b . It Ar isdn
Communication between userland isdnd and kernel Communication between userland isdnd and kernel, see
. It Ar i4bctl .Xr \&isdn 4
Control device . It Ar isdnctl
. It Ar i4brbch# Control device, see
Raw b-channel access .Xr \&isdnctl 4
. It Ar i4btel# . It Ar isdnbchan#
Telephony device Raw b-channel access, see
. It Ar i4btrc# .Xr \&isdnbchan 4
Trace device . It Ar isdntel#
Telephony device, see
.Xr \&isdntel 4
. It Ar isdntrc#
Trace device, see
.Xr \&isdntrc 4
. El . El
.It Special purpose devices : .It Special purpose devices :
. Bl -tag -width 0123456789 -compact . Bl -tag -width 0123456789 -compact

View File

@ -6,7 +6,7 @@
.\" *** DO NOT EDIT - any changes will be lost!!! .\" *** DO NOT EDIT - any changes will be lost!!!
.\" *** ------------------------------------------------------------------ .\" *** ------------------------------------------------------------------
.\" .\"
.\" $NetBSD: MAKEDEV.8,v 1.7 2002/03/14 01:38:39 wiz Exp $ .\" $NetBSD: MAKEDEV.8,v 1.8 2002/03/24 22:23:37 wiz Exp $
.\" .\"
.\" Copyright (c) 2001 The NetBSD Foundation, Inc. .\" Copyright (c) 2001 The NetBSD Foundation, Inc.
.\" All rights reserved. .\" All rights reserved.
@ -89,7 +89,7 @@ Devices to be put on install floppies
Standard devices Standard devices
.It Ar local .It Ar local
Configuration specific devices Configuration specific devices
.It Ar isdn .It Ar isdns
Make ISDN devices Make ISDN devices
.El .El
.Pp .Pp
@ -181,16 +181,21 @@ Interruptless lp
. El . El
.It ISDN devices : .It ISDN devices :
. Bl -tag -width 0123456789 -compact . Bl -tag -width 0123456789 -compact
. It Ar i4b . It Ar isdn
Communication between userland isdnd and kernel Communication between userland isdnd and kernel, see
. It Ar i4bctl .Xr \&isdn 4
Control device . It Ar isdnctl
. It Ar i4brbch# Control device, see
Raw b-channel access .Xr \&isdnctl 4
. It Ar i4btel# . It Ar isdnbchan#
Telephony device Raw b-channel access, see
. It Ar i4btrc# .Xr \&isdnbchan 4
Trace device . It Ar isdntel#
Telephony device, see
.Xr \&isdntel 4
. It Ar isdntrc#
Trace device, see
.Xr \&isdntrc 4
. El . El
.It Special purpose devices : .It Special purpose devices :
. Bl -tag -width 0123456789 -compact . Bl -tag -width 0123456789 -compact

View File

@ -6,7 +6,7 @@
.\" *** DO NOT EDIT - any changes will be lost!!! .\" *** DO NOT EDIT - any changes will be lost!!!
.\" *** ------------------------------------------------------------------ .\" *** ------------------------------------------------------------------
.\" .\"
.\" $NetBSD: MAKEDEV.8,v 1.7 2002/03/14 01:38:39 wiz Exp $ .\" $NetBSD: MAKEDEV.8,v 1.8 2002/03/24 22:23:37 wiz Exp $
.\" .\"
.\" Copyright (c) 2001 The NetBSD Foundation, Inc. .\" Copyright (c) 2001 The NetBSD Foundation, Inc.
.\" All rights reserved. .\" All rights reserved.
@ -93,7 +93,7 @@ The standard devices (console, drum, klog, kmem, mem, null, stderr, stdin, stdou
Configuration specific devices which are created by running the Configuration specific devices which are created by running the
.Pa MAKEDEV.local .Pa MAKEDEV.local
shell script with the argument ``all''. shell script with the argument ``all''.
.It Ar isdn .It Ar isdns
Make ISDN devices Make ISDN devices
.El .El
.Pp .Pp
@ -169,16 +169,21 @@ First 16 ptys, to save inodes on install media
. El . El
.It ISDN devices : .It ISDN devices :
. Bl -tag -width 0123456789 -compact . Bl -tag -width 0123456789 -compact
. It Ar i4b . It Ar isdn
Communication between userland isdnd and kernel Communication between userland isdnd and kernel, see
. It Ar i4bctl .Xr \&isdn 4
Control device . It Ar isdnctl
. It Ar i4brbch# Control device, see
Raw b-channel access .Xr \&isdnctl 4
. It Ar i4btel# . It Ar isdnbchan#
Telephony device Raw b-channel access, see
. It Ar i4btrc# .Xr \&isdnbchan 4
Trace device . It Ar isdntel#
Telephony device, see
.Xr \&isdntel 4
. It Ar isdntrc#
Trace device, see
.Xr \&isdntrc 4
. El . El
.It Special purpose devices : .It Special purpose devices :
. Bl -tag -width 0123456789 -compact . Bl -tag -width 0123456789 -compact

View File

@ -6,7 +6,7 @@
.\" *** DO NOT EDIT - any changes will be lost!!! .\" *** DO NOT EDIT - any changes will be lost!!!
.\" *** ------------------------------------------------------------------ .\" *** ------------------------------------------------------------------
.\" .\"
.\" $NetBSD: MAKEDEV.8,v 1.17 2002/03/14 01:38:39 wiz Exp $ .\" $NetBSD: MAKEDEV.8,v 1.18 2002/03/24 22:23:37 wiz Exp $
.\" .\"
.\" Copyright (c) 2001 The NetBSD Foundation, Inc. .\" Copyright (c) 2001 The NetBSD Foundation, Inc.
.\" All rights reserved. .\" All rights reserved.
@ -85,7 +85,7 @@ are:
Standard devices Standard devices
.It Ar local .It Ar local
Configuration specific devices Configuration specific devices
.It Ar isdn .It Ar isdns
Make ISDN devices Make ISDN devices
.El .El
.Pp .Pp
@ -143,16 +143,21 @@ First 16 ptys, to save inodes on install media
. El . El
.It ISDN devices : .It ISDN devices :
. Bl -tag -width 0123456789 -compact . Bl -tag -width 0123456789 -compact
. It Ar i4b . It Ar isdn
Communication between userland isdnd and kernel Communication between userland isdnd and kernel, see
. It Ar i4bctl .Xr \&isdn 4
Control device . It Ar isdnctl
. It Ar i4brbch# Control device, see
Raw b-channel access .Xr \&isdnctl 4
. It Ar i4btel# . It Ar isdnbchan#
Telephony device Raw b-channel access, see
. It Ar i4btrc# .Xr \&isdnbchan 4
Trace device . It Ar isdntel#
Telephony device, see
.Xr \&isdntel 4
. It Ar isdntrc#
Trace device, see
.Xr \&isdntrc 4
. El . El
.It Special purpose devices : .It Special purpose devices :
. Bl -tag -width 0123456789 -compact . Bl -tag -width 0123456789 -compact

View File

@ -6,7 +6,7 @@
.\" *** DO NOT EDIT - any changes will be lost!!! .\" *** DO NOT EDIT - any changes will be lost!!!
.\" *** ------------------------------------------------------------------ .\" *** ------------------------------------------------------------------
.\" .\"
.\" $NetBSD: MAKEDEV.8,v 1.13 2002/03/14 01:38:40 wiz Exp $ .\" $NetBSD: MAKEDEV.8,v 1.14 2002/03/24 22:23:38 wiz Exp $
.\" .\"
.\" Copyright (c) 2001 The NetBSD Foundation, Inc. .\" Copyright (c) 2001 The NetBSD Foundation, Inc.
.\" All rights reserved. .\" All rights reserved.
@ -85,7 +85,7 @@ are:
Standard devices Standard devices
.It Ar local .It Ar local
Configuration specific devices Configuration specific devices
.It Ar isdn .It Ar isdns
Make ISDN devices Make ISDN devices
.El .El
.Pp .Pp
@ -150,16 +150,21 @@ First 16 ptys, to save inodes on install media
. El . El
.It ISDN devices : .It ISDN devices :
. Bl -tag -width 0123456789 -compact . Bl -tag -width 0123456789 -compact
. It Ar i4b . It Ar isdn
Communication between userland isdnd and kernel Communication between userland isdnd and kernel, see
. It Ar i4bctl .Xr \&isdn 4
Control device . It Ar isdnctl
. It Ar i4brbch# Control device, see
Raw b-channel access .Xr \&isdnctl 4
. It Ar i4btel# . It Ar isdnbchan#
Telephony device Raw b-channel access, see
. It Ar i4btrc# .Xr \&isdnbchan 4
Trace device . It Ar isdntel#
Telephony device, see
.Xr \&isdntel 4
. It Ar isdntrc#
Trace device, see
.Xr \&isdntrc 4
. El . El
.It Special purpose devices : .It Special purpose devices :
. Bl -tag -width 0123456789 -compact . Bl -tag -width 0123456789 -compact

View File

@ -6,7 +6,7 @@
.\" *** DO NOT EDIT - any changes will be lost!!! .\" *** DO NOT EDIT - any changes will be lost!!!
.\" *** ------------------------------------------------------------------ .\" *** ------------------------------------------------------------------
.\" .\"
.\" $NetBSD: MAKEDEV.8,v 1.7 2002/03/14 01:38:40 wiz Exp $ .\" $NetBSD: MAKEDEV.8,v 1.8 2002/03/24 22:23:38 wiz Exp $
.\" .\"
.\" Copyright (c) 2001 The NetBSD Foundation, Inc. .\" Copyright (c) 2001 The NetBSD Foundation, Inc.
.\" All rights reserved. .\" All rights reserved.
@ -87,7 +87,7 @@ Makes all known devices, including local devices. Tries to make the 'standard' n
Standard devices Standard devices
.It Ar local .It Ar local
Configuration specific devices Configuration specific devices
.It Ar isdn .It Ar isdns
Make ISDN devices Make ISDN devices
.El .El
.Pp .Pp
@ -177,16 +177,21 @@ Interruptless lp
. El . El
.It ISDN devices : .It ISDN devices :
. Bl -tag -width 0123456789 -compact . Bl -tag -width 0123456789 -compact
. It Ar i4b . It Ar isdn
Communication between userland isdnd and kernel Communication between userland isdnd and kernel, see
. It Ar i4bctl .Xr \&isdn 4
Control device . It Ar isdnctl
. It Ar i4brbch# Control device, see
Raw b-channel access .Xr \&isdnctl 4
. It Ar i4btel# . It Ar isdnbchan#
Telephony device Raw b-channel access, see
. It Ar i4btrc# .Xr \&isdnbchan 4
Trace device . It Ar isdntel#
Telephony device, see
.Xr \&isdntel 4
. It Ar isdntrc#
Trace device, see
.Xr \&isdntrc 4
. El . El
.It Special purpose devices : .It Special purpose devices :
. Bl -tag -width 0123456789 -compact . Bl -tag -width 0123456789 -compact

View File

@ -6,7 +6,7 @@
.\" *** DO NOT EDIT - any changes will be lost!!! .\" *** DO NOT EDIT - any changes will be lost!!!
.\" *** ------------------------------------------------------------------ .\" *** ------------------------------------------------------------------
.\" .\"
.\" $NetBSD: MAKEDEV.8,v 1.16 2002/03/14 01:38:41 wiz Exp $ .\" $NetBSD: MAKEDEV.8,v 1.17 2002/03/24 22:23:38 wiz Exp $
.\" .\"
.\" Copyright (c) 2001 The NetBSD Foundation, Inc. .\" Copyright (c) 2001 The NetBSD Foundation, Inc.
.\" All rights reserved. .\" All rights reserved.
@ -91,7 +91,7 @@ Makes fd/* for the fdescfs.
Standard devices Standard devices
.It Ar local .It Ar local
Configuration specific devices Configuration specific devices
.It Ar isdn .It Ar isdns
Make ISDN devices Make ISDN devices
.El .El
.Pp .Pp
@ -166,16 +166,21 @@ Motherboard parallel port
. El . El
.It ISDN devices : .It ISDN devices :
. Bl -tag -width 0123456789 -compact . Bl -tag -width 0123456789 -compact
. It Ar i4b . It Ar isdn
Communication between userland isdnd and kernel Communication between userland isdnd and kernel, see
. It Ar i4bctl .Xr \&isdn 4
Control device . It Ar isdnctl
. It Ar i4brbch# Control device, see
Raw b-channel access .Xr \&isdnctl 4
. It Ar i4btel# . It Ar isdnbchan#
Telephony device Raw b-channel access, see
. It Ar i4btrc# .Xr \&isdnbchan 4
Trace device . It Ar isdntel#
Telephony device, see
.Xr \&isdntel 4
. It Ar isdntrc#
Trace device, see
.Xr \&isdntrc 4
. El . El
.It Special purpose devices : .It Special purpose devices :
. Bl -tag -width 0123456789 -compact . Bl -tag -width 0123456789 -compact