Source-Changes-HG archive

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

[src/trunk]: src/sys/arch booted_partition, not booted_parition...



details:   https://anonhg.NetBSD.org/src/rev/abf78a4ad4cd
branches:  trunk
changeset: 487083:abf78a4ad4cd
user:      cgd <cgd%NetBSD.org@localhost>
date:      Fri Jun 02 22:09:02 2000 +0000

description:
booted_partition, not booted_parition...

diffstat:

 sys/arch/cobalt/cobalt/autoconf.c   |  4 ++--
 sys/arch/i386/i386/autoconf.c       |  4 ++--
 sys/arch/news68k/news68k/autoconf.c |  4 ++--
 sys/arch/prep/prep/autoconf.c       |  4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diffs (72 lines):

diff -r 706ac72fcfd2 -r abf78a4ad4cd sys/arch/cobalt/cobalt/autoconf.c
--- a/sys/arch/cobalt/cobalt/autoconf.c Fri Jun 02 22:09:01 2000 +0000
+++ b/sys/arch/cobalt/cobalt/autoconf.c Fri Jun 02 22:09:02 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: autoconf.c,v 1.5 2000/06/01 17:43:01 matt Exp $        */
+/*     $NetBSD: autoconf.c,v 1.6 2000/06/02 22:09:02 cgd Exp $ */
 
 /*
  * Copyright (c) 2000 Soren S. Jorvang.  All rights reserved.
@@ -83,7 +83,7 @@
        /*
         * XXX Match up MBR boot specification with BSD disklabel for root?
         */
-       booted_parition = 0;
+       booted_partition = 0;
 
        return;
 }
diff -r 706ac72fcfd2 -r abf78a4ad4cd sys/arch/i386/i386/autoconf.c
--- a/sys/arch/i386/i386/autoconf.c     Fri Jun 02 22:09:01 2000 +0000
+++ b/sys/arch/i386/i386/autoconf.c     Fri Jun 02 22:09:02 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: autoconf.c,v 1.52 2000/06/01 17:43:02 matt Exp $       */
+/*     $NetBSD: autoconf.c,v 1.53 2000/06/02 22:09:02 cgd Exp $        */
 
 /*-
  * Copyright (c) 1990 The Regents of the University of California.
@@ -452,7 +452,7 @@
            dv = dv->dv_list.tqe_next) {
                if (strcmp(buf, dv->dv_xname) == 0) {
                        booted_device = dv;
-                       booted_parition = part;
+                       booted_partition = part;
                        return;
                }
        }
diff -r 706ac72fcfd2 -r abf78a4ad4cd sys/arch/news68k/news68k/autoconf.c
--- a/sys/arch/news68k/news68k/autoconf.c       Fri Jun 02 22:09:01 2000 +0000
+++ b/sys/arch/news68k/news68k/autoconf.c       Fri Jun 02 22:09:02 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: autoconf.c,v 1.3 2000/06/01 15:38:25 matt Exp $        */
+/*     $NetBSD: autoconf.c,v 1.4 2000/06/02 22:09:02 cgd Exp $ */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -147,7 +147,7 @@
                                continue;
 
                        booted_device = sdv->sc_link[ctlr][0]->device_softc;
-                       booted_parition = part;
+                       booted_partition = part;
                        return;
                }
        }
diff -r 706ac72fcfd2 -r abf78a4ad4cd sys/arch/prep/prep/autoconf.c
--- a/sys/arch/prep/prep/autoconf.c     Fri Jun 02 22:09:01 2000 +0000
+++ b/sys/arch/prep/prep/autoconf.c     Fri Jun 02 22:09:02 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: autoconf.c,v 1.3 2000/06/01 15:38:26 matt Exp $        */
+/*     $NetBSD: autoconf.c,v 1.4 2000/06/02 22:09:02 cgd Exp $ */
 
 /*-
  * Copyright (c) 1990 The Regents of the University of California.
@@ -128,7 +128,7 @@
            dv = dv->dv_list.tqe_next) {
                if (strcmp(buf, dv->dv_xname) == 0) {
                        booted_device = dv;
-                       booted_parition = part;
+                       booted_partition = part;
                        return;
                }
        }



Home | Main Index | Thread Index | Old Index