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 Garbage-collect CHIP_PHYSADDR().
details: https://anonhg.NetBSD.org/src/rev/67c05ee3635b
branches: trunk
changeset: 493907:67c05ee3635b
user: thorpej <thorpej%NetBSD.org@localhost>
date: Mon Jun 26 19:46:24 2000 +0000
description:
Garbage-collect CHIP_PHYSADDR().
diffstat:
sys/arch/alpha/pci/irongate_bus_io.c | 6 ++----
sys/arch/alpha/pci/irongate_bus_mem.c | 6 ++----
sys/arch/alpha/pci/tsp_bus_io.c | 6 ++----
sys/arch/alpha/pci/tsp_bus_mem.c | 4 +---
4 files changed, 7 insertions(+), 15 deletions(-)
diffs (99 lines):
diff -r a056a6e60496 -r 67c05ee3635b sys/arch/alpha/pci/irongate_bus_io.c
--- a/sys/arch/alpha/pci/irongate_bus_io.c Mon Jun 26 19:45:54 2000 +0000
+++ b/sys/arch/alpha/pci/irongate_bus_io.c Mon Jun 26 19:46:24 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: irongate_bus_io.c,v 1.2 2000/06/26 02:42:10 thorpej Exp $ */
+/* $NetBSD: irongate_bus_io.c,v 1.3 2000/06/26 19:46:25 thorpej Exp $ */
/*-
* Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -38,7 +38,7 @@
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(1, "$NetBSD: irongate_bus_io.c,v 1.2 2000/06/26 02:42:10 thorpej Exp $");
+__KERNEL_RCSID(1, "$NetBSD: irongate_bus_io.c,v 1.3 2000/06/26 19:46:25 thorpej Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -59,8 +59,6 @@
#define CHIP_IO_SYS_START(v) IRONGATE_IO_BASE
-#define CHIP_PHYSADDR(x) IRONGATE_PHYSADDR(x)
-
/*
* AMD 751 core logic appears on EV6. We require at least EV56
* support for the assembler to emit BWX opcodes.
diff -r a056a6e60496 -r 67c05ee3635b sys/arch/alpha/pci/irongate_bus_mem.c
--- a/sys/arch/alpha/pci/irongate_bus_mem.c Mon Jun 26 19:45:54 2000 +0000
+++ b/sys/arch/alpha/pci/irongate_bus_mem.c Mon Jun 26 19:46:24 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: irongate_bus_mem.c,v 1.2 2000/06/26 02:42:10 thorpej Exp $ */
+/* $NetBSD: irongate_bus_mem.c,v 1.3 2000/06/26 19:46:25 thorpej Exp $ */
/*-
* Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -38,7 +38,7 @@
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(1, "$NetBSD: irongate_bus_mem.c,v 1.2 2000/06/26 02:42:10 thorpej Exp $");
+__KERNEL_RCSID(1, "$NetBSD: irongate_bus_mem.c,v 1.3 2000/06/26 19:46:25 thorpej Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -59,8 +59,6 @@
#define CHIP_MEM_SYS_START(v) IRONGATE_MEM_BASE
-#define CHIP_PHYSADDR(x) IRONGATE_PHYSADDR(x)
-
/*
* AMD 751 core logic appears on EV6. We require at least EV56
* support for the assembler to emit BWX opcodes.
diff -r a056a6e60496 -r 67c05ee3635b sys/arch/alpha/pci/tsp_bus_io.c
--- a/sys/arch/alpha/pci/tsp_bus_io.c Mon Jun 26 19:45:54 2000 +0000
+++ b/sys/arch/alpha/pci/tsp_bus_io.c Mon Jun 26 19:46:24 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: tsp_bus_io.c,v 1.3 2000/06/26 02:42:10 thorpej Exp $ */
+/* $NetBSD: tsp_bus_io.c,v 1.4 2000/06/26 19:46:24 thorpej Exp $ */
/*-
* Copyright (c) 1999 by Ross Harvey. All rights reserved.
@@ -33,7 +33,7 @@
#include <sys/cdefs.h>
-__KERNEL_RCSID(1, "$NetBSD: tsp_bus_io.c,v 1.3 2000/06/26 02:42:10 thorpej Exp $");
+__KERNEL_RCSID(1, "$NetBSD: tsp_bus_io.c,v 1.4 2000/06/26 19:46:24 thorpej Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -60,8 +60,6 @@
#define CHIP_IO_SYS_START(v) (((TSPCON)(v))->pc_iobase | P_PCI_IO)
-#define CHIP_PHYSADDR(x) TS_PHYSADDR(x)
-
/*
* Tsunami core logic appears on EV6. We require at least EV56
* support for the assembler to emit BWX opcodes.
diff -r a056a6e60496 -r 67c05ee3635b sys/arch/alpha/pci/tsp_bus_mem.c
--- a/sys/arch/alpha/pci/tsp_bus_mem.c Mon Jun 26 19:45:54 2000 +0000
+++ b/sys/arch/alpha/pci/tsp_bus_mem.c Mon Jun 26 19:46:24 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: tsp_bus_mem.c,v 1.3 2000/06/26 02:42:11 thorpej Exp $ */
+/* $NetBSD: tsp_bus_mem.c,v 1.4 2000/06/26 19:46:25 thorpej Exp $ */
/*-
* Copyright (c) 1999 by Ross Harvey. All rights reserved.
@@ -54,8 +54,6 @@
#define CHIP_MEM_SYS_START(v) (((struct tsp_config *)(v))->pc_iobase)
-#define CHIP_PHYSADDR(x) TS_PHYSADDR(x)
-
/*
* Tsunami core logic appears on EV6. We require at least EV56
* support for the assembler to emit BWX opcodes.
Home |
Main Index |
Thread Index |
Old Index