diff options
author | 1999-11-23 01:56:39 +0000 | |
---|---|---|
committer | 1999-11-23 01:56:39 +0000 | |
commit | 3addffc7d121b91ec3305bc34ab0af86629c12ed (patch) | |
tree | 32b37741b41f56183caab169b6bcf369c9e20b4e | |
parent | Use the _vtbl code to allow the registers to be seperated by 0x10, (diff) | |
download | wireguard-openbsd-3addffc7d121b91ec3305bc34ab0af86629c12ed.tar.xz wireguard-openbsd-3addffc7d121b91ec3305bc34ab0af86629c12ed.zip |
Add Phoenix BIOS notebook save-to-disk partition type (ok theo).
-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"}, |