OpenBSD uses ID 0xa6 for its partitions on i386, arc and others that need

a BIOS-like partition table.  We now detect this correctly and print the
right thing.
Obtained from: Value obtained from OpenBSD sources.
This commit is contained in:
Warner Losh 1997-05-02 03:08:04 +00:00
parent b63edaf35f
commit e37a137d7a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=25378
2 changed files with 2 additions and 0 deletions

View File

@ -189,6 +189,7 @@ struct part_type
,{0x93, "Amoeba filesystem"}
,{0x94, "Amoeba bad block table"}
,{0xA5, "FreeBSD/NetBSD/386BSD"}
,{0xA6, "OpenBSD"}
,{0xA7, "NEXTSTEP"}
,{0xB7, "BSDI BSD/386 filesystem"}
,{0xB8, "BSDI BSD/386 swap"}

View File

@ -189,6 +189,7 @@ struct part_type
,{0x93, "Amoeba filesystem"}
,{0x94, "Amoeba bad block table"}
,{0xA5, "FreeBSD/NetBSD/386BSD"}
,{0xA6, "OpenBSD"}
,{0xA7, "NEXTSTEP"}
,{0xB7, "BSDI BSD/386 filesystem"}
,{0xB8, "BSDI BSD/386 swap"}