From owner-freebsd-stable Sat Jul 11 20:51:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA24701 for freebsd-stable-outgoing; Sat, 11 Jul 1998 20:51:51 -0700 (PDT) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from silvia.carrot.kansai.oki.co.jp (okigate.oki.co.jp [202.226.91.194]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA24696 for ; Sat, 11 Jul 1998 20:51:49 -0700 (PDT) (envelope-from hyama@silvia.carrot.kansai.oki.co.jp) Received: from localhost (localhost [127.0.0.1]) by silvia.carrot.kansai.oki.co.jp (8.8.8/3.6W) with ESMTP id MAA10100; Sun, 12 Jul 1998 12:51:32 +0900 (JST) Message-Id: <199807120351.MAA10100@silvia.carrot.kansai.oki.co.jp> To: jkh@time.cdrom.com Cc: stable@FreeBSD.ORG Subject: Re: FAT32 support in -stable? From: Hideki Yamamoto In-Reply-To: Your message of "Sat, 11 Jul 1998 11:30:00 -0700" References: <22669.900181800@time.cdrom.com> X-Mailer: Mew version 1.70 on Emacs 19.28.1 / Mule 2.3 Mime-Version: 1.0 Content-Type: Text/Plain; charset=iso-2022-jp Content-Transfer-Encoding: 7bit Date: Sun, 12 Jul 1998 12:51:32 +0900 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, >>>>> On Sat, 11 Jul 1998 11:30:00 -0700, "Jordan K. Hubbard" said: jkh> What happened to the folks who were working on this? I'm still jkh> waiting for a definitive set of patches and, at this rate, the feature jkh> will NOT make it into 2.2.7 unless somebody makes some serious effort jkh> to get things ready to go very very soon! I have just sent msdosfs modules for both -stable and -current to you. If you received it correctly, please let me know. I have changed macro identifiers from FBSDCUR to __FreeBSD_version in my porting code. After changing, I checked code for -stable on my FreeBSD-2.2.5 machine. In order to check code for -current by using diff command between -current branch and my code, I made a tiny tool named "back-cur" that removes lines added for -stable support. ( back-cur removes lines between "#if{n}def __FreeBSD_version" and "#endif" ) The difference between back-cur'ed code and -current branch is code for PC98. I do not know what to do to PC98 code. Does -current branch basically support PC98? I think this code can be compiled for *both* 2.2-stable and 3.0-current. I hope you will merge this work effortlessly. Sincerely, Hideki Yamamoto (hyama@acm.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message