summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormickey <mickey@openbsd.org>1998-06-08 17:01:37 +0000
committermickey <mickey@openbsd.org>1998-06-08 17:01:37 +0000
commit8f7785e71dfdbbd4d2d75c2e6e07f7fe08588a3a (patch)
tree6c11cf95de30b8b5a4bcd97d6a955a960252a4ea
parentFix some problems noted by lukem@netbsd.org (diff)
downloadwireguard-openbsd-8f7785e71dfdbbd4d2d75c2e6e07f7fe08588a3a.tar.xz
wireguard-openbsd-8f7785e71dfdbbd4d2d75c2e6e07f7fe08588a3a.zip
consdev to come
-rw-r--r--sys/arch/i386/include/biosvar.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/i386/include/biosvar.h b/sys/arch/i386/include/biosvar.h
index 906792f708b..2fef96b29d6 100644
--- a/sys/arch/i386/include/biosvar.h
+++ b/sys/arch/i386/include/biosvar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: biosvar.h,v 1.27 1998/02/24 22:02:07 weingart Exp $ */
+/* $OpenBSD: biosvar.h,v 1.28 1998/06/08 17:01:37 mickey Exp $ */
/*
* Copyright (c) 1997 Michael Shalayeff
@@ -141,6 +141,8 @@ typedef struct _bios_pciinfo {
u_int32_t pci_lastbus; /* Number of last PCI bus */
} bios_pciinfo_t;
+#define BOOTARG_CONSDEV 5 /* dev_t */
+
#if defined(_KERNEL) || defined (_STANDALONE)
#ifdef _LOCORE