Use /dev/apm instead of /dev/apm0.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user