Source-Changes-HG archive

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

[src/netbsd-1-5]: src/sys/arch/alpha/include Pull up rev. 1.6:



details:   https://anonhg.NetBSD.org/src/rev/435523ed8971
branches:  netbsd-1-5
changeset: 488403:435523ed8971
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Mon Jul 03 22:38:13 2000 +0000

description:
Pull up rev. 1.6:
Pass the abst to alpha_pci_mem_unmap() so that the real size of the
mapped area can be unmapped.

diffstat:

 sys/arch/alpha/include/sysarch.h |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 895d8978208e -r 435523ed8971 sys/arch/alpha/include/sysarch.h
--- a/sys/arch/alpha/include/sysarch.h  Mon Jul 03 22:37:42 2000 +0000
+++ b/sys/arch/alpha/include/sysarch.h  Mon Jul 03 22:38:13 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sysarch.h,v 1.5 2000/06/08 03:10:06 thorpej Exp $ */
+/* $NetBSD: sysarch.h,v 1.5.2.1 2000/07/03 22:38:13 thorpej Exp $ */
 
 /*-
  * Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -98,7 +98,8 @@
 
 void   *alpha_pci_mem_map(bus_addr_t, bus_size_t, int,
            struct alpha_bus_space_translation *);
-void   alpha_pci_mem_unmap(void *addr, bus_size_t);
+void   alpha_pci_mem_unmap(struct alpha_bus_space_translation *,
+           void *addr, bus_size_t);
 
 u_int32_t alpha_pci_conf_read(u_int, u_int, u_int, u_int);
 void   alpha_pci_conf_write(u_int, u_int, u_int, u_int, u_int32_t);



Home | Main Index | Thread Index | Old Index