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 remove include of <vm/vm.h>. <vm/vm.h> ->...
details: https://anonhg.NetBSD.org/src/rev/fa4eeab6aeb6
branches: trunk
changeset: 494026:fa4eeab6aeb6
user: mrg <mrg%NetBSD.org@localhost>
date: Thu Jun 29 08:58:45 2000 +0000
description:
remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h>
diffstat:
sys/arch/alpha/pci/a12c.c | 8 ++++----
sys/arch/alpha/pci/a12c_dma.c | 7 ++++---
sys/arch/alpha/pci/a12c_pci.c | 7 ++++---
sys/arch/alpha/pci/apecs.c | 7 ++++---
sys/arch/alpha/pci/apecs_bus_io.c | 7 ++++---
sys/arch/alpha/pci/apecs_bus_mem.c | 7 ++++---
sys/arch/alpha/pci/apecs_dma.c | 7 ++++---
sys/arch/alpha/pci/apecs_pci.c | 7 ++++---
sys/arch/alpha/pci/cia.c | 7 ++++---
sys/arch/alpha/pci/cia_bwx_bus_io.c | 7 ++++---
sys/arch/alpha/pci/cia_bwx_bus_mem.c | 7 ++++---
sys/arch/alpha/pci/cia_dma.c | 7 ++++---
sys/arch/alpha/pci/cia_pci.c | 7 ++++---
sys/arch/alpha/pci/cia_swiz_bus_io.c | 7 ++++---
sys/arch/alpha/pci/cia_swiz_bus_mem.c | 7 ++++---
sys/arch/alpha/pci/dwlpx.c | 6 +++---
sys/arch/alpha/pci/dwlpx_bus_io.c | 7 ++++---
sys/arch/alpha/pci/dwlpx_bus_mem.c | 7 ++++---
sys/arch/alpha/pci/dwlpx_dma.c | 7 ++++---
sys/arch/alpha/pci/dwlpx_pci.c | 7 ++++---
sys/arch/alpha/pci/irongate_bus_io.c | 7 ++++---
sys/arch/alpha/pci/irongate_bus_mem.c | 7 ++++---
sys/arch/alpha/pci/irongate_dma.c | 7 ++++---
sys/arch/alpha/pci/irongate_pci.c | 7 ++++---
sys/arch/alpha/pci/lca.c | 7 ++++---
sys/arch/alpha/pci/lca_bus_io.c | 7 ++++---
sys/arch/alpha/pci/lca_bus_mem.c | 7 ++++---
sys/arch/alpha/pci/lca_dma.c | 7 ++++---
sys/arch/alpha/pci/lca_pci.c | 7 ++++---
sys/arch/alpha/pci/mcpcia_bus_io.c | 7 ++++---
sys/arch/alpha/pci/mcpcia_bus_mem.c | 7 ++++---
sys/arch/alpha/pci/mcpcia_dma.c | 7 ++++---
sys/arch/alpha/pci/mcpcia_pci.c | 7 ++++---
sys/arch/alpha/pci/pci_1000.c | 6 +++---
sys/arch/alpha/pci/pci_1000a.c | 6 +++---
sys/arch/alpha/pci/pci_2100_a50.c | 7 ++++---
sys/arch/alpha/pci/pci_550.c | 6 +++---
sys/arch/alpha/pci/pci_6600.c | 7 ++++---
sys/arch/alpha/pci/pci_a12.c | 6 +++---
sys/arch/alpha/pci/pci_alphabook1.c | 7 ++++---
sys/arch/alpha/pci/pci_axppci_33.c | 7 ++++---
sys/arch/alpha/pci/pci_eb164.c | 6 +++---
sys/arch/alpha/pci/pci_eb64plus.c | 6 +++---
sys/arch/alpha/pci/pci_eb66.c | 6 +++---
sys/arch/alpha/pci/pci_kn20aa.c | 6 +++---
sys/arch/alpha/pci/pci_kn300.c | 6 +++---
sys/arch/alpha/pci/pci_kn8ae.c | 6 +++---
sys/arch/alpha/pci/pci_machdep.c | 7 ++++---
sys/arch/alpha/pci/pci_sgmap_pte32.c | 6 +++---
sys/arch/alpha/pci/pci_sgmap_pte64.c | 6 +++---
sys/arch/alpha/pci/pci_up1000.c | 7 ++++---
sys/arch/alpha/pci/tsp_bus_io.c | 7 ++++---
sys/arch/alpha/pci/tsp_bus_mem.c | 5 +++--
sys/arch/alpha/pci/tsp_dma.c | 5 +++--
sys/arch/alpha/pci/tsp_pci.c | 6 ++++--
55 files changed, 205 insertions(+), 163 deletions(-)
diffs (truncated from 1470 to 300 lines):
diff -r 3fc198215445 -r fa4eeab6aeb6 sys/arch/alpha/pci/a12c.c
--- a/sys/arch/alpha/pci/a12c.c Thu Jun 29 08:44:03 2000 +0000
+++ b/sys/arch/alpha/pci/a12c.c Thu Jun 29 08:58:45 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: a12c.c,v 1.7 2000/06/05 21:47:20 thorpej Exp $ */
+/* $NetBSD: a12c.c,v 1.8 2000/06/29 08:58:45 mrg Exp $ */
/* [Notice revision 2.2]
* Copyright (c) 1997, 1998 Avalon Computer Systems, Inc.
@@ -38,7 +38,7 @@
#include "opt_avalon_a12.h" /* Config options headers */
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(0, "$NetBSD: a12c.c,v 1.7 2000/06/05 21:47:20 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: a12c.c,v 1.8 2000/06/29 08:58:45 mrg Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -46,7 +46,7 @@
#include <sys/malloc.h>
#include <sys/device.h>
-#include <vm/vm.h>
+#include <uvm/uvm_extern.h>
#include <machine/autoconf.h>
#include <machine/rpb.h>
@@ -144,7 +144,7 @@
a12c_init(ccp, 1);
/* XXX print chipset information */
- printf(": driver %s over logic %x\n", "$Revision: 1.7 $",
+ printf(": driver %s over logic %x\n", "$Revision: 1.8 $",
A12_ALL_EXTRACT(REGVAL(A12_VERS)));
pci_a12_pickintr(ccp);
diff -r 3fc198215445 -r fa4eeab6aeb6 sys/arch/alpha/pci/a12c_dma.c
--- a/sys/arch/alpha/pci/a12c_dma.c Thu Jun 29 08:44:03 2000 +0000
+++ b/sys/arch/alpha/pci/a12c_dma.c Thu Jun 29 08:58:45 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: a12c_dma.c,v 1.2 1998/03/02 07:07:41 ross Exp $ */
+/* $NetBSD: a12c_dma.c,v 1.3 2000/06/29 08:58:45 mrg Exp $ */
/*-
* Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -51,14 +51,15 @@
#include "opt_avalon_a12.h" /* Config options headers */
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(0, "$NetBSD: a12c_dma.c,v 1.2 1998/03/02 07:07:41 ross Exp $");
+__KERNEL_RCSID(0, "$NetBSD: a12c_dma.c,v 1.3 2000/06/29 08:58:45 mrg Exp $");
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>
#include <sys/device.h>
#include <sys/malloc.h>
-#include <vm/vm.h>
+
+#include <uvm/uvm_extern.h>
#define _ALPHA_BUS_DMA_PRIVATE
#include <machine/bus.h>
diff -r 3fc198215445 -r fa4eeab6aeb6 sys/arch/alpha/pci/a12c_pci.c
--- a/sys/arch/alpha/pci/a12c_pci.c Thu Jun 29 08:44:03 2000 +0000
+++ b/sys/arch/alpha/pci/a12c_pci.c Thu Jun 29 08:58:45 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: a12c_pci.c,v 1.2 1998/03/02 07:07:41 ross Exp $ */
+/* $NetBSD: a12c_pci.c,v 1.3 2000/06/29 08:58:45 mrg Exp $ */
/* [Notice revision 2.0]
* Copyright (c) 1997 Avalon Computer Systems, Inc.
@@ -38,7 +38,7 @@
#include "opt_avalon_a12.h" /* Config options headers */
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(0, "$NetBSD: a12c_pci.c,v 1.2 1998/03/02 07:07:41 ross Exp $");
+__KERNEL_RCSID(0, "$NetBSD: a12c_pci.c,v 1.3 2000/06/29 08:58:45 mrg Exp $");
__KERNEL_COPYRIGHT(0,
"Copyright (c) 1997 Christopher G. Demetriou. All rights reserved.");
@@ -46,7 +46,8 @@
#include <sys/systm.h>
#include <sys/kernel.h>
#include <sys/device.h>
-#include <vm/vm.h>
+
+#include <uvm/uvm_extern.h>
#include <dev/pci/pcireg.h>
#include <dev/pci/pcivar.h>
diff -r 3fc198215445 -r fa4eeab6aeb6 sys/arch/alpha/pci/apecs.c
--- a/sys/arch/alpha/pci/apecs.c Thu Jun 29 08:44:03 2000 +0000
+++ b/sys/arch/alpha/pci/apecs.c Thu Jun 29 08:58:45 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: apecs.c,v 1.37 2000/02/26 18:53:12 thorpej Exp $ */
+/* $NetBSD: apecs.c,v 1.38 2000/06/29 08:58:45 mrg Exp $ */
/*-
* Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -70,14 +70,15 @@
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(0, "$NetBSD: apecs.c,v 1.37 2000/02/26 18:53:12 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: apecs.c,v 1.38 2000/06/29 08:58:45 mrg Exp $");
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>
#include <sys/malloc.h>
#include <sys/device.h>
-#include <vm/vm.h>
+
+#include <uvm/uvm_extern.h>
#include <machine/autoconf.h>
#include <machine/rpb.h>
diff -r 3fc198215445 -r fa4eeab6aeb6 sys/arch/alpha/pci/apecs_bus_io.c
--- a/sys/arch/alpha/pci/apecs_bus_io.c Thu Jun 29 08:44:03 2000 +0000
+++ b/sys/arch/alpha/pci/apecs_bus_io.c Thu Jun 29 08:58:45 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: apecs_bus_io.c,v 1.8 1997/09/02 13:19:10 thorpej Exp $ */
+/* $NetBSD: apecs_bus_io.c,v 1.9 2000/06/29 08:58:45 mrg Exp $ */
/*
* Copyright (c) 1996 Carnegie-Mellon University.
@@ -29,14 +29,15 @@
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(1, "$NetBSD: apecs_bus_io.c,v 1.8 1997/09/02 13:19:10 thorpej Exp $");
+__KERNEL_RCSID(1, "$NetBSD: apecs_bus_io.c,v 1.9 2000/06/29 08:58:45 mrg Exp $");
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/malloc.h>
#include <sys/syslog.h>
#include <sys/device.h>
-#include <vm/vm.h>
+
+#include <uvm/uvm_extern.h>
#include <machine/bus.h>
diff -r 3fc198215445 -r fa4eeab6aeb6 sys/arch/alpha/pci/apecs_bus_mem.c
--- a/sys/arch/alpha/pci/apecs_bus_mem.c Thu Jun 29 08:44:03 2000 +0000
+++ b/sys/arch/alpha/pci/apecs_bus_mem.c Thu Jun 29 08:58:45 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: apecs_bus_mem.c,v 1.8 1997/09/02 13:19:12 thorpej Exp $ */
+/* $NetBSD: apecs_bus_mem.c,v 1.9 2000/06/29 08:58:45 mrg Exp $ */
/*
* Copyright (c) 1996 Carnegie-Mellon University.
@@ -29,14 +29,15 @@
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(1, "$NetBSD: apecs_bus_mem.c,v 1.8 1997/09/02 13:19:12 thorpej Exp $");
+__KERNEL_RCSID(1, "$NetBSD: apecs_bus_mem.c,v 1.9 2000/06/29 08:58:45 mrg Exp $");
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/malloc.h>
#include <sys/syslog.h>
#include <sys/device.h>
-#include <vm/vm.h>
+
+#include <uvm/uvm_extern.h>
#include <machine/bus.h>
diff -r 3fc198215445 -r fa4eeab6aeb6 sys/arch/alpha/pci/apecs_dma.c
--- a/sys/arch/alpha/pci/apecs_dma.c Thu Jun 29 08:44:03 2000 +0000
+++ b/sys/arch/alpha/pci/apecs_dma.c Thu Jun 29 08:58:45 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: apecs_dma.c,v 1.12 1998/08/14 16:50:04 thorpej Exp $ */
+/* $NetBSD: apecs_dma.c,v 1.13 2000/06/29 08:58:45 mrg Exp $ */
/*-
* Copyright (c) 1997, 1998 The NetBSD Foundation, Inc.
@@ -39,14 +39,15 @@
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(0, "$NetBSD: apecs_dma.c,v 1.12 1998/08/14 16:50:04 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: apecs_dma.c,v 1.13 2000/06/29 08:58:45 mrg Exp $");
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>
#include <sys/device.h>
#include <sys/malloc.h>
-#include <vm/vm.h>
+
+#include <uvm/uvm_extern.h>
#define _ALPHA_BUS_DMA_PRIVATE
#include <machine/bus.h>
diff -r 3fc198215445 -r fa4eeab6aeb6 sys/arch/alpha/pci/apecs_pci.c
--- a/sys/arch/alpha/pci/apecs_pci.c Thu Jun 29 08:44:03 2000 +0000
+++ b/sys/arch/alpha/pci/apecs_pci.c Thu Jun 29 08:58:45 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: apecs_pci.c,v 1.17 1999/06/29 17:10:57 ross Exp $ */
+/* $NetBSD: apecs_pci.c,v 1.18 2000/06/29 08:58:45 mrg Exp $ */
/*
* Copyright (c) 1995, 1996 Carnegie-Mellon University.
@@ -29,13 +29,14 @@
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(0, "$NetBSD: apecs_pci.c,v 1.17 1999/06/29 17:10:57 ross Exp $");
+__KERNEL_RCSID(0, "$NetBSD: apecs_pci.c,v 1.18 2000/06/29 08:58:45 mrg Exp $");
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>
#include <sys/device.h>
-#include <vm/vm.h>
+
+#include <uvm/uvm_extern.h>
#include <dev/pci/pcireg.h>
#include <dev/pci/pcivar.h>
diff -r 3fc198215445 -r fa4eeab6aeb6 sys/arch/alpha/pci/cia.c
--- a/sys/arch/alpha/pci/cia.c Thu Jun 29 08:44:03 2000 +0000
+++ b/sys/arch/alpha/pci/cia.c Thu Jun 29 08:58:45 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cia.c,v 1.55 2000/04/03 01:48:07 thorpej Exp $ */
+/* $NetBSD: cia.c,v 1.56 2000/06/29 08:58:45 mrg Exp $ */
/*-
* Copyright (c) 1998, 2000 The NetBSD Foundation, Inc.
@@ -72,14 +72,15 @@
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(0, "$NetBSD: cia.c,v 1.55 2000/04/03 01:48:07 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cia.c,v 1.56 2000/06/29 08:58:45 mrg Exp $");
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>
#include <sys/malloc.h>
#include <sys/device.h>
-#include <vm/vm.h>
+
+#include <uvm/uvm_extern.h>
#include <machine/autoconf.h>
#include <machine/rpb.h>
diff -r 3fc198215445 -r fa4eeab6aeb6 sys/arch/alpha/pci/cia_bwx_bus_io.c
--- a/sys/arch/alpha/pci/cia_bwx_bus_io.c Thu Jun 29 08:44:03 2000 +0000
+++ b/sys/arch/alpha/pci/cia_bwx_bus_io.c Thu Jun 29 08:58:45 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cia_bwx_bus_io.c,v 1.2 1999/12/02 19:43:25 thorpej Exp $ */
+/* $NetBSD: cia_bwx_bus_io.c,v 1.3 2000/06/29 08:58:46 mrg Exp $ */
/*
* Copyright (c) 1996 Carnegie-Mellon University.
@@ -29,14 +29,15 @@
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(1, "$NetBSD: cia_bwx_bus_io.c,v 1.2 1999/12/02 19:43:25 thorpej Exp $");
+__KERNEL_RCSID(1, "$NetBSD: cia_bwx_bus_io.c,v 1.3 2000/06/29 08:58:46 mrg Exp $");
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/malloc.h>
#include <sys/syslog.h>
#include <sys/device.h>
-#include <vm/vm.h>
+
+#include <uvm/uvm_extern.h>
#include <machine/bus.h>
diff -r 3fc198215445 -r fa4eeab6aeb6 sys/arch/alpha/pci/cia_bwx_bus_mem.c
--- a/sys/arch/alpha/pci/cia_bwx_bus_mem.c Thu Jun 29 08:44:03 2000 +0000
+++ b/sys/arch/alpha/pci/cia_bwx_bus_mem.c Thu Jun 29 08:58:45 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cia_bwx_bus_mem.c,v 1.2 1999/12/02 19:43:25 thorpej Exp $ */
+/* $NetBSD: cia_bwx_bus_mem.c,v 1.3 2000/06/29 08:58:46 mrg Exp $ */
/*
* Copyright (c) 1996 Carnegie-Mellon University.
@@ -29,14 +29,15 @@
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(1, "$NetBSD: cia_bwx_bus_mem.c,v 1.2 1999/12/02 19:43:25 thorpej Exp $");
+__KERNEL_RCSID(1, "$NetBSD: cia_bwx_bus_mem.c,v 1.3 2000/06/29 08:58:46 mrg Exp $");
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/malloc.h>
#include <sys/syslog.h>
#include <sys/device.h>
Home |
Main Index |
Thread Index |
Old Index