summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2002-11-03 09:35:08 +0000
committernyan <nyan@FreeBSD.org>2002-11-03 09:35:08 +0000
commit7479c2d936862c1fd87f63df9dc908b2c0044a6b (patch)
tree381a62af75a0f9f67396e524796ce6bf4634f1f6 /lib
parent00f1ad49da9c503fad3f786fdb62dc17fb10e386 (diff)
downloadFreeBSD-src-7479c2d936862c1fd87f63df9dc908b2c0044a6b.zip
FreeBSD-src-7479c2d936862c1fd87f63df9dc908b2c0044a6b.tar.gz
Fix to compile for pc98.
Diffstat (limited to 'lib')
-rw-r--r--lib/libdisk/tst01.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/libdisk/tst01.c b/lib/libdisk/tst01.c
index 10959d2..83a6a6f 100644
--- a/lib/libdisk/tst01.c
+++ b/lib/libdisk/tst01.c
@@ -24,6 +24,7 @@ __FBSDID("$FreeBSD$");
#include <paths.h>
#include "libdisk.h"
+#ifndef PC98
u_char mbrboot[] = {
250,51,192,142,208,188,0,124,139,244,80,7,80,31,251,252,191,0,6,185,0,1,
242,165,234,29,6,0,0,190,190,7,179,4,128,60,128,116,14,128,60,0,117,28,
@@ -72,6 +73,7 @@ u_char bteasy17[] = {
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,85,170
};
+#endif
int
scan_block(int fd, daddr_t block)
@@ -250,6 +252,7 @@ main(int argc, char **argv)
Scan_Disk(d);
continue;
}
+#ifndef PC98
if (!strcasecmp(*cmds,"bteasy")) {
Set_Boot_Mgr(d,bteasy17,sizeof (bteasy17));
continue;
@@ -258,6 +261,7 @@ main(int argc, char **argv)
Set_Boot_Mgr(d,mbrboot,sizeof (mbrboot));
continue;
}
+#endif
#if 0 /* XXX boot1 undefined, fix me */
if (!strcasecmp(*cmds,"boot")) {
Set_Boot_Blocks(d,boot1,boot2);
@@ -278,7 +282,9 @@ main(int argc, char **argv)
printf("\tdedicate\n");
printf("\tbios cyl hd sect\n");
printf("\tboot\n");
+#ifndef PC98
printf("\tbteasy17\n");
+#endif
#if 0
printf("\tcollapse [pointer]\n");
#endif
@@ -290,7 +296,9 @@ main(int argc, char **argv)
printf("\t\tsubtype(part): swap=1, ffs=7\n");
printf("\tdelete pointer\n");
printf("\tlist\n");
+#ifndef PC98
printf("\tmbr\n");
+#endif
#if 0
printf("\tphys cyl hd sect\n");
#endif
OpenPOWER on IntegriCloud