diff options
author | Josef Karthauser <joe@FreeBSD.org> | 2000-08-07 00:26:09 +0000 |
---|---|---|
committer | Josef Karthauser <joe@FreeBSD.org> | 2000-08-07 00:26:09 +0000 |
commit | 197ef30718157278341b48171bc15e68bf5638dd (patch) | |
tree | a84d922343442d4b0d531625c07081c0266eb563 /sbin/i386 | |
parent | 9bd863570aad9f161d98e90b78a23bd94eb77643 (diff) |
0xA0 = Suspend to disk.
Notes
Notes:
svn path=/head/; revision=64316
Diffstat (limited to 'sbin/i386')
-rw-r--r-- | sbin/i386/fdisk/fdisk.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/i386/fdisk/fdisk.c b/sbin/i386/fdisk/fdisk.c index ae339aae840a..d6babeb0a50f 100644 --- a/sbin/i386/fdisk/fdisk.c +++ b/sbin/i386/fdisk/fdisk.c @@ -171,6 +171,7 @@ struct part_type ,{0x93, "Amoeba filesystem"} ,{0x94, "Amoeba bad block table"} ,{0x9F, "BSD/OS"} + ,{0xA0, "Suspend to Disk"} ,{0xA5, "FreeBSD/NetBSD/386BSD"} ,{0xA6, "OpenBSD"} ,{0xA7, "NEXTSTEP"} |