aboutsummaryrefslogtreecommitdiff
path: root/sbin/fdisk
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2004-11-10 07:48:29 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2004-11-10 07:48:29 +0000
commit59a514685cc64130c3ba645e3fa0d7e17ff8a523 (patch)
tree9851cfd899f6511ad111d099f9e0f03154b902bf /sbin/fdisk
parent42ba1c57667e2f6f6e18be55c9e118eedb2dd918 (diff)
downloadsrc-59a514685cc64130c3ba645e3fa0d7e17ff8a523.tar.gz
src-59a514685cc64130c3ba645e3fa0d7e17ff8a523.zip
Add 0xbf as new partition id for Solaris.
Submitted by: Lawrence.Lee@sun.com
Notes
Notes: svn path=/head/; revision=137511
Diffstat (limited to 'sbin/fdisk')
-rw-r--r--sbin/fdisk/fdisk.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/fdisk/fdisk.c b/sbin/fdisk/fdisk.c
index 1a1ceb7e505d..1d3bcf889aa6 100644
--- a/sbin/fdisk/fdisk.c
+++ b/sbin/fdisk/fdisk.c
@@ -197,6 +197,7 @@ static struct part_type
,{0xB7, "BSDI BSD/386 file system"}
,{0xB8, "BSDI BSD/386 swap"}
,{0xBE, "Solaris x86 boot"}
+ ,{0xBF, "Solaris x86 (new)"}
,{0xC1, "DRDOS/sec with 12-bit FAT"}
,{0xC4, "DRDOS/sec with 16-bit FAT (< 32MB)"}
,{0xC6, "DRDOS/sec with 16-bit FAT (>= 32MB)"}