summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2004-01-09 21:32:25 +0000
committerBrad Smith <brad@cvs.openbsd.org>2004-01-09 21:32:25 +0000
commit343387b19c5cf0e0dc8372bb57c9d913cdcc1387 (patch)
tree1065523e9a8c432d05d0184fd79969e70e8ec36b /sys/dev
parentc432c99495aabd16877efc8ff7569b247a814f94 (diff)
remove uvm_extern.h
tested on alpha, i386, powerpc, sparc64, m68k. ok miod@
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/atapiscsi/atapiscsi.c4
-rw-r--r--sys/dev/audio.c4
-rw-r--r--sys/dev/ccd.c4
-rw-r--r--sys/dev/eisa/if_fea.c4
-rw-r--r--sys/dev/ic/aac.c4
-rw-r--r--sys/dev/ic/adv.c4
-rw-r--r--sys/dev/ic/advlib.c4
-rw-r--r--sys/dev/ic/adw.c4
-rw-r--r--sys/dev/ic/adwlib.c4
-rw-r--r--sys/dev/ic/ami.c4
-rw-r--r--sys/dev/ic/cac.c4
-rw-r--r--sys/dev/ic/osiop.c4
-rw-r--r--sys/dev/isa/ad1848.c3
-rw-r--r--sys/dev/isa/aria.c3
-rw-r--r--sys/dev/isa/i82365_isa.c4
-rw-r--r--sys/dev/isa/i82365_isapnp.c4
-rw-r--r--sys/dev/isa/i82365_isasubr.c4
-rw-r--r--sys/dev/isa/if_ie.c4
-rw-r--r--sys/dev/isa/if_iy.c4
-rw-r--r--sys/dev/isa/if_le.c4
-rw-r--r--sys/dev/isa/if_le_isa.c4
-rw-r--r--sys/dev/isa/if_le_isapnp.c4
-rw-r--r--sys/dev/isa/mpu401.c3
-rw-r--r--sys/dev/isa/sbdsp.c3
-rw-r--r--sys/dev/isa/tcic2_isa.c4
-rw-r--r--sys/dev/ksyms.c4
-rw-r--r--sys/dev/pci/auvia.c4
-rw-r--r--sys/dev/pci/hifn7751.c4
-rw-r--r--sys/dev/pci/if_fxp_pci.c4
-rw-r--r--sys/dev/pci/if_xl_pci.c4
-rw-r--r--sys/dev/pci/lofn.c4
-rw-r--r--sys/dev/pci/noct.c4
-rw-r--r--sys/dev/pci/nofn.c4
-rw-r--r--sys/dev/pci/pciide.c4
-rw-r--r--sys/dev/pci/safe.c4
-rw-r--r--sys/dev/pci/tga.c4
-rw-r--r--sys/dev/pci/ubsec.c4
37 files changed, 37 insertions, 107 deletions
diff --git a/sys/dev/atapiscsi/atapiscsi.c b/sys/dev/atapiscsi/atapiscsi.c
index 6f06fdf89e0..c192fc709ed 100644
--- a/sys/dev/atapiscsi/atapiscsi.c
+++ b/sys/dev/atapiscsi/atapiscsi.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: atapiscsi.c,v 1.67 2003/10/21 10:00:28 jmc Exp $ */
+/* $OpenBSD: atapiscsi.c,v 1.68 2004/01/09 21:32:23 brad Exp $ */
/*
* This code is derived from code with the copyright below.
@@ -56,8 +56,6 @@
#include <scsi/scsi_tape.h>
#include <scsi/scsiconf.h>
-#include <uvm/uvm_extern.h>
-
#include <machine/bus.h>
#include <machine/cpu.h>
#include <machine/intr.h>
diff --git a/sys/dev/audio.c b/sys/dev/audio.c
index 05a07bba0df..494066c3827 100644
--- a/sys/dev/audio.c
+++ b/sys/dev/audio.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: audio.c,v 1.42 2003/09/23 16:51:12 millert Exp $ */
+/* $OpenBSD: audio.c,v 1.43 2004/01/09 21:32:23 brad Exp $ */
/* $NetBSD: audio.c,v 1.105 1998/09/27 16:43:56 christos Exp $ */
/*
@@ -85,8 +85,6 @@
#include <dev/rndvar.h>
-#include <uvm/uvm_extern.h>
-
#include <machine/endian.h>
#ifdef AUDIO_DEBUG
diff --git a/sys/dev/ccd.c b/sys/dev/ccd.c
index 154eb4d6673..eaac7b55473 100644
--- a/sys/dev/ccd.c
+++ b/sys/dev/ccd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ccd.c,v 1.53 2003/06/02 23:28:01 millert Exp $ */
+/* $OpenBSD: ccd.c,v 1.54 2004/01/09 21:32:23 brad Exp $ */
/* $NetBSD: ccd.c,v 1.33 1996/05/05 04:21:14 thorpej Exp $ */
/*-
@@ -112,8 +112,6 @@
#include <dev/ccdvar.h>
-#include <uvm/uvm_extern.h>
-
#ifdef __GNUC__
#define INLINE static __inline
#else
diff --git a/sys/dev/eisa/if_fea.c b/sys/dev/eisa/if_fea.c
index 21458f328eb..1f2dd99e14c 100644
--- a/sys/dev/eisa/if_fea.c
+++ b/sys/dev/eisa/if_fea.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_fea.c,v 1.15 2002/06/09 03:14:18 todd Exp $ */
+/* $OpenBSD: if_fea.c,v 1.16 2004/01/09 21:32:23 brad Exp $ */
/* $NetBSD: if_fea.c,v 1.9 1996/10/21 22:31:05 thorpej Exp $ */
/*-
@@ -65,8 +65,6 @@
#include <net/if_fddi.h>
-#include <uvm/uvm_extern.h>
-
#include <machine/cpu.h>
#include <machine/bus.h>
diff --git a/sys/dev/ic/aac.c b/sys/dev/ic/aac.c
index 544e2e955dd..bdcf2777eed 100644
--- a/sys/dev/ic/aac.c
+++ b/sys/dev/ic/aac.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: aac.c,v 1.16 2003/09/02 21:20:40 fgsch Exp $ */
+/* $OpenBSD: aac.c,v 1.17 2004/01/09 21:32:23 brad Exp $ */
/*-
* Copyright (c) 2000 Michael Smith
@@ -51,8 +51,6 @@
#include <machine/bus.h>
-#include <uvm/uvm_extern.h>
-
#include <scsi/scsi_all.h>
#include <scsi/scsi_disk.h>
#include <scsi/scsiconf.h>
diff --git a/sys/dev/ic/adv.c b/sys/dev/ic/adv.c
index edea8226c71..92d104093df 100644
--- a/sys/dev/ic/adv.c
+++ b/sys/dev/ic/adv.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: adv.c,v 1.12 2002/03/14 01:26:53 millert Exp $ */
+/* $OpenBSD: adv.c,v 1.13 2004/01/09 21:32:23 brad Exp $ */
/* $NetBSD: adv.c,v 1.6 1998/10/28 20:39:45 dante Exp $ */
/*
@@ -53,8 +53,6 @@
#include <machine/bus.h>
#include <machine/intr.h>
-#include <uvm/uvm_extern.h>
-
#include <scsi/scsi_all.h>
#include <scsi/scsiconf.h>
diff --git a/sys/dev/ic/advlib.c b/sys/dev/ic/advlib.c
index a3074aac6e2..ed4846212ef 100644
--- a/sys/dev/ic/advlib.c
+++ b/sys/dev/ic/advlib.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: advlib.c,v 1.9 2003/10/21 18:58:48 jmc Exp $ */
+/* $OpenBSD: advlib.c,v 1.10 2004/01/09 21:32:23 brad Exp $ */
/* $NetBSD: advlib.c,v 1.7 1998/10/28 20:39:46 dante Exp $ */
/*
@@ -67,8 +67,6 @@
#include <scsi/scsi_all.h>
#include <scsi/scsiconf.h>
-#include <uvm/uvm_extern.h>
-
#include <dev/ic/adv.h>
#include <dev/ic/advlib.h>
#include <dev/ic/advmcode.h>
diff --git a/sys/dev/ic/adw.c b/sys/dev/ic/adw.c
index 111c2aa142a..40f178e45cb 100644
--- a/sys/dev/ic/adw.c
+++ b/sys/dev/ic/adw.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: adw.c,v 1.27 2003/10/21 18:58:48 jmc Exp $ */
+/* $OpenBSD: adw.c,v 1.28 2004/01/09 21:32:23 brad Exp $ */
/* $NetBSD: adw.c,v 1.23 2000/05/27 18:24:50 dante Exp $ */
/*
@@ -54,8 +54,6 @@
#include <machine/bus.h>
#include <machine/intr.h>
-#include <uvm/uvm_extern.h>
-
#include <scsi/scsi_all.h>
#include <scsi/scsiconf.h>
diff --git a/sys/dev/ic/adwlib.c b/sys/dev/ic/adwlib.c
index 151b09627c5..6e3570da2de 100644
--- a/sys/dev/ic/adwlib.c
+++ b/sys/dev/ic/adwlib.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: adwlib.c,v 1.18 2003/10/21 18:58:48 jmc Exp $ */
+/* $OpenBSD: adwlib.c,v 1.19 2004/01/09 21:32:23 brad Exp $ */
/* $NetBSD: adwlib.c,v 1.20 2000/07/04 04:17:03 itojun Exp $ */
/*
@@ -68,8 +68,6 @@
#include <dev/pci/pcidevs.h>
-#include <uvm/uvm_extern.h>
-
#include <dev/ic/adwlib.h>
#include <dev/microcode/adw/adwmcode.h>
#include <dev/ic/adw.h>
diff --git a/sys/dev/ic/ami.c b/sys/dev/ic/ami.c
index 0d3e2790e6b..e3db905c426 100644
--- a/sys/dev/ic/ami.c
+++ b/sys/dev/ic/ami.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ami.c,v 1.23 2003/06/28 23:55:50 avsm Exp $ */
+/* $OpenBSD: ami.c,v 1.24 2004/01/09 21:32:23 brad Exp $ */
/*
* Copyright (c) 2001 Michael Shalayeff
@@ -55,8 +55,6 @@
#include <machine/bus.h>
-#include <uvm/uvm_extern.h>
-
#include <scsi/scsi_all.h>
#include <scsi/scsi_disk.h>
#include <scsi/scsiconf.h>
diff --git a/sys/dev/ic/cac.c b/sys/dev/ic/cac.c
index 7378acc5dcc..dbbf361fdd5 100644
--- a/sys/dev/ic/cac.c
+++ b/sys/dev/ic/cac.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cac.c,v 1.16 2003/06/02 19:24:22 mickey Exp $ */
+/* $OpenBSD: cac.c,v 1.17 2004/01/09 21:32:23 brad Exp $ */
/* $NetBSD: cac.c,v 1.15 2000/11/08 19:20:35 ad Exp $ */
/*
@@ -82,8 +82,6 @@
#include <sys/malloc.h>
#include <sys/pool.h>
-#include <uvm/uvm_extern.h>
-
#include <machine/bus.h>
#include <scsi/scsi_all.h>
diff --git a/sys/dev/ic/osiop.c b/sys/dev/ic/osiop.c
index 4c25b584e3c..360cc75f514 100644
--- a/sys/dev/ic/osiop.c
+++ b/sys/dev/ic/osiop.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: osiop.c,v 1.18 2003/10/21 18:58:49 jmc Exp $ */
+/* $OpenBSD: osiop.c,v 1.19 2004/01/09 21:32:23 brad Exp $ */
/* $NetBSD: osiop.c,v 1.9 2002/04/05 18:27:54 bouyer Exp $ */
/*
@@ -82,8 +82,6 @@
#include <sys/buf.h>
#include <sys/kernel.h>
-#include <uvm/uvm_extern.h>
-
#include <scsi/scsi_all.h>
#include <scsi/scsiconf.h>
#include <scsi/scsi_message.h>
diff --git a/sys/dev/isa/ad1848.c b/sys/dev/isa/ad1848.c
index db11e21acca..0d7b943187a 100644
--- a/sys/dev/isa/ad1848.c
+++ b/sys/dev/isa/ad1848.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ad1848.c,v 1.29 2003/06/08 00:41:10 miod Exp $ */
+/* $OpenBSD: ad1848.c,v 1.30 2004/01/09 21:32:23 brad Exp $ */
/* $NetBSD: ad1848.c,v 1.45 1998/01/30 02:02:38 augustss Exp $ */
/*
@@ -80,7 +80,6 @@
#include <machine/bus.h>
#include <sys/audioio.h>
-#include <uvm/uvm_extern.h>
#include <dev/audio_if.h>
#include <dev/auconv.h>
diff --git a/sys/dev/isa/aria.c b/sys/dev/isa/aria.c
index ad09545920d..2da86c3bb26 100644
--- a/sys/dev/isa/aria.c
+++ b/sys/dev/isa/aria.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: aria.c,v 1.9 2003/04/27 11:22:53 ho Exp $ */
+/* $OpenBSD: aria.c,v 1.10 2004/01/09 21:32:23 brad Exp $ */
/*
* Copyright (c) 1995, 1996 Roland C. Dowdeswell. All rights reserved.
@@ -66,7 +66,6 @@
#include <sys/device.h>
#include <sys/proc.h>
#include <sys/buf.h>
-#include <uvm/uvm_extern.h>
#include <machine/cpu.h>
#include <machine/pio.h>
diff --git a/sys/dev/isa/i82365_isa.c b/sys/dev/isa/i82365_isa.c
index 0a1ce406681..1a770e40ee0 100644
--- a/sys/dev/isa/i82365_isa.c
+++ b/sys/dev/isa/i82365_isa.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: i82365_isa.c,v 1.17 2002/03/14 03:16:05 millert Exp $ */
+/* $OpenBSD: i82365_isa.c,v 1.18 2004/01/09 21:32:23 brad Exp $ */
/* $NetBSD: i82365_isa.c,v 1.11 1998/06/09 07:25:00 thorpej Exp $ */
/*
@@ -38,8 +38,6 @@
#include <sys/extent.h>
#include <sys/malloc.h>
-#include <uvm/uvm_extern.h>
-
#include <machine/bus.h>
#include <machine/intr.h>
diff --git a/sys/dev/isa/i82365_isapnp.c b/sys/dev/isa/i82365_isapnp.c
index 99bcc42861e..a2cbea41ff6 100644
--- a/sys/dev/isa/i82365_isapnp.c
+++ b/sys/dev/isa/i82365_isapnp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: i82365_isapnp.c,v 1.4 2002/03/14 01:26:56 millert Exp $ */
+/* $OpenBSD: i82365_isapnp.c,v 1.5 2004/01/09 21:32:23 brad Exp $ */
/* $NetBSD: i82365_isapnp.c,v 1.8 2000/02/23 17:22:11 soren Exp $ */
/*
@@ -40,8 +40,6 @@
#include <sys/extent.h>
#include <sys/malloc.h>
-#include <uvm/uvm_extern.h>
-
#include <machine/bus.h>
#include <machine/intr.h>
diff --git a/sys/dev/isa/i82365_isasubr.c b/sys/dev/isa/i82365_isasubr.c
index 4f7d08fba9f..5ae3f5a6bde 100644
--- a/sys/dev/isa/i82365_isasubr.c
+++ b/sys/dev/isa/i82365_isasubr.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: i82365_isasubr.c,v 1.17 2002/03/14 01:26:56 millert Exp $ */
+/* $OpenBSD: i82365_isasubr.c,v 1.18 2004/01/09 21:32:24 brad Exp $ */
/* $NetBSD: i82365_isasubr.c,v 1.1 1998/06/07 18:28:31 sommerfe Exp $ */
/*
@@ -39,8 +39,6 @@
#include <sys/extent.h>
#include <sys/malloc.h>
-#include <uvm/uvm_extern.h>
-
#include <machine/bus.h>
#include <machine/intr.h>
diff --git a/sys/dev/isa/if_ie.c b/sys/dev/isa/if_ie.c
index 7104c52b837..fa32afec20b 100644
--- a/sys/dev/isa/if_ie.c
+++ b/sys/dev/isa/if_ie.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_ie.c,v 1.26 2003/04/10 10:11:24 miod Exp $ */
+/* $OpenBSD: if_ie.c,v 1.27 2004/01/09 21:32:24 brad Exp $ */
/* $NetBSD: if_ie.c,v 1.51 1996/05/12 23:52:48 mycroft Exp $ */
/*-
@@ -139,8 +139,6 @@ iomem, and to make 16-pointers, we subtract sc_maddr and and with 0xffff.
#include <netinet/if_ether.h>
#endif
-#include <uvm/uvm_extern.h>
-
#include <machine/cpu.h>
#include <machine/bus.h>
#include <machine/intr.h>
diff --git a/sys/dev/isa/if_iy.c b/sys/dev/isa/if_iy.c
index c85c251fe58..e89273ecf1d 100644
--- a/sys/dev/isa/if_iy.c
+++ b/sys/dev/isa/if_iy.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_iy.c,v 1.17 2002/12/15 13:17:04 henning Exp $ */
+/* $OpenBSD: if_iy.c,v 1.18 2004/01/09 21:32:24 brad Exp $ */
/* $NetBSD: if_iy.c,v 1.4 1996/05/12 23:52:53 mycroft Exp $ */
/* #define IYDEBUG */
/* #define IYMEMDEBUG */
@@ -72,8 +72,6 @@
#include <netns/ns_if.h>
#endif
-#include <uvm/uvm_extern.h>
-
#include <machine/cpu.h>
#include <machine/intr.h>
#include <machine/pio.h>
diff --git a/sys/dev/isa/if_le.c b/sys/dev/isa/if_le.c
index 680aaf5b38b..36c830fd9c5 100644
--- a/sys/dev/isa/if_le.c
+++ b/sys/dev/isa/if_le.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_le.c,v 1.16 2003/06/02 23:28:02 millert Exp $ */
+/* $OpenBSD: if_le.c,v 1.17 2004/01/09 21:32:24 brad Exp $ */
/* $NetBSD: if_le_isa.c,v 1.2 1996/05/12 23:52:56 mycroft Exp $ */
/*-
@@ -54,8 +54,6 @@
#include <netinet/if_ether.h>
#endif
-#include <uvm/uvm_extern.h>
-
#include <machine/cpu.h>
#include <machine/intr.h>
diff --git a/sys/dev/isa/if_le_isa.c b/sys/dev/isa/if_le_isa.c
index bca12ffc9eb..aca424a2aab 100644
--- a/sys/dev/isa/if_le_isa.c
+++ b/sys/dev/isa/if_le_isa.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_le_isa.c,v 1.17 2003/06/02 23:28:02 millert Exp $ */
+/* $OpenBSD: if_le_isa.c,v 1.18 2004/01/09 21:32:24 brad Exp $ */
/* $NetBSD: if_le_isa.c,v 1.2 1996/05/12 23:52:56 mycroft Exp $ */
/*-
@@ -54,8 +54,6 @@
#include <netinet/if_ether.h>
#endif
-#include <uvm/uvm_extern.h>
-
#include <machine/cpu.h>
#include <machine/intr.h>
diff --git a/sys/dev/isa/if_le_isapnp.c b/sys/dev/isa/if_le_isapnp.c
index 0cd3e8e3c63..05c7f7ce2c3 100644
--- a/sys/dev/isa/if_le_isapnp.c
+++ b/sys/dev/isa/if_le_isapnp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_le_isapnp.c,v 1.10 2003/06/02 23:28:03 millert Exp $ */
+/* $OpenBSD: if_le_isapnp.c,v 1.11 2004/01/09 21:32:24 brad Exp $ */
/* $NetBSD: if_le_isa.c,v 1.2 1996/05/12 23:52:56 mycroft Exp $ */
/*-
@@ -54,8 +54,6 @@
#include <netinet/if_ether.h>
#endif
-#include <uvm/uvm_extern.h>
-
#include <machine/cpu.h>
#include <machine/intr.h>
diff --git a/sys/dev/isa/mpu401.c b/sys/dev/isa/mpu401.c
index 96f251dc64e..e602cdb03e3 100644
--- a/sys/dev/isa/mpu401.c
+++ b/sys/dev/isa/mpu401.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mpu401.c,v 1.8 2002/11/28 23:24:53 mickey Exp $ */
+/* $OpenBSD: mpu401.c,v 1.9 2004/01/09 21:32:24 brad Exp $ */
/* $NetBSD: mpu401.c,v 1.3 1998/11/25 22:17:06 augustss Exp $ */
/*
@@ -45,7 +45,6 @@
#include <sys/device.h>
#include <sys/proc.h>
#include <sys/buf.h>
-#include <uvm/uvm_extern.h>
#include <machine/cpu.h>
#include <machine/intr.h>
diff --git a/sys/dev/isa/sbdsp.c b/sys/dev/isa/sbdsp.c
index 82fb921b9bd..b97e2fb5374 100644
--- a/sys/dev/isa/sbdsp.c
+++ b/sys/dev/isa/sbdsp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sbdsp.c,v 1.22 2003/04/27 11:22:53 ho Exp $ */
+/* $OpenBSD: sbdsp.c,v 1.23 2004/01/09 21:32:24 brad Exp $ */
/*
* Copyright (c) 1991-1993 Regents of the University of California.
@@ -54,7 +54,6 @@
#include <sys/device.h>
#include <sys/proc.h>
#include <sys/buf.h>
-#include <uvm/uvm_extern.h>
#include <machine/cpu.h>
#include <machine/intr.h>
diff --git a/sys/dev/isa/tcic2_isa.c b/sys/dev/isa/tcic2_isa.c
index da8e26434eb..ed093552eae 100644
--- a/sys/dev/isa/tcic2_isa.c
+++ b/sys/dev/isa/tcic2_isa.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tcic2_isa.c,v 1.5 2002/03/14 03:16:05 millert Exp $ */
+/* $OpenBSD: tcic2_isa.c,v 1.6 2004/01/09 21:32:24 brad Exp $ */
/* $NetBSD: tcic2_isa.c,v 1.2 1999/04/08 16:14:29 bad Exp $ */
#undef TCICISADEBUG
@@ -42,8 +42,6 @@
#include <sys/extent.h>
#include <sys/malloc.h>
-#include <uvm/uvm_extern.h>
-
#include <machine/bus.h>
#include <machine/intr.h>
diff --git a/sys/dev/ksyms.c b/sys/dev/ksyms.c
index 1d7f379e931..6ba2895cb08 100644
--- a/sys/dev/ksyms.c
+++ b/sys/dev/ksyms.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ksyms.c,v 1.14 2003/06/03 01:22:55 millert Exp $ */
+/* $OpenBSD: ksyms.c,v 1.15 2004/01/09 21:32:23 brad Exp $ */
/*
* Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com>
* Copyright (c) 2001 Artur Grabowski <art@openbsd.org>
@@ -40,8 +40,6 @@
#include <machine/cpu.h>
-#include <uvm/uvm_extern.h>
-
extern char *esym; /* end of symbol table */
#ifdef __sparc64__
extern char *ssym; /* end of kernel */
diff --git a/sys/dev/pci/auvia.c b/sys/dev/pci/auvia.c
index b514474ff66..c24c0a7f1dc 100644
--- a/sys/dev/pci/auvia.c
+++ b/sys/dev/pci/auvia.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: auvia.c,v 1.26 2003/10/19 20:33:28 grange Exp $ */
+/* $OpenBSD: auvia.c,v 1.27 2004/01/09 21:32:24 brad Exp $ */
/* $NetBSD: auvia.c,v 1.7 2000/11/15 21:06:33 jdolecek Exp $ */
/*-
@@ -53,8 +53,6 @@
#include <sys/device.h>
#include <sys/audioio.h>
-#include <uvm/uvm_extern.h>
-
#include <dev/pci/pcidevs.h>
#include <dev/pci/pcivar.h>
diff --git a/sys/dev/pci/hifn7751.c b/sys/dev/pci/hifn7751.c
index 5755beffad7..41902bdf44e 100644
--- a/sys/dev/pci/hifn7751.c
+++ b/sys/dev/pci/hifn7751.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: hifn7751.c,v 1.144 2003/10/09 03:47:20 jason Exp $ */
+/* $OpenBSD: hifn7751.c,v 1.145 2004/01/09 21:32:24 brad Exp $ */
/*
* Invertex AEON / Hifn 7751 driver
@@ -54,8 +54,6 @@
#include <sys/mbuf.h>
#include <sys/device.h>
-#include <uvm/uvm_extern.h>
-
#include <crypto/cryptodev.h>
#include <dev/rndvar.h>
diff --git a/sys/dev/pci/if_fxp_pci.c b/sys/dev/pci/if_fxp_pci.c
index 161586c8639..cb6300d4002 100644
--- a/sys/dev/pci/if_fxp_pci.c
+++ b/sys/dev/pci/if_fxp_pci.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_fxp_pci.c,v 1.22 2003/12/23 16:44:35 mickey Exp $ */
+/* $OpenBSD: if_fxp_pci.c,v 1.23 2004/01/09 21:32:24 brad Exp $ */
/*
* Copyright (c) 1995, David Greenman
@@ -64,8 +64,6 @@
#include <netinet/if_ether.h>
-#include <uvm/uvm_extern.h>
-
#include <machine/cpu.h>
#include <machine/bus.h>
#include <machine/intr.h>
diff --git a/sys/dev/pci/if_xl_pci.c b/sys/dev/pci/if_xl_pci.c
index 29603c44389..94c1dc5276a 100644
--- a/sys/dev/pci/if_xl_pci.c
+++ b/sys/dev/pci/if_xl_pci.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_xl_pci.c,v 1.17 2003/12/23 16:46:21 mickey Exp $ */
+/* $OpenBSD: if_xl_pci.c,v 1.18 2004/01/09 21:32:24 brad Exp $ */
/*
* Copyright (c) 1997, 1998, 1999
@@ -71,8 +71,6 @@
#include <net/bpf.h>
#endif
-#include <uvm/uvm_extern.h> /* for vtophys */
-
/*
* The following #define causes the code to use PIO to access the
* chip's registers instead of memory mapped mode. The reason PIO mode
diff --git a/sys/dev/pci/lofn.c b/sys/dev/pci/lofn.c
index 8add993176d..aae12700220 100644
--- a/sys/dev/pci/lofn.c
+++ b/sys/dev/pci/lofn.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: lofn.c,v 1.23 2003/06/02 19:08:58 jason Exp $ */
+/* $OpenBSD: lofn.c,v 1.24 2004/01/09 21:32:24 brad Exp $ */
/*
* Copyright (c) 2001-2002 Jason L. Wright (jason@thought.net)
@@ -44,8 +44,6 @@
#include <sys/mbuf.h>
#include <sys/device.h>
-#include <uvm/uvm_extern.h>
-
#include <crypto/cryptodev.h>
#include <dev/rndvar.h>
diff --git a/sys/dev/pci/noct.c b/sys/dev/pci/noct.c
index 09d8b2c3fec..481ba7bddc6 100644
--- a/sys/dev/pci/noct.c
+++ b/sys/dev/pci/noct.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: noct.c,v 1.13 2003/06/02 19:08:58 jason Exp $ */
+/* $OpenBSD: noct.c,v 1.14 2004/01/09 21:32:24 brad Exp $ */
/*
* Copyright (c) 2002 Jason L. Wright (jason@thought.net)
@@ -46,8 +46,6 @@
#include <sys/extent.h>
#include <sys/kthread.h>
-#include <uvm/uvm_extern.h>
-
#include <crypto/cryptodev.h>
#include <dev/rndvar.h>
diff --git a/sys/dev/pci/nofn.c b/sys/dev/pci/nofn.c
index e1c3444ff5e..7f5d66c95a5 100644
--- a/sys/dev/pci/nofn.c
+++ b/sys/dev/pci/nofn.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: nofn.c,v 1.9 2003/06/02 19:08:58 jason Exp $ */
+/* $OpenBSD: nofn.c,v 1.10 2004/01/09 21:32:24 brad Exp $ */
/*
* Copyright (c) 2002 Jason L. Wright (jason@thought.net)
@@ -45,8 +45,6 @@
#include <sys/device.h>
#include <sys/queue.h>
-#include <uvm/uvm_extern.h>
-
#include <crypto/cryptodev.h>
#include <crypto/cryptosoft.h>
#include <dev/rndvar.h>
diff --git a/sys/dev/pci/pciide.c b/sys/dev/pci/pciide.c
index 81fa8c6da76..7a400cbe331 100644
--- a/sys/dev/pci/pciide.c
+++ b/sys/dev/pci/pciide.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pciide.c,v 1.152 2003/12/20 08:03:54 grange Exp $ */
+/* $OpenBSD: pciide.c,v 1.153 2004/01/09 21:32:24 brad Exp $ */
/* $NetBSD: pciide.c,v 1.127 2001/08/03 01:31:08 tsutsui Exp $ */
/*
@@ -96,8 +96,6 @@ int wdcdebug_pciide_mask = WDCDEBUG_PCIIDE_MASK;
#include <sys/device.h>
#include <sys/malloc.h>
-#include <uvm/uvm_extern.h>
-
#include <machine/endian.h>
#include <dev/pci/pcireg.h>
diff --git a/sys/dev/pci/safe.c b/sys/dev/pci/safe.c
index e21e5da406a..aac344f26d3 100644
--- a/sys/dev/pci/safe.c
+++ b/sys/dev/pci/safe.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: safe.c,v 1.10 2003/08/22 19:11:22 jason Exp $ */
+/* $OpenBSD: safe.c,v 1.11 2004/01/09 21:32:24 brad Exp $ */
/*-
* Copyright (c) 2003 Sam Leffler, Errno Consulting
@@ -44,8 +44,6 @@
#include <sys/device.h>
#include <sys/timeout.h>
-#include <uvm/uvm_extern.h>
-
#include <machine/bus.h>
#include <crypto/sha1.h>
diff --git a/sys/dev/pci/tga.c b/sys/dev/pci/tga.c
index f01d5d94687..d26bc6a57ba 100644
--- a/sys/dev/pci/tga.c
+++ b/sys/dev/pci/tga.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tga.c,v 1.21 2003/08/31 17:09:12 matthieu Exp $ */
+/* $OpenBSD: tga.c,v 1.22 2004/01/09 21:32:24 brad Exp $ */
/* $NetBSD: tga.c,v 1.40 2002/03/13 15:05:18 ad Exp $ */
/*
@@ -56,8 +56,6 @@
#include <dev/rasops/rasops.h>
#include <dev/wsfont/wsfont.h>
-#include <uvm/uvm_extern.h>
-
#ifdef __alpha__
#include <machine/pte.h>
#endif
diff --git a/sys/dev/pci/ubsec.c b/sys/dev/pci/ubsec.c
index 448aa26ba9e..0f5cd9b8a22 100644
--- a/sys/dev/pci/ubsec.c
+++ b/sys/dev/pci/ubsec.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ubsec.c,v 1.131 2003/09/03 15:55:41 jason Exp $ */
+/* $OpenBSD: ubsec.c,v 1.132 2004/01/09 21:32:24 brad Exp $ */
/*
* Copyright (c) 2000 Jason L. Wright (jason@thought.net)
@@ -48,8 +48,6 @@
#include <sys/device.h>
#include <sys/queue.h>
-#include <uvm/uvm_extern.h>
-
#include <crypto/cryptodev.h>
#include <crypto/cryptosoft.h>
#include <dev/rndvar.h>