Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc64/include Remove old-style boot device recogn...



details:   https://anonhg.NetBSD.org/src/rev/659811737df3
branches:  trunk
changeset: 480517:659811737df3
user:      pk <pk%NetBSD.org@localhost>
date:      Fri Jan 14 14:38:37 2000 +0000

description:
Remove old-style boot device recognition.

diffstat:

 sys/arch/sparc64/include/autoconf.h |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 135b0cb4c5fd -r 659811737df3 sys/arch/sparc64/include/autoconf.h
--- a/sys/arch/sparc64/include/autoconf.h       Fri Jan 14 14:27:14 2000 +0000
+++ b/sys/arch/sparc64/include/autoconf.h       Fri Jan 14 14:38:37 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: autoconf.h,v 1.8 1999/11/08 05:05:26 eeh Exp $ */
+/*     $NetBSD: autoconf.h,v 1.9 2000/01/14 14:38:37 pk Exp $ */
 
 /*-
  * Copyright (c) 1997, 1998 The NetBSD Foundation, Inc.
@@ -115,7 +115,6 @@
        struct upa_reg  *ma_reg;        /* "reg" properties */
        u_int           *ma_address;    /* "address" properties -- 32 bits */
        u_int           *ma_interrupts; /* "interrupts" properties */
-       struct bootpath *ma_bp;         /* used for locating boot device */
        int             ma_upaid;       /* UPA bus ID */
        int             ma_node;        /* PROM handle */
        int             ma_nreg;        /* Counts for those properties */



Home | Main Index | Thread Index | Old Index