Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/macppc/pci Enable memory for cards with 64-bit memo...
details: https://anonhg.NetBSD.org/src/rev/190b635ce71a
branches: trunk
changeset: 535578:190b635ce71a
user: wrstuden <wrstuden%NetBSD.org@localhost>
date: Thu Aug 22 22:47:35 2002 +0000
description:
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 d806fd528984 -r 190b635ce71a sys/arch/macppc/pci/pci_machdep.c
--- a/sys/arch/macppc/pci/pci_machdep.c Thu Aug 22 22:38:05 2002 +0000
+++ b/sys/arch/macppc/pci/pci_machdep.c Thu Aug 22 22:47:35 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.19 2002/08/22 22:47:35 wrstuden 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