aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/amd64/autoconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/amd64/amd64/autoconf.c')
-rw-r--r--sys/amd64/amd64/autoconf.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/amd64/amd64/autoconf.c b/sys/amd64/amd64/autoconf.c
index e110eff3d464..f0648c9f4441 100644
--- a/sys/amd64/amd64/autoconf.c
+++ b/sys/amd64/amd64/autoconf.c
@@ -34,13 +34,13 @@
* SUCH DAMAGE.
*
* from: @(#)autoconf.c 7.1 (Berkeley) 5/9/91
- * $Id: autoconf.c,v 1.31 1995/05/14 02:59:51 davidg Exp $
+ * $Id: autoconf.c,v 1.32 1995/05/29 04:08:13 davidg Exp $
*/
/*
* Setup the system to run on the current machine.
*
- * Configure() is called at boot time and initializes the vba
+ * Configure() is called at boot time and initializes the vba
* device tables and the memory controller monitoring. Available
* devices are determined (from possibilities mentioned in ioconf.c),
* and the drivers are initialized.
@@ -237,7 +237,7 @@ setdumpdev(dev)
dumpdev = dev;
dumplo = newdumplo;
return (0);
-}
+}
u_long bootdev = 0; /* not a dev_t - encoding is different */