Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/mipsco/include no longer keep a copy of the volume ...



details:   https://anonhg.NetBSD.org/src/rev/4290b6b58248
branches:  trunk
changeset: 506802:4290b6b58248
user:      wdk <wdk%NetBSD.org@localhost>
date:      Mon Mar 05 04:58:09 2001 +0000

description:
no longer keep a copy of the volume header in cpu_disklabel

diffstat:

 sys/arch/mipsco/include/disklabel.h |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (29 lines):

diff -r 128a81b7d3e4 -r 4290b6b58248 sys/arch/mipsco/include/disklabel.h
--- a/sys/arch/mipsco/include/disklabel.h       Mon Mar 05 04:54:07 2001 +0000
+++ b/sys/arch/mipsco/include/disklabel.h       Mon Mar 05 04:58:09 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: disklabel.h,v 1.3 2000/09/16 08:27:16 wdk Exp $        */
+/*     $NetBSD: disklabel.h,v 1.4 2001/03/05 04:58:09 wdk Exp $        */
 
 /*
  * Copyright (c) 2000 Wayne Knowles.     All rights reserved.
@@ -52,7 +52,7 @@
 #define MIPS_NVOLDIR   15      /* Number of volume directory files */
 #define MIPS_VDIRSZ    8       /* File name size in volume directory */
 #define MIPS_BFSIZE    16      /* Boot filename size */
-#define        MIPS_VHSECTOR   0       /* Sector number for MIPS disklabel */
+#define        MIPS_VHSECTOR   0       /* Sector number for MIPS volume header */
 
 /*
  * Devices parameters that RISC/os uses for mapping logical block numbers
@@ -123,8 +123,9 @@
 #define MIPS_FS_SYSV    5
 #define MIPS_FS_VOLUME 6 /* Entire volume */
 
+/* Just a dummy */
 struct cpu_disklabel {
-       struct  mips_volheader cd_volhdr;
+       int     cd_dummy;                       /* must have one element. */
 };
 
 #endif /* _MACHINE_DISKLABEL_H_ */



Home | Main Index | Thread Index | Old Index