Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/alpha/pci Revert previous -- we'll do it differently.
details: https://anonhg.NetBSD.org/src/rev/f6aebb7ea1ad
branches: trunk
changeset: 499776:f6aebb7ea1ad
user: thorpej <thorpej%NetBSD.org@localhost>
date: Wed Nov 29 06:21:12 2000 +0000
description:
Revert previous -- we'll do it differently.
diffstat:
sys/arch/alpha/pci/pci_bwx_bus_mem_chipdep.c | 9 ++-------
1 files changed, 2 insertions(+), 7 deletions(-)
diffs (30 lines):
diff -r 7700168a4e77 -r f6aebb7ea1ad sys/arch/alpha/pci/pci_bwx_bus_mem_chipdep.c
--- a/sys/arch/alpha/pci/pci_bwx_bus_mem_chipdep.c Wed Nov 29 05:56:49 2000 +0000
+++ b/sys/arch/alpha/pci/pci_bwx_bus_mem_chipdep.c Wed Nov 29 06:21:12 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pci_bwx_bus_mem_chipdep.c,v 1.13 2000/11/29 05:53:29 thorpej Exp $ */
+/* $NetBSD: pci_bwx_bus_mem_chipdep.c,v 1.14 2000/11/29 06:21:12 thorpej Exp $ */
/*-
* Copyright (c) 1997, 1998, 2000 The NetBSD Foundation, Inc.
@@ -208,7 +208,7 @@
#ifndef CHIP_MEM_EX_STORE
static long
- __C(CHIP,_mem_ex_storage)[EXTENT_FIXED_STORAGE_SIZE(16) / sizeof(long)];
+ __C(CHIP,_mem_ex_storage)[EXTENT_FIXED_STORAGE_SIZE(8) / sizeof(long)];
#define CHIP_MEM_EX_STORE(v) (__C(CHIP,_mem_ex_storage))
#define CHIP_MEM_EX_STORE_SIZE(v) (sizeof __C(CHIP,_mem_ex_storage))
#endif
@@ -304,11 +304,6 @@
EX_NOWAIT|EX_NOCOALESCE);
CHIP_MEM_EXTENT(v) = ex;
-
-#ifdef CHIP_MEM_INIT_HOOK
- /* Call chip-specific init function. */
- CHIP_MEM_INIT_HOOK(t, v);
-#endif
}
int
Home |
Main Index |
Thread Index |
Old Index