freebsd-dev/sys/boot/pc98/libpc98
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
..
bioscd.c Consolidate duplicate definitions of V86_CY() and V86_ZR() which check for 2011-10-25 19:45:12 +00:00
biosdisk.c Change <sys/diskpc98.h> to not redefine the same symbols that are 2013-08-07 00:00:48 +00:00
biosmem.c MFi386: revision 200219 2009-12-08 13:06:35 +00:00
biossmap.c
comconsole.c MFi386: revision 245848 2013-06-01 12:27:48 +00:00
libpc98.h Add setting machine type support to the loader. 2009-12-31 12:05:48 +00:00
Makefile Reduce diffs against i386. 2012-08-05 14:48:55 +00:00
pc98_sys.c Add setting machine type support to the loader. 2009-12-31 12:05:48 +00:00
time.c
vidconsole.c Consolidate duplicate definitions of V86_CY() and V86_ZR() which check for 2011-10-25 19:45:12 +00:00