Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/sys/sys pull up rev 1.5 from trunk (requested by ws):
details: https://anonhg.NetBSD.org/src/rev/b193c25e8f15
branches: netbsd-1-4
changeset: 469493:b193c25e8f15
user: cgd <cgd%NetBSD.org@localhost>
date: Sun Sep 26 05:32:13 1999 +0000
description:
pull up rev 1.5 from trunk (requested by ws):
Correct handling of extended partitions within extended partitions, and
add support for Linux extended partitions.
diffstat:
sys/sys/disklabel_mbr.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 6ebf8e1eedef -r b193c25e8f15 sys/sys/disklabel_mbr.h
--- a/sys/sys/disklabel_mbr.h Sun Sep 26 05:32:09 1999 +0000
+++ b/sys/sys/disklabel_mbr.h Sun Sep 26 05:32:13 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: disklabel_mbr.h,v 1.3.2.1 1999/09/26 05:26:08 cgd Exp $ */
+/* $NetBSD: disklabel_mbr.h,v 1.3.2.2 1999/09/26 05:32:13 cgd Exp $ */
/*
* Copyright (c) 1994, 1998 Christopher G. Demetriou
@@ -76,6 +76,7 @@
#define MBR_PTYPE_EXT_LBA 0x0f /* extended partition, LBA-mapped */
#define MBR_PTYPE_LNXSWAP 0x82 /* Linux swap or Solaris */
#define MBR_PTYPE_LNXEXT2 0x83 /* Linux native */
+#define MBR_PTYPE_EXT_LNX 0x85 /* Linux extended partition */
#define MBR_PTYPE_NTFSVOL 0x87 /* NTFS volume set or HPFS mirrored */
/* Isolate the relevant bits to get sector and cylinder. */
Home |
Main Index |
Thread Index |
Old Index