summaryrefslogtreecommitdiff
path: root/sys/arch/mvmeppc
diff options
context:
space:
mode:
authorMichael Coulter <mjc@cvs.openbsd.org>2004-10-23 08:21:28 +0000
committerMichael Coulter <mjc@cvs.openbsd.org>2004-10-23 08:21:28 +0000
commit550da0488c49a39a5f9a3892368a26e032da42c3 (patch)
tree57ff8ac080ae22f4eeec256114ce87bceedde021 /sys/arch/mvmeppc
parent1b9933e5c81bfd994c9581fad603b04a2e8176a1 (diff)
configure() -> cpu_configure()
ok grange@
Diffstat (limited to 'sys/arch/mvmeppc')
-rw-r--r--sys/arch/mvmeppc/mvmeppc/autoconf.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/mvmeppc/mvmeppc/autoconf.c b/sys/arch/mvmeppc/mvmeppc/autoconf.c
index 73ac343a9f5..21ae45f0d25 100644
--- a/sys/arch/mvmeppc/mvmeppc/autoconf.c
+++ b/sys/arch/mvmeppc/mvmeppc/autoconf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: autoconf.c,v 1.9 2004/01/29 21:30:02 miod Exp $ */
+/* $OpenBSD: autoconf.c,v 1.10 2004/10/23 08:21:27 mjc Exp $ */
/*
* Copyright (c) 1996, 1997 Per Fogelstrom
* Copyright (c) 1995 Theo de Raadt
@@ -37,13 +37,13 @@
* from: Utah Hdr: autoconf.c 1.31 91/01/21
*
* from: @(#)autoconf.c 8.1 (Berkeley) 6/10/93
- * $Id: autoconf.c,v 1.9 2004/01/29 21:30:02 miod Exp $
+ * $Id: autoconf.c,v 1.10 2004/10/23 08:21:27 mjc Exp $
*/
/*
* Setup the system to run on the current machine.
*
- * Configure() is called at boot time. Available
+ * cpu_configure() is called at boot time. Available
* devices are determined (from possibilities mentioned in ioconf.c),
* and the drivers are initialized.
*/