NetBSD/sys/dev/dkwedge
apb bb7c004bd3 When converting a disklabel partition type integer to a wedge partition
type string, use the strings defined in DKW_PTYPE_* in <sys/disk.h>, not
the strings defined in FSTYPE_DEFN in <sys/disklabel.h>.

This corrects a problem introduced in revision 1.21 dated 2014-08-18.
That change was intended to add additional case to the list, but it
accidentally also changed from the strings in the DKW_PTYPE_* macros to
the strings in the FSTYPE_DEFN macro.  Many of the strings are the same,
but there are differences such as "RAID" versus "raidframe" and "MSDOS"
versus "FAT".

XXX: There seems to be no good reason for the differences in string
names for partition types.  One or both of the lists should probably be
edited to align them.
2014-08-30 09:35:10 +00:00
..
dk.c Make dk(4) discard from partition start, not from disk start. 2014-08-28 19:37:46 +00:00
dkwedge_apple.c
dkwedge_bsdlabel.c When converting a disklabel partition type integer to a wedge partition 2014-08-30 09:35:10 +00:00
dkwedge_gpt.c
dkwedge_mbr.c