Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/macppc/include Add a bus space tag for PCI memory s...
details: https://anonhg.NetBSD.org/src/rev/b2482ea2019b
branches: trunk
changeset: 472700:b2482ea2019b
user: thorpej <thorpej%NetBSD.org@localhost>
date: Wed May 05 04:26:48 1999 +0000
description:
Add a bus space tag for PCI memory space to the pci_bridge structure.
diffstat:
sys/arch/macppc/include/pci_machdep.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 1c74831ebd6e -r b2482ea2019b sys/arch/macppc/include/pci_machdep.h
--- a/sys/arch/macppc/include/pci_machdep.h Wed May 05 01:51:31 1999 +0000
+++ b/sys/arch/macppc/include/pci_machdep.h Wed May 05 04:26:48 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.7 1999/05/05 04:26:48 thorpej 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