Source-Changes-HG archive

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

[src/netbsd-1-4]: src/sys/arch/macppc/include pullup 1.6->1.7 (thorpej)



details:   https://anonhg.NetBSD.org/src/rev/feddb852a111
branches:  netbsd-1-4
changeset: 468674:feddb852a111
user:      perry <perry%NetBSD.org@localhost>
date:      Thu May 06 02:24:20 1999 +0000

description:
pullup 1.6->1.7 (thorpej)

diffstat:

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

diffs (17 lines):

diff -r 0765430ed68a -r feddb852a111 sys/arch/macppc/include/pci_machdep.h
--- a/sys/arch/macppc/include/pci_machdep.h     Thu May 06 02:23:56 1999 +0000
+++ b/sys/arch/macppc/include/pci_machdep.h     Thu May 06 02:24:20 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pci_machdep.h,v 1.6 1999/03/19 03:36:19 cgd Exp $      */
+/*     $NetBSD: pci_machdep.h,v 1.6.2.1 1999/05/06 02:24:20 perry Exp $        */
 
 /*
  * Copyright (c) 1996 Christopher G. Demetriou.  All rights reserved.
@@ -56,6 +56,7 @@
        u_int *data;
        int bus;
        bus_space_tag_t iot;
+       bus_space_tag_t memt;
        pci_chipset_tag_t pc;
 };
 struct pci_bridge pci_bridges[2];



Home | Main Index | Thread Index | Old Index