diff options
Diffstat (limited to 'sys/arch/vax/bi')
-rw-r--r-- | sys/arch/vax/bi/if_ni.c | 9 | ||||
-rw-r--r-- | sys/arch/vax/bi/kdb.c | 7 |
2 files changed, 2 insertions, 14 deletions
diff --git a/sys/arch/vax/bi/if_ni.c b/sys/arch/vax/bi/if_ni.c index 305852aa8b6..78a9e484713 100644 --- a/sys/arch/vax/bi/if_ni.c +++ b/sys/arch/vax/bi/if_ni.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ni.c,v 1.6 2005/01/15 05:24:10 brad Exp $ */ +/* $OpenBSD: if_ni.c,v 1.7 2006/01/17 20:26:14 miod Exp $ */ /* $NetBSD: if_ni.c,v 1.15 2002/05/22 16:03:14 wiz Exp $ */ /* * Copyright (c) 2000 Ludd, University of Lule}, Sweden. All rights reserved. @@ -36,10 +36,6 @@ * Collect statistics. */ -#include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: if_ni.c,v 1.15 2002/05/22 16:03:14 wiz Exp $"); - -#include "opt_inet.h" #include "bpfilter.h" #include <sys/param.h> @@ -71,9 +67,6 @@ __KERNEL_RCSID(0, "$NetBSD: if_ni.c,v 1.15 2002/05/22 16:03:14 wiz Exp $"); #include <dev/bi/bireg.h> #include <dev/bi/bivar.h> -#include "ioconf.h" -#include "locators.h" - /* * Tunable buffer parameters. Good idea to have them as power of 8; then * they will fit into a logical VAX page. diff --git a/sys/arch/vax/bi/kdb.c b/sys/arch/vax/bi/kdb.c index 9e17fb99efb..2998bcac84a 100644 --- a/sys/arch/vax/bi/kdb.c +++ b/sys/arch/vax/bi/kdb.c @@ -1,4 +1,4 @@ -/* $OpenBSD: kdb.c,v 1.8 2002/08/09 20:26:44 jsyn Exp $ */ +/* $OpenBSD: kdb.c,v 1.9 2006/01/17 20:26:14 miod Exp $ */ /* $NetBSD: kdb.c,v 1.26 2001/11/13 12:51:34 lukem Exp $ */ /* * Copyright (c) 1996 Ludd, University of Lule}, Sweden. @@ -40,9 +40,6 @@ * Nices hardware error handling. */ -#include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: kdb.c,v 1.26 2001/11/13 12:51:34 lukem Exp $"); - #include <sys/param.h> #include <sys/kernel.h> #include <sys/buf.h> @@ -69,8 +66,6 @@ __KERNEL_RCSID(0, "$NetBSD: kdb.c,v 1.26 2001/11/13 12:51:34 lukem Exp $"); #include <dev/mscp/mscpreg.h> #include <dev/mscp/mscpvar.h> -#include "locators.h" - #define KDB_WL(adr, val) bus_space_write_4(sc->sc_iot, sc->sc_ioh, adr, val) #define KDB_RL(adr) bus_space_read_4(sc->sc_iot, sc->sc_ioh, adr) #define KDB_RS(adr) bus_space_read_2(sc->sc_iot, sc->sc_ioh, adr) |