Garbage-collect CHIP_PHYSADDR().
This commit is contained in:
parent
7d89e9904d
commit
69a6fe113c
|
@ -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 @@ __KERNEL_RCSID(1, "$NetBSD: irongate_bus_io.c,v 1.2 2000/06/26 02:42:10 thorpej
|
|||
|
||||
#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.
|
||||
|
|
|
@ -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 @@ __KERNEL_RCSID(1, "$NetBSD: irongate_bus_mem.c,v 1.2 2000/06/26 02:42:10 thorpej
|
|||
|
||||
#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.
|
||||
|
|
|
@ -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 @@ typedef struct tsp_config *TSPCON;
|
|||
|
||||
#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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue