diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2023-01-18 23:25:33 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2023-01-18 23:25:33 +0000 |
commit | 908637df9d1a9222c582ba68ee98ef253996467a (patch) | |
tree | 461c2bdcdc4a383c92ad3231cf7301d72b2f4190 /sys | |
parent | ced33b43452872a425e40097149017962d1de78a (diff) |
change BIOSF_SMBIOS bit flag from 6 to 8
matches tom@'s i386 rev 1.47 change
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/amd64/include/biosvar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/include/biosvar.h b/sys/arch/amd64/include/biosvar.h index 7a59d457606..2d5b88f42e2 100644 --- a/sys/arch/amd64/include/biosvar.h +++ b/sys/arch/amd64/include/biosvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: biosvar.h,v 1.30 2023/01/02 22:41:17 kettenis Exp $ */ +/* $OpenBSD: biosvar.h,v 1.31 2023/01/18 23:25:32 jsg Exp $ */ /* * Copyright (c) 1997-1999 Michael Shalayeff @@ -41,7 +41,7 @@ #define BIOSF_BIOS32 0x0001 #define BIOSF_PCIBIOS 0x0002 #define BIOSF_PROMSCAN 0x0004 -#define BIOSF_SMBIOS 0x0006 +#define BIOSF_SMBIOS 0x0008 /* BIOS media ID */ #define BIOSM_F320K 0xff /* floppy ds/sd 8 spt */ |