Source-Changes-HG archive

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

[src/trunk]: src/distrib/utils/sysinst/arch/playstation2 struct mbr_bootsel e...



details:   https://anonhg.NetBSD.org/src/rev/ec8b4145e362
branches:  trunk
changeset: 546797:ec8b4145e362
user:      shin <shin%NetBSD.org@localhost>
date:      Wed May 07 03:34:23 2003 +0000

description:
struct mbr_bootsel et al were moved to sys/disklabel_mbr.h, adapt.

diffstat:

 distrib/utils/sysinst/arch/playstation2/md.h |  12 +-----------
 1 files changed, 1 insertions(+), 11 deletions(-)

diffs (23 lines):

diff -r 9313cc27b97c -r ec8b4145e362 distrib/utils/sysinst/arch/playstation2/md.h
--- a/distrib/utils/sysinst/arch/playstation2/md.h      Wed May 07 03:33:49 2003 +0000
+++ b/distrib/utils/sysinst/arch/playstation2/md.h      Wed May 07 03:34:23 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: md.h,v 1.4 2003/04/06 16:12:42 jmmv Exp $      */
+/*     $NetBSD: md.h,v 1.5 2003/05/07 03:34:23 shin Exp $      */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -111,13 +111,3 @@
  * On playstation2, that is msdos.
  */
 EXTERN char *fdtype INIT("msdos");
-
-struct mbr_bootsel {
-       u_int8_t defkey;
-       u_int8_t flags;
-       u_int16_t timeo;
-       char nametab[4][9];
-       u_int16_t magic;
-} __attribute__((__packed__));
-
-



Home | Main Index | Thread Index | Old Index