summaryrefslogtreecommitdiff
path: root/sys/arch/i386/stand/boot
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2018-08-23 14:47:53 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2018-08-23 14:47:53 +0000
commitf686e54fb037fc379c9127f0d54e077831f38e81 (patch)
treef09382a8fa0ed6e865518a6b2c40626c0931fafd /sys/arch/i386/stand/boot
parentfc469ea850621ad85ab19d7482c03478fc263bcb (diff)
port the amd64 code for loading intel microcode on boot to i386
ok deraadt@ mlarkin@
Diffstat (limited to 'sys/arch/i386/stand/boot')
-rw-r--r--sys/arch/i386/stand/boot/conf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/stand/boot/conf.c b/sys/arch/i386/stand/boot/conf.c
index b1ef8d8ea57..4bb6d6ba32e 100644
--- a/sys/arch/i386/stand/boot/conf.c
+++ b/sys/arch/i386/stand/boot/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.64 2018/08/10 16:43:54 jsing Exp $ */
+/* $OpenBSD: conf.c,v 1.65 2018/08/23 14:47:52 jsg Exp $ */
/*
* Copyright (c) 1996 Michael Shalayeff
@@ -41,7 +41,7 @@
#include <dev/cons.h>
#include "debug.h"
-const char version[] = "3.33";
+const char version[] = "3.34";
int debug = 1;