diff options
| author | ad <ad@NetBSD.org> | 2007-10-19 11:59:34 +0000 |
|---|---|---|
| committer | ad <ad@NetBSD.org> | 2007-10-19 11:59:34 +0000 |
| commit | a2a3828545f06ae25986dcfcd3831f7308c09784 (patch) | |
| tree | 1ae2eaf3967585225c706634df5ff7207bbfa6b8 /sys/dev/dec | |
| parent | 1ba4d2957ab5b24977347329a3bb4ad8491f12e4 (diff) | |
machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
Diffstat (limited to 'sys/dev/dec')
| -rw-r--r-- | sys/dev/dec/dz.c | 6 | ||||
| -rw-r--r-- | sys/dev/dec/dzkbd.c | 6 | ||||
| -rw-r--r-- | sys/dev/dec/dzms.c | 6 | ||||
| -rw-r--r-- | sys/dev/dec/if_le_dec.c | 6 |
4 files changed, 12 insertions, 12 deletions
diff --git a/sys/dev/dec/dz.c b/sys/dev/dec/dz.c index 3fde7eaaab3..8e3ff18effa 100644 --- a/sys/dev/dec/dz.c +++ b/sys/dev/dec/dz.c @@ -1,4 +1,4 @@ -/* $NetBSD: dz.c,v 1.29 2007/10/08 16:52:49 ad Exp $ */ +/* $NetBSD: dz.c,v 1.30 2007/10/19 11:59:40 ad Exp $ */ /* * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -67,7 +67,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: dz.c,v 1.29 2007/10/08 16:52:49 ad Exp $"); +__KERNEL_RCSID(0, "$NetBSD: dz.c,v 1.30 2007/10/19 11:59:40 ad Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -84,7 +84,7 @@ __KERNEL_RCSID(0, "$NetBSD: dz.c,v 1.29 2007/10/08 16:52:49 ad Exp $"); #include <sys/device.h> #include <sys/kauth.h> -#include <machine/bus.h> +#include <sys/bus.h> #include <dev/dec/dzreg.h> #include <dev/dec/dzvar.h> diff --git a/sys/dev/dec/dzkbd.c b/sys/dev/dec/dzkbd.c index 36f315738cc..fee15177aa8 100644 --- a/sys/dev/dec/dzkbd.c +++ b/sys/dev/dec/dzkbd.c @@ -1,4 +1,4 @@ -/* $NetBSD: dzkbd.c,v 1.18 2007/07/14 17:23:21 ad Exp $ */ +/* $NetBSD: dzkbd.c,v 1.19 2007/10/19 11:59:40 ad Exp $ */ /* * Copyright (c) 1992, 1993 @@ -45,7 +45,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: dzkbd.c,v 1.18 2007/07/14 17:23:21 ad Exp $"); +__KERNEL_RCSID(0, "$NetBSD: dzkbd.c,v 1.19 2007/10/19 11:59:40 ad Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -60,7 +60,7 @@ __KERNEL_RCSID(0, "$NetBSD: dzkbd.c,v 1.18 2007/07/14 17:23:21 ad Exp $"); #include <dev/wscons/wsksymvar.h> #include <dev/dec/wskbdmap_lk201.h> -#include <machine/bus.h> +#include <sys/bus.h> #include <dev/dec/dzreg.h> #include <dev/dec/dzvar.h> diff --git a/sys/dev/dec/dzms.c b/sys/dev/dec/dzms.c index 7fff7869b5e..a28cf108b83 100644 --- a/sys/dev/dec/dzms.c +++ b/sys/dev/dec/dzms.c @@ -1,4 +1,4 @@ -/* $NetBSD: dzms.c,v 1.16 2007/03/04 06:01:45 christos Exp $ */ +/* $NetBSD: dzms.c,v 1.17 2007/10/19 11:59:40 ad Exp $ */ /* * Copyright (c) 1992, 1993 @@ -45,7 +45,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: dzms.c,v 1.16 2007/03/04 06:01:45 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: dzms.c,v 1.17 2007/10/19 11:59:40 ad Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -56,7 +56,7 @@ __KERNEL_RCSID(0, "$NetBSD: dzms.c,v 1.16 2007/03/04 06:01:45 christos Exp $"); #include <sys/proc.h> #include <sys/tty.h> -#include <machine/bus.h> +#include <sys/bus.h> #include <dev/dec/dzreg.h> #include <dev/dec/dzvar.h> diff --git a/sys/dev/dec/if_le_dec.c b/sys/dev/dec/if_le_dec.c index a3aedcd3dca..449843efbfd 100644 --- a/sys/dev/dec/if_le_dec.c +++ b/sys/dev/dec/if_le_dec.c @@ -1,4 +1,4 @@ -/* $NetBSD: if_le_dec.c,v 1.17 2005/12/24 20:27:29 perry Exp $ */ +/* $NetBSD: if_le_dec.c,v 1.18 2007/10/19 11:59:40 ad Exp $ */ /*- * Copyright (c) 1992, 1993 @@ -73,7 +73,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: if_le_dec.c,v 1.17 2005/12/24 20:27:29 perry Exp $"); +__KERNEL_RCSID(0, "$NetBSD: if_le_dec.c,v 1.18 2007/10/19 11:59:40 ad Exp $"); #include "opt_inet.h" #include "bpfilter.h" @@ -102,7 +102,7 @@ __KERNEL_RCSID(0, "$NetBSD: if_le_dec.c,v 1.17 2005/12/24 20:27:29 perry Exp $") #include <dev/tc/if_levar.h> #include <dev/tc/tcvar.h> -#include <machine/bus.h> +#include <sys/bus.h> /* access LANCE registers */ void le_dec_writereg(volatile u_short *regptr, u_short val); |
