Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/apm Fix typo in defined variable; from Sergey Svishc...
details: https://anonhg.NetBSD.org/src/rev/e07f3952878d
branches: trunk
changeset: 566518:e07f3952878d
user: wiz <wiz%NetBSD.org@localhost>
date: Tue May 11 22:44:24 2004 +0000
description:
Fix typo in defined variable; from Sergey Svishchev.
diffstat:
sys/dev/apm/apmbios.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 772ec194ffae -r e07f3952878d sys/dev/apm/apmbios.h
--- a/sys/dev/apm/apmbios.h Tue May 11 22:42:47 2004 +0000
+++ b/sys/dev/apm/apmbios.h Tue May 11 22:44:24 2004 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: apmbios.h,v 1.1 2002/10/14 02:08:40 takemura Exp $ */
+/* $NetBSD: apmbios.h,v 1.2 2004/05/11 22:44:24 wiz Exp $ */
/*-
* Copyright (c) 1995 The NetBSD Foundation, Inc.
* All rights reserved.
@@ -229,7 +229,7 @@
#define APM_TIMER_REQS_GET 0x0002
/* returns state in %cx */
#define APM_TIMER_REQS_DISABLED 0x0000
-#define APM_TIEMR_REQS_ENABLED 0x0001
+#define APM_TIMER_REQS_ENABLED 0x0001
#define APM_OEM 0x80
Home |
Main Index |
Thread Index |
Old Index