summaryrefslogtreecommitdiffstats
path: root/usr.sbin/apm
diff options
context:
space:
mode:
authoriwasaki <iwasaki@FreeBSD.org>1999-08-14 18:45:19 +0000
committeriwasaki <iwasaki@FreeBSD.org>1999-08-14 18:45:19 +0000
commit424fc6d366feac3cee488acdb5a12efd941c035d (patch)
tree0c29805be2f1189e3cf5046a92a6422238332d5f /usr.sbin/apm
parent797b7ba450cd894f8a2beef3bbe6cf9d3e5173dc (diff)
downloadFreeBSD-src-424fc6d366feac3cee488acdb5a12efd941c035d.zip
FreeBSD-src-424fc6d366feac3cee488acdb5a12efd941c035d.tar.gz
Change to continue process after calling `Get Resume TImer' APM
BIOS function (supported in v1.2) on older BIOS version (v1.1 or 1.0). Reviewed by: -mobile ML folks.
Diffstat (limited to 'usr.sbin/apm')
-rw-r--r--usr.sbin/apm/apm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/apm/apm.c b/usr.sbin/apm/apm.c
index 81efc27..52b6c1c 100644
--- a/usr.sbin/apm/apm.c
+++ b/usr.sbin/apm/apm.c
@@ -15,7 +15,7 @@
#ifndef lint
static const char rcsid[] =
- "$Id: apm.c,v 1.17 1999/07/30 16:15:11 msmith Exp $";
+ "$Id: apm.c,v 1.18 1999/07/30 19:35:21 msmith Exp $";
#endif /* not lint */
#include <sys/file.h>
@@ -173,7 +173,7 @@ print_all_info(int fd, apm_info_t aip)
args.ebx = PMDV_APMBIOS;
args.ecx = 0x0001;
if (ioctl(fd, APMIO_BIOS, &args)) {
- err(1,"Get resume timer");
+ printf("Resume timer: unknown\n");
} else {
apmerr = APMERR(args.eax);
if (apmerr == 0x0d || apmerr == 0x86)
OpenPOWER on IntegriCloud