diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2001-02-06 19:26:40 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2001-02-06 19:26:40 +0000 |
commit | ecd8b4221a6fae4080caf694f331b00d82af8d3c (patch) | |
tree | bc54d22de01284c574bdc298ea75b279805fa627 /sys/arch/alpha/pci/cia_bus_mem.c | |
parent | 8e3adbbaa38abe0d284701a8bfc9f61020f785ba (diff) |
Rename pcs_bus* to pci_swiz_bus* to reduce confusion and match NetBSD.
Diffstat (limited to 'sys/arch/alpha/pci/cia_bus_mem.c')
-rw-r--r-- | sys/arch/alpha/pci/cia_bus_mem.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/alpha/pci/cia_bus_mem.c b/sys/arch/alpha/pci/cia_bus_mem.c index 38b5956e659..d652974df3f 100644 --- a/sys/arch/alpha/pci/cia_bus_mem.c +++ b/sys/arch/alpha/pci/cia_bus_mem.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cia_bus_mem.c,v 1.6 1997/01/24 19:57:38 niklas Exp $ */ +/* $OpenBSD: cia_bus_mem.c,v 1.7 2001/02/06 19:26:39 art Exp $ */ /* $NetBSD: cia_bus_mem.c,v 1.7 1996/11/25 03:46:09 cgd Exp $ */ /* @@ -82,4 +82,4 @@ #define CHIP_S_MEM_W3_SYS_END(v) \ (CIA_PCI_SMEM3 + ((HAE_MEM_REG3_MASK + 1) << 5) - 1) -#include "pcs_bus_mem_common.c" +#include "pci_swiz_bus_mem_chipdep.c" |