diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2001-02-16 16:02:55 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2001-02-16 16:02:55 +0000 |
commit | aaf077f32059a3491fc80147d3893454b901c91c (patch) | |
tree | 0a8e1b478e412894a016ada6da533f9a83e68d3c /sys/arch/alpha/pci/lca_bus_io.c | |
parent | ecd82efc92808a3b9161e0fb0fb90d746ce8a310 (diff) |
Finish merging lca to become closer to current netbsd.
Diffstat (limited to 'sys/arch/alpha/pci/lca_bus_io.c')
-rw-r--r-- | sys/arch/alpha/pci/lca_bus_io.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/arch/alpha/pci/lca_bus_io.c b/sys/arch/alpha/pci/lca_bus_io.c index 3d01c9c3c1d..72b99866771 100644 --- a/sys/arch/alpha/pci/lca_bus_io.c +++ b/sys/arch/alpha/pci/lca_bus_io.c @@ -1,5 +1,5 @@ -/* $OpenBSD: lca_bus_io.c,v 1.3 2001/02/06 19:26:39 art Exp $ */ -/* $NetBSD: lca_bus_io.c,v 1.1 1996/11/25 03:42:14 cgd Exp $ */ +/* $OpenBSD: lca_bus_io.c,v 1.4 2001/02/16 16:02:53 jason Exp $ */ +/* $NetBSD: lca_bus_io.c,v 1.8 1997/09/02 13:19:31 thorpej Exp $ */ /* * Copyright (c) 1996 Carnegie-Mellon University. @@ -33,6 +33,7 @@ #include <sys/malloc.h> #include <sys/syslog.h> #include <sys/device.h> + #include <vm/vm.h> #include <machine/bus.h> @@ -51,4 +52,4 @@ #define CHIP_IO_W1_SYS_START(v) LCA_PCI_SIO #define CHIP_IO_W1_SYS_END(v) (LCA_PCI_SIO + ((0x00ffffffUL + 1) << 5) - 1) -#include "pci_swiz_bus_io_chipdep.c" +#include <alpha/pci/pci_swiz_bus_io_chipdep.c> |