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.7->1.8 (thorpej)



details:   https://anonhg.NetBSD.org/src/rev/c129b88bccf2
branches:  netbsd-1-4
changeset: 468682:c129b88bccf2
user:      perry <perry%NetBSD.org@localhost>
date:      Thu May 06 19:36:12 1999 +0000

description:
pullup 1.7->1.8 (thorpej)

diffstat:

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

diffs (26 lines):

diff -r e152b8732a71 -r c129b88bccf2 sys/arch/macppc/include/pci_machdep.h
--- a/sys/arch/macppc/include/pci_machdep.h     Thu May 06 19:32:00 1999 +0000
+++ b/sys/arch/macppc/include/pci_machdep.h     Thu May 06 19:36:12 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pci_machdep.h,v 1.6.2.1 1999/05/06 02:24:20 perry Exp $        */
+/*     $NetBSD: pci_machdep.h,v 1.6.2.2 1999/05/06 19:36:12 perry Exp $        */
 
 /*
  * Copyright (c) 1996 Christopher G. Demetriou.  All rights reserved.
@@ -58,6 +58,7 @@
        bus_space_tag_t iot;
        bus_space_tag_t memt;
        pci_chipset_tag_t pc;
+       int present;
 };
 struct pci_bridge pci_bridges[2];
 
@@ -84,3 +85,8 @@
 void           *pci_intr_establish __P((pci_chipset_tag_t, pci_intr_handle_t,
                    int, int (*)(void *), void *));
 void           pci_intr_disestablish __P((pci_chipset_tag_t, void *));
+
+/*
+ * Internal functions.
+ */
+void           pci_init __P((int));



Home | Main Index | Thread Index | Old Index