diff options
author | Ian Darwin <ian@cvs.openbsd.org> | 1999-11-23 01:56:40 +0000 |
---|---|---|
committer | Ian Darwin <ian@cvs.openbsd.org> | 1999-11-23 01:56:40 +0000 |
commit | 2c962ce2ae99aefda4dae54155427a8f1f7a05e7 (patch) | |
tree | 965e90b6be1a875137954d9b74f5aa0336327c20 /sbin | |
parent | c6a4d528dcb9516c1bd8e8210143f92949c88e72 (diff) |
Add Phoenix BIOS notebook save-to-disk partition type (ok theo).
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/fdisk/part.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/fdisk/part.c b/sbin/fdisk/part.c index 910a63b6641..f0bff2ff92e 100644 --- a/sbin/fdisk/part.c +++ b/sbin/fdisk/part.c @@ -1,4 +1,4 @@ -/* $OpenBSD: part.c,v 1.12 1999/07/22 22:05:55 deraadt Exp $ */ +/* $OpenBSD: part.c,v 1.13 1999/11/23 01:56:39 ian Exp $ */ /* * Copyright (c) 1997 Tobias Weingartner @@ -81,6 +81,7 @@ static struct part_type { { 0x83, "Linux files*", "Linux filesystem"}, { 0x93, "Amoeba file*", "Amoeba filesystem"}, { 0x94, "Amoeba BBT ", "Amoeba bad block table"}, + { 0xA0, "NotebookSave", "Phoenix NoteBIOS save-to-disk"}, { 0xA5, "FreeBSD ", "FreeBSD"}, { 0xA6, "OpenBSD ", "OpenBSD"}, { 0xA7, "NEXTSTEP ", "NEXTSTEP"}, |