Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/hp700/include Spell capabilities correctly in PDC_M...



details:   https://anonhg.NetBSD.org/src/rev/b5b3359e213a
branches:  trunk
changeset: 759258:b5b3359e213a
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sat Dec 04 15:58:52 2010 +0000

description:
Spell capabilities correctly in PDC_MODEL_CAPABILITES.

diffstat:

 sys/arch/hp700/include/pdc.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r d77fb148645a -r b5b3359e213a sys/arch/hp700/include/pdc.h
--- a/sys/arch/hp700/include/pdc.h      Sat Dec 04 14:59:47 2010 +0000
+++ b/sys/arch/hp700/include/pdc.h      Sat Dec 04 15:58:52 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pdc.h,v 1.11 2009/11/19 19:28:14 skrll Exp $   */
+/*     $NetBSD: pdc.h,v 1.12 2010/12/04 15:58:52 skrll Exp $   */
 
 /*     $OpenBSD: pdc.h,v 1.35 2007/07/15 20:03:48 kettenis Exp $       */
 
@@ -126,7 +126,7 @@
 #define        PDC_MODEL_ENSPEC        4       /* enable product-specific instrs */
 #define        PDC_MODEL_DISPEC        5       /* disable product-specific instrs */
 #define        PDC_MODEL_CPUID         6       /* return CPU versions */
-#define        PDC_MODEL_CPBALITIES    7       /* return capabilites */
+#define        PDC_MODEL_CAPABILITES   7       /* return capabilites */
 #define        PDC_MODEL_GETBOOTSTOPTS 8       /* return boot test options */
 #define        PDC_MODEL_SETBOOTSTOPTS 9       /* set boot test options */
 



Home | Main Index | Thread Index | Old Index