diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2023-07-22 10:11:21 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2023-07-22 10:11:21 +0000 |
commit | 50b1095355876f61705aaeb2048e69e7bbf48f2b (patch) | |
tree | 716e160b13d78dc7e9437542f2c17c4930fdeb35 /sys/arch/amd64/stand/cdboot | |
parent | 32c0cf3c571a2eb4f84a2de066dd18294fc5304f (diff) |
BOOTARG_UCODE for AMD
ok deraadt@
Diffstat (limited to 'sys/arch/amd64/stand/cdboot')
-rw-r--r-- | sys/arch/amd64/stand/cdboot/conf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/stand/cdboot/conf.c b/sys/arch/amd64/stand/cdboot/conf.c index 654825fd64c..e8272bc42d4 100644 --- a/sys/arch/amd64/stand/cdboot/conf.c +++ b/sys/arch/amd64/stand/cdboot/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.50 2023/04/25 10:06:12 kn Exp $ */ +/* $OpenBSD: conf.c,v 1.51 2023/07/22 10:11:19 jsg Exp $ */ /* * Copyright (c) 2004 Tom Cosgrove @@ -42,7 +42,7 @@ #include <biosdev.h> #include <dev/cons.h> -const char version[] = "3.56"; +const char version[] = "3.65"; int debug = 1; |