1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-28 16:43:09 +00:00

Add 0xbf (191) as new Solaris partition identifier.

Submitted by:	Lawrence.Lee@sun.com
This commit is contained in:
Poul-Henning Kamp 2004-11-10 07:50:16 +00:00
parent 59a514685c
commit 54c7ea9dbf
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=137512

View File

@ -380,6 +380,7 @@ slice_type_name( int type, int subtype )
case 182: return "OpenBSD"; /* dedicated */
case 183: return "bsd/os";
case 184: return "bsd/os swap";
case 191: return "Solaris (new)";
case 238: return "EFI GPT";
case 239: return "EFI Sys. Part.";
default: return "unknown";