Source-Changes-HG archive

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

[src/netbsd-1-6]: src/sys/arch/macppc/pci Pull up revision 1.19 (requested by...



details:   https://anonhg.NetBSD.org/src/rev/c0b153c1c043
branches:  netbsd-1-6
changeset: 529479:c0b153c1c043
user:      tron <tron%NetBSD.org@localhost>
date:      Sun Nov 24 15:35:20 2002 +0000

description:
Pull up revision 1.19 (requested by thorpej in ticket #717):
Enable memory for cards with 64-bit memory mappings in addition to
32-bit memory mappings. Makes Intel GigE card work in my Beige G3.
Patch from thorpej

diffstat:

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

diffs (17 lines):

diff -r 08c7a4c062cc -r c0b153c1c043 sys/arch/macppc/pci/pci_machdep.c
--- a/sys/arch/macppc/pci/pci_machdep.c Sun Nov 24 15:33:19 2002 +0000
+++ b/sys/arch/macppc/pci/pci_machdep.c Sun Nov 24 15:35:20 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pci_machdep.c,v 1.18 2001/07/22 11:29:48 wiz Exp $     */
+/*     $NetBSD: pci_machdep.c,v 1.18.16.1 2002/11/24 15:35:20 tron Exp $       */
 
 /*
  * Copyright (c) 1996 Christopher G. Demetriou.  All rights reserved.
@@ -322,6 +322,7 @@
                                break;
 
                        case OFW_PCI_PHYS_HI_SPACE_MEM32:
+                       case OFW_PCI_PHYS_HI_SPACE_MEM64:
                                csr |= PCI_COMMAND_MEM_ENABLE;
                                break;
                        }



Home | Main Index | Thread Index | Old Index