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 unneeded includes of <uvm/uvm_exte...



details:   https://anonhg.NetBSD.org/src/rev/c271d402da0d
branches:  trunk
changeset: 759704:c271d402da0d
user:      matt <matt%NetBSD.org@localhost>
date:      Wed Dec 15 01:27:18 2010 +0000

description:
Remove unneeded includes of <uvm/uvm_extern.h>

diffstat:

 sys/arch/alpha/pci/a12c.c             |  8 +++-----
 sys/arch/alpha/pci/a12c_dma.c         |  6 ++----
 sys/arch/alpha/pci/a12c_pci.c         |  6 ++----
 sys/arch/alpha/pci/apecs.c            |  6 ++----
 sys/arch/alpha/pci/apecs_bus_io.c     |  6 ++----
 sys/arch/alpha/pci/apecs_bus_mem.c    |  6 ++----
 sys/arch/alpha/pci/apecs_dma.c        |  6 ++----
 sys/arch/alpha/pci/apecs_pci.c        |  6 ++----
 sys/arch/alpha/pci/cia.c              |  6 ++----
 sys/arch/alpha/pci/cia_bwx_bus_io.c   |  6 ++----
 sys/arch/alpha/pci/cia_bwx_bus_mem.c  |  6 ++----
 sys/arch/alpha/pci/cia_dma.c          |  6 ++----
 sys/arch/alpha/pci/cia_pci.c          |  6 ++----
 sys/arch/alpha/pci/cia_swiz_bus_io.c  |  6 ++----
 sys/arch/alpha/pci/cia_swiz_bus_mem.c |  6 ++----
 sys/arch/alpha/pci/dwlpx.c            |  6 ++----
 sys/arch/alpha/pci/dwlpx_bus_io.c     |  6 ++----
 sys/arch/alpha/pci/dwlpx_bus_mem.c    |  6 ++----
 sys/arch/alpha/pci/dwlpx_dma.c        |  6 ++----
 sys/arch/alpha/pci/dwlpx_pci.c        |  6 ++----
 sys/arch/alpha/pci/irongate_bus_io.c  |  6 ++----
 sys/arch/alpha/pci/irongate_bus_mem.c |  6 ++----
 sys/arch/alpha/pci/irongate_dma.c     |  6 ++----
 sys/arch/alpha/pci/irongate_pci.c     |  6 ++----
 sys/arch/alpha/pci/lca.c              |  6 ++----
 sys/arch/alpha/pci/lca_bus_io.c       |  6 ++----
 sys/arch/alpha/pci/lca_bus_mem.c      |  6 ++----
 sys/arch/alpha/pci/lca_dma.c          |  6 ++----
 sys/arch/alpha/pci/lca_pci.c          |  6 ++----
 sys/arch/alpha/pci/mcpcia_bus_io.c    |  6 ++----
 sys/arch/alpha/pci/mcpcia_bus_mem.c   |  6 ++----
 sys/arch/alpha/pci/mcpcia_dma.c       |  6 ++----
 sys/arch/alpha/pci/mcpcia_pci.c       |  6 ++----
 sys/arch/alpha/pci/pci_1000.c         |  6 ++----
 sys/arch/alpha/pci/pci_1000a.c        |  6 ++----
 sys/arch/alpha/pci/pci_2100_a50.c     |  6 ++----
 sys/arch/alpha/pci/pci_550.c          |  6 ++----
 sys/arch/alpha/pci/pci_6600.c         |  6 ++----
 sys/arch/alpha/pci/pci_a12.c          |  6 ++----
 sys/arch/alpha/pci/pci_alphabook1.c   |  8 ++------
 sys/arch/alpha/pci/pci_axppci_33.c    |  6 ++----
 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      |  6 ++----
 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       |  6 ++----
 sys/arch/alpha/pci/tsp_bus_io.c       |  6 ++----
 sys/arch/alpha/pci/tsp_bus_mem.c      |  6 ++----
 sys/arch/alpha/pci/tsp_dma.c          |  6 ++----
 sys/arch/alpha/pci/tsp_pci.c          |  6 ++----
 sys/arch/alpha/pci/ttwoga_dma.c       |  6 ++----
 56 files changed, 113 insertions(+), 227 deletions(-)

diffs (truncated from 1514 to 300 lines):

diff -r 6de9a7c1fff8 -r c271d402da0d sys/arch/alpha/pci/a12c.c
--- a/sys/arch/alpha/pci/a12c.c Wed Dec 15 00:58:58 2010 +0000
+++ b/sys/arch/alpha/pci/a12c.c Wed Dec 15 01:27:18 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: a12c.c,v 1.21 2009/03/14 21:04:02 dsl Exp $ */
+/* $NetBSD: a12c.c,v 1.22 2010/12/15 01:27:18 matt 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.21 2009/03/14 21:04:02 dsl Exp $");
+__KERNEL_RCSID(0, "$NetBSD: a12c.c,v 1.22 2010/12/15 01:27:18 matt Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -46,8 +46,6 @@
 #include <sys/malloc.h>
 #include <sys/device.h>
 
-#include <uvm/uvm_extern.h>
-
 #include <machine/autoconf.h>
 #include <machine/rpb.h>
 
@@ -134,7 +132,7 @@
        a12c_init(ccp, 1);
 
        /* XXX print chipset information */
-       printf(": driver %s over logic %x\n", "$Revision: 1.21 $", 
+       printf(": driver %s over logic %x\n", "$Revision: 1.22 $", 
                A12_ALL_EXTRACT(REGVAL(A12_VERS)));
 
        pci_a12_pickintr(ccp);
diff -r 6de9a7c1fff8 -r c271d402da0d sys/arch/alpha/pci/a12c_dma.c
--- a/sys/arch/alpha/pci/a12c_dma.c     Wed Dec 15 00:58:58 2010 +0000
+++ b/sys/arch/alpha/pci/a12c_dma.c     Wed Dec 15 01:27:18 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: a12c_dma.c,v 1.6 2009/03/14 15:35:59 dsl Exp $ */
+/* $NetBSD: a12c_dma.c,v 1.7 2010/12/15 01:27:18 matt Exp $ */
 
 /*-
  * Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -44,7 +44,7 @@
 #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.6 2009/03/14 15:35:59 dsl Exp $");
+__KERNEL_RCSID(0, "$NetBSD: a12c_dma.c,v 1.7 2010/12/15 01:27:18 matt Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -52,8 +52,6 @@
 #include <sys/device.h>
 #include <sys/malloc.h>
 
-#include <uvm/uvm_extern.h>
-
 #define _ALPHA_BUS_DMA_PRIVATE
 #include <machine/bus.h>
 
diff -r 6de9a7c1fff8 -r c271d402da0d sys/arch/alpha/pci/a12c_pci.c
--- a/sys/arch/alpha/pci/a12c_pci.c     Wed Dec 15 00:58:58 2010 +0000
+++ b/sys/arch/alpha/pci/a12c_pci.c     Wed Dec 15 01:27:18 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: a12c_pci.c,v 1.6 2009/03/14 21:04:02 dsl Exp $ */
+/* $NetBSD: a12c_pci.c,v 1.7 2010/12/15 01:27:18 matt 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.6 2009/03/14 21:04:02 dsl Exp $");
+__KERNEL_RCSID(0, "$NetBSD: a12c_pci.c,v 1.7 2010/12/15 01:27:18 matt Exp $");
 __KERNEL_COPYRIGHT(0,
     "Copyright (c) 1997 Christopher G. Demetriou.  All rights reserved.");
 
@@ -47,8 +47,6 @@
 #include <sys/kernel.h>
 #include <sys/device.h>
 
-#include <uvm/uvm_extern.h>
-
 #include <dev/pci/pcireg.h>
 #include <dev/pci/pcivar.h>
 #include <alpha/pci/a12creg.h>
diff -r 6de9a7c1fff8 -r c271d402da0d sys/arch/alpha/pci/apecs.c
--- a/sys/arch/alpha/pci/apecs.c        Wed Dec 15 00:58:58 2010 +0000
+++ b/sys/arch/alpha/pci/apecs.c        Wed Dec 15 01:27:18 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: apecs.c,v 1.50 2010/04/15 13:02:13 jakllsch Exp $ */
+/* $NetBSD: apecs.c,v 1.51 2010/12/15 01:27:18 matt Exp $ */
 
 /*-
  * Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -63,7 +63,7 @@
 
 #include <sys/cdefs.h>                 /* RCS ID & Copyright macro defns */
 
-__KERNEL_RCSID(0, "$NetBSD: apecs.c,v 1.50 2010/04/15 13:02:13 jakllsch Exp $");
+__KERNEL_RCSID(0, "$NetBSD: apecs.c,v 1.51 2010/12/15 01:27:18 matt Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -71,8 +71,6 @@
 #include <sys/malloc.h>
 #include <sys/device.h>
 
-#include <uvm/uvm_extern.h>
-
 #include <machine/autoconf.h>
 #include <machine/rpb.h>
 #include <machine/sysarch.h>
diff -r 6de9a7c1fff8 -r c271d402da0d sys/arch/alpha/pci/apecs_bus_io.c
--- a/sys/arch/alpha/pci/apecs_bus_io.c Wed Dec 15 00:58:58 2010 +0000
+++ b/sys/arch/alpha/pci/apecs_bus_io.c Wed Dec 15 01:27:18 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: apecs_bus_io.c,v 1.9 2000/06/29 08:58:45 mrg Exp $ */
+/* $NetBSD: apecs_bus_io.c,v 1.10 2010/12/15 01:27:18 matt Exp $ */
 
 /*
  * Copyright (c) 1996 Carnegie-Mellon University.
@@ -29,7 +29,7 @@
 
 #include <sys/cdefs.h>                 /* RCS ID & Copyright macro defns */
 
-__KERNEL_RCSID(1, "$NetBSD: apecs_bus_io.c,v 1.9 2000/06/29 08:58:45 mrg Exp $");
+__KERNEL_RCSID(1, "$NetBSD: apecs_bus_io.c,v 1.10 2010/12/15 01:27:18 matt Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -37,8 +37,6 @@
 #include <sys/syslog.h>
 #include <sys/device.h>
 
-#include <uvm/uvm_extern.h>
-
 #include <machine/bus.h>
 
 #include <alpha/pci/apecsreg.h>
diff -r 6de9a7c1fff8 -r c271d402da0d sys/arch/alpha/pci/apecs_bus_mem.c
--- a/sys/arch/alpha/pci/apecs_bus_mem.c        Wed Dec 15 00:58:58 2010 +0000
+++ b/sys/arch/alpha/pci/apecs_bus_mem.c        Wed Dec 15 01:27:18 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: apecs_bus_mem.c,v 1.9 2000/06/29 08:58:45 mrg Exp $ */
+/* $NetBSD: apecs_bus_mem.c,v 1.10 2010/12/15 01:27:18 matt Exp $ */
 
 /*
  * Copyright (c) 1996 Carnegie-Mellon University.
@@ -29,7 +29,7 @@
 
 #include <sys/cdefs.h>                 /* RCS ID & Copyright macro defns */
 
-__KERNEL_RCSID(1, "$NetBSD: apecs_bus_mem.c,v 1.9 2000/06/29 08:58:45 mrg Exp $");
+__KERNEL_RCSID(1, "$NetBSD: apecs_bus_mem.c,v 1.10 2010/12/15 01:27:18 matt Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -37,8 +37,6 @@
 #include <sys/syslog.h>
 #include <sys/device.h>
 
-#include <uvm/uvm_extern.h>
-
 #include <machine/bus.h>
 
 #include <alpha/pci/apecsreg.h>
diff -r 6de9a7c1fff8 -r c271d402da0d sys/arch/alpha/pci/apecs_dma.c
--- a/sys/arch/alpha/pci/apecs_dma.c    Wed Dec 15 00:58:58 2010 +0000
+++ b/sys/arch/alpha/pci/apecs_dma.c    Wed Dec 15 01:27:18 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: apecs_dma.c,v 1.18 2009/03/14 15:35:59 dsl Exp $ */
+/* $NetBSD: apecs_dma.c,v 1.19 2010/12/15 01:27:18 matt Exp $ */
 
 /*-
  * Copyright (c) 1997, 1998 The NetBSD Foundation, Inc.
@@ -32,7 +32,7 @@
 
 #include <sys/cdefs.h>                 /* RCS ID & Copyright macro defns */
 
-__KERNEL_RCSID(0, "$NetBSD: apecs_dma.c,v 1.18 2009/03/14 15:35:59 dsl Exp $");
+__KERNEL_RCSID(0, "$NetBSD: apecs_dma.c,v 1.19 2010/12/15 01:27:18 matt Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -40,8 +40,6 @@
 #include <sys/device.h>
 #include <sys/malloc.h>
 
-#include <uvm/uvm_extern.h>
-
 #define _ALPHA_BUS_DMA_PRIVATE
 #include <machine/bus.h>
 
diff -r 6de9a7c1fff8 -r c271d402da0d sys/arch/alpha/pci/apecs_pci.c
--- a/sys/arch/alpha/pci/apecs_pci.c    Wed Dec 15 00:58:58 2010 +0000
+++ b/sys/arch/alpha/pci/apecs_pci.c    Wed Dec 15 01:27:18 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: apecs_pci.c,v 1.22 2009/03/14 21:04:02 dsl Exp $ */
+/* $NetBSD: apecs_pci.c,v 1.23 2010/12/15 01:27:18 matt Exp $ */
 
 /*
  * Copyright (c) 1995, 1996 Carnegie-Mellon University.
@@ -29,15 +29,13 @@
 
 #include <sys/cdefs.h>                 /* RCS ID & Copyright macro defns */
 
-__KERNEL_RCSID(0, "$NetBSD: apecs_pci.c,v 1.22 2009/03/14 21:04:02 dsl Exp $");
+__KERNEL_RCSID(0, "$NetBSD: apecs_pci.c,v 1.23 2010/12/15 01:27:18 matt Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
 #include <sys/kernel.h>
 #include <sys/device.h>
 
-#include <uvm/uvm_extern.h>
-
 #include <dev/pci/pcireg.h>
 #include <dev/pci/pcivar.h>
 #include <alpha/pci/apecsreg.h>
diff -r 6de9a7c1fff8 -r c271d402da0d sys/arch/alpha/pci/cia.c
--- a/sys/arch/alpha/pci/cia.c  Wed Dec 15 00:58:58 2010 +0000
+++ b/sys/arch/alpha/pci/cia.c  Wed Dec 15 01:27:18 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cia.c,v 1.69 2009/03/14 21:04:02 dsl Exp $ */
+/* $NetBSD: cia.c,v 1.70 2010/12/15 01:27:18 matt Exp $ */
 
 /*-
  * Copyright (c) 1998, 2000 The NetBSD Foundation, Inc.
@@ -65,7 +65,7 @@
 
 #include <sys/cdefs.h>                 /* RCS ID & Copyright macro defns */
 
-__KERNEL_RCSID(0, "$NetBSD: cia.c,v 1.69 2009/03/14 21:04:02 dsl Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cia.c,v 1.70 2010/12/15 01:27:18 matt Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -73,8 +73,6 @@
 #include <sys/malloc.h>
 #include <sys/device.h>
 
-#include <uvm/uvm_extern.h>
-
 #include <machine/autoconf.h>
 #include <machine/rpb.h>
 #include <machine/sysarch.h>
diff -r 6de9a7c1fff8 -r c271d402da0d sys/arch/alpha/pci/cia_bwx_bus_io.c
--- a/sys/arch/alpha/pci/cia_bwx_bus_io.c       Wed Dec 15 00:58:58 2010 +0000
+++ b/sys/arch/alpha/pci/cia_bwx_bus_io.c       Wed Dec 15 01:27:18 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cia_bwx_bus_io.c,v 1.3 2000/06/29 08:58:46 mrg Exp $ */
+/* $NetBSD: cia_bwx_bus_io.c,v 1.4 2010/12/15 01:27:18 matt Exp $ */
 
 /*
  * Copyright (c) 1996 Carnegie-Mellon University.
@@ -29,7 +29,7 @@
 
 #include <sys/cdefs.h>                 /* RCS ID & Copyright macro defns */
 
-__KERNEL_RCSID(1, "$NetBSD: cia_bwx_bus_io.c,v 1.3 2000/06/29 08:58:46 mrg Exp $");
+__KERNEL_RCSID(1, "$NetBSD: cia_bwx_bus_io.c,v 1.4 2010/12/15 01:27:18 matt Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -37,8 +37,6 @@
 #include <sys/syslog.h>
 #include <sys/device.h>
 
-#include <uvm/uvm_extern.h>
-
 #include <machine/bus.h>
 
 #include <alpha/pci/ciareg.h>
diff -r 6de9a7c1fff8 -r c271d402da0d sys/arch/alpha/pci/cia_bwx_bus_mem.c
--- a/sys/arch/alpha/pci/cia_bwx_bus_mem.c      Wed Dec 15 00:58:58 2010 +0000
+++ b/sys/arch/alpha/pci/cia_bwx_bus_mem.c      Wed Dec 15 01:27:18 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cia_bwx_bus_mem.c,v 1.3 2000/06/29 08:58:46 mrg Exp $ */
+/* $NetBSD: cia_bwx_bus_mem.c,v 1.4 2010/12/15 01:27:18 matt Exp $ */
 
 /*
  * Copyright (c) 1996 Carnegie-Mellon University.
@@ -29,7 +29,7 @@
 
 #include <sys/cdefs.h>                 /* RCS ID & Copyright macro defns */
 
-__KERNEL_RCSID(1, "$NetBSD: cia_bwx_bus_mem.c,v 1.3 2000/06/29 08:58:46 mrg Exp $");
+__KERNEL_RCSID(1, "$NetBSD: cia_bwx_bus_mem.c,v 1.4 2010/12/15 01:27:18 matt Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -37,8 +37,6 @@
 #include <sys/syslog.h>
 #include <sys/device.h>
 



Home | Main Index | Thread Index | Old Index