summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/apm/apm.c4
-rw-r--r--sys/i386/bios/apm.c4
-rw-r--r--sys/i386/eisa/aha1742.c4
-rw-r--r--sys/i386/i386/conf.c4
-rw-r--r--sys/i386/i386/db_disasm.c4
-rw-r--r--sys/i386/i386/db_interface.c7
-rw-r--r--sys/i386/i386/genassym.c7
-rw-r--r--sys/i386/i386/machdep.c11
-rw-r--r--sys/i386/i386/math_emulate.c11
-rw-r--r--sys/i386/i386/mem.c3
-rw-r--r--sys/i386/i386/pmap.c11
-rw-r--r--sys/i386/i386/procfs_machdep.c12
-rw-r--r--sys/i386/i386/sys_machdep.c11
-rw-r--r--sys/i386/i386/trap.c11
-rw-r--r--sys/i386/i386/vm_machdep.c11
-rw-r--r--sys/i386/ibcs2/ibcs2_isc.c3
-rw-r--r--sys/i386/ibcs2/ibcs2_other.c3
-rw-r--r--sys/i386/ibcs2/ibcs2_util.h1
-rw-r--r--sys/i386/ibcs2/imgact_coff.c9
-rw-r--r--sys/i386/isa/aha1542.c4
-rw-r--r--sys/i386/isa/bt742a.c4
-rw-r--r--sys/i386/isa/cronyx.c2
-rw-r--r--sys/i386/isa/if_le.c4
-rw-r--r--sys/i386/isa/isa.c4
-rw-r--r--sys/i386/isa/lpt.c4
-rw-r--r--sys/i386/isa/pcvt/pcvt_hdr.h3
-rw-r--r--sys/i386/isa/seagate.c4
-rw-r--r--sys/i386/isa/si.c4
-rw-r--r--sys/i386/isa/sound/os.h3
-rw-r--r--sys/i386/isa/syscons.c4
-rw-r--r--sys/i386/isa/ultra14f.c4
-rw-r--r--sys/i386/isa/wd.c5
-rw-r--r--sys/i386/isa/wd7000.c2
-rw-r--r--sys/i386/scsi/aic7xxx.c4
34 files changed, 149 insertions, 37 deletions
diff --git a/sys/i386/apm/apm.c b/sys/i386/apm/apm.c
index d1167dd..eee873d 100644
--- a/sys/i386/apm/apm.c
+++ b/sys/i386/apm/apm.c
@@ -13,7 +13,7 @@
*
* Sep, 1994 Implemented on FreeBSD 1.1.5.1R (Toshiba AVS001WD)
*
- * $Id: apm.c,v 1.17 1995/11/29 10:47:13 julian Exp $
+ * $Id: apm.c,v 1.18 1995/11/29 14:39:17 julian Exp $
*/
#include "apm.h"
@@ -43,6 +43,8 @@
#include <machine/segments.h>
#include <machine/clock.h>
#include <vm/vm.h>
+#include <vm/vm_param.h>
+#include <vm/pmap.h>
#include <sys/syslog.h>
#include "apm_setup.h"
#endif /* __FreeBSD__ */
diff --git a/sys/i386/bios/apm.c b/sys/i386/bios/apm.c
index d1167dd..eee873d 100644
--- a/sys/i386/bios/apm.c
+++ b/sys/i386/bios/apm.c
@@ -13,7 +13,7 @@
*
* Sep, 1994 Implemented on FreeBSD 1.1.5.1R (Toshiba AVS001WD)
*
- * $Id: apm.c,v 1.17 1995/11/29 10:47:13 julian Exp $
+ * $Id: apm.c,v 1.18 1995/11/29 14:39:17 julian Exp $
*/
#include "apm.h"
@@ -43,6 +43,8 @@
#include <machine/segments.h>
#include <machine/clock.h>
#include <vm/vm.h>
+#include <vm/vm_param.h>
+#include <vm/pmap.h>
#include <sys/syslog.h>
#include "apm_setup.h"
#endif /* __FreeBSD__ */
diff --git a/sys/i386/eisa/aha1742.c b/sys/i386/eisa/aha1742.c
index a61b909..583735e 100644
--- a/sys/i386/eisa/aha1742.c
+++ b/sys/i386/eisa/aha1742.c
@@ -14,7 +14,7 @@
*
* commenced: Sun Sep 27 18:14:01 PDT 1992
*
- * $Id: aha1742.c,v 1.41 1995/11/29 10:12:28 phk Exp $
+ * $Id: aha1742.c,v 1.42 1995/12/06 23:52:35 bde Exp $
*/
#include <sys/types.h>
@@ -32,6 +32,8 @@
#include <machine/clock.h>
#include <vm/vm.h>
+#include <vm/vm_param.h>
+#include <vm/pmap.h>
#include <i386/eisa/eisaconf.h>
#else
diff --git a/sys/i386/i386/conf.c b/sys/i386/i386/conf.c
index 318f50b..e65ce87 100644
--- a/sys/i386/i386/conf.c
+++ b/sys/i386/i386/conf.c
@@ -42,7 +42,7 @@
* SUCH DAMAGE.
*
* from: @(#)conf.c 5.8 (Berkeley) 5/12/91
- * $Id: conf.c,v 1.110 1995/12/05 20:33:57 bde Exp $
+ * $Id: conf.c,v 1.111 1995/12/06 22:31:54 bde Exp $
*/
#include <sys/param.h>
@@ -55,6 +55,8 @@
#include <sys/conf.h>
#include <vm/vm.h>
+#include <vm/vm_param.h>
+#include <vm/vm_extern.h>
#ifdef JREMOD
diff --git a/sys/i386/i386/db_disasm.c b/sys/i386/i386/db_disasm.c
index 469364c..690600f 100644
--- a/sys/i386/i386/db_disasm.c
+++ b/sys/i386/i386/db_disasm.c
@@ -23,7 +23,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id: db_disasm.c,v 1.10 1995/10/29 15:29:48 phk Exp $
+ * $Id: db_disasm.c,v 1.11 1995/10/30 17:13:25 bde Exp $
*/
/*
@@ -32,6 +32,8 @@
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/proc.h>
+#include <vm/vm.h>
+#include <vm/vm_param.h>
#include <ddb/ddb.h>
#include <ddb/db_access.h>
diff --git a/sys/i386/i386/db_interface.c b/sys/i386/i386/db_interface.c
index 2f458a8..7536c1c 100644
--- a/sys/i386/i386/db_interface.c
+++ b/sys/i386/i386/db_interface.c
@@ -23,7 +23,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id: db_interface.c,v 1.14 1995/05/30 07:59:22 rgrimes Exp $
+ * $Id: db_interface.c,v 1.15 1995/11/18 06:49:35 bde Exp $
*/
/*
@@ -40,10 +40,11 @@
#include <machine/cons.h> /* XXX: import cons_unavail */
-#include <ddb/ddb.h>
-
+#include <vm/vm.h>
+#include <vm/vm_param.h>
#include <vm/pmap.h>
+#include <ddb/ddb.h>
#include <setjmp.h>
int db_active = 0;
diff --git a/sys/i386/i386/genassym.c b/sys/i386/i386/genassym.c
index 2d47b84..b0c77b0 100644
--- a/sys/i386/i386/genassym.c
+++ b/sys/i386/i386/genassym.c
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)genassym.c 5.11 (Berkeley) 5/10/91
- * $Id: genassym.c,v 1.28 1995/08/17 11:29:55 davidg Exp $
+ * $Id: genassym.c,v 1.29 1995/12/03 18:35:17 bde Exp $
*/
#include <stdio.h>
@@ -57,7 +57,12 @@
#include <machine/reg.h>
#include <machine/bootinfo.h>
#include <sys/syscall.h>
+#include <sys/vmmeter.h>
#include <vm/vm.h>
+#include <vm/vm_param.h>
+#include <vm/lock.h>
+#include <vm/pmap.h>
+#include <vm/vm_map.h>
#include <sys/user.h>
#include <net/if.h>
#include <netinet/in.h>
diff --git a/sys/i386/i386/machdep.c b/sys/i386/i386/machdep.c
index 6520a16..4717cc7 100644
--- a/sys/i386/i386/machdep.c
+++ b/sys/i386/i386/machdep.c
@@ -35,7 +35,7 @@
* SUCH DAMAGE.
*
* from: @(#)machdep.c 7.4 (Berkeley) 6/3/91
- * $Id: machdep.c,v 1.153 1995/11/29 19:57:01 wollman Exp $
+ * $Id: machdep.c,v 1.154 1995/12/04 16:47:40 phk Exp $
*/
#include "npx.h"
@@ -47,7 +47,6 @@
#include <sys/signalvar.h>
#include <sys/kernel.h>
#include <sys/proc.h>
-#include <sys/user.h>
#include <sys/buf.h>
#include <sys/reboot.h>
#include <sys/conf.h>
@@ -62,6 +61,7 @@
#include <sys/tty.h>
#include <sys/sysctl.h>
#include <sys/devconf.h>
+#include <sys/vmmeter.h>
#ifdef SYSVSHM
#include <sys/shm.h>
@@ -76,10 +76,17 @@
#endif
#include <vm/vm.h>
+#include <vm/vm_param.h>
+#include <vm/vm_prot.h>
+#include <vm/lock.h>
#include <vm/vm_kern.h>
+#include <vm/vm_object.h>
#include <vm/vm_page.h>
+#include <vm/vm_map.h>
#include <vm/vm_pager.h>
+#include <vm/vm_extern.h>
+#include <sys/user.h>
#include <sys/exec.h>
#include <sys/vnode.h>
diff --git a/sys/i386/i386/math_emulate.c b/sys/i386/i386/math_emulate.c
index f995d0c..8051bb8 100644
--- a/sys/i386/i386/math_emulate.c
+++ b/sys/i386/i386/math_emulate.c
@@ -6,7 +6,7 @@
* [expediant "port" of linux 8087 emulator to 386BSD, with apologies -wfj]
*
* from: 386BSD 0.1
- * $Id: math_emulate.c,v 1.13 1995/06/14 05:06:51 bde Exp $
+ * $Id: math_emulate.c,v 1.14 1995/10/29 15:29:56 phk Exp $
*/
/*
@@ -43,11 +43,18 @@
#include <machine/reg.h>
#include <sys/proc.h>
-#include <sys/user.h>
#include <sys/acct.h>
#include <sys/kernel.h>
#include <sys/signal.h>
+#include <vm/vm.h>
+#include <vm/vm_param.h>
+#include <vm/vm_prot.h>
+#include <vm/lock.h>
+#include <vm/pmap.h>
+#include <vm/vm_map.h>
+#include <sys/user.h>
+
#define __ALIGNED_TEMP_REAL 1
#include "math_emu.h"
diff --git a/sys/i386/i386/mem.c b/sys/i386/i386/mem.c
index a444ed6..5fb364e 100644
--- a/sys/i386/i386/mem.c
+++ b/sys/i386/i386/mem.c
@@ -38,7 +38,7 @@
*
* from: Utah $Hdr: mem.c 1.13 89/10/08$
* from: @(#)mem.c 7.2 (Berkeley) 5/9/91
- * $Id: mem.c,v 1.20 1995/11/29 10:47:18 julian Exp $
+ * $Id: mem.c,v 1.21 1995/11/29 14:39:26 julian Exp $
*/
/*
@@ -62,6 +62,7 @@
#include <vm/lock.h>
#include <vm/vm_prot.h>
#include <vm/pmap.h>
+#include <vm/vm_extern.h>
#ifdef JREMOD
#include <sys/kernel.h>
diff --git a/sys/i386/i386/pmap.c b/sys/i386/i386/pmap.c
index 3ef2d87..e89ef2d 100644
--- a/sys/i386/i386/pmap.c
+++ b/sys/i386/i386/pmap.c
@@ -39,7 +39,7 @@
* SUCH DAMAGE.
*
* from: @(#)pmap.c 7.7 (Berkeley) 5/12/91
- * $Id: pmap.c,v 1.65 1995/11/20 12:10:01 phk Exp $
+ * $Id: pmap.c,v 1.66 1995/12/03 18:35:28 bde Exp $
*/
/*
@@ -89,13 +89,20 @@
#include <sys/systm.h>
#include <sys/proc.h>
#include <sys/malloc.h>
-#include <sys/user.h>
#include <sys/msgbuf.h>
+#include <sys/queue.h>
#include <vm/vm.h>
+#include <vm/vm_param.h>
+#include <vm/vm_prot.h>
+#include <vm/lock.h>
#include <vm/vm_kern.h>
#include <vm/vm_page.h>
+#include <vm/vm_map.h>
+#include <vm/vm_object.h>
+#include <vm/vm_extern.h>
+#include <machine/pcb.h>
#include <machine/cputypes.h>
#include <machine/md_var.h>
diff --git a/sys/i386/i386/procfs_machdep.c b/sys/i386/i386/procfs_machdep.c
index 1b51d06..1c88a55 100644
--- a/sys/i386/i386/procfs_machdep.c
+++ b/sys/i386/i386/procfs_machdep.c
@@ -37,7 +37,7 @@
* @(#)procfs_machdep.c 8.3 (Berkeley) 1/27/94
*
* From:
- * $Id: procfs_machdep.c,v 1.3 1995/01/14 13:20:09 bde Exp $
+ * $Id: procfs_machdep.c,v 1.4 1995/03/16 18:11:29 bde Exp $
*/
/*
@@ -72,7 +72,6 @@
#include <sys/kernel.h>
#include <sys/proc.h>
#include <sys/ptrace.h>
-#include <sys/user.h>
#include <sys/vnode.h>
#include <machine/psl.h>
#include <machine/reg.h>
@@ -80,6 +79,15 @@
#include <machine/md_var.h>
#include <miscfs/procfs/procfs.h>
+#include <vm/vm.h>
+#include <vm/vm_param.h>
+#include <vm/vm_prot.h>
+#include <vm/lock.h>
+#include <vm/pmap.h>
+#include <vm/vm_map.h>
+
+#include <sys/user.h>
+
int
procfs_read_regs(p, regs)
struct proc *p;
diff --git a/sys/i386/i386/sys_machdep.c b/sys/i386/i386/sys_machdep.c
index ca6dcc9..686d33d 100644
--- a/sys/i386/i386/sys_machdep.c
+++ b/sys/i386/i386/sys_machdep.c
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* from: @(#)sys_machdep.c 5.5 (Berkeley) 1/19/91
- * $Id$
+ * $Id: sys_machdep.c,v 1.11 1995/11/12 07:10:47 bde Exp $
*
*/
@@ -39,6 +39,15 @@
#include <sys/systm.h>
#include <sys/sysproto.h>
#include <sys/proc.h>
+
+#include <vm/vm.h>
+#include <vm/vm_param.h>
+#include <vm/vm_prot.h>
+#include <vm/lock.h>
+#include <vm/pmap.h>
+#include <vm/vm_map.h>
+#include <vm/vm_extern.h>
+
#include <sys/user.h>
#include <machine/cpu.h>
diff --git a/sys/i386/i386/trap.c b/sys/i386/i386/trap.c
index 1b92567..5c8a647 100644
--- a/sys/i386/i386/trap.c
+++ b/sys/i386/i386/trap.c
@@ -35,7 +35,7 @@
* SUCH DAMAGE.
*
* from: @(#)trap.c 7.4 (Berkeley) 5/13/91
- * $Id: trap.c,v 1.61 1995/10/09 04:36:01 bde Exp $
+ * $Id: trap.c,v 1.62 1995/10/28 15:38:32 phk Exp $
*/
/*
@@ -45,20 +45,27 @@
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/proc.h>
-#include <sys/user.h>
#include <sys/acct.h>
#include <sys/kernel.h>
#include <sys/syscall.h>
#include <sys/sysent.h>
+#include <sys/queue.h>
+#include <sys/vmmeter.h>
#ifdef KTRACE
#include <sys/ktrace.h>
#endif
+#include <vm/vm.h>
#include <vm/vm_param.h>
+#include <vm/vm_prot.h>
+#include <vm/lock.h>
#include <vm/pmap.h>
#include <vm/vm_kern.h>
#include <vm/vm_map.h>
#include <vm/vm_page.h>
+#include <vm/vm_extern.h>
+
+#include <sys/user.h>
#include <machine/cpu.h>
#include <machine/md_var.h>
diff --git a/sys/i386/i386/vm_machdep.c b/sys/i386/i386/vm_machdep.c
index 6e2a520..9779f11 100644
--- a/sys/i386/i386/vm_machdep.c
+++ b/sys/i386/i386/vm_machdep.c
@@ -38,7 +38,7 @@
*
* from: @(#)vm_machdep.c 7.3 (Berkeley) 5/13/91
* Utah $Hdr: vm_machdep.c 1.16.1.1 89/06/23$
- * $Id: vm_machdep.c,v 1.44 1995/11/18 06:54:11 bde Exp $
+ * $Id: vm_machdep.c,v 1.45 1995/11/20 12:10:09 phk Exp $
*/
#include "npx.h"
@@ -48,15 +48,22 @@
#include <sys/malloc.h>
#include <sys/buf.h>
#include <sys/vnode.h>
-#include <sys/user.h>
+#include <sys/vmmeter.h>
#include <machine/clock.h>
#include <machine/cpu.h>
#include <machine/md_var.h>
#include <vm/vm.h>
+#include <vm/vm_param.h>
+#include <vm/vm_prot.h>
+#include <vm/lock.h>
#include <vm/vm_kern.h>
#include <vm/vm_page.h>
+#include <vm/vm_map.h>
+#include <vm/vm_extern.h>
+
+#include <sys/user.h>
#include <i386/isa/isa.h>
diff --git a/sys/i386/ibcs2/ibcs2_isc.c b/sys/i386/ibcs2/ibcs2_isc.c
index 0b6f596..ae81a2d 100644
--- a/sys/i386/ibcs2/ibcs2_isc.c
+++ b/sys/i386/ibcs2/ibcs2_isc.c
@@ -27,12 +27,13 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: ibcs2_isc.c,v 1.4 1995/05/30 07:59:58 rgrimes Exp $
+ * $Id: ibcs2_isc.c,v 1.5 1995/10/10 07:58:52 swallace Exp $
*/
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/sysent.h>
+#include <sys/proc.h>
#include <machine/cpu.h>
#include <machine/psl.h>
diff --git a/sys/i386/ibcs2/ibcs2_other.c b/sys/i386/ibcs2/ibcs2_other.c
index 8708fc6..1614a0d 100644
--- a/sys/i386/ibcs2/ibcs2_other.c
+++ b/sys/i386/ibcs2/ibcs2_other.c
@@ -21,7 +21,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id$
+ * $Id: ibcs2_other.c,v 1.2 1995/10/16 05:52:55 swallace Exp $
*/
/*
@@ -30,6 +30,7 @@
#include <sys/param.h>
#include <sys/systm.h>
+#include <sys/proc.h>
#include <sys/sysproto.h>
#include <sys/kernel.h>
diff --git a/sys/i386/ibcs2/ibcs2_util.h b/sys/i386/ibcs2/ibcs2_util.h
index 124a411..17594bb 100644
--- a/sys/i386/ibcs2/ibcs2_util.h
+++ b/sys/i386/ibcs2/ibcs2_util.h
@@ -41,6 +41,7 @@
#include <vm/vm.h>
#include <vm/vm_param.h>
+#include <vm/pmap.h>
#include <machine/vmparam.h>
#include <sys/exec.h>
#include <sys/cdefs.h>
diff --git a/sys/i386/ibcs2/imgact_coff.c b/sys/i386/ibcs2/imgact_coff.c
index 170c2fa..c71ff50 100644
--- a/sys/i386/ibcs2/imgact_coff.c
+++ b/sys/i386/ibcs2/imgact_coff.c
@@ -26,7 +26,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: imgact_coff.c,v 1.9 1995/10/10 17:33:19 swallace Exp $
+ * $Id: imgact_coff.c,v 1.10 1995/11/06 12:52:14 davidg Exp $
*/
#include <sys/param.h>
@@ -40,8 +40,15 @@
#include <sys/malloc.h>
#include <sys/mount.h>
#include <sys/sysent.h>
+
#include <vm/vm.h>
+#include <vm/vm_param.h>
+#include <vm/vm_prot.h>
+#include <vm/lock.h>
+#include <vm/pmap.h>
+#include <vm/vm_map.h>
#include <vm/vm_kern.h>
+#include <vm/vm_extern.h>
#include <i386/ibcs2/coff.h>
#include <i386/ibcs2/ibcs2_util.h>
diff --git a/sys/i386/isa/aha1542.c b/sys/i386/isa/aha1542.c
index 9230a68..9f79dd6 100644
--- a/sys/i386/isa/aha1542.c
+++ b/sys/i386/isa/aha1542.c
@@ -12,7 +12,7 @@
* on the understanding that TFS is not responsible for the correct
* functioning of this software in any circumstances.
*
- * $Id: aha1542.c,v 1.50 1995/11/04 17:07:00 bde Exp $
+ * $Id: aha1542.c,v 1.51 1995/12/06 23:50:45 bde Exp $
*/
/*
@@ -35,6 +35,8 @@
#include <machine/cpu.h> /* XXX for bootverbose: a funny place */
#include <vm/vm.h>
+#include <vm/vm_param.h>
+#include <vm/pmap.h>
#include <i386/isa/isa_device.h>
#endif /* KERNEL */
diff --git a/sys/i386/isa/bt742a.c b/sys/i386/isa/bt742a.c
index a092cea..329ab87 100644
--- a/sys/i386/isa/bt742a.c
+++ b/sys/i386/isa/bt742a.c
@@ -12,7 +12,7 @@
* on the understanding that TFS is not responsible for the correct
* functioning of this software in any circumstances.
*
- * $Id: bt742a.c,v 1.44 1995/12/06 23:50:06 bde Exp $
+ * $Id: bt742a.c,v 1.45 1995/12/07 09:13:48 peter Exp $
*/
/*
@@ -50,6 +50,8 @@
#include <machine/clock.h>
#include <vm/vm.h>
+#include <vm/vm_param.h>
+#include <vm/pmap.h>
#include <i386/isa/isa_device.h>
#include <scsi/scsi_all.h>
diff --git a/sys/i386/isa/cronyx.c b/sys/i386/isa/cronyx.c
index c782557..c5ed8f4 100644
--- a/sys/i386/isa/cronyx.c
+++ b/sys/i386/isa/cronyx.c
@@ -30,6 +30,8 @@
# include <sys/socket.h>
# include <net/if.h>
# include <vm/vm.h>
+# include <vm/vm_param.h>
+# include <vm/pmap.h>
# ifndef __FreeBSD__
# include <machine/inline.h>
# endif
diff --git a/sys/i386/isa/if_le.c b/sys/i386/isa/if_le.c
index 2e38218..241f47c 100644
--- a/sys/i386/isa/if_le.c
+++ b/sys/i386/isa/if_le.c
@@ -21,7 +21,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: if_le.c,v 1.23 1995/11/04 17:07:33 bde Exp $
+ * $Id: if_le.c,v 1.24 1995/12/05 02:01:13 davidg Exp $
*/
/*
@@ -82,6 +82,8 @@
#include <i386/isa/icu.h>
#include <vm/vm.h>
+#include <vm/vm_param.h>
+#include <vm/pmap.h>
#if NBPFILTER > 0
#include <net/bpf.h>
diff --git a/sys/i386/isa/isa.c b/sys/i386/isa/isa.c
index 503d0d4..e04a500 100644
--- a/sys/i386/isa/isa.c
+++ b/sys/i386/isa/isa.c
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)isa.c 7.2 (Berkeley) 5/13/91
- * $Id: isa.c,v 1.56 1995/11/20 12:41:44 phk Exp $
+ * $Id: isa.c,v 1.57 1995/11/20 13:24:18 bde Exp $
*/
/*
@@ -61,6 +61,8 @@
#include <sys/rlist.h>
#include <machine/segments.h>
#include <vm/vm.h>
+#include <vm/vm_param.h>
+#include <vm/pmap.h>
#include <machine/spl.h>
#include <machine/cpu.h>
#include <i386/isa/isa_device.h>
diff --git a/sys/i386/isa/lpt.c b/sys/i386/isa/lpt.c
index 3c5c0f4..3c0b4b4 100644
--- a/sys/i386/isa/lpt.c
+++ b/sys/i386/isa/lpt.c
@@ -46,7 +46,7 @@
* SUCH DAMAGE.
*
* from: unknown origin, 386BSD 0.1
- * $Id: lpt.c,v 1.43 1995/12/02 20:33:40 phk Exp $
+ * $Id: lpt.c,v 1.44 1995/12/06 23:50:14 bde Exp $
*/
/*
@@ -118,6 +118,8 @@
#include <machine/lpt.h>
#include <vm/vm.h>
+#include <vm/vm_param.h>
+#include <vm/pmap.h>
#include <i386/isa/isa.h>
#include <i386/isa/isa_device.h>
diff --git a/sys/i386/isa/pcvt/pcvt_hdr.h b/sys/i386/isa/pcvt/pcvt_hdr.h
index 65aa098..57848cc 100644
--- a/sys/i386/isa/pcvt/pcvt_hdr.h
+++ b/sys/i386/isa/pcvt/pcvt_hdr.h
@@ -169,6 +169,9 @@
#include <machine/clock.h>
#include <machine/md_var.h>
#endif
+#include <vm/vm.h>
+#include <vm/vm_param.h>
+#include <vm/pmap.h>
#else /* PCVT_FREEBSD >= 200 */
#include "machine/pc/display.h"
#endif /* PCVT_FREEBSD >= 200 */
diff --git a/sys/i386/isa/seagate.c b/sys/i386/isa/seagate.c
index eaf6142..76a5215 100644
--- a/sys/i386/isa/seagate.c
+++ b/sys/i386/isa/seagate.c
@@ -60,7 +60,7 @@
* that category, with the possible exception of scanners and
* some of the older MO drives.
*
- * $Id: seagate.c,v 1.12 1995/11/04 17:07:44 bde Exp $
+ * $Id: seagate.c,v 1.13 1995/12/06 23:50:20 bde Exp $
*/
/*
@@ -126,6 +126,8 @@
#include <machine/clock.h>
#include <vm/vm.h>
+#include <vm/vm_param.h>
+#include <vm/pmap.h>
#include <i386/isa/isa_device.h>
diff --git a/sys/i386/isa/si.c b/sys/i386/isa/si.c
index 5e35245..1b732d9 100644
--- a/sys/i386/isa/si.c
+++ b/sys/i386/isa/si.c
@@ -30,7 +30,7 @@
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN
* NO EVENT SHALL THE AUTHORS BE LIABLE.
*
- * $Id: si.c,v 1.20 1995/12/04 17:33:45 peter Exp $
+ * $Id: si.c,v 1.21 1995/12/06 23:50:27 bde Exp $
*/
#ifndef lint
@@ -57,6 +57,8 @@ static char si_copyright1[] = "@(#) (C) Specialix International, 1990,1992",
#include <machine/clock.h>
#include <vm/vm.h>
+#include <vm/vm_param.h>
+#include <vm/pmap.h>
#include <i386/isa/icu.h>
#include <i386/isa/isa.h>
diff --git a/sys/i386/isa/sound/os.h b/sys/i386/isa/sound/os.h
index ad5b98e..69c641e 100644
--- a/sys/i386/isa/sound/os.h
+++ b/sys/i386/isa/sound/os.h
@@ -32,6 +32,9 @@
#include <sys/buf.h>
#include <i386/isa/isa_device.h>
#include <machine/cpufunc.h>
+#include <vm/vm.h>
+#include <vm/vm_param.h>
+#include <vm/vm_extern.h>
/* These few lines are used by 386BSD (only??). */
diff --git a/sys/i386/isa/syscons.c b/sys/i386/isa/syscons.c
index a1c2796..6c736ca 100644
--- a/sys/i386/isa/syscons.c
+++ b/sys/i386/isa/syscons.c
@@ -25,7 +25,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: syscons.c,v 1.132 1995/11/30 03:29:31 ache Exp $
+ * $Id: syscons.c,v 1.133 1995/12/06 23:50:36 bde Exp $
*/
#include "sc.h"
@@ -56,6 +56,8 @@
#include <machine/random.h>
#include <vm/vm.h>
+#include <vm/vm_param.h>
+#include <vm/pmap.h>
#include <i386/isa/isa.h>
#include <i386/isa/isa_device.h>
diff --git a/sys/i386/isa/ultra14f.c b/sys/i386/isa/ultra14f.c
index 15d665f..ca7b7e2 100644
--- a/sys/i386/isa/ultra14f.c
+++ b/sys/i386/isa/ultra14f.c
@@ -22,7 +22,7 @@
* today: Fri Jun 2 17:21:03 EST 1994
* added 24F support ++sg
*
- * $Id: ultra14f.c,v 1.39 1995/11/14 09:53:17 phk Exp $
+ * $Id: ultra14f.c,v 1.40 1995/12/06 23:50:39 bde Exp $
*/
#include <sys/types.h>
@@ -42,6 +42,8 @@
#include <machine/clock.h>
#include <vm/vm.h>
+#include <vm/vm_param.h>
+#include <vm/pmap.h>
#include <i386/isa/isa_device.h>
#endif /*KERNEL */
diff --git a/sys/i386/isa/wd.c b/sys/i386/isa/wd.c
index af05ceb..354b0bb 100644
--- a/sys/i386/isa/wd.c
+++ b/sys/i386/isa/wd.c
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)wd.c 7.2 (Berkeley) 5/9/91
- * $Id: wd.c,v 1.94 1995/11/29 10:48:01 julian Exp $
+ * $Id: wd.c,v 1.95 1995/11/29 14:40:08 julian Exp $
*/
/* TODO:
@@ -88,6 +88,9 @@
#include <sys/syslog.h>
#include <sys/dkstat.h>
#include <vm/vm.h>
+#include <vm/vm_param.h>
+#include <vm/vm_prot.h>
+#include <vm/pmap.h>
#ifdef ATAPI
#include <i386/isa/atapi.h>
diff --git a/sys/i386/isa/wd7000.c b/sys/i386/isa/wd7000.c
index dea8262..b716d54 100644
--- a/sys/i386/isa/wd7000.c
+++ b/sys/i386/isa/wd7000.c
@@ -68,6 +68,8 @@
#include <machine/cpu.h>
#include <vm/vm.h>
+#include <vm/vm_param.h>
+#include <vm/pmap.h>
#include <i386/isa/isa_device.h>
diff --git a/sys/i386/scsi/aic7xxx.c b/sys/i386/scsi/aic7xxx.c
index 9f92e8f..781aad6 100644
--- a/sys/i386/scsi/aic7xxx.c
+++ b/sys/i386/scsi/aic7xxx.c
@@ -24,7 +24,7 @@
*
* commenced: Sun Sep 27 18:14:01 PDT 1992
*
- * $Id: aic7xxx.c,v 1.47 1995/11/07 07:01:05 gibbs Exp $
+ * $Id: aic7xxx.c,v 1.48 1995/12/06 23:51:37 bde Exp $
*/
/*
* TODO:
@@ -45,6 +45,8 @@
#include <machine/clock.h>
#include <vm/vm.h>
+#include <vm/vm_param.h>
+#include <vm/pmap.h>
#include <i386/scsi/aic7xxx.h>
#include <i386/scsi/93cx6.h>
OpenPOWER on IntegriCloud