summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/etc.sparc/MAKEDEV12
-rw-r--r--share/man/man8/man8.sparc/MAKEDEV.89
2 files changed, 15 insertions, 6 deletions
diff --git a/etc/etc.sparc/MAKEDEV b/etc/etc.sparc/MAKEDEV
index 655b3f394bd..1e4a8b1774f 100644
--- a/etc/etc.sparc/MAKEDEV
+++ b/etc/etc.sparc/MAKEDEV
@@ -3,7 +3,7 @@
# THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
# generated from:
#
-# OpenBSD: etc.sparc/MAKEDEV.md,v 1.25 2005/03/01 18:22:32 miod Exp
+# OpenBSD: etc.sparc/MAKEDEV.md,v 1.26 2005/03/29 16:26:40 miod Exp
# OpenBSD: MAKEDEV.common,v 1.16 2005/03/01 13:35:59 otto Exp
# OpenBSD: MAKEDEV.mi,v 1.73 2005/02/07 06:14:18 david Exp
# OpenBSD: MAKEDEV.sub,v 1.14 2005/02/07 06:14:18 david Exp
@@ -64,6 +64,7 @@
# Pointing devices:
# wsmouse* wscons mice
# Special purpose devices:
+# apm Power management device
# audio* Audio devices
# bpf* Berkeley Packet Filter
# fd fd/* nodes for fdescfs
@@ -300,6 +301,11 @@ audio*)
MKlist="$MKlist;[ -e audioctl ] || ln -s audioctl$U audioctl"
;;
+apm*)
+ M apm c 30 0 644
+ M apmctl c 30 8 644
+ ;;
+
wsmouse*)
M wsmouse$U c 80 $U 600
;;
@@ -499,8 +505,8 @@ all)
R fd1 fd1B fd1C fd1D fd1E fd1F fd1G fd1H fd0 fd0B fd0C fd0D
R fd0E fd0F fd0G fd0H xfs0 ss0 ss1 ch0 ses0 cuaa cuab cuac
R cuad ttya ttyb ttyc ttyd ptm local wscons audio0 uk0 random
- R lkm pf systrace xd0 xd1 xd2 xd3 raid0 raid1 raid2 raid3 std
- R st0 st1 fd
+ R lkm apm pf systrace xd0 xd1 xd2 xd3 raid0 raid1 raid2 raid3
+ R std st0 st1 fd
;;
presto*|xd*|xy*|sd*|raid*|ccd*)
diff --git a/share/man/man8/man8.sparc/MAKEDEV.8 b/share/man/man8/man8.sparc/MAKEDEV.8
index e56ab41c4c9..4a0bdccfa8b 100644
--- a/share/man/man8/man8.sparc/MAKEDEV.8
+++ b/share/man/man8/man8.sparc/MAKEDEV.8
@@ -1,9 +1,9 @@
-.\" $OpenBSD: MAKEDEV.8,v 1.28 2005/03/01 18:22:58 miod Exp $
+.\" $OpenBSD: MAKEDEV.8,v 1.29 2005/03/29 16:27:40 miod Exp $
.\"
.\" THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
.\" generated from:
.\"
-.\" OpenBSD: etc.sparc/MAKEDEV.md,v 1.25 2005/03/01 18:22:32 miod Exp
+.\" OpenBSD: etc.sparc/MAKEDEV.md,v 1.26 2005/03/29 16:26:40 miod Exp
.\" OpenBSD: MAKEDEV.common,v 1.16 2005/03/01 13:35:59 otto Exp
.\" OpenBSD: MAKEDEV.man,v 1.3 2004/03/12 18:12:12 miod Exp
.\" OpenBSD: MAKEDEV.mansub,v 1.2 2004/02/20 19:13:01 miod Exp
@@ -23,7 +23,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd March 1, 2005
+.Dd March 29, 2005
.Dt MAKEDEV 8 sparc
.Os
.Sh NAME
@@ -188,6 +188,9 @@ wscons mice, see
.Pp
.Sy Special purpose devices
.Bl -tag -width tenletters -compact
+.It Ar apm
+Power management device, see
+.Xr apm 4 .
.It Ar audio*
Audio devices, see
.Xr audio 4 .