From 8beb99c76d9e5267efec0a75dd2fb2f50588c4fb Mon Sep 17 00:00:00 2001 From: christos Date: Wed, 10 Nov 2004 02:38:24 +0000 Subject: [PATCH] Add Solaris bootblock mbr magic (0xbf). This will be in the next version of Solaris according to Larry Lee . --- sys/sys/bootblock.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/sys/bootblock.h b/sys/sys/bootblock.h index fdfea8cc3282..5c2779c26738 100644 --- a/sys/sys/bootblock.h +++ b/sys/sys/bootblock.h @@ -1,4 +1,4 @@ -/* $NetBSD: bootblock.h,v 1.31 2004/09/09 04:55:53 thorpej Exp $ */ +/* $NetBSD: bootblock.h,v 1.32 2004/11/10 02:38:24 christos Exp $ */ /*- * Copyright (c) 2002-2004 The NetBSD Foundation, Inc. @@ -234,6 +234,7 @@ #define MBR_PTYPE_APPLEUFS 0xa8 /* Apple UFS */ #define MBR_PTYPE_NETBSD 0xa9 /* NetBSD partition type */ #define MBR_PTYPE_OPENBSD 0xa6 /* OpenBSD partition type */ +#define MBR_PTYPE_SOLARIS 0xbf /* Solaris partition type */ #define MBR_PTYPE_PMBR 0xee /* GPT Protective MBR */ #define MBR_PTYPE_EFI 0xef /* EFI system partition */