#include <sys/bus.h> instead of <machine/bus.h>.

This commit is contained in:
dyoung 2011-07-01 20:36:42 +00:00
parent ed9977b122
commit fea15f47f1
109 changed files with 312 additions and 312 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: console.c,v 1.11 2008/03/27 15:21:46 tsutsui Exp $ */
/* $NetBSD: console.c,v 1.12 2011/07/01 20:36:42 dyoung Exp $ */
/*
* Copyright (c) 2000 Soren S. Jorvang. All rights reserved.
@ -26,14 +26,14 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: console.c,v 1.11 2008/03/27 15:21:46 tsutsui Exp $");
__KERNEL_RCSID(0, "$NetBSD: console.c,v 1.12 2011/07/01 20:36:42 dyoung Exp $");
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/device.h>
#include <sys/conf.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <machine/nvram.h>
#include <machine/bootinfo.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: interrupt.c,v 1.6 2011/02/20 07:54:10 matt Exp $ */
/* $NetBSD: interrupt.c,v 1.7 2011/07/01 20:36:42 dyoung Exp $ */
/*-
* Copyright (c) 2006 Izumi Tsutsui. All rights reserved.
@ -79,7 +79,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: interrupt.c,v 1.6 2011/02/20 07:54:10 matt Exp $");
__KERNEL_RCSID(0, "$NetBSD: interrupt.c,v 1.7 2011/07/01 20:36:42 dyoung Exp $");
#define __INTR_PRIVATE
@ -89,7 +89,7 @@ __KERNEL_RCSID(0, "$NetBSD: interrupt.c,v 1.6 2011/02/20 07:54:10 matt Exp $");
#include <sys/intr.h>
#include <mips/mips3_clock.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <dev/ic/i8259reg.h>
#include <dev/isa/isareg.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: com_mainbus.c,v 1.17 2008/03/27 15:21:46 tsutsui Exp $ */
/* $NetBSD: com_mainbus.c,v 1.18 2011/07/01 20:36:42 dyoung Exp $ */
/*
* Copyright (c) 2000 Soren S. Jorvang. All rights reserved.
@ -26,7 +26,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: com_mainbus.c,v 1.17 2008/03/27 15:21:46 tsutsui Exp $");
__KERNEL_RCSID(0, "$NetBSD: com_mainbus.c,v 1.18 2011/07/01 20:36:42 dyoung Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -35,7 +35,7 @@ __KERNEL_RCSID(0, "$NetBSD: com_mainbus.c,v 1.17 2008/03/27 15:21:46 tsutsui Exp
#include <machine/autoconf.h>
#include <machine/intr.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <dev/ic/comreg.h>
#include <dev/ic/comvar.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: gt.c,v 1.25 2011/05/17 17:34:48 dyoung Exp $ */
/* $NetBSD: gt.c,v 1.26 2011/07/01 20:36:42 dyoung Exp $ */
/*
* Copyright (c) 2000 Soren S. Jorvang. All rights reserved.
@ -26,7 +26,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: gt.c,v 1.25 2011/05/17 17:34:48 dyoung Exp $");
__KERNEL_RCSID(0, "$NetBSD: gt.c,v 1.26 2011/07/01 20:36:42 dyoung Exp $");
#include "opt_pci.h"
#include "pci.h"
@ -48,7 +48,7 @@ __KERNEL_RCSID(0, "$NetBSD: gt.c,v 1.25 2011/05/17 17:34:48 dyoung Exp $");
#include <sys/extent.h>
#include <machine/autoconf.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <machine/intr.h>
#include <mips/cache.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: mcclock.c,v 1.4 2008/03/29 05:42:45 tsutsui Exp $ */
/* $NetBSD: mcclock.c,v 1.5 2011/07/01 20:36:42 dyoung Exp $ */
/*
* Copyright (c) 1995, 1996 Carnegie-Mellon University.
@ -28,7 +28,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: mcclock.c,v 1.4 2008/03/29 05:42:45 tsutsui Exp $");
__KERNEL_RCSID(0, "$NetBSD: mcclock.c,v 1.5 2011/07/01 20:36:42 dyoung Exp $");
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
@ -38,7 +38,7 @@ __KERNEL_RCSID(0, "$NetBSD: mcclock.c,v 1.4 2008/03/29 05:42:45 tsutsui Exp $");
#include <sys/device.h>
#include <machine/autoconf.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <dev/clock_subr.h>
#include <dev/ic/mc146818reg.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: panel.c,v 1.21 2011/05/03 09:15:20 tsutsui Exp $ */
/* $NetBSD: panel.c,v 1.22 2011/07/01 20:36:42 dyoung Exp $ */
/*
* Copyright (c) 2002 Dennis I. Chernoivanov
@ -28,7 +28,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: panel.c,v 1.21 2011/05/03 09:15:20 tsutsui Exp $");
__KERNEL_RCSID(0, "$NetBSD: panel.c,v 1.22 2011/07/01 20:36:42 dyoung Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -43,7 +43,7 @@ __KERNEL_RCSID(0, "$NetBSD: panel.c,v 1.21 2011/05/03 09:15:20 tsutsui Exp $");
#include <sys/select.h>
#include <sys/reboot.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <machine/autoconf.h>
#include <dev/ic/hd44780reg.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: pchb.c,v 1.10 2008/05/09 10:59:55 tsutsui Exp $ */
/* $NetBSD: pchb.c,v 1.11 2011/07/01 20:37:08 dyoung Exp $ */
/*
* Copyright (c) 2000 Soren S. Jorvang. All rights reserved.
@ -26,14 +26,14 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: pchb.c,v 1.10 2008/05/09 10:59:55 tsutsui Exp $");
__KERNEL_RCSID(0, "$NetBSD: pchb.c,v 1.11 2011/07/01 20:37:08 dyoung Exp $");
#include <sys/types.h>
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/device.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <dev/pci/pcivar.h>
#include <dev/pci/pcireg.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: pci_machdep.c,v 1.30 2011/05/03 09:15:20 tsutsui Exp $ */
/* $NetBSD: pci_machdep.c,v 1.31 2011/07/01 20:37:08 dyoung Exp $ */
/*
* Copyright (c) 2000 Soren S. Jorvang. All rights reserved.
@ -26,7 +26,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: pci_machdep.c,v 1.30 2011/05/03 09:15:20 tsutsui Exp $");
__KERNEL_RCSID(0, "$NetBSD: pci_machdep.c,v 1.31 2011/07/01 20:37:08 dyoung Exp $");
#include <sys/types.h>
#include <sys/param.h>
@ -37,7 +37,7 @@ __KERNEL_RCSID(0, "$NetBSD: pci_machdep.c,v 1.30 2011/05/03 09:15:20 tsutsui Exp
#include <sys/extent.h>
#define _COBALT_BUS_DMA_PRIVATE
#include <machine/bus.h>
#include <sys/bus.h>
#include <machine/intr.h>
#include <dev/pci/pcivar.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: pcib.c,v 1.19 2008/05/09 10:59:55 tsutsui Exp $ */
/* $NetBSD: pcib.c,v 1.20 2011/07/01 20:37:08 dyoung Exp $ */
/*
* Copyright (c) 2000 Soren S. Jorvang. All rights reserved.
@ -26,7 +26,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: pcib.c,v 1.19 2008/05/09 10:59:55 tsutsui Exp $");
__KERNEL_RCSID(0, "$NetBSD: pcib.c,v 1.20 2011/07/01 20:37:08 dyoung Exp $");
#include <sys/types.h>
#include <sys/param.h>
@ -35,7 +35,7 @@ __KERNEL_RCSID(0, "$NetBSD: pcib.c,v 1.19 2008/05/09 10:59:55 tsutsui Exp $");
#include <sys/malloc.h>
#include <machine/cpu.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <machine/autoconf.h>
#include <dev/pci/pcivar.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: becc_mainbus.c,v 1.3 2005/12/11 12:17:06 christos Exp $ */
/* $NetBSD: becc_mainbus.c,v 1.4 2011/07/01 20:38:16 dyoung Exp $ */
/*
* Copyright (c) 2001, 2002 Wasabi Systems, Inc.
@ -42,14 +42,14 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: becc_mainbus.c,v 1.3 2005/12/11 12:17:06 christos Exp $");
__KERNEL_RCSID(0, "$NetBSD: becc_mainbus.c,v 1.4 2011/07/01 20:38:16 dyoung Exp $");
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/device.h>
#include <machine/autoconf.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <evbarm/adi_brh/brhreg.h>
#include <evbarm/adi_brh/brhvar.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: brh_7seg.c,v 1.4 2005/12/24 20:06:59 perry Exp $ */
/* $NetBSD: brh_7seg.c,v 1.5 2011/07/01 20:38:16 dyoung Exp $ */
/*
* Copyright (c) 2001, 2002 Wasabi Systems, Inc.
@ -40,12 +40,12 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: brh_7seg.c,v 1.4 2005/12/24 20:06:59 perry Exp $");
__KERNEL_RCSID(0, "$NetBSD: brh_7seg.c,v 1.5 2011/07/01 20:38:16 dyoung Exp $");
#include <sys/param.h>
#include <sys/systm.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <evbarm/adi_brh/brhreg.h>
#include <evbarm/adi_brh/brhvar.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: brh_machdep.c,v 1.37 2011/06/30 20:09:22 wiz Exp $ */
/* $NetBSD: brh_machdep.c,v 1.38 2011/07/01 20:38:16 dyoung Exp $ */
/*
* Copyright (c) 2001, 2002, 2003 Wasabi Systems, Inc.
@ -73,7 +73,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: brh_machdep.c,v 1.37 2011/06/30 20:09:22 wiz Exp $");
__KERNEL_RCSID(0, "$NetBSD: brh_machdep.c,v 1.38 2011/07/01 20:38:16 dyoung Exp $");
#include "opt_ddb.h"
#include "opt_pmap_debug.h"
@ -98,7 +98,7 @@ __KERNEL_RCSID(0, "$NetBSD: brh_machdep.c,v 1.37 2011/06/30 20:09:22 wiz Exp $")
#include <ddb/db_extern.h>
#include <machine/bootconfig.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <machine/cpu.h>
#include <machine/frame.h>
#include <arm/undefined.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: com_obio.c,v 1.6 2008/04/28 20:23:16 martin Exp $ */
/* $NetBSD: com_obio.c,v 1.7 2011/07/01 20:38:16 dyoung Exp $ */
/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@ -30,14 +30,14 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: com_obio.c,v 1.6 2008/04/28 20:23:16 martin Exp $");
__KERNEL_RCSID(0, "$NetBSD: com_obio.c,v 1.7 2011/07/01 20:38:16 dyoung Exp $");
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/device.h>
#include <sys/termios.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <arm/xscale/beccreg.h>
#include <arm/xscale/beccvar.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: obio.c,v 1.10 2011/06/06 16:29:15 matt Exp $ */
/* $NetBSD: obio.c,v 1.11 2011/07/01 20:38:16 dyoung Exp $ */
/*
* Copyright (c) 2001, 2002, 2003 Wasabi Systems, Inc.
@ -41,14 +41,14 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: obio.c,v 1.10 2011/06/06 16:29:15 matt Exp $");
__KERNEL_RCSID(0, "$NetBSD: obio.c,v 1.11 2011/07/01 20:38:16 dyoung Exp $");
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/device.h>
#include <machine/autoconf.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <arm/xscale/beccreg.h>
#include <arm/xscale/beccvar.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: obio_space.c,v 1.6 2009/11/07 07:27:42 cegger Exp $ */
/* $NetBSD: obio_space.c,v 1.7 2011/07/01 20:38:16 dyoung Exp $ */
/*
* Copyright (c) 2001, 2002, 2003 Wasabi Systems, Inc.
@ -40,14 +40,14 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: obio_space.c,v 1.6 2009/11/07 07:27:42 cegger Exp $");
__KERNEL_RCSID(0, "$NetBSD: obio_space.c,v 1.7 2011/07/01 20:38:16 dyoung Exp $");
#include <sys/param.h>
#include <sys/systm.h>
#include <uvm/uvm_extern.h>
#include <machine/bus.h>
#include <sys/bus.h>
/* Prototypes for all the bus_space structure functions */
bs_protos(obio);

View File

@ -1,4 +1,4 @@
/* $NetBSD: armadillo9_com.c,v 1.3 2009/10/21 14:15:51 rmind Exp $ */
/* $NetBSD: armadillo9_com.c,v 1.4 2011/07/01 20:38:16 dyoung Exp $ */
/*
* Copyright (c) 2002
* Ichiro FUKUHARA <ichiro@ichiro.org>.
@ -27,7 +27,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: armadillo9_com.c,v 1.3 2009/10/21 14:15:51 rmind Exp $");
__KERNEL_RCSID(0, "$NetBSD: armadillo9_com.c,v 1.4 2011/07/01 20:38:16 dyoung Exp $");
/* Front-end of epcom */
@ -40,7 +40,7 @@ __KERNEL_RCSID(0, "$NetBSD: armadillo9_com.c,v 1.3 2009/10/21 14:15:51 rmind Exp
#include <sys/termios.h>
#include <machine/intr.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <arm/ep93xx/epcomreg.h>
#include <arm/ep93xx/epcomvar.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: armadillo9_machdep.c,v 1.20 2011/06/30 20:09:22 wiz Exp $ */
/* $NetBSD: armadillo9_machdep.c,v 1.21 2011/07/01 20:38:16 dyoung Exp $ */
/*
* Copyright (c) 2001, 2002, 2003 Wasabi Systems, Inc.
@ -110,7 +110,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: armadillo9_machdep.c,v 1.20 2011/06/30 20:09:22 wiz Exp $");
__KERNEL_RCSID(0, "$NetBSD: armadillo9_machdep.c,v 1.21 2011/07/01 20:38:16 dyoung Exp $");
#include "opt_ddb.h"
#include "opt_kgdb.h"
@ -141,7 +141,7 @@ __KERNEL_RCSID(0, "$NetBSD: armadillo9_machdep.c,v 1.20 2011/06/30 20:09:22 wiz
#define DRAM_BLOCKS 4
#include <machine/bootconfig.h>
#include <machine/autoconf.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <machine/cpu.h>
#include <machine/frame.h>
#include <arm/undefined.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: beagle_machdep.c,v 1.12 2011/06/30 20:09:22 wiz Exp $ */
/* $NetBSD: beagle_machdep.c,v 1.13 2011/07/01 20:38:16 dyoung Exp $ */
/*
* Machine dependent functions for kernel setup for TI OSK5912 board.
@ -125,7 +125,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: beagle_machdep.c,v 1.12 2011/06/30 20:09:22 wiz Exp $");
__KERNEL_RCSID(0, "$NetBSD: beagle_machdep.c,v 1.13 2011/07/01 20:38:16 dyoung Exp $");
#include "opt_machdep.h"
#include "opt_ddb.h"
@ -161,7 +161,7 @@ __KERNEL_RCSID(0, "$NetBSD: beagle_machdep.c,v 1.12 2011/06/30 20:09:22 wiz Exp
#endif
#include <machine/bootconfig.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <machine/cpu.h>
#include <machine/frame.h>
#include <arm/armreg.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: cp3100_leds.c,v 1.1 2006/11/08 23:49:02 scw Exp $ */
/* $NetBSD: cp3100_leds.c,v 1.2 2011/07/01 20:38:16 dyoung Exp $ */
/*
* Copyright 2006 Wasabi Systems, Inc.
@ -36,12 +36,12 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: cp3100_leds.c,v 1.1 2006/11/08 23:49:02 scw Exp $");
__KERNEL_RCSID(0, "$NetBSD: cp3100_leds.c,v 1.2 2011/07/01 20:38:16 dyoung Exp $");
#include <sys/param.h>
#include <sys/systm.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <evbarm/iq80321/iq80321reg.h>
#include <evbarm/iq80321/iq80321var.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: cp3100_pci.c,v 1.2 2011/04/04 20:37:47 dyoung Exp $ */
/* $NetBSD: cp3100_pci.c,v 1.3 2011/07/01 20:38:16 dyoung Exp $ */
/*
* Copyright 2006 Wasabi Systems, Inc.
@ -40,14 +40,14 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: cp3100_pci.c,v 1.2 2011/04/04 20:37:47 dyoung Exp $");
__KERNEL_RCSID(0, "$NetBSD: cp3100_pci.c,v 1.3 2011/07/01 20:38:16 dyoung Exp $");
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/device.h>
#include <machine/autoconf.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <evbarm/iq80321/iq80321reg.h>
#include <evbarm/iq80321/iq80321var.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_dme_gpmc.c,v 1.1 2010/09/08 22:49:49 ahoka Exp $ */
/* $NetBSD: if_dme_gpmc.c,v 1.2 2011/07/01 20:38:16 dyoung Exp $ */
/*
* Copyright (c) 2010 Adam Hoka
@ -65,7 +65,7 @@
#include <net/if_ether.h>
#include <net/if_media.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <machine/intr.h>
#include <arch/arm/omap/omap2_gpmcvar.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: g42xxeb_kmkbd.c,v 1.11 2010/03/13 11:26:42 bsh Exp $ */
/* $NetBSD: g42xxeb_kmkbd.c,v 1.12 2011/07/01 20:38:17 dyoung Exp $ */
/*-
* Copyright (c) 2002, 2003, 2005 Genetec corp.
@ -37,7 +37,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: g42xxeb_kmkbd.c,v 1.11 2010/03/13 11:26:42 bsh Exp $" );
__KERNEL_RCSID(0, "$NetBSD: g42xxeb_kmkbd.c,v 1.12 2011/07/01 20:38:17 dyoung Exp $" );
#include <sys/param.h>
#include <sys/systm.h>
@ -47,7 +47,7 @@ __KERNEL_RCSID(0, "$NetBSD: g42xxeb_kmkbd.c,v 1.11 2010/03/13 11:26:42 bsh Exp $
#include <sys/callout.h>
#include <sys/kernel.h> /* for hz */
#include <machine/bus.h>
#include <sys/bus.h>
#include <dev/wscons/wsconsio.h>
#include <dev/wscons/wskbdvar.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: g42xxeb_lcd.c,v 1.13 2010/03/13 11:15:52 bsh Exp $ */
/* $NetBSD: g42xxeb_lcd.c,v 1.14 2011/07/01 20:38:17 dyoung Exp $ */
/*-
* Copyright (c) 2001, 2002, 2005 Genetec corp.
@ -44,7 +44,7 @@
#include <dev/wscons/wsdisplayvar.h>
#include <dev/wscons/wscons_callbacks.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <arm/sa11x0/sa11x0_var.h>
#include <arm/xscale/pxa2x0var.h>
#include <arm/xscale/pxa2x0reg.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: g42xxeb_machdep.c,v 1.23 2011/06/30 20:09:24 wiz Exp $ */
/* $NetBSD: g42xxeb_machdep.c,v 1.24 2011/07/01 20:38:17 dyoung Exp $ */
/*
* Copyright (c) 2002, 2003, 2004, 2005 Genetec Corporation.
@ -139,7 +139,7 @@
#endif
#include <machine/bootconfig.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <machine/cpu.h>
#include <machine/frame.h>
#include <arm/undefined.h>

View File

@ -35,7 +35,7 @@
#include <sys/conf.h>
#include <sys/device.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <evbarm/g42xxeb/g42xxeb_reg.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: gb225.c,v 1.9 2010/06/07 15:17:24 bsh Exp $ */
/* $NetBSD: gb225.c,v 1.10 2011/07/01 20:38:17 dyoung Exp $ */
/*
* Copyright (c) 2002, 2003 Genetec corp. All rights reserved.
@ -37,7 +37,7 @@
#include <sys/reboot.h>
#include <machine/cpu.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <machine/intr.h>
#include <arm/cpufunc.h>

View File

@ -39,7 +39,7 @@
#include <sys/malloc.h>
#include <uvm/uvm.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <machine/intr.h>
#include <dev/pcmcia/pcmciareg.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: gb225_slhci.c,v 1.5 2010/06/07 15:17:24 bsh Exp $ */
/* $NetBSD: gb225_slhci.c,v 1.6 2011/07/01 20:38:17 dyoung Exp $ */
/*
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@ -37,7 +37,7 @@
#include <sys/systm.h>
#include <sys/device.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <machine/cpu.h>
#include <dev/usb/usb.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_ne_obio.c,v 1.6 2008/03/16 16:08:57 he Exp $ */
/* $NetBSD: if_ne_obio.c,v 1.7 2011/07/01 20:38:17 dyoung Exp $ */
/*
* Copyright (c) 2002, 2003 Genetec corp. All rights reserved.
@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: if_ne_obio.c,v 1.6 2008/03/16 16:08:57 he Exp $");
__KERNEL_RCSID(0, "$NetBSD: if_ne_obio.c,v 1.7 2011/07/01 20:38:17 dyoung Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -48,7 +48,7 @@ __KERNEL_RCSID(0, "$NetBSD: if_ne_obio.c,v 1.6 2008/03/16 16:08:57 he Exp $");
#include <net/if_media.h>
#include <machine/intr.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <dev/mii/mii.h>
#include <dev/mii/miivar.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: obio.c,v 1.9 2010/06/07 15:17:24 bsh Exp $ */
/* $NetBSD: obio.c,v 1.10 2011/07/01 20:38:17 dyoung Exp $ */
/*
* Copyright (c) 2002, 2003, 2005 Genetec corp. All rights reserved.
@ -37,7 +37,7 @@
#include <sys/reboot.h>
#include <machine/cpu.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <machine/intr.h>
#include <arm/cpufunc.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: gemini_machdep.c,v 1.17 2011/06/30 20:09:24 wiz Exp $ */
/* $NetBSD: gemini_machdep.c,v 1.18 2011/07/01 20:39:34 dyoung Exp $ */
/* adapted from:
* NetBSD: sdp24xx_machdep.c,v 1.4 2008/08/27 11:03:10 matt Exp
@ -129,7 +129,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: gemini_machdep.c,v 1.17 2011/06/30 20:09:24 wiz Exp $");
__KERNEL_RCSID(0, "$NetBSD: gemini_machdep.c,v 1.18 2011/07/01 20:39:34 dyoung Exp $");
#include "opt_machdep.h"
#include "opt_ddb.h"
@ -166,7 +166,7 @@ __KERNEL_RCSID(0, "$NetBSD: gemini_machdep.c,v 1.17 2011/06/30 20:09:24 wiz Exp
#endif
#include <machine/bootconfig.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <machine/cpu.h>
#include <machine/frame.h>
#include <arm/armreg.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: gumstix_machdep.c,v 1.36 2011/06/30 20:09:24 wiz Exp $ */
/* $NetBSD: gumstix_machdep.c,v 1.37 2011/07/01 20:39:34 dyoung Exp $ */
/*
* Copyright (C) 2005, 2006, 2007 WIDE Project and SOUM Corporation.
* All rights reserved.
@ -165,7 +165,7 @@
#include <machine/autoconf.h>
#include <machine/bootconfig.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <machine/cpu.h>
#include <machine/db_machdep.h>
#include <machine/frame.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: gumstixvar.h,v 1.5 2009/11/22 12:05:14 kiyohara Exp $ */
/* $NetBSD: gumstixvar.h,v 1.6 2011/07/01 20:39:34 dyoung Exp $ */
/*
* Copyright (C) 2005, 2006 WIDE Project and SOUM Corporation.
* All rights reserved.
@ -36,7 +36,7 @@
#include <sys/conf.h>
#include <sys/device.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <arm/xscale/pxa2x0_gpio.h>
#include <evbarm/gumstix/gumstixreg.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: gxlcd.c,v 1.2 2009/11/21 08:33:50 kiyohara Exp $ */
/* $NetBSD: gxlcd.c,v 1.3 2011/07/01 20:39:34 dyoung Exp $ */
/*
* Copyright (c) 2002, 2003 Genetec Corporation. All rights reserved.
@ -42,7 +42,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: gxlcd.c,v 1.2 2009/11/21 08:33:50 kiyohara Exp $");
__KERNEL_RCSID(0, "$NetBSD: gxlcd.c,v 1.3 2011/07/01 20:39:34 dyoung Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -55,7 +55,7 @@ __KERNEL_RCSID(0, "$NetBSD: gxlcd.c,v 1.2 2009/11/21 08:33:50 kiyohara Exp $");
#include <dev/wscons/wsdisplayvar.h>
#include <dev/wscons/wscons_callbacks.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <arm/xscale/pxa2x0var.h>
#include <arm/xscale/pxa2x0reg.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: gxmci.c,v 1.2 2009/08/09 06:12:34 kiyohara Exp $ */
/* $NetBSD: gxmci.c,v 1.3 2011/07/01 20:39:34 dyoung Exp $ */
/*-
* Copyright (c) 2007 NONAKA Kimihiro <nonaka@netbsd.org>
@ -27,13 +27,13 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: gxmci.c,v 1.2 2009/08/09 06:12:34 kiyohara Exp $");
__KERNEL_RCSID(0, "$NetBSD: gxmci.c,v 1.3 2011/07/01 20:39:34 dyoung Exp $");
#include <sys/param.h>
#include <sys/device.h>
#include <sys/systm.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <machine/intr.h>
#include <arm/xscale/pxa2x0cpu.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: gxpcic.c,v 1.11 2009/08/09 07:10:13 kiyohara Exp $ */
/* $NetBSD: gxpcic.c,v 1.12 2011/07/01 20:39:34 dyoung Exp $ */
/*
* Copyright (C) 2005, 2006 WIDE Project and SOUM Corporation.
* All rights reserved.
@ -71,7 +71,7 @@
#include <sys/malloc.h>
#include <uvm/uvm.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <machine/intr.h>
#include <dev/pcmcia/pcmciareg.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_sm_gxio.c,v 1.9 2010/08/28 04:33:00 kiyohara Exp $ */
/* $NetBSD: if_sm_gxio.c,v 1.10 2011/07/01 20:39:34 dyoung Exp $ */
/*
* Copyright (C) 2005, 2006 WIDE Project and SOUM Corporation.
* All rights reserved.
@ -61,7 +61,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: if_sm_gxio.c,v 1.9 2010/08/28 04:33:00 kiyohara Exp $");
__KERNEL_RCSID(0, "$NetBSD: if_sm_gxio.c,v 1.10 2011/07/01 20:39:34 dyoung Exp $");
#include <sys/param.h>
#include <sys/device.h>
@ -80,7 +80,7 @@ __KERNEL_RCSID(0, "$NetBSD: if_sm_gxio.c,v 1.9 2010/08/28 04:33:00 kiyohara Exp
#include <net/if_media.h>
#include <machine/intr.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <dev/mii/mii.h>
#include <dev/mii/miivar.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: btn_obio.c,v 1.1 2006/04/16 02:22:33 nonaka Exp $ */
/* $NetBSD: btn_obio.c,v 1.2 2011/07/01 20:39:34 dyoung Exp $ */
/*-
* Copyright (c) 2005, 2006 NONAKA Kimihiro
@ -27,7 +27,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: btn_obio.c,v 1.1 2006/04/16 02:22:33 nonaka Exp $");
__KERNEL_RCSID(0, "$NetBSD: btn_obio.c,v 1.2 2011/07/01 20:39:34 dyoung Exp $");
#include <sys/types.h>
#include <sys/param.h>
@ -41,7 +41,7 @@ __KERNEL_RCSID(0, "$NetBSD: btn_obio.c,v 1.1 2006/04/16 02:22:33 nonaka Exp $");
#include <arm/xscale/i80321var.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <machine/intr.h>
#include <dev/sysmon/sysmonvar.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: com_obio.c,v 1.4 2008/04/28 20:23:16 martin Exp $ */
/* $NetBSD: com_obio.c,v 1.5 2011/07/01 20:39:34 dyoung Exp $ */
/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@ -30,14 +30,14 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: com_obio.c,v 1.4 2008/04/28 20:23:16 martin Exp $");
__KERNEL_RCSID(0, "$NetBSD: com_obio.c,v 1.5 2011/07/01 20:39:34 dyoung Exp $");
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/device.h>
#include <sys/termios.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <arm/xscale/i80321var.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: hdlg_machdep.c,v 1.15 2011/06/30 20:09:24 wiz Exp $ */
/* $NetBSD: hdlg_machdep.c,v 1.16 2011/07/01 20:39:34 dyoung Exp $ */
/*
* Copyright (c) 2001, 2002, 2003 Wasabi Systems, Inc.
@ -73,7 +73,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: hdlg_machdep.c,v 1.15 2011/06/30 20:09:24 wiz Exp $");
__KERNEL_RCSID(0, "$NetBSD: hdlg_machdep.c,v 1.16 2011/07/01 20:39:34 dyoung Exp $");
#include "opt_ddb.h"
#include "opt_kgdb.h"
@ -99,7 +99,7 @@ __KERNEL_RCSID(0, "$NetBSD: hdlg_machdep.c,v 1.15 2011/06/30 20:09:24 wiz Exp $"
#include <ddb/db_extern.h>
#include <machine/bootconfig.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <machine/cpu.h>
#include <machine/frame.h>
#include <arm/undefined.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: hdlg_pci.c,v 1.2 2011/04/04 20:37:47 dyoung Exp $ */
/* $NetBSD: hdlg_pci.c,v 1.3 2011/07/01 20:39:34 dyoung Exp $ */
/*
* Copyright (c) 2001, 2002 Wasabi Systems, Inc.
@ -36,14 +36,14 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: hdlg_pci.c,v 1.2 2011/04/04 20:37:47 dyoung Exp $");
__KERNEL_RCSID(0, "$NetBSD: hdlg_pci.c,v 1.3 2011/07/01 20:39:34 dyoung Exp $");
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/device.h>
#include <machine/autoconf.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <evbarm/hdl_g/hdlgreg.h>
#include <evbarm/hdl_g/hdlgvar.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: i80321_mainbus.c,v 1.1 2006/04/16 02:22:33 nonaka Exp $ */
/* $NetBSD: i80321_mainbus.c,v 1.2 2011/07/01 20:39:34 dyoung Exp $ */
/*
* Copyright (c) 2001, 2002 Wasabi Systems, Inc.
@ -36,14 +36,14 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: i80321_mainbus.c,v 1.1 2006/04/16 02:22:33 nonaka Exp $");
__KERNEL_RCSID(0, "$NetBSD: i80321_mainbus.c,v 1.2 2011/07/01 20:39:34 dyoung Exp $");
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/device.h>
#include <machine/autoconf.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <evbarm/hdl_g/hdlgreg.h>
#include <evbarm/hdl_g/hdlgvar.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: obio.c,v 1.2 2011/06/06 16:29:15 matt Exp $ */
/* $NetBSD: obio.c,v 1.3 2011/07/01 20:39:34 dyoung Exp $ */
/*
* Copyright (c) 2001, 2002, 2003 Wasabi Systems, Inc.
@ -36,14 +36,14 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: obio.c,v 1.2 2011/06/06 16:29:15 matt Exp $");
__KERNEL_RCSID(0, "$NetBSD: obio.c,v 1.3 2011/07/01 20:39:34 dyoung Exp $");
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/device.h>
#include <machine/autoconf.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <arm/xscale/i80321reg.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: obio_space.c,v 1.2 2009/11/07 07:27:42 cegger Exp $ */
/* $NetBSD: obio_space.c,v 1.3 2011/07/01 20:39:34 dyoung Exp $ */
/*
* Copyright (c) 2001, 2002, 2003 Wasabi Systems, Inc.
@ -40,14 +40,14 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: obio_space.c,v 1.2 2009/11/07 07:27:42 cegger Exp $");
__KERNEL_RCSID(0, "$NetBSD: obio_space.c,v 1.3 2011/07/01 20:39:34 dyoung Exp $");
#include <sys/param.h>
#include <sys/systm.h>
#include <uvm/uvm_extern.h>
#include <machine/bus.h>
#include <sys/bus.h>
/* Prototypes for all the bus_space structure functions */
bs_protos(obio);

View File

@ -1,4 +1,4 @@
/* $NetBSD: ifpga_io.c,v 1.9 2009/03/14 21:04:08 dsl Exp $ */
/* $NetBSD: ifpga_io.c,v 1.10 2011/07/01 20:39:34 dyoung Exp $ */
/*
* Copyright (c) 1997 Causality Limited
@ -41,11 +41,11 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: ifpga_io.c,v 1.9 2009/03/14 21:04:08 dsl Exp $");
__KERNEL_RCSID(0, "$NetBSD: ifpga_io.c,v 1.10 2011/07/01 20:39:34 dyoung Exp $");
#include <sys/param.h>
#include <sys/systm.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <uvm/uvm_extern.h>
#include <evbarm/ifpga/ifpgavar.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: ifpgavar.h,v 1.5 2009/07/21 16:04:16 dyoung Exp $ */
/* $NetBSD: ifpgavar.h,v 1.6 2011/07/01 20:39:34 dyoung Exp $ */
/*
* Copyright (c) 2001 ARM Ltd
@ -32,7 +32,7 @@
#ifndef _IFPGAVAR_H_
#define _IFPGAVAR_H_
#include <machine/bus.h>
#include <sys/bus.h>
/* We statically map the UARTS at boot so that we can access the console
before we've probed for the IFPGA. */

View File

@ -1,4 +1,4 @@
/* $NetBSD: plcom_ifpga.c,v 1.10 2006/03/28 17:38:24 thorpej Exp $ */
/* $NetBSD: plcom_ifpga.c,v 1.11 2011/07/01 20:39:34 dyoung Exp $ */
/*
* Copyright (c) 2001 ARM Ltd
@ -32,7 +32,7 @@
/* Interface to plcom (PL010) serial driver. */
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: plcom_ifpga.c,v 1.10 2006/03/28 17:38:24 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: plcom_ifpga.c,v 1.11 2011/07/01 20:39:34 dyoung Exp $");
#include <sys/types.h>
#include <sys/device.h>
@ -43,7 +43,7 @@ __KERNEL_RCSID(0, "$NetBSD: plcom_ifpga.c,v 1.10 2006/03/28 17:38:24 thorpej Exp
#include <sys/termios.h>
#include <machine/intr.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <evbarm/dev/plcomreg.h>
#include <evbarm/dev/plcomvar.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: imx31lk_machdep.c,v 1.12 2011/06/30 20:09:24 wiz Exp $ */
/* $NetBSD: imx31lk_machdep.c,v 1.13 2011/07/01 20:41:16 dyoung Exp $ */
/*
* Startup routines for the ZOOM iMX31 LITEKIT.
@ -110,7 +110,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: imx31lk_machdep.c,v 1.12 2011/06/30 20:09:24 wiz Exp $");
__KERNEL_RCSID(0, "$NetBSD: imx31lk_machdep.c,v 1.13 2011/07/01 20:41:16 dyoung Exp $");
#include "opt_ddb.h"
#include "opt_kgdb.h"
@ -144,7 +144,7 @@ __KERNEL_RCSID(0, "$NetBSD: imx31lk_machdep.c,v 1.12 2011/06/30 20:09:24 wiz Exp
#endif
#include <machine/bootconfig.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <machine/cpu.h>
#include <machine/frame.h>
#include <arm/undefined.h>

View File

@ -1,5 +1,5 @@
/* $Id: imx31lk_pcic.c,v 1.3 2008/06/30 00:49:31 perry Exp $ */
/* $NetBSD: imx31lk_pcic.c,v 1.3 2008/06/30 00:49:31 perry Exp $ */
/* $Id: imx31lk_pcic.c,v 1.4 2011/07/01 20:41:16 dyoung Exp $ */
/* $NetBSD: imx31lk_pcic.c,v 1.4 2011/07/01 20:41:16 dyoung Exp $ */
/* $OpenBSD: pxapcic.c,v 1.1 2005/07/01 23:51:55 uwe Exp $ */
/*
@ -19,14 +19,14 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$Id: imx31lk_pcic.c,v 1.3 2008/06/30 00:49:31 perry Exp $");
__KERNEL_RCSID(0, "$Id: imx31lk_pcic.c,v 1.4 2011/07/01 20:41:16 dyoung Exp $");
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/device.h>
#include <machine/intr.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <uvm/uvm.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: int_bus_dma.h,v 1.2 2002/07/31 17:34:26 thorpej Exp $ */
/* $NetBSD: int_bus_dma.h,v 1.3 2011/07/01 20:39:34 dyoung Exp $ */
/*
* Copyright (c) 2001 ARM Ltd
@ -32,7 +32,7 @@
#ifndef _INT_BUS_DMA_H
#define _INT_BUS_DMA_H
#include <machine/bus.h>
#include <sys/bus.h>
#define CM_ALIAS_TO_LOCAL(addr) (addr & 0x0fffffff)
#define LOCAL_TO_CM_ALIAS(addr) (addr | 0x80000000)

View File

@ -1,4 +1,4 @@
/* $NetBSD: integrator_machdep.c,v 1.67 2011/06/30 20:09:24 wiz Exp $ */
/* $NetBSD: integrator_machdep.c,v 1.68 2011/07/01 20:39:34 dyoung Exp $ */
/*
* Copyright (c) 2001,2002 ARM Ltd
@ -68,7 +68,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: integrator_machdep.c,v 1.67 2011/06/30 20:09:24 wiz Exp $");
__KERNEL_RCSID(0, "$NetBSD: integrator_machdep.c,v 1.68 2011/07/01 20:39:34 dyoung Exp $");
#include "opt_ddb.h"
#include "opt_pmap_debug.h"
@ -93,7 +93,7 @@ __KERNEL_RCSID(0, "$NetBSD: integrator_machdep.c,v 1.67 2011/06/30 20:09:24 wiz
#include <ddb/db_extern.h>
#include <machine/bootconfig.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <machine/cpu.h>
#include <machine/frame.h>
#include <machine/intr.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: iq31244_7seg.c,v 1.4 2005/12/24 20:06:59 perry Exp $ */
/* $NetBSD: iq31244_7seg.c,v 1.5 2011/07/01 20:41:16 dyoung Exp $ */
/*
* Copyright (c) 2001, 2002, 2003 Wasabi Systems, Inc.
@ -40,12 +40,12 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: iq31244_7seg.c,v 1.4 2005/12/24 20:06:59 perry Exp $");
__KERNEL_RCSID(0, "$NetBSD: iq31244_7seg.c,v 1.5 2011/07/01 20:41:16 dyoung Exp $");
#include <sys/param.h>
#include <sys/systm.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <evbarm/iq80321/iq80321reg.h>
#include <evbarm/iq80321/iq80321var.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: iq31244_pci.c,v 1.4 2011/04/04 20:37:48 dyoung Exp $ */
/* $NetBSD: iq31244_pci.c,v 1.5 2011/07/01 20:41:16 dyoung Exp $ */
/*
* Copyright (c) 2001, 2002, 2003 Wasabi Systems, Inc.
@ -40,14 +40,14 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: iq31244_pci.c,v 1.4 2011/04/04 20:37:48 dyoung Exp $");
__KERNEL_RCSID(0, "$NetBSD: iq31244_pci.c,v 1.5 2011/07/01 20:41:16 dyoung Exp $");
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/device.h>
#include <machine/autoconf.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <evbarm/iq80321/iq80321reg.h>
#include <evbarm/iq80321/iq80321var.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: wdc_obio.c,v 1.5 2008/04/28 20:23:16 martin Exp $ */
/* $NetBSD: wdc_obio.c,v 1.6 2011/07/01 20:41:16 dyoung Exp $ */
/*-
* Copyright (c) 1998, 2003, 2005 The NetBSD Foundation, Inc.
@ -30,14 +30,14 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: wdc_obio.c,v 1.5 2008/04/28 20:23:16 martin Exp $");
__KERNEL_RCSID(0, "$NetBSD: wdc_obio.c,v 1.6 2011/07/01 20:41:16 dyoung Exp $");
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/device.h>
#include <sys/malloc.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <machine/intr.h>
#include <arm/xscale/i80321var.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: com_obio.c,v 1.13 2008/04/28 20:23:16 martin Exp $ */
/* $NetBSD: com_obio.c,v 1.14 2011/07/01 20:41:16 dyoung Exp $ */
/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@ -30,14 +30,14 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: com_obio.c,v 1.13 2008/04/28 20:23:16 martin Exp $");
__KERNEL_RCSID(0, "$NetBSD: com_obio.c,v 1.14 2011/07/01 20:41:16 dyoung Exp $");
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/device.h>
#include <sys/termios.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <evbarm/iq80310/iq80310var.h>
#include <evbarm/iq80310/obiovar.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: i80312_mainbus.c,v 1.13 2005/12/11 12:17:09 christos Exp $ */
/* $NetBSD: i80312_mainbus.c,v 1.14 2011/07/01 20:41:16 dyoung Exp $ */
/*
* Copyright (c) 2001, 2002 Wasabi Systems, Inc.
@ -42,14 +42,14 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: i80312_mainbus.c,v 1.13 2005/12/11 12:17:09 christos Exp $");
__KERNEL_RCSID(0, "$NetBSD: i80312_mainbus.c,v 1.14 2011/07/01 20:41:16 dyoung Exp $");
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/device.h>
#include <machine/autoconf.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <evbarm/iq80310/iq80310reg.h>
#include <evbarm/iq80310/iq80310var.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: iq80310_7seg.c,v 1.9 2005/12/11 12:17:09 christos Exp $ */
/* $NetBSD: iq80310_7seg.c,v 1.10 2011/07/01 20:41:16 dyoung Exp $ */
/*
* Copyright (c) 2001, 2002 Wasabi Systems, Inc.
@ -40,12 +40,12 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: iq80310_7seg.c,v 1.9 2005/12/11 12:17:09 christos Exp $");
__KERNEL_RCSID(0, "$NetBSD: iq80310_7seg.c,v 1.10 2011/07/01 20:41:16 dyoung Exp $");
#include <sys/param.h>
#include <sys/systm.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <evbarm/iq80310/iq80310reg.h>
#include <evbarm/iq80310/iq80310var.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: iq80310_intr.c,v 1.28 2011/01/31 23:56:14 jakllsch Exp $ */
/* $NetBSD: iq80310_intr.c,v 1.29 2011/07/01 20:41:16 dyoung Exp $ */
/*
* Copyright (c) 2001, 2002 Wasabi Systems, Inc.
@ -36,7 +36,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: iq80310_intr.c,v 1.28 2011/01/31 23:56:14 jakllsch Exp $");
__KERNEL_RCSID(0, "$NetBSD: iq80310_intr.c,v 1.29 2011/07/01 20:41:16 dyoung Exp $");
#ifndef EVBARM_SPL_NOINLINE
#define EVBARM_SPL_NOINLINE
@ -50,7 +50,7 @@ __KERNEL_RCSID(0, "$NetBSD: iq80310_intr.c,v 1.28 2011/01/31 23:56:14 jakllsch E
#include <sys/systm.h>
#include <sys/malloc.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <machine/intr.h>
#include <arm/cpufunc.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: iq80310_machdep.c,v 1.79 2011/06/30 20:09:25 wiz Exp $ */
/* $NetBSD: iq80310_machdep.c,v 1.80 2011/07/01 20:41:16 dyoung Exp $ */
/*
* Copyright (c) 2001, 2002, 2003 Wasabi Systems, Inc.
@ -73,7 +73,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: iq80310_machdep.c,v 1.79 2011/06/30 20:09:25 wiz Exp $");
__KERNEL_RCSID(0, "$NetBSD: iq80310_machdep.c,v 1.80 2011/07/01 20:41:16 dyoung Exp $");
#include "opt_ddb.h"
#include "opt_pmap_debug.h"
@ -98,7 +98,7 @@ __KERNEL_RCSID(0, "$NetBSD: iq80310_machdep.c,v 1.79 2011/06/30 20:09:25 wiz Exp
#include <ddb/db_extern.h>
#include <machine/bootconfig.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <machine/cpu.h>
#include <machine/frame.h>
#include <arm/undefined.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: iq80310_pci.c,v 1.10 2011/04/04 20:37:48 dyoung Exp $ */
/* $NetBSD: iq80310_pci.c,v 1.11 2011/07/01 20:41:16 dyoung Exp $ */
/*
* Copyright (c) 2001, 2002 Wasabi Systems, Inc.
@ -40,14 +40,14 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: iq80310_pci.c,v 1.10 2011/04/04 20:37:48 dyoung Exp $");
__KERNEL_RCSID(0, "$NetBSD: iq80310_pci.c,v 1.11 2011/07/01 20:41:16 dyoung Exp $");
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/device.h>
#include <machine/autoconf.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <evbarm/iq80310/iq80310reg.h>
#include <evbarm/iq80310/iq80310var.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: iq80310_timer.c,v 1.21 2008/01/20 16:28:24 joerg Exp $ */
/* $NetBSD: iq80310_timer.c,v 1.22 2011/07/01 20:41:16 dyoung Exp $ */
/*
* Copyright (c) 2001, 2002 Wasabi Systems, Inc.
@ -47,7 +47,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: iq80310_timer.c,v 1.21 2008/01/20 16:28:24 joerg Exp $");
__KERNEL_RCSID(0, "$NetBSD: iq80310_timer.c,v 1.22 2011/07/01 20:41:16 dyoung Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -58,7 +58,7 @@ __KERNEL_RCSID(0, "$NetBSD: iq80310_timer.c,v 1.21 2008/01/20 16:28:24 joerg Exp
#include <dev/clock_subr.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <arm/cpufunc.h>
#include <evbarm/iq80310/iq80310reg.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: obio.c,v 1.19 2011/06/06 16:29:15 matt Exp $ */
/* $NetBSD: obio.c,v 1.20 2011/07/01 20:41:16 dyoung Exp $ */
/*
* Copyright (c) 2001, 2002, 2003 Wasabi Systems, Inc.
@ -44,14 +44,14 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: obio.c,v 1.19 2011/06/06 16:29:15 matt Exp $");
__KERNEL_RCSID(0, "$NetBSD: obio.c,v 1.20 2011/07/01 20:41:16 dyoung Exp $");
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/device.h>
#include <machine/autoconf.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <evbarm/iq80310/iq80310reg.h>
#include <evbarm/iq80310/iq80310var.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: obio_space.c,v 1.13 2009/11/07 07:27:42 cegger Exp $ */
/* $NetBSD: obio_space.c,v 1.14 2011/07/01 20:41:16 dyoung Exp $ */
/*
* Copyright (c) 2001, 2002, 2003 Wasabi Systems, Inc.
@ -40,14 +40,14 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: obio_space.c,v 1.13 2009/11/07 07:27:42 cegger Exp $");
__KERNEL_RCSID(0, "$NetBSD: obio_space.c,v 1.14 2011/07/01 20:41:16 dyoung Exp $");
#include <sys/param.h>
#include <sys/systm.h>
#include <uvm/uvm_extern.h>
#include <machine/bus.h>
#include <sys/bus.h>
/* Prototypes for all the bus_space structure functions */
bs_protos(obio);

View File

@ -1,4 +1,4 @@
/* $NetBSD: com_obio.c,v 1.12 2008/04/28 20:23:17 martin Exp $ */
/* $NetBSD: com_obio.c,v 1.13 2011/07/01 20:41:16 dyoung Exp $ */
/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@ -30,14 +30,14 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: com_obio.c,v 1.12 2008/04/28 20:23:17 martin Exp $");
__KERNEL_RCSID(0, "$NetBSD: com_obio.c,v 1.13 2011/07/01 20:41:16 dyoung Exp $");
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/device.h>
#include <sys/termios.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <arm/xscale/i80321var.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: i80321_mainbus.c,v 1.16 2005/12/15 01:44:00 briggs Exp $ */
/* $NetBSD: i80321_mainbus.c,v 1.17 2011/07/01 20:41:16 dyoung Exp $ */
/*
* Copyright (c) 2001, 2002 Wasabi Systems, Inc.
@ -42,14 +42,14 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: i80321_mainbus.c,v 1.16 2005/12/15 01:44:00 briggs Exp $");
__KERNEL_RCSID(0, "$NetBSD: i80321_mainbus.c,v 1.17 2011/07/01 20:41:16 dyoung Exp $");
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/device.h>
#include <machine/autoconf.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <evbarm/iq80321/iq80321reg.h>
#include <evbarm/iq80321/iq80321var.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: iq80321_7seg.c,v 1.6 2005/12/24 20:06:59 perry Exp $ */
/* $NetBSD: iq80321_7seg.c,v 1.7 2011/07/01 20:41:16 dyoung Exp $ */
/*
* Copyright (c) 2001, 2002 Wasabi Systems, Inc.
@ -40,12 +40,12 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: iq80321_7seg.c,v 1.6 2005/12/24 20:06:59 perry Exp $");
__KERNEL_RCSID(0, "$NetBSD: iq80321_7seg.c,v 1.7 2011/07/01 20:41:16 dyoung Exp $");
#include <sys/param.h>
#include <sys/systm.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <evbarm/iq80321/iq80321reg.h>
#include <evbarm/iq80321/iq80321var.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: iq80321_machdep.c,v 1.49 2011/06/30 20:09:25 wiz Exp $ */
/* $NetBSD: iq80321_machdep.c,v 1.50 2011/07/01 20:41:16 dyoung Exp $ */
/*
* Copyright (c) 2001, 2002, 2003 Wasabi Systems, Inc.
@ -73,7 +73,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: iq80321_machdep.c,v 1.49 2011/06/30 20:09:25 wiz Exp $");
__KERNEL_RCSID(0, "$NetBSD: iq80321_machdep.c,v 1.50 2011/07/01 20:41:16 dyoung Exp $");
#include "opt_ddb.h"
#include "opt_kgdb.h"
@ -99,7 +99,7 @@ __KERNEL_RCSID(0, "$NetBSD: iq80321_machdep.c,v 1.49 2011/06/30 20:09:25 wiz Exp
#include <ddb/db_extern.h>
#include <machine/bootconfig.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <machine/cpu.h>
#include <machine/frame.h>
#include <arm/undefined.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: iq80321_pci.c,v 1.6 2011/04/04 20:37:48 dyoung Exp $ */
/* $NetBSD: iq80321_pci.c,v 1.7 2011/07/01 20:41:16 dyoung Exp $ */
/*
* Copyright (c) 2001, 2002 Wasabi Systems, Inc.
@ -40,14 +40,14 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: iq80321_pci.c,v 1.6 2011/04/04 20:37:48 dyoung Exp $");
__KERNEL_RCSID(0, "$NetBSD: iq80321_pci.c,v 1.7 2011/07/01 20:41:16 dyoung Exp $");
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/device.h>
#include <machine/autoconf.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <evbarm/iq80321/iq80321reg.h>
#include <evbarm/iq80321/iq80321var.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: obio.c,v 1.15 2011/06/06 16:29:15 matt Exp $ */
/* $NetBSD: obio.c,v 1.16 2011/07/01 20:41:16 dyoung Exp $ */
/*
* Copyright (c) 2001, 2002, 2003 Wasabi Systems, Inc.
@ -41,14 +41,14 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: obio.c,v 1.15 2011/06/06 16:29:15 matt Exp $");
__KERNEL_RCSID(0, "$NetBSD: obio.c,v 1.16 2011/07/01 20:41:16 dyoung Exp $");
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/device.h>
#include <machine/autoconf.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <arm/xscale/i80321reg.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: obio_space.c,v 1.10 2009/11/07 07:27:42 cegger Exp $ */
/* $NetBSD: obio_space.c,v 1.11 2011/07/01 20:41:16 dyoung Exp $ */
/*
* Copyright (c) 2001, 2002, 2003 Wasabi Systems, Inc.
@ -40,14 +40,14 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: obio_space.c,v 1.10 2009/11/07 07:27:42 cegger Exp $");
__KERNEL_RCSID(0, "$NetBSD: obio_space.c,v 1.11 2011/07/01 20:41:16 dyoung Exp $");
#include <sys/param.h>
#include <sys/systm.h>
#include <uvm/uvm_extern.h>
#include <machine/bus.h>
#include <sys/bus.h>
/* Prototypes for all the bus_space structure functions */
bs_protos(obio);

View File

@ -1,4 +1,4 @@
/* $NetBSD: ixdp425_led.c,v 1.4 2009/10/21 14:15:51 rmind Exp $ */
/* $NetBSD: ixdp425_led.c,v 1.5 2011/07/01 20:42:36 dyoung Exp $ */
/*
* Copyright (c) 2003
* Ichiro FUKUHARA <ichiro@ichiro.org>.
@ -26,7 +26,7 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: ixdp425_led.c,v 1.4 2009/10/21 14:15:51 rmind Exp $");
__KERNEL_RCSID(0, "$NetBSD: ixdp425_led.c,v 1.5 2011/07/01 20:42:36 dyoung Exp $");
/*
* LED support for IXDP425
@ -39,7 +39,7 @@ __KERNEL_RCSID(0, "$NetBSD: ixdp425_led.c,v 1.4 2009/10/21 14:15:51 rmind Exp $"
#include <sys/kernel.h>
#include <sys/systm.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <arm/xscale/ixp425_sipvar.h>
#include <arm/xscale/ixp425var.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: ixdp425_machdep.c,v 1.28 2011/06/30 20:09:25 wiz Exp $ */
/* $NetBSD: ixdp425_machdep.c,v 1.29 2011/07/01 20:42:36 dyoung Exp $ */
/*
* Copyright (c) 2003
* Ichiro FUKUHARA <ichiro@ichiro.org>.
@ -64,7 +64,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: ixdp425_machdep.c,v 1.28 2011/06/30 20:09:25 wiz Exp $");
__KERNEL_RCSID(0, "$NetBSD: ixdp425_machdep.c,v 1.29 2011/07/01 20:42:36 dyoung Exp $");
#include "opt_ddb.h"
#include "opt_kgdb.h"
@ -90,7 +90,7 @@ __KERNEL_RCSID(0, "$NetBSD: ixdp425_machdep.c,v 1.28 2011/06/30 20:09:25 wiz Exp
#include <ddb/db_extern.h>
#include <machine/bootconfig.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <machine/cpu.h>
#include <machine/frame.h>
#include <arm/undefined.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: ixdp425_mainbus.c,v 1.6 2009/10/21 14:15:51 rmind Exp $ */
/* $NetBSD: ixdp425_mainbus.c,v 1.7 2011/07/01 20:42:36 dyoung Exp $ */
/*
* Copyright (c) 2003
@ -28,7 +28,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: ixdp425_mainbus.c,v 1.6 2009/10/21 14:15:51 rmind Exp $");
__KERNEL_RCSID(0, "$NetBSD: ixdp425_mainbus.c,v 1.7 2011/07/01 20:42:36 dyoung Exp $");
/*
* front-end for the ixp425 NetworkProcessor.
@ -39,7 +39,7 @@ __KERNEL_RCSID(0, "$NetBSD: ixdp425_mainbus.c,v 1.6 2009/10/21 14:15:51 rmind Ex
#include <sys/device.h>
#include <machine/autoconf.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <arm/xscale/ixp425reg.h>
#include <arm/xscale/ixp425var.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: ixdp425_pci.c,v 1.7 2011/04/04 20:37:48 dyoung Exp $ */
/* $NetBSD: ixdp425_pci.c,v 1.8 2011/07/01 20:42:36 dyoung Exp $ */
#define PCI_DEBUG
/*
* Copyright (c) 2003
@ -28,7 +28,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: ixdp425_pci.c,v 1.7 2011/04/04 20:37:48 dyoung Exp $");
__KERNEL_RCSID(0, "$NetBSD: ixdp425_pci.c,v 1.8 2011/07/01 20:42:36 dyoung Exp $");
/*
* IXDP425 PCI interrupt support.
@ -39,7 +39,7 @@ __KERNEL_RCSID(0, "$NetBSD: ixdp425_pci.c,v 1.7 2011/04/04 20:37:48 dyoung Exp $
#include <sys/device.h>
#include <machine/autoconf.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <evbarm/ixdp425/ixdp425reg.h>
#include <evbarm/ixdp425/ixdp425var.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: ixm1200_machdep.c,v 1.48 2011/06/30 20:09:25 wiz Exp $ */
/* $NetBSD: ixm1200_machdep.c,v 1.49 2011/07/01 20:42:37 dyoung Exp $ */
/*
* Copyright (c) 2002, 2003
@ -61,7 +61,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: ixm1200_machdep.c,v 1.48 2011/06/30 20:09:25 wiz Exp $");
__KERNEL_RCSID(0, "$NetBSD: ixm1200_machdep.c,v 1.49 2011/07/01 20:42:37 dyoung Exp $");
#include "opt_ddb.h"
#include "opt_modular.h"
@ -96,7 +96,7 @@ __KERNEL_RCSID(0, "$NetBSD: ixm1200_machdep.c,v 1.48 2011/06/30 20:09:25 wiz Exp
#endif
#include <machine/bootconfig.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <machine/cpu.h>
#include <machine/frame.h>
#include <arm/undefined.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: ixm1200_pci.c,v 1.8 2011/04/04 20:37:48 dyoung Exp $ */
/* $NetBSD: ixm1200_pci.c,v 1.9 2011/07/01 20:42:37 dyoung Exp $ */
#define PCI_DEBUG
/*
* Copyright (c) 2002, 2003
@ -28,7 +28,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: ixm1200_pci.c,v 1.8 2011/04/04 20:37:48 dyoung Exp $");
__KERNEL_RCSID(0, "$NetBSD: ixm1200_pci.c,v 1.9 2011/07/01 20:42:37 dyoung Exp $");
/*
* IXM1200 PCI interrupt support.
@ -39,7 +39,7 @@ __KERNEL_RCSID(0, "$NetBSD: ixm1200_pci.c,v 1.8 2011/04/04 20:37:48 dyoung Exp $
#include <sys/device.h>
#include <machine/autoconf.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <evbarm/ixm1200/ixm1200reg.h>
#include <evbarm/ixm1200/ixm1200var.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: ixp12x0_mainbus.c,v 1.8 2009/10/21 14:15:51 rmind Exp $ */
/* $NetBSD: ixp12x0_mainbus.c,v 1.9 2011/07/01 20:42:37 dyoung Exp $ */
/*
* Copyright (c) 2002
* Ichiro FUKUHARA <ichiro@ichiro.org>.
@ -27,7 +27,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: ixp12x0_mainbus.c,v 1.8 2009/10/21 14:15:51 rmind Exp $");
__KERNEL_RCSID(0, "$NetBSD: ixp12x0_mainbus.c,v 1.9 2011/07/01 20:42:37 dyoung Exp $");
/*
* front-end for the ixp12x0 I/O Processor.
@ -38,7 +38,7 @@ __KERNEL_RCSID(0, "$NetBSD: ixp12x0_mainbus.c,v 1.8 2009/10/21 14:15:51 rmind Ex
#include <sys/device.h>
#include <machine/autoconf.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <evbarm/ixm1200/ixm1200reg.h>
#include <evbarm/ixm1200/ixm1200var.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: ixpcom_ixm.c,v 1.8 2009/10/21 14:15:51 rmind Exp $ */
/* $NetBSD: ixpcom_ixm.c,v 1.9 2011/07/01 20:42:37 dyoung Exp $ */
/*
* Copyright (c) 2002
* Ichiro FUKUHARA <ichiro@ichiro.org>.
@ -27,7 +27,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: ixpcom_ixm.c,v 1.8 2009/10/21 14:15:51 rmind Exp $");
__KERNEL_RCSID(0, "$NetBSD: ixpcom_ixm.c,v 1.9 2011/07/01 20:42:37 dyoung Exp $");
/* Front-end of ixpcom */
@ -40,7 +40,7 @@ __KERNEL_RCSID(0, "$NetBSD: ixpcom_ixm.c,v 1.8 2009/10/21 14:15:51 rmind Exp $")
#include <sys/termios.h>
#include <machine/intr.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <arm/ixp12x0/ixp12x0_comreg.h>
#include <arm/ixp12x0/ixp12x0_comvar.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: nappi_nppb.c,v 1.8 2011/06/06 16:29:15 matt Exp $ */
/* $NetBSD: nappi_nppb.c,v 1.9 2011/07/01 20:42:37 dyoung Exp $ */
/*
* Copyright (c) 2002, 2003
* Ichiro FUKUHARA <ichiro@ichiro.org>.
@ -27,7 +27,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: nappi_nppb.c,v 1.8 2011/06/06 16:29:15 matt Exp $");
__KERNEL_RCSID(0, "$NetBSD: nappi_nppb.c,v 1.9 2011/07/01 20:42:37 dyoung Exp $");
#include "pci.h"
#include "opt_pci.h"
@ -39,7 +39,7 @@ __KERNEL_RCSID(0, "$NetBSD: nappi_nppb.c,v 1.8 2011/06/06 16:29:15 matt Exp $");
#include <sys/extent.h>
#include <sys/malloc.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <dev/pci/pcivar.h>
#include <dev/pci/pcireg.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: nappi_nr.c,v 1.8 2008/04/28 20:23:17 martin Exp $ */
/* $NetBSD: nappi_nr.c,v 1.9 2011/07/01 20:42:37 dyoung Exp $ */
/*
* Copyright (c) 2002 The NetBSD Foundation, Inc.
@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: nappi_nr.c,v 1.8 2008/04/28 20:23:17 martin Exp $");
__KERNEL_RCSID(0, "$NetBSD: nappi_nr.c,v 1.9 2011/07/01 20:42:37 dyoung Exp $");
/*
* LED support for NAPPI.
@ -43,7 +43,7 @@ __KERNEL_RCSID(0, "$NetBSD: nappi_nr.c,v 1.8 2008/04/28 20:23:17 martin Exp $");
#include <sys/kernel.h>
#include <sys/systm.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <arm/ixp12x0/ixpsipvar.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_sm_obio.c,v 1.3 2009/05/29 14:15:44 rjs Exp $ */
/* $NetBSD: if_sm_obio.c,v 1.4 2011/07/01 20:42:37 dyoung Exp $ */
/*
* Copyright (c) 2002, 2003 Genetec Corporation. All rights reserved.
@ -64,7 +64,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: if_sm_obio.c,v 1.3 2009/05/29 14:15:44 rjs Exp $");
__KERNEL_RCSID(0, "$NetBSD: if_sm_obio.c,v 1.4 2011/07/01 20:42:37 dyoung Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -82,7 +82,7 @@ __KERNEL_RCSID(0, "$NetBSD: if_sm_obio.c,v 1.3 2009/05/29 14:15:44 rjs Exp $");
#include <net/if_media.h>
#include <machine/intr.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <dev/mii/mii.h>
#include <dev/mii/miivar.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: lubbock_lcd.c,v 1.11 2010/03/13 11:15:52 bsh Exp $ */
/* $NetBSD: lubbock_lcd.c,v 1.12 2011/07/01 20:42:37 dyoung Exp $ */
/*
* Copyright (c) 2002, 2003 Genetec Corporation. All rights reserved.
@ -40,7 +40,7 @@
* LCD panel geometry
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: lubbock_lcd.c,v 1.11 2010/03/13 11:15:52 bsh Exp $");
__KERNEL_RCSID(0, "$NetBSD: lubbock_lcd.c,v 1.12 2011/07/01 20:42:37 dyoung Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -53,7 +53,7 @@ __KERNEL_RCSID(0, "$NetBSD: lubbock_lcd.c,v 1.11 2010/03/13 11:15:52 bsh Exp $")
#include <dev/wscons/wsdisplayvar.h>
#include <dev/wscons/wscons_callbacks.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <arm/xscale/pxa2x0var.h>
#include <arm/xscale/pxa2x0reg.h>
#include <arm/xscale/pxa2x0_lcd.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: lubbock_machdep.c,v 1.27 2011/06/30 20:09:25 wiz Exp $ */
/* $NetBSD: lubbock_machdep.c,v 1.28 2011/07/01 20:42:37 dyoung Exp $ */
/*
* Copyright (c) 2002, 2003, 2005 Genetec Corporation. All rights reserved.
@ -112,7 +112,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: lubbock_machdep.c,v 1.27 2011/06/30 20:09:25 wiz Exp $");
__KERNEL_RCSID(0, "$NetBSD: lubbock_machdep.c,v 1.28 2011/07/01 20:42:37 dyoung Exp $");
#include "opt_ddb.h"
#include "opt_kgdb.h"
@ -147,7 +147,7 @@ __KERNEL_RCSID(0, "$NetBSD: lubbock_machdep.c,v 1.27 2011/06/30 20:09:25 wiz Exp
#endif
#include <machine/bootconfig.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <machine/cpu.h>
#include <machine/frame.h>
#include <arm/undefined.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: lubbock_pcic.c,v 1.6 2010/03/13 11:13:31 bsh Exp $ */
/* $NetBSD: lubbock_pcic.c,v 1.7 2011/07/01 20:42:37 dyoung Exp $ */
/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: lubbock_pcic.c,v 1.6 2010/03/13 11:13:31 bsh Exp $");
__KERNEL_RCSID(0, "$NetBSD: lubbock_pcic.c,v 1.7 2011/07/01 20:42:37 dyoung Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -42,7 +42,7 @@ __KERNEL_RCSID(0, "$NetBSD: lubbock_pcic.c,v 1.6 2010/03/13 11:13:31 bsh Exp $")
#include <sys/kthread.h>
#include <sys/malloc.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <dev/pcmcia/pcmciachip.h>
#include <dev/pcmcia/pcmciavar.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: lubbock_var.h,v 1.2 2009/05/29 14:15:44 rjs Exp $ */
/* $NetBSD: lubbock_var.h,v 1.3 2011/07/01 20:42:37 dyoung Exp $ */
/*
* Copyright (c) 2002, 2003 Genetec Corporation. All rights reserved.
@ -35,7 +35,7 @@
#include <sys/conf.h>
#include <sys/device.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <evbarm/lubbock/lubbock_reg.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: obio.c,v 1.9 2009/05/29 14:15:44 rjs Exp $ */
/* $NetBSD: obio.c,v 1.10 2011/07/01 20:42:37 dyoung Exp $ */
/*
* Copyright (c) 2002, 2003 Genetec Corporation. All rights reserved.
@ -35,7 +35,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: obio.c,v 1.9 2009/05/29 14:15:44 rjs Exp $");
__KERNEL_RCSID(0, "$NetBSD: obio.c,v 1.10 2011/07/01 20:42:37 dyoung Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -44,7 +44,7 @@ __KERNEL_RCSID(0, "$NetBSD: obio.c,v 1.9 2009/05/29 14:15:44 rjs Exp $");
#include <sys/reboot.h>
#include <machine/cpu.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <machine/intr.h>
#include <arm/cpufunc.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: sacc_obio.c,v 1.11 2010/03/13 10:55:09 bsh Exp $ */
/* $NetBSD: sacc_obio.c,v 1.12 2011/07/01 20:42:37 dyoung Exp $ */
/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@ -34,7 +34,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: sacc_obio.c,v 1.11 2010/03/13 10:55:09 bsh Exp $");
__KERNEL_RCSID(0, "$NetBSD: sacc_obio.c,v 1.12 2011/07/01 20:42:37 dyoung Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -52,7 +52,7 @@ __KERNEL_RCSID(0, "$NetBSD: sacc_obio.c,v 1.11 2010/03/13 10:55:09 bsh Exp $");
#include <net/if_media.h>
#include <machine/intr.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <arm/sa11x0/sa1111_reg.h>
#include <arm/sa11x0/sa1111_var.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: sm_obio_space.c,v 1.3 2005/12/11 12:17:09 christos Exp $ */
/* $NetBSD: sm_obio_space.c,v 1.4 2011/07/01 20:42:37 dyoung Exp $ */
/*
* Copyright (c) 2002, 2003 Genetec Corporation. All rights reserved.
@ -34,7 +34,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: sm_obio_space.c,v 1.3 2005/12/11 12:17:09 christos Exp $");
__KERNEL_RCSID(0, "$NetBSD: sm_obio_space.c,v 1.4 2011/07/01 20:42:37 dyoung Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -42,7 +42,7 @@ __KERNEL_RCSID(0, "$NetBSD: sm_obio_space.c,v 1.3 2005/12/11 12:17:09 christos E
#include <uvm/uvm.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <machine/pmap.h>
/* Proto types for all the bus_space structure functions */

View File

@ -1,5 +1,5 @@
/* $Id: mpcsa_machdep.c,v 1.5 2011/06/30 20:09:26 wiz Exp $ */
/* $NetBSD: mpcsa_machdep.c,v 1.5 2011/06/30 20:09:26 wiz Exp $ */
/* $Id: mpcsa_machdep.c,v 1.6 2011/07/01 20:44:20 dyoung Exp $ */
/* $NetBSD: mpcsa_machdep.c,v 1.6 2011/07/01 20:44:20 dyoung Exp $ */
/*
* Copyright (c) 2007 Embedtronics Oy
@ -77,7 +77,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: mpcsa_machdep.c,v 1.5 2011/06/30 20:09:26 wiz Exp $");
__KERNEL_RCSID(0, "$NetBSD: mpcsa_machdep.c,v 1.6 2011/07/01 20:44:20 dyoung Exp $");
#include "opt_ddb.h"
#include "opt_kgdb.h"
@ -104,7 +104,7 @@ __KERNEL_RCSID(0, "$NetBSD: mpcsa_machdep.c,v 1.5 2011/06/30 20:09:26 wiz Exp $"
#define DRAM_BLOCKS 1
#include <machine/bootconfig.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <machine/cpu.h>
#include <machine/frame.h>
#include <arm/undefined.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: netwalker_machdep.c,v 1.4 2011/06/30 20:09:26 wiz Exp $ */
/* $NetBSD: netwalker_machdep.c,v 1.5 2011/07/01 20:42:37 dyoung Exp $ */
/*
* Copyright (c) 2002, 2003, 2005, 2010 Genetec Corporation.
@ -102,7 +102,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: netwalker_machdep.c,v 1.4 2011/06/30 20:09:26 wiz Exp $");
__KERNEL_RCSID(0, "$NetBSD: netwalker_machdep.c,v 1.5 2011/07/01 20:42:37 dyoung Exp $");
#include "opt_ddb.h"
#include "opt_kgdb.h"
@ -139,7 +139,7 @@ __KERNEL_RCSID(0, "$NetBSD: netwalker_machdep.c,v 1.4 2011/06/30 20:09:26 wiz Ex
#endif
#include <machine/bootconfig.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <machine/cpu.h>
#include <machine/frame.h>
#include <arm/undefined.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: com_obio.c,v 1.4 2008/04/28 20:23:17 martin Exp $ */
/* $NetBSD: com_obio.c,v 1.5 2011/07/01 20:44:20 dyoung Exp $ */
/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@ -30,14 +30,14 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: com_obio.c,v 1.4 2008/04/28 20:23:17 martin Exp $");
__KERNEL_RCSID(0, "$NetBSD: com_obio.c,v 1.5 2011/07/01 20:44:20 dyoung Exp $");
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/device.h>
#include <sys/termios.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <arm/xscale/i80321var.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: npwr_fc_machdep.c,v 1.15 2011/06/30 20:09:27 wiz Exp $ */
/* $NetBSD: npwr_fc_machdep.c,v 1.16 2011/07/01 20:44:20 dyoung Exp $ */
/*
* Copyright (c) 2001, 2002, 2003 Wasabi Systems, Inc.
@ -73,7 +73,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: npwr_fc_machdep.c,v 1.15 2011/06/30 20:09:27 wiz Exp $");
__KERNEL_RCSID(0, "$NetBSD: npwr_fc_machdep.c,v 1.16 2011/07/01 20:44:20 dyoung Exp $");
#include "opt_ddb.h"
#include "opt_kgdb.h"
@ -99,7 +99,7 @@ __KERNEL_RCSID(0, "$NetBSD: npwr_fc_machdep.c,v 1.15 2011/06/30 20:09:27 wiz Exp
#include <ddb/db_extern.h>
#include <machine/bootconfig.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <machine/cpu.h>
#include <machine/frame.h>
#include <arm/undefined.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: npwr_fc_pci.c,v 1.2 2011/04/04 20:37:49 dyoung Exp $ */
/* $NetBSD: npwr_fc_pci.c,v 1.3 2011/07/01 20:44:20 dyoung Exp $ */
/*
* Copyright (c) 2001, 2002 Wasabi Systems, Inc.
@ -40,14 +40,14 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: npwr_fc_pci.c,v 1.2 2011/04/04 20:37:49 dyoung Exp $");
__KERNEL_RCSID(0, "$NetBSD: npwr_fc_pci.c,v 1.3 2011/07/01 20:44:20 dyoung Exp $");
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/device.h>
#include <machine/autoconf.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <evbarm/iq80321/iq80321reg.h>
#include <evbarm/iq80321/iq80321var.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: nslu2_machdep.c,v 1.18 2011/06/30 20:09:28 wiz Exp $ */
/* $NetBSD: nslu2_machdep.c,v 1.19 2011/07/01 20:44:20 dyoung Exp $ */
/*-
* Copyright (c) 2006 The NetBSD Foundation, Inc.
@ -94,7 +94,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: nslu2_machdep.c,v 1.18 2011/06/30 20:09:28 wiz Exp $");
__KERNEL_RCSID(0, "$NetBSD: nslu2_machdep.c,v 1.19 2011/07/01 20:44:20 dyoung Exp $");
#include "opt_ddb.h"
#include "opt_kgdb.h"
@ -120,7 +120,7 @@ __KERNEL_RCSID(0, "$NetBSD: nslu2_machdep.c,v 1.18 2011/06/30 20:09:28 wiz Exp $
#include <ddb/db_extern.h>
#include <machine/bootconfig.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <machine/cpu.h>
#include <machine/frame.h>
#include <arm/undefined.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_sm_emifs.c,v 1.3 2007/10/17 19:54:13 garbled Exp $ */
/* $NetBSD: if_sm_emifs.c,v 1.4 2011/07/01 20:44:21 dyoung Exp $ */
/*
* OSK5912 SMC91Cxx wrapper, based on sys/arch/evbarm/viper/if_sm_pxaip.c
@ -31,7 +31,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: if_sm_emifs.c,v 1.3 2007/10/17 19:54:13 garbled Exp $");
__KERNEL_RCSID(0, "$NetBSD: if_sm_emifs.c,v 1.4 2011/07/01 20:44:21 dyoung Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -42,7 +42,7 @@ __KERNEL_RCSID(0, "$NetBSD: if_sm_emifs.c,v 1.3 2007/10/17 19:54:13 garbled Exp
#include <net/if_media.h>
#include <machine/intr.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <dev/mii/mii.h>
#include <dev/mii/miivar.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: osk5912_machdep.c,v 1.10 2011/06/30 20:09:28 wiz Exp $ */
/* $NetBSD: osk5912_machdep.c,v 1.11 2011/07/01 20:44:21 dyoung Exp $ */
/*
* Machine dependent functions for kernel setup for TI OSK5912 board.
@ -99,7 +99,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: osk5912_machdep.c,v 1.10 2011/06/30 20:09:28 wiz Exp $");
__KERNEL_RCSID(0, "$NetBSD: osk5912_machdep.c,v 1.11 2011/07/01 20:44:21 dyoung Exp $");
#include "opt_machdep.h"
#include "opt_ddb.h"
@ -132,7 +132,7 @@ __KERNEL_RCSID(0, "$NetBSD: osk5912_machdep.c,v 1.10 2011/06/30 20:09:28 wiz Exp
#endif
#include <machine/bootconfig.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <machine/cpu.h>
#include <machine/frame.h>
#include <arm/undefined.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_cs_smdk24x0.c,v 1.3 2009/09/22 14:55:19 tsutsui Exp $ */
/* $NetBSD: if_cs_smdk24x0.c,v 1.4 2011/07/01 20:44:21 dyoung Exp $ */
/*
* Copyright (c) 2003 Genetec corporation. All rights reserved.
@ -72,7 +72,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: if_cs_smdk24x0.c,v 1.3 2009/09/22 14:55:19 tsutsui Exp $");
__KERNEL_RCSID(0, "$NetBSD: if_cs_smdk24x0.c,v 1.4 2011/07/01 20:44:21 dyoung Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -88,7 +88,7 @@ __KERNEL_RCSID(0, "$NetBSD: if_cs_smdk24x0.c,v 1.3 2009/09/22 14:55:19 tsutsui E
#include <net/if_ether.h>
#include <net/if_media.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <machine/intr.h>
#include <arch/arm/s3c2xx0/s3c2410reg.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: smdk2410_kbd.c,v 1.6 2010/06/07 15:17:24 bsh Exp $ */
/* $NetBSD: smdk2410_kbd.c,v 1.7 2011/07/01 20:44:21 dyoung Exp $ */
/*
* Copyright (c) 2004 Genetec Corporation. All rights reserved.
@ -40,13 +40,13 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: smdk2410_kbd.c,v 1.6 2010/06/07 15:17:24 bsh Exp $");
__KERNEL_RCSID(0, "$NetBSD: smdk2410_kbd.c,v 1.7 2011/07/01 20:44:21 dyoung Exp $");
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/conf.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <machine/cpu.h>
#include <dev/wscons/wsconsio.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: smdk2410_lcd.c,v 1.5 2010/02/05 21:10:58 snj Exp $ */
/* $NetBSD: smdk2410_lcd.c,v 1.6 2011/07/01 20:44:21 dyoung Exp $ */
/*
* Copyright (c) 2004 Genetec Corporation. All rights reserved.
@ -31,7 +31,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: smdk2410_lcd.c,v 1.5 2010/02/05 21:10:58 snj Exp $");
__KERNEL_RCSID(0, "$NetBSD: smdk2410_lcd.c,v 1.6 2011/07/01 20:44:21 dyoung Exp $");
/*
* LCD driver for Samsung SMDK2410.
@ -54,7 +54,7 @@ __KERNEL_RCSID(0, "$NetBSD: smdk2410_lcd.c,v 1.5 2010/02/05 21:10:58 snj Exp $")
#include <dev/wscons/wsdisplayvar.h>
#include <dev/wscons/wscons_callbacks.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <arm/s3c2xx0/s3c24x0var.h>
#include <arm/s3c2xx0/s3c24x0reg.h>
#include <arm/s3c2xx0/s3c2410reg.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: smdk2410_machdep.c,v 1.28 2011/06/30 20:09:28 wiz Exp $ */
/* $NetBSD: smdk2410_machdep.c,v 1.29 2011/07/01 20:44:21 dyoung Exp $ */
/*
* Copyright (c) 2002, 2003 Fujitsu Component Limited
@ -105,7 +105,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: smdk2410_machdep.c,v 1.28 2011/06/30 20:09:28 wiz Exp $");
__KERNEL_RCSID(0, "$NetBSD: smdk2410_machdep.c,v 1.29 2011/07/01 20:44:21 dyoung Exp $");
#include "opt_ddb.h"
#include "opt_kgdb.h"
@ -136,7 +136,7 @@ __KERNEL_RCSID(0, "$NetBSD: smdk2410_machdep.c,v 1.28 2011/06/30 20:09:28 wiz Ex
#endif
#include <machine/bootconfig.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <machine/cpu.h>
#include <machine/frame.h>
#include <machine/intr.h>

Some files were not shown because too many files have changed in this diff Show More