summaryrefslogtreecommitdiff
path: root/etc/etc.amd64/MAKEDEV
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2007-11-25 15:46:07 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2007-11-25 15:46:07 +0000
commit2fe13c8624799632b37df54413161d2228f5d6af (patch)
treed08a1f514ea96b052d2e94373293a9eb20155142 /etc/etc.amd64/MAKEDEV
parent017e2ac6cee4c9b0bdfd4d08723fcd20677fa01d (diff)
remove acpi device. named apmctl on amd64 now, and on i386 apmctl
has become a gate to both apm and acpi. ok deraadt
Diffstat (limited to 'etc/etc.amd64/MAKEDEV')
-rw-r--r--etc/etc.amd64/MAKEDEV9
1 files changed, 5 insertions, 4 deletions
diff --git a/etc/etc.amd64/MAKEDEV b/etc/etc.amd64/MAKEDEV
index 09a658c1042..f2faa06281f 100644
--- a/etc/etc.amd64/MAKEDEV
+++ b/etc/etc.amd64/MAKEDEV
@@ -69,7 +69,7 @@
# usb* Bus control devices used by usbd for attach/detach
# uscanner* Scanners
# Special purpose devices:
-# acpi Advanced Configuration and Power Interface
+# apm Power Management Interface
# audio* Audio devices
# bio ioctl tunnel pseudo-device
# bthub* Bluetooth Hubs
@@ -379,8 +379,9 @@ audio*)
MKlist[${#MKlist[*]}]=";[ -e audioctl ] || ln -s audioctl$U audioctl"
;;
-acpi*)
- M acpi c 83 0 644
+apm*)
+ M apm c 83 0 644
+ M apmctl c 83 8 644
;;
uscanner*)
@@ -578,7 +579,7 @@ all)
R rmidi1 rmidi2 rmidi3 rmidi4 rmidi5 rmidi6 rmidi7 tuner0
R radio0 music0 speaker audio0 uk0 random joy0 joy1 lpa0 lpa1
R lpa2 lpt0 lpt1 lpt2 lkm tty00 tty01 tty02 tty03 ttyc0 ttyc1
- R ttyc2 ttyc3 ttyc4 ttyc5 ttyc6 ttyc7 acpi crypto pf pctr
+ R ttyc2 ttyc3 ttyc4 ttyc5 ttyc6 ttyc7 apm crypto pf pctr
R systrace wd0 wd1 wd2 wd3 raid0 raid1 raid2 raid3 std st0 st1
R fd mcd0
;;