Regen after adding wscons devices.

This commit is contained in:
martin 2002-10-26 13:49:11 +00:00
parent ab9854138a
commit d5435be6db
2 changed files with 61 additions and 4 deletions

View File

@ -6,7 +6,7 @@
.\" *** DO NOT EDIT - any changes will be lost!!!
.\" *** ------------------------------------------------------------------
.\"
.\" $NetBSD: MAKEDEV.8,v 1.20 2002/10/04 19:04:38 elric Exp $
.\" $NetBSD: MAKEDEV.8,v 1.21 2002/10/26 13:49:11 martin Exp $
.\"
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -42,7 +42,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
.Dd October 4, 2002
.Dd October 26, 2002
.Dt MAKEDEV 8 sparc
.Os
.Sh NAME
@ -136,6 +136,30 @@ RAIDframe disk driver, see
Memory pseudo-disk devices, see
.Xr \&md 4
. El
.It Console ports :
. Bl -tag -width 0123456789 -compact
. It Ar console
Standard console
. It Ar ttyE#
Wscons
. El
.It Pointing devices :
. Bl -tag -width 0123456789 -compact
. It Ar mouse
Standard sun mouse events
. It Ar wsmouse#
Wscons mouse events, see
.Xr \&wsmouse 4
. El
.It Keyboard devices :
. Bl -tag -width 0123456789 -compact
. It Ar kbd
Standard sun keyboard events, see
.Xr \&kbd 4
. It Ar wskbd#
Wscons keyboard events, see
.Xr \&wskbd 4
. El
.It Pseudo terminals :
. Bl -tag -width 0123456789 -compact
. It Ar pty#
@ -231,6 +255,11 @@ CL18xx-based multiport serial cards
. It Ar systrace
Syscall tracer, see
.Xr \&systrace 4
. It Ar wsmux#
Wscons event multiplexor, see
.Xr \&wsmux 4
. It Ar wsfont#
Console font control
. El
.El
.Sh FILES

View File

@ -6,7 +6,7 @@
.\" *** DO NOT EDIT - any changes will be lost!!!
.\" *** ------------------------------------------------------------------
.\"
.\" $NetBSD: MAKEDEV.8,v 1.18 2002/10/04 19:04:39 elric Exp $
.\" $NetBSD: MAKEDEV.8,v 1.19 2002/10/26 13:49:11 martin Exp $
.\"
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -42,7 +42,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
.Dd October 4, 2002
.Dd October 26, 2002
.Dt MAKEDEV 8 sparc64
.Os
.Sh NAME
@ -137,6 +137,29 @@ RAIDframe disk driver, see
Memory pseudo-disk devices, see
.Xr \&md 4
. El
.It Console ports :
. Bl -tag -width 0123456789 -compact
. It Ar console
Standard console
. It Ar ttyE#
Wscons
. El
.It Pointing devices :
. Bl -tag -width 0123456789 -compact
. It Ar mouse
Standard sun mouse events
. It Ar wsmouse#
Wscons mouse events, see
.Xr \&wsmouse 4
. El
.It Keyboard devices :
. Bl -tag -width 0123456789 -compact
. It Ar kbd
Standard sun keyboard events
. It Ar wskbd#
Wscons keyboard events, see
.Xr \&wskbd 4
. El
.It Terminals :
. Bl -tag -width 0123456789 -compact
. It Ar tty#
@ -252,6 +275,11 @@ PCI bus access devices, see
. It Ar systrace
Syscall tracer, see
.Xr \&systrace 4
. It Ar wsmux#
Wscons event multiplexor, see
.Xr \&wsmux 4
. It Ar wsfont#
Console font control
. El
.El
.Sh FILES