summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Reindl <martin@cvs.openbsd.org>2005-02-11 20:09:31 +0000
committerMartin Reindl <martin@cvs.openbsd.org>2005-02-11 20:09:31 +0000
commit19f9de2140a53fc3b73db4069b8f90b25c07a00f (patch)
tree6716cda9debe8d1a5948b1b7bc312998cef257f5
parentd8268adb37b2c53f59b4239c13222454c20ac014 (diff)
for reference purposes it makes more sense to have NetBSD RCSID here;
also fix a typo in comment
-rw-r--r--sys/arch/mac68k/dev/pm_direct.c6
-rw-r--r--sys/arch/mac68k/dev/pm_direct.h5
2 files changed, 5 insertions, 6 deletions
diff --git a/sys/arch/mac68k/dev/pm_direct.c b/sys/arch/mac68k/dev/pm_direct.c
index 3ed9b2ae26e..49158ade649 100644
--- a/sys/arch/mac68k/dev/pm_direct.c
+++ b/sys/arch/mac68k/dev/pm_direct.c
@@ -1,5 +1,5 @@
-/* $OpenBSD: pm_direct.c,v 1.7 2004/11/25 18:32:10 miod Exp $ */
-/* pm_direct.c 1.22 01/09/97 Takashi Hamada */
+/* $OpenBSD: pm_direct.c,v 1.8 2005/02/11 20:09:30 martin Exp $ */
+/* $NetBSD: pm_direct.c,v 1.4 1998/02/23 03:11:26 scottr Exp $ */
/*
* Copyright (C) 1997 Takashi Hamada
@@ -70,7 +70,7 @@ extern u_int32_t HwCfgFlags3;
#define PM_IS_OFF ( 0x00 == (via_reg(VIA2, vBufB) & 0x02) )
/*
- * Valiables for internal use
+ * Variables for internal use
*/
int pmHardware = PM_HW_UNKNOWN;
u_short pm_existent_ADB_devices = 0x0; /* each bit expresses the existent ADB device */
diff --git a/sys/arch/mac68k/dev/pm_direct.h b/sys/arch/mac68k/dev/pm_direct.h
index 8d0bc8301d5..ec2b001e0f6 100644
--- a/sys/arch/mac68k/dev/pm_direct.h
+++ b/sys/arch/mac68k/dev/pm_direct.h
@@ -1,6 +1,5 @@
-/* $OpenBSD: pm_direct.h,v 1.3 2002/03/14 01:26:35 millert Exp $ */
-
-/* pm_direct.h 1.0 01/02/97 Takashi Hamada */
+/* $OpenBSD: pm_direct.h,v 1.4 2005/02/11 20:09:30 martin Exp $ */
+/* $NetBSD: pm_direct.h,v 1.1 1997/04/08 03:11:38 scottr Exp $ */
/*
* Copyright (C) 1997 Takashi Hamada