Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/vax/vax dependent not dependend
details: https://anonhg.NetBSD.org/src/rev/fa67a603f621
branches: trunk
changeset: 779930:fa67a603f621
user: abs <abs%NetBSD.org@localhost>
date: Thu Jun 28 13:59:25 2012 +0000
description:
dependent not dependend
diffstat:
sys/arch/vax/vax/findcpu.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (32 lines):
diff -r ba3c33719a40 -r fa67a603f621 sys/arch/vax/vax/findcpu.c
--- a/sys/arch/vax/vax/findcpu.c Thu Jun 28 13:58:21 2012 +0000
+++ b/sys/arch/vax/vax/findcpu.c Thu Jun 28 13:59:25 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: findcpu.c,v 1.18 2008/03/11 05:34:03 matt Exp $ */
+/* $NetBSD: findcpu.c,v 1.19 2012/06/28 13:59:25 abs Exp $ */
/*
* Copyright (c) 1994, 1998 Ludd, University of Lule}, Sweden.
* All rights reserved.
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: findcpu.c,v 1.18 2008/03/11 05:34:03 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: findcpu.c,v 1.19 2012/06/28 13:59:25 abs Exp $");
#include <sys/param.h>
#ifdef _KERNEL
@@ -50,11 +50,11 @@
*/
int vax_cputype; /* highest byte of SID register */
int vax_bustype; /* holds/defines all busses on this machine */
-int vax_boardtype; /* machine dependend, combination of SID and SIE */
+int vax_boardtype; /* machine dependent, combination of SID and SIE */
int vax_cpudata; /* contents of the SID register */
int vax_siedata; /* contents of the SIE register */
-int vax_confdata; /* machine dependend, configuration/setup data */
+int vax_confdata; /* machine dependent, configuration/setup data */
/*
* Try to figure out which type of system this is.
Home |
Main Index |
Thread Index |
Old Index