aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/apmconf/apmconf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/apmconf/apmconf.c b/usr.sbin/apmconf/apmconf.c
index b5890330dfc76..dc330511fede8 100644
--- a/usr.sbin/apmconf/apmconf.c
+++ b/usr.sbin/apmconf/apmconf.c
@@ -20,7 +20,7 @@
#include <sys/ioctl.h>
#include <machine/apm_bios.h>
-#define APMDEV "/dev/apm0"
+#define APMDEV "/dev/apm"
static int enable = 0, disable = 0;
static int haltcpu = 0, nothaltcpu = 0;