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 The second "console_device" node should rea...



details:   https://anonhg.NetBSD.org/src/rev/d2d6faffb03c
branches:  trunk
changeset: 565950:d2d6faffb03c
user:      atatat <atatat%NetBSD.org@localhost>
date:      Sat Apr 24 04:56:59 2004 +0000

description:
The second "console_device" node should really be called "booted_device".

diffstat:

 sys/arch/vax/vax/machdep.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (30 lines):

diff -r a21b9625844e -r d2d6faffb03c sys/arch/vax/vax/machdep.c
--- a/sys/arch/vax/vax/machdep.c        Sat Apr 24 03:42:07 2004 +0000
+++ b/sys/arch/vax/vax/machdep.c        Sat Apr 24 04:56:59 2004 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: machdep.c,v 1.145 2004/03/24 15:34:51 atatat Exp $  */
+/* $NetBSD: machdep.c,v 1.146 2004/04/24 04:56:59 atatat Exp $  */
 
 /*
  * Copyright (c) 1982, 1986, 1990 The Regents of the University of California.
@@ -83,7 +83,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.145 2004/03/24 15:34:51 atatat Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.146 2004/04/24 04:56:59 atatat Exp $");
 
 #include "opt_ddb.h"
 #include "opt_compat_netbsd.h"
@@ -298,9 +298,9 @@
                       CTL_MACHDEP, CPU_CONSDEV, CTL_EOL);
        sysctl_createv(clog, 0, NULL, NULL,
                       CTLFLAG_PERMANENT,
-                      CTLTYPE_STRUCT, "console_device", NULL,
+                      CTLTYPE_STRUCT, "booted_device", NULL,
                       sysctl_machdep_booted_device, 0, NULL, 0,
-                      CTL_MACHDEP, CPU_CONSDEV, CTL_EOL);
+                      CTL_MACHDEP, CPU_BOOTED_DEVICE, CTL_EOL);
        /*
         * I don't think CPU_BOOTED_KERNEL is available to the kernel.
         */



Home | Main Index | Thread Index | Old Index