diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2018-08-23 14:47:53 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2018-08-23 14:47:53 +0000 |
commit | f686e54fb037fc379c9127f0d54e077831f38e81 (patch) | |
tree | f09382a8fa0ed6e865518a6b2c40626c0931fafd /sys/arch/i386/stand/cdboot | |
parent | fc469ea850621ad85ab19d7482c03478fc263bcb (diff) |
port the amd64 code for loading intel microcode on boot to i386
ok deraadt@ mlarkin@
Diffstat (limited to 'sys/arch/i386/stand/cdboot')
-rw-r--r-- | sys/arch/i386/stand/cdboot/conf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/stand/cdboot/conf.c b/sys/arch/i386/stand/cdboot/conf.c index df50d2e23e0..909fd604f0a 100644 --- a/sys/arch/i386/stand/cdboot/conf.c +++ b/sys/arch/i386/stand/cdboot/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.32 2018/07/11 18:08:05 mlarkin Exp $ */ +/* $OpenBSD: conf.c,v 1.33 2018/08/23 14:47:52 jsg Exp $ */ /* * Copyright (c) 2004 Tom Cosgrove @@ -42,7 +42,7 @@ #include <dev/cons.h> #include "debug.h" -const char version[] = "3.29"; +const char version[] = "3.30"; int debug = 1; void (*sa_cleanup)(void) = NULL; |