From 65620acc2871184197dc498b893432ffb3749cbe Mon Sep 17 00:00:00 2001 From: Niklas Hallqvist Date: Mon, 27 Oct 1997 07:44:21 +0000 Subject: A flag added to diskinfo used by the kernel to mark devices already mapped to BSD dittos. --- sys/arch/i386/include/biosvar.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/arch/i386/include/biosvar.h') diff --git a/sys/arch/i386/include/biosvar.h b/sys/arch/i386/include/biosvar.h index aececb9ed44..36c13579010 100644 --- a/sys/arch/i386/include/biosvar.h +++ b/sys/arch/i386/include/biosvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: biosvar.h,v 1.24 1997/10/25 07:02:36 mickey Exp $ */ +/* $OpenBSD: biosvar.h,v 1.25 1997/10/27 07:44:20 niklas Exp $ */ /* * Copyright (c) 1997 Michael Shalayeff @@ -114,6 +114,7 @@ typedef struct _bios_diskinfo { #define BDI_INVALID 0x00000001 /* I/O error during checksumming */ #define BDI_GOODLABEL 0x00000002 /* Had SCSI or ST506/ESDI disklabel */ #define BDI_BADLABEL 0x00000004 /* Had another disklabel */ +#define BDI_PICKED 0x80000000 /* kernel-only: cksum matched */ } bios_diskinfo_t; -- cgit v1.2.3