From 749586a21a06cde5dd230f579e7585c4a8d7ebf6 Mon Sep 17 00:00:00 2001 From: nyan Date: Tue, 9 Nov 2004 14:10:18 +0000 Subject: Fixed fd related tools on pc98. Submitted by: Watanabe Kazuhiro --- usr.sbin/fdread/fdutil.c | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) (limited to 'usr.sbin/fdread') diff --git a/usr.sbin/fdread/fdutil.c b/usr.sbin/fdread/fdutil.c index 0b6c38f..1f6617f 100644 --- a/usr.sbin/fdread/fdutil.c +++ b/usr.sbin/fdread/fdutil.c @@ -106,6 +106,28 @@ static struct fd_type fd_types_288m[] = { }; static struct fd_type fd_types_144m[] = { +#ifdef PC98 +#if 0 + { FDF_3_1722 }, + { FDF_3_1476 }, +#endif + { FDF_3_1440 }, + { FDF_3_1200 }, +#if 0 + { FDF_3_820 }, + { FDF_3_800 }, +#endif + { FDF_3_720 }, + { FDF_3_360 }, + { FDF_3_640 }, + { FDF_3_1230 }, +#if 0 + { FDF_3_1280 }, + { FDF_3_1480 }, + { FDF_3_1640 }, +#endif + { 0 } +#else { FDF_3_1722 }, { FDF_3_1476 }, { FDF_3_1440 }, @@ -114,9 +136,25 @@ static struct fd_type fd_types_144m[] = { { FDF_3_800 }, { FDF_3_720 }, { 0 } +#endif }; static struct fd_type fd_types_12m[] = { +#ifdef PC98 + { FDF_5_1200 }, +#if 0 + { FDF_5_820 }, + { FDF_5_800 }, +#endif + { FDF_5_720 }, + { FDF_5_360 }, + { FDF_5_640 }, + { FDF_5_1230 }, +#if 0 + { FDF_5_1280 }, +#endif + { 0 } +#else { FDF_5_1200 }, { FDF_5_1230 }, { FDF_5_1480 }, @@ -127,6 +165,7 @@ static struct fd_type fd_types_12m[] = { { FDF_5_360 | FL_2STEP }, { FDF_5_640 }, { 0 } +#endif }; static struct fd_type fd_types_720k[] = -- cgit v1.1