From owner-cvs-all Sat Oct 31 02:50:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA08398 for cvs-all-outgoing; Sat, 31 Oct 1998 02:50:21 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA08389 for ; Sat, 31 Oct 1998 02:50:20 -0800 (PST) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sjx-ca115-43.ix.netcom.com [207.223.162.107]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id CAA16944 for ; Sat, 31 Oct 1998 02:49:58 -0800 (PST) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id CAA10189; Sat, 31 Oct 1998 02:49:25 -0800 (PST) Date: Sat, 31 Oct 1998 02:49:25 -0800 (PST) Message-Id: <199810311049.CAA10189@silvia.hip.berkeley.edu> To: committers@FreeBSD.ORG Subject: fdisk.c From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk I was looking at my source tree and found this, left over from the time I was looking at new Windoze partition types. Can people comment on this? I believe the "/" and "/usr" of XENIX is actually a boot partition vs. regular filesystems. Also, Concurrent CPM, if it has anything to do with CP/M, should be spelled that way. Satoshi ------- Index: fdisk.c =================================================================== RCS file: /usr/cvs/src/sbin/i386/fdisk/fdisk.c,v retrieving revision 1.23 diff -u -r1.23 fdisk.c --- fdisk.c 1998/07/06 06:44:36 1.23 +++ fdisk.c 1998/07/20 06:36:10 @@ -166,8 +166,8 @@ { {0x00, "unused"} ,{0x01, "Primary DOS with 12 bit FAT"} - ,{0x02, "XENIX / filesystem"} - ,{0x03, "XENIX /usr filesystem"} + ,{0x02, "XENIX boot partition"} + ,{0x03, "XENIX filesystem"} ,{0x04, "Primary DOS with 16 bit FAT (<= 32MB)"} ,{0x05, "Extended DOS"} ,{0x06, "Primary 'big' DOS (> 32MB)"} @@ -199,9 +199,9 @@ ,{0xA5, "FreeBSD/NetBSD/386BSD"} ,{0xA6, "OpenBSD"} ,{0xA7, "NEXTSTEP"} - ,{0xB7, "BSDI BSD/386 filesystem"} - ,{0xB8, "BSDI BSD/386 swap"} - ,{0xDB, "Concurrent CPM or C.DOS or CTOS"} + ,{0xB7, "BSDI BSD/OS filesystem"} + ,{0xB8, "BSDI BSD/OS swap"} + ,{0xDB, "Concurrent CP/M or C.DOS or CTOS"} ,{0xE1, "Speed"} ,{0xE3, "Speed"} ,{0xE4, "Speed"} To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message