Add wmihp(4).
This commit is contained in:
parent
dc03377f35
commit
dd9f9f5796
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: mi,v 1.1199 2010/04/08 10:06:25 jruoho Exp $
|
||||
# $NetBSD: mi,v 1.1200 2010/04/08 17:44:22 jruoho Exp $
|
||||
#
|
||||
# Note: don't delete entries from here - mark them as "obsolete" instead.
|
||||
#
|
||||
|
@ -1699,6 +1699,7 @@
|
|||
./usr/share/man/cat4/wi.0 man-sys-catman .cat
|
||||
./usr/share/man/cat4/wm.0 man-sys-catman .cat
|
||||
./usr/share/man/cat4/wmidell.0 man-sys-catman .cat
|
||||
./usr/share/man/cat4/wmihp.0 man-sys-catman .cat
|
||||
./usr/share/man/cat4/wpi.0 man-sys-catman .cat
|
||||
./usr/share/man/cat4/wscons.0 man-sys-catman .cat
|
||||
./usr/share/man/cat4/wsdisplay.0 man-sys-catman .cat
|
||||
|
@ -4272,6 +4273,7 @@
|
|||
./usr/share/man/html4/wi.html man-sys-htmlman html
|
||||
./usr/share/man/html4/wm.html man-sys-htmlman html
|
||||
./usr/share/man/html4/wmidell.html man-sys-htmlman html
|
||||
./usr/share/man/html4/wmihp.html man-sys-htmlman html
|
||||
./usr/share/man/html4/wpi.html man-sys-htmlman html
|
||||
./usr/share/man/html4/wscons.html man-sys-htmlman html
|
||||
./usr/share/man/html4/wsdisplay.html man-sys-htmlman html
|
||||
|
@ -6783,6 +6785,7 @@
|
|||
./usr/share/man/man4/wi.4 man-sys-man .man
|
||||
./usr/share/man/man4/wm.4 man-sys-man .man
|
||||
./usr/share/man/man4/wmidell.4 man-sys-man .man
|
||||
./usr/share/man/man4/wmihp.4 man-sys-man .man
|
||||
./usr/share/man/man4/wpi.4 man-sys-man .man
|
||||
./usr/share/man/man4/wscons.4 man-sys-man .man
|
||||
./usr/share/man/man4/wsdisplay.4 man-sys-man .man
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.513 2010/04/08 10:06:25 jruoho Exp $
|
||||
# $NetBSD: Makefile,v 1.514 2010/04/08 17:44:22 jruoho Exp $
|
||||
# @(#)Makefile 8.1 (Berkeley) 6/18/93
|
||||
|
||||
MAN= aac.4 ac97.4 acardide.4 aceride.4 acphy.4 \
|
||||
|
@ -144,7 +144,7 @@ MLINKS+=drm.4 tdfxdrm.4
|
|||
MLINKS+=drm.4 viadrm.4
|
||||
|
||||
MLINKS+=acpiec.4 acpiecdt.4
|
||||
MLINKS+=acpiwmi.4 wmidell.4
|
||||
MLINKS+=acpiwmi.4 wmidell.4 wmihp.4
|
||||
MLINKS+=aibs.4 aiboost.4
|
||||
MLINKS+=ata.4 atabus.4
|
||||
MLINKS+=audio.4 audioctl.4
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: acpiwmi.4,v 1.1 2010/04/08 10:06:25 jruoho Exp $
|
||||
.\" $NetBSD: acpiwmi.4,v 1.2 2010/04/08 17:44:22 jruoho Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2010 Jukka Ruohonen <jruohonen@iki.fi>
|
||||
.\" All rights reserved.
|
||||
|
@ -55,8 +55,8 @@ mappings are supported:
|
|||
.Bl -tag -width "wmidell " -offset indent
|
||||
.It Sy wmidell
|
||||
Dell laptops
|
||||
.\" .It Sy wmihp
|
||||
.\" Hewlett-Packard laptops
|
||||
.It Sy wmihp
|
||||
Hewlett-Packard laptops
|
||||
.El
|
||||
.Pp
|
||||
The functionality varies from vendor to vendor.
|
||||
|
@ -81,15 +81,16 @@ device driver appeared in
|
|||
wrote the actual
|
||||
.Nm
|
||||
as well as
|
||||
.Sy wmidell .
|
||||
.\" and .Sy wmihp .
|
||||
.\" The
|
||||
.\" .Sy wmihp
|
||||
.\" was based on the earlier work done by
|
||||
.\" Michael Gmelin
|
||||
.\" .Aq freebsd@grem.de
|
||||
.\" for
|
||||
.\" .Fx .
|
||||
.Sy wmidell
|
||||
and
|
||||
.Sy wmihp .
|
||||
The
|
||||
.Sy wmihp
|
||||
was based on the earlier work done by
|
||||
.An Michael Gmelin
|
||||
.Aq freebsd@grem.de
|
||||
for
|
||||
.Fx .
|
||||
.Sh CAVEATS
|
||||
While
|
||||
.Tn WMI
|
||||
|
|
Loading…
Reference in New Issue