diff options
author | Patrick Wildt <patrick@cvs.openbsd.org> | 2022-12-07 23:04:27 +0000 |
---|---|---|
committer | Patrick Wildt <patrick@cvs.openbsd.org> | 2022-12-07 23:04:27 +0000 |
commit | 6da2d446cb37dee042525832dfc849b0114eb138 (patch) | |
tree | 2523e75f60e65b7136dda47680882b62414c9ba9 /sys/arch/arm64/stand/efiboot/conf.c | |
parent | 3d37e91d299e8e84f7cef3f64b106d63ff6d2d9c (diff) |
The ACPI tables on the Lenovo x13s are incomplete and unusable. For
that reason, identify that we're running on that machine by looking at
the SMBIOS tables and load alternate device tree binaries from disk.
ok kettenis@
Diffstat (limited to 'sys/arch/arm64/stand/efiboot/conf.c')
-rw-r--r-- | sys/arch/arm64/stand/efiboot/conf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/arm64/stand/efiboot/conf.c b/sys/arch/arm64/stand/efiboot/conf.c index 6b348e7f6b2..ae2813eee16 100644 --- a/sys/arch/arm64/stand/efiboot/conf.c +++ b/sys/arch/arm64/stand/efiboot/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.41 2022/11/05 19:01:51 patrick Exp $ */ +/* $OpenBSD: conf.c,v 1.42 2022/12/07 23:04:26 patrick Exp $ */ /* * Copyright (c) 1996 Michael Shalayeff @@ -46,7 +46,7 @@ #include "efipxe.h" #include "softraid_arm64.h" -const char version[] = "1.13"; +const char version[] = "1.14"; int debug = 0; struct fs_ops file_system[] = { |