summaryrefslogtreecommitdiffstats
path: root/etc/MAKEDEV
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1994-10-01 03:32:26 +0000
committerdg <dg@FreeBSD.org>1994-10-01 03:32:26 +0000
commit416758cb8c78ffc32e634bebbc1ebd22e64afba0 (patch)
treea6d346aeb0481aa18434f90692cda69a30a8d0eb /etc/MAKEDEV
parent3e905003745752b5a2aa9464714e6e476c2313a7 (diff)
downloadFreeBSD-src-416758cb8c78ffc32e634bebbc1ebd22e64afba0.zip
FreeBSD-src-416758cb8c78ffc32e634bebbc1ebd22e64afba0.tar.gz
Added entry for apm device (needed for Advanced Power Management support).
Diffstat (limited to 'etc/MAKEDEV')
-rw-r--r--etc/MAKEDEV9
1 files changed, 8 insertions, 1 deletions
diff --git a/etc/MAKEDEV b/etc/MAKEDEV
index 8ad6195..4a1c9d9 100644
--- a/etc/MAKEDEV
+++ b/etc/MAKEDEV
@@ -69,7 +69,7 @@
# snd* various sound cards
# pcaudio PCM audio driver
#
-# $Id: MAKEDEV,v 1.40 1994/09/23 19:17:27 wollman Exp $
+# $Id: MAKEDEV,v 1.41 1994/09/30 07:33:42 rgrimes Exp $
#
PATH=/sbin:/bin/:/usr/bin:/usr/sbin:
@@ -576,6 +576,13 @@ snd*)
chmod 666 audio1
;;
+apm)
+ rm -f apm
+ mknod apm c 39 0
+ chown root.wheel apm
+ chmod 660 apm
+ ;;
+
local)
umask 0
sh MAKEDEV.local
OpenPOWER on IntegriCloud