freebsd-dev/sys/geom/part
Marcel Moolenaar e01c6f329a Change <sys/diskpc98.h> to not redefine the same symbols that are
being defined in <sys/diskmbr.h>. Instead give the symbols here a
"PC98_" prefix. This way, both <sys/diskmbr.h> and <sys/diskpc98.h>
can be included in the same C source file.

The renaming is trivial. The only gotcha is that DOSBBSECTOR is
also redefined from 0 to 1. This because DOSBBSECTOR was always
used in conjunction with an addition of 1. The PC98_BBSECTOR symbol
is defined as 1 and the expression is simplified.

Note: it is not believed that ports are seriously impacted; or at
all for that matter.

Approved by: nyan@
2013-08-07 00:00:48 +00:00
..
g_part_apm.c Remove inclusion of <sys/diskmbr.h>. We have no business knowing 2013-08-04 21:00:22 +00:00
g_part_bsd.c Add a partition type for nandfs to the apm, bsd, gpt and vtoc8 schemes. 2012-05-25 20:33:34 +00:00
g_part_ebr.c Change the set and unset ctlreqs by making the index argument optional. 2013-06-09 23:34:26 +00:00
g_part_gpt.c Change the set and unset ctlreqs by making the index argument optional. 2013-06-09 23:34:26 +00:00
g_part_if.m Reimplemented "gpart destroy -F". Now it does all work in kernel. 2010-10-25 16:23:35 +00:00
g_part_ldm.c Remove stub implementation. 2013-06-09 23:12:43 +00:00
g_part_mbr.c Change the set and unset ctlreqs by making the index argument optional. 2013-06-09 23:34:26 +00:00
g_part_pc98.c Change <sys/diskpc98.h> to not redefine the same symbols that are 2013-08-07 00:00:48 +00:00
g_part_vtoc8.c Add a partition type for nandfs to the apm, bsd, gpt and vtoc8 schemes. 2012-05-25 20:33:34 +00:00
g_part.c Remove inclusion of <sys/diskmbr.h>. We have no business knowing 2013-08-04 21:00:22 +00:00
g_part.h Support the FAT16 partition type in gpart(8) 2013-03-07 22:32:41 +00:00