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 Get capabilities right THIS time.



details:   https://anonhg.NetBSD.org/src/rev/56a508e99a49
branches:  trunk
changeset: 759259:56a508e99a49
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sat Dec 04 16:01:42 2010 +0000

description:
Get capabilities right THIS time.

diffstat:

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

diffs (18 lines):

diff -r b5b3359e213a -r 56a508e99a49 sys/arch/hp700/include/pdc.h
--- a/sys/arch/hp700/include/pdc.h      Sat Dec 04 15:58:52 2010 +0000
+++ b/sys/arch/hp700/include/pdc.h      Sat Dec 04 16:01:42 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pdc.h,v 1.12 2010/12/04 15:58:52 skrll Exp $   */
+/*     $NetBSD: pdc.h,v 1.13 2010/12/04 16:01:42 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_CAPABILITES   7       /* return capabilites */
+#define        PDC_MODEL_CAPABILITIES  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