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/macppc pullup 1.5->1.6 (thorpej)



details:   https://anonhg.NetBSD.org/src/rev/2830c6ea6c94
branches:  netbsd-1-4
changeset: 468683:2830c6ea6c94
user:      perry <perry%NetBSD.org@localhost>
date:      Thu May 06 19:38:31 1999 +0000

description:
pullup 1.5->1.6 (thorpej)

diffstat:

 sys/arch/macppc/macppc/mainbus.c |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (28 lines):

diff -r c129b88bccf2 -r 2830c6ea6c94 sys/arch/macppc/macppc/mainbus.c
--- a/sys/arch/macppc/macppc/mainbus.c  Thu May 06 19:36:12 1999 +0000
+++ b/sys/arch/macppc/macppc/mainbus.c  Thu May 06 19:38:31 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mainbus.c,v 1.4.6.1 1999/05/06 02:23:56 perry Exp $    */
+/*     $NetBSD: mainbus.c,v 1.4.6.2 1999/05/06 19:38:31 perry Exp $    */
 
 /*
  * Copyright (c) 1996 Christopher G. Demetriou.  All rights reserved.
@@ -49,8 +49,6 @@
        sizeof(struct device), mainbus_match, mainbus_attach
 };
 
-void pci_init();
-
 /*
  * Probe for the mainbus; always succeeds.
  */
@@ -88,7 +86,8 @@
        ca.ca_name = "cpu";
        config_found(self, &ca, NULL);
 
-       pci_init();
+       /* Now can map PCI configuration space registers. */
+       pci_init(1);
 
        for (n = 0; n < 2; n++) {
                if (pci_bridges[n].addr) {



Home | Main Index | Thread Index | Old Index