From owner-freebsd-current Sat Feb 14 07:52:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA04738 for freebsd-current-outgoing; Sat, 14 Feb 1998 07:52:20 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from helios.dnttm.ru (root@dnttm.wave.ras.ru [194.85.104.197]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA04701 for ; Sat, 14 Feb 1998 07:52:11 -0800 (PST) (envelope-from dima@tejblum.dnttm.rssi.ru) Received: (from uucp@localhost) by helios.dnttm.ru (8.8.5/8.8.5/IP-3) with UUCP id SAA14491; Sat, 14 Feb 1998 18:45:41 +0300 Received: from tejblum.dnttm.rssi.ru (localhost [127.0.0.1]) by tejblum.dnttm.rssi.ru (8.8.8/8.8.7) with ESMTP id SAA01922; Sat, 14 Feb 1998 18:52:06 +0300 (MSK) (envelope-from dima@tejblum.dnttm.rssi.ru) Message-Id: <199802141552.SAA01922@tejblum.dnttm.rssi.ru> X-Mailer: exmh version 2.0gamma 1/27/96 To: KATO Takenori cc: freebsd-current@FreeBSD.ORG Subject: Re: Fat32 In-reply-to: Your message of "Sat, 14 Feb 1998 11:53:15 +0900." <19980214115315K.kato@gneiss.eps.nagoya-u.ac.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 14 Feb 1998 18:52:06 +0300 From: Dmitrij Tejblum Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG KATO Takenori wrote: > Dmitrij Tejblum wrote: > > > Now, could somebody please test this patch on PC98? MSDOSFS has some PC98 > > ifdefs, and I could occasionaly break the PC98 support. > > Very dirty PC98 code in msdosfs is used for 1024 bytes/sector floppy > disk, and it does not work in -current. It used 386BSD's B_XXX2 flag > but FreeBSD does not have such flag. It wasn't obvious for me. FreeBSD does not have B_XXX2 in , but it has the flag in, for example, vfs_bio.c and pc98/pc98/fd.c. B_XXX2 == B_ORDERED, though. > > IMO, breakage of PC98 code in msdosfs has no problem, and 1024 > bytes/sector floppy support should be revised. I think, idea of a machide-dependent filesystem also should be revised. Dima To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message