Source-Changes-HG archive

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

[src/trunk]: src/sys/sys G/c riscbsd_partition; it's not used by anything, an...



details:   https://anonhg.NetBSD.org/src/rev/edd58b0d355d
branches:  trunk
changeset: 518160:edd58b0d355d
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Sun Nov 25 19:04:48 2001 +0000

description:
G/c riscbsd_partition; it's not used by anything, and is the same
as the riscix_partition anyway.

diffstat:

 sys/sys/disklabel_acorn.h |  11 +----------
 1 files changed, 1 insertions(+), 10 deletions(-)

diffs (32 lines):

diff -r 4542d653e468 -r edd58b0d355d sys/sys/disklabel_acorn.h
--- a/sys/sys/disklabel_acorn.h Sun Nov 25 19:02:03 2001 +0000
+++ b/sys/sys/disklabel_acorn.h Sun Nov 25 19:04:48 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: disklabel_acorn.h,v 1.1 2001/11/25 16:22:47 thorpej Exp $      */
+/*     $NetBSD: disklabel_acorn.h,v 1.2 2001/11/25 19:04:48 thorpej Exp $      */
 
 /*
  * Copyright (c) 1994 Mark Brinicombe.
@@ -35,8 +35,6 @@
  * SUCH DAMAGE.
  */
 
-#define NRISCBSD_PARTITIONS MAXPARTITIONS
-
 #define PARTITION_TYPE_UNUSED  0
 #define PARTITION_TYPE_ADFS    1
 #define PARTITION_TYPE_RISCIX  2
@@ -64,13 +62,6 @@
        struct riscix_partition partitions[NRISCIX_PARTITIONS];
 };
 
-struct riscbsd_partition {
-       uint32_t        rp_start;
-       uint32_t        rp_length;
-       uint32_t        rp_type;
-       int8_t          rp_name[16];
-};
-
 struct filecore_bootblock {
        uint8_t         padding0[0x1c0];
        uint8_t         log2secsize;



Home | Main Index | Thread Index | Old Index