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

This commit is contained in:
dyoung 2011-07-01 18:31:32 +00:00
parent 391925c74f
commit e265f67bc1
84 changed files with 234 additions and 234 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: isadma_bounce.c,v 1.9 2011/02/20 07:51:22 matt Exp $ */
/* $NetBSD: isadma_bounce.c,v 1.10 2011/07/01 18:31:32 dyoung Exp $ */
/*-
* Copyright (c) 1996, 1997, 1998, 2000, 2001 The NetBSD Foundation, Inc.
@ -31,7 +31,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: isadma_bounce.c,v 1.9 2011/02/20 07:51:22 matt Exp $");
__KERNEL_RCSID(0, "$NetBSD: isadma_bounce.c,v 1.10 2011/07/01 18:31:32 dyoung Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -44,7 +44,7 @@ __KERNEL_RCSID(0, "$NetBSD: isadma_bounce.c,v 1.9 2011/02/20 07:51:22 matt Exp $
#include <mips/cache.h>
#define _ALGOR_BUS_DMA_PRIVATE
#include <machine/bus.h>
#include <sys/bus.h>
#include <machine/locore.h>
#include <dev/isa/isareg.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: mcclock_isa.c,v 1.12 2008/03/29 05:42:45 tsutsui Exp $ */
/* $NetBSD: mcclock_isa.c,v 1.13 2011/07/01 18:31:32 dyoung Exp $ */
/*
* Copyright (c) 1995, 1996 Carnegie-Mellon University.
@ -29,14 +29,14 @@
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
__KERNEL_RCSID(0, "$NetBSD: mcclock_isa.c,v 1.12 2008/03/29 05:42:45 tsutsui Exp $");
__KERNEL_RCSID(0, "$NetBSD: mcclock_isa.c,v 1.13 2011/07/01 18:31:32 dyoung Exp $");
#include <sys/param.h>
#include <sys/kernel.h>
#include <sys/systm.h>
#include <sys/device.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: pcib.c,v 1.21 2009/08/19 15:17:00 dyoung Exp $ */
/* $NetBSD: pcib.c,v 1.22 2011/07/01 18:31:32 dyoung Exp $ */
/*-
* Copyright (c) 2000, 2001 The NetBSD Foundation, Inc.
@ -31,7 +31,7 @@
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
__KERNEL_RCSID(0, "$NetBSD: pcib.c,v 1.21 2009/08/19 15:17:00 dyoung Exp $");
__KERNEL_RCSID(0, "$NetBSD: pcib.c,v 1.22 2011/07/01 18:31:32 dyoung Exp $");
#include "opt_algor_p5064.h"
#include "opt_algor_p6032.h"
@ -43,7 +43,7 @@ __KERNEL_RCSID(0, "$NetBSD: pcib.c,v 1.21 2009/08/19 15:17:00 dyoung Exp $");
#include <sys/malloc.h>
#include <machine/intr.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <dev/isa/isareg.h>
#include <dev/isa/isavar.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: vtpbc.c,v 1.7 2008/04/28 20:23:10 martin Exp $ */
/* $NetBSD: vtpbc.c,v 1.8 2011/07/01 18:31:32 dyoung Exp $ */
/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@ -37,13 +37,13 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: vtpbc.c,v 1.7 2008/04/28 20:23:10 martin Exp $");
__KERNEL_RCSID(0, "$NetBSD: vtpbc.c,v 1.8 2011/07/01 18:31:32 dyoung Exp $");
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/device.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <machine/intr.h>
#include <machine/locore.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: asp.c,v 1.18 2011/02/01 18:33:24 skrll Exp $ */
/* $NetBSD: asp.c,v 1.19 2011/07/01 18:33:09 dyoung Exp $ */
/* $OpenBSD: asp.c,v 1.5 2000/02/09 05:04:22 mickey Exp $ */
@ -37,14 +37,14 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: asp.c,v 1.18 2011/02/01 18:33:24 skrll Exp $");
__KERNEL_RCSID(0, "$NetBSD: asp.c,v 1.19 2011/07/01 18:33:09 dyoung Exp $");
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/device.h>
#include <sys/reboot.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <machine/iomod.h>
#include <machine/autoconf.h>
#include <machine/cpufunc.h>

View File

@ -31,7 +31,7 @@
#include <sys/device.h>
#include <sys/tty.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <machine/intr.h>
#include <machine/iomod.h>
#include <machine/autoconf.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: com_ssio.c,v 1.2 2010/03/05 18:41:29 skrll Exp $ */
/* $NetBSD: com_ssio.c,v 1.3 2011/07/01 18:33:09 dyoung Exp $ */
/* $OpenBSD: com_ssio.c,v 1.2 2007/06/24 16:28:39 kettenis Exp $ */
@ -23,7 +23,7 @@
#include <sys/device.h>
#include <sys/tty.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <machine/iomod.h>
#include <dev/ic/comreg.h>

View File

@ -22,7 +22,7 @@
#include <sys/systm.h>
#include <machine/autoconf.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <machine/cpu.h>
#include <machine/iomod.h>
#include <machine/pdc.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: lasi.c,v 1.20 2011/02/01 18:33:24 skrll Exp $ */
/* $NetBSD: lasi.c,v 1.21 2011/07/01 18:33:09 dyoung Exp $ */
/* $OpenBSD: lasi.c,v 1.4 2001/06/09 03:57:19 mickey Exp $ */
@ -29,7 +29,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: lasi.c,v 1.20 2011/02/01 18:33:24 skrll Exp $");
__KERNEL_RCSID(0, "$NetBSD: lasi.c,v 1.21 2011/07/01 18:33:09 dyoung Exp $");
#undef LASIDEBUG
@ -38,7 +38,7 @@ __KERNEL_RCSID(0, "$NetBSD: lasi.c,v 1.20 2011/02/01 18:33:24 skrll Exp $");
#include <sys/device.h>
#include <sys/reboot.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <machine/iomod.h>
#include <machine/autoconf.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: lcd.c,v 1.4 2011/01/04 10:42:33 skrll Exp $ */
/* $NetBSD: lcd.c,v 1.5 2011/07/01 18:33:09 dyoung Exp $ */
/* OpenBSD: lcd.c,v 1.2 2007/07/20 22:13:45 kettenis Exp */
/*
@ -24,7 +24,7 @@
#include <sys/callout.h>
#include <machine/autoconf.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <machine/cpu.h>
#include <machine/pdc.h>

View File

@ -20,7 +20,7 @@
#include <sys/systm.h>
#include <sys/device.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <dev/ic/lptreg.h>
#include <dev/ic/lptvar.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: mongoose.c,v 1.21 2011/02/01 18:33:24 skrll Exp $ */
/* $NetBSD: mongoose.c,v 1.22 2011/07/01 18:33:09 dyoung Exp $ */
/* $OpenBSD: mongoose.c,v 1.19 2010/01/01 20:28:42 kettenis Exp $ */
@ -29,7 +29,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: mongoose.c,v 1.21 2011/02/01 18:33:24 skrll Exp $");
__KERNEL_RCSID(0, "$NetBSD: mongoose.c,v 1.22 2011/07/01 18:33:09 dyoung Exp $");
#define MONGOOSE_DEBUG 9
@ -38,7 +38,7 @@ __KERNEL_RCSID(0, "$NetBSD: mongoose.c,v 1.21 2011/02/01 18:33:24 skrll Exp $");
#include <sys/device.h>
#include <sys/reboot.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <machine/iomod.h>
#include <machine/autoconf.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: siop_sgc.c,v 1.7 2011/02/01 18:33:24 skrll Exp $ */
/* $NetBSD: siop_sgc.c,v 1.8 2011/07/01 18:33:09 dyoung Exp $ */
/* $OpenBSD: siop_sgc.c,v 1.1 2007/08/05 19:09:52 kettenis Exp $ */
@ -19,7 +19,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: siop_sgc.c,v 1.7 2011/02/01 18:33:24 skrll Exp $");
__KERNEL_RCSID(0, "$NetBSD: siop_sgc.c,v 1.8 2011/07/01 18:33:09 dyoung Exp $");
#include <sys/param.h>
#include <sys/device.h>
@ -28,7 +28,7 @@ __KERNEL_RCSID(0, "$NetBSD: siop_sgc.c,v 1.7 2011/02/01 18:33:24 skrll Exp $");
#include <uvm/uvm_extern.h>
#include <machine/autoconf.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <machine/iomod.h>
#include <dev/scsipi/scsi_all.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: ssio.c,v 1.1 2009/05/28 08:41:29 skrll Exp $ */
/* $NetBSD: ssio.c,v 1.2 2011/07/01 18:33:09 dyoung Exp $ */
/* $OpenBSD: ssio.c,v 1.7 2009/03/08 22:19:04 miod Exp $ */
@ -26,7 +26,7 @@
#include <sys/systm.h>
#include <sys/device.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <machine/iomod.h>
#include <dev/pci/pcireg.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: sti_sgc.c,v 1.20 2010/11/09 12:24:47 skrll Exp $ */
/* $NetBSD: sti_sgc.c,v 1.21 2011/07/01 18:33:09 dyoung Exp $ */
/* $OpenBSD: sti_sgc.c,v 1.38 2009/02/06 22:51:04 miod Exp $ */
@ -35,7 +35,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: sti_sgc.c,v 1.20 2010/11/09 12:24:47 skrll Exp $");
__KERNEL_RCSID(0, "$NetBSD: sti_sgc.c,v 1.21 2011/07/01 18:33:09 dyoung Exp $");
#include "opt_cputype.h"
@ -45,7 +45,7 @@ __KERNEL_RCSID(0, "$NetBSD: sti_sgc.c,v 1.20 2010/11/09 12:24:47 skrll Exp $");
#include <uvm/uvm.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <machine/cpu.h>
#include <machine/iomod.h>
#include <machine/autoconf.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: uturn.c,v 1.15 2011/01/13 21:44:13 skrll Exp $ */
/* $NetBSD: uturn.c,v 1.16 2011/07/01 18:33:09 dyoung Exp $ */
/* $OpenBSD: uturn.c,v 1.6 2007/12/29 01:26:14 kettenis Exp $ */
@ -40,7 +40,7 @@
#include <uvm/uvm.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <machine/iomod.h>
#include <machine/autoconf.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: com_gsc.c,v 1.16 2011/02/01 18:33:24 skrll Exp $ */
/* $NetBSD: com_gsc.c,v 1.17 2011/07/01 18:33:09 dyoung Exp $ */
/* $OpenBSD: com_gsc.c,v 1.8 2000/03/13 14:39:59 mickey Exp $ */
@ -29,7 +29,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: com_gsc.c,v 1.16 2011/02/01 18:33:24 skrll Exp $");
__KERNEL_RCSID(0, "$NetBSD: com_gsc.c,v 1.17 2011/07/01 18:33:09 dyoung Exp $");
#include "opt_kgdb.h"
@ -42,7 +42,7 @@ __KERNEL_RCSID(0, "$NetBSD: com_gsc.c,v 1.16 2011/02/01 18:33:24 skrll Exp $");
#include <sys/kgdb.h>
#endif
#include <machine/bus.h>
#include <sys/bus.h>
#include <machine/intr.h>
#include <machine/iomod.h>
#include <machine/autoconf.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: fdc_gsc.c,v 1.9 2010/12/11 19:32:06 skrll Exp $ */
/* $NetBSD: fdc_gsc.c,v 1.10 2011/07/01 18:33:09 dyoung Exp $ */
/* $OpenBSD: fdc_gsc.c,v 1.1 1998/09/30 04:45:46 mickey Exp $ */
@ -29,14 +29,14 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: fdc_gsc.c,v 1.9 2010/12/11 19:32:06 skrll Exp $");
__KERNEL_RCSID(0, "$NetBSD: fdc_gsc.c,v 1.10 2011/07/01 18:33:09 dyoung Exp $");
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/device.h>
#include <machine/iomod.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <machine/intr.h>
#include <machine/autoconf.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: gsckbc.c,v 1.7 2011/02/01 18:33:24 skrll Exp $ */
/* $NetBSD: gsckbc.c,v 1.8 2011/07/01 18:33:09 dyoung Exp $ */
/*
* Copyright (c) 2004 Jochen Kunz.
* All rights reserved.
@ -33,7 +33,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: gsckbc.c,v 1.7 2011/02/01 18:33:24 skrll Exp $");
__KERNEL_RCSID(0, "$NetBSD: gsckbc.c,v 1.8 2011/07/01 18:33:09 dyoung Exp $");
/* autoconfig and device stuff */
#include <sys/param.h>
@ -48,7 +48,7 @@ __KERNEL_RCSID(0, "$NetBSD: gsckbc.c,v 1.7 2011/02/01 18:33:24 skrll Exp $");
#include "ioconf.h"
/* bus_space / bus_dma etc. */
#include <machine/bus.h>
#include <sys/bus.h>
#include <machine/intr.h>
/* general system data and functions */

View File

@ -1,4 +1,4 @@
/* $NetBSD: harmony.c,v 1.22 2011/02/04 11:00:30 skrll Exp $ */
/* $NetBSD: harmony.c,v 1.23 2011/07/01 18:33:09 dyoung Exp $ */
/* $OpenBSD: harmony.c,v 1.23 2004/02/13 21:28:19 mickey Exp $ */
@ -85,7 +85,7 @@
#include <machine/intr.h>
#include <machine/iomod.h>
#include <machine/autoconf.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <hp700/dev/cpudevs.h>
#include <hp700/gsc/gscbusvar.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_ie_gsc.c,v 1.24 2011/06/03 16:28:40 tsutsui Exp $ */
/* $NetBSD: if_ie_gsc.c,v 1.25 2011/07/01 18:33:09 dyoung Exp $ */
/* $OpenBSD: if_ie_gsc.c,v 1.6 2001/01/12 22:57:04 mickey Exp $ */
@ -38,7 +38,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: if_ie_gsc.c,v 1.24 2011/06/03 16:28:40 tsutsui Exp $");
__KERNEL_RCSID(0, "$NetBSD: if_ie_gsc.c,v 1.25 2011/07/01 18:33:09 dyoung Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -56,7 +56,7 @@ __KERNEL_RCSID(0, "$NetBSD: if_ie_gsc.c,v 1.24 2011/06/03 16:28:40 tsutsui Exp $
#include <netinet/in.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <machine/intr.h>
#include <machine/iomod.h>
#include <machine/autoconf.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_iee_gsc.c,v 1.19 2011/02/01 18:33:24 skrll Exp $ */
/* $NetBSD: if_iee_gsc.c,v 1.20 2011/07/01 18:33:09 dyoung Exp $ */
/*
* Copyright (c) 2003 Jochen Kunz.
@ -34,7 +34,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: if_iee_gsc.c,v 1.19 2011/02/01 18:33:24 skrll Exp $");
__KERNEL_RCSID(0, "$NetBSD: if_iee_gsc.c,v 1.20 2011/07/01 18:33:09 dyoung Exp $");
/* autoconfig and device stuff */
#include <sys/param.h>
@ -48,7 +48,7 @@ __KERNEL_RCSID(0, "$NetBSD: if_iee_gsc.c,v 1.19 2011/02/01 18:33:24 skrll Exp $"
#include "ioconf.h"
/* bus_space / bus_dma etc. */
#include <machine/bus.h>
#include <sys/bus.h>
#include <machine/intr.h>
/* general system data and functions */

View File

@ -1,4 +1,4 @@
/* $NetBSD: lpt_gsc.c,v 1.13 2011/02/01 18:33:24 skrll Exp $ */
/* $NetBSD: lpt_gsc.c,v 1.14 2011/07/01 18:33:09 dyoung Exp $ */
/* $OpenBSD: lpt_gsc.c,v 1.6 2000/07/21 17:41:06 mickey Exp $ */
@ -53,13 +53,13 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: lpt_gsc.c,v 1.13 2011/02/01 18:33:24 skrll Exp $");
__KERNEL_RCSID(0, "$NetBSD: lpt_gsc.c,v 1.14 2011/07/01 18:33:09 dyoung Exp $");
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/device.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <machine/intr.h>
#include <machine/iomod.h>
#include <machine/autoconf.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: oosiop_gsc.c,v 1.12 2011/02/01 18:33:24 skrll Exp $ */
/* $NetBSD: oosiop_gsc.c,v 1.13 2011/07/01 18:33:09 dyoung Exp $ */
/*
* Copyright (c) 2001 Matt Fredette. All rights reserved.
@ -80,7 +80,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: oosiop_gsc.c,v 1.12 2011/02/01 18:33:24 skrll Exp $");
__KERNEL_RCSID(0, "$NetBSD: oosiop_gsc.c,v 1.13 2011/07/01 18:33:09 dyoung Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -96,7 +96,7 @@ __KERNEL_RCSID(0, "$NetBSD: oosiop_gsc.c,v 1.12 2011/02/01 18:33:24 skrll Exp $"
#include <machine/intr.h>
#include <machine/iomod.h>
#include <machine/autoconf.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <dev/ic/oosiopreg.h>
#include <dev/ic/oosiopvar.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: osiop_gsc.c,v 1.19 2011/02/01 18:33:24 skrll Exp $ */
/* $NetBSD: osiop_gsc.c,v 1.20 2011/07/01 18:33:09 dyoung Exp $ */
/*
* Copyright (c) 2001 Matt Fredette. All rights reserved.
@ -80,7 +80,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: osiop_gsc.c,v 1.19 2011/02/01 18:33:24 skrll Exp $");
__KERNEL_RCSID(0, "$NetBSD: osiop_gsc.c,v 1.20 2011/07/01 18:33:09 dyoung Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -96,7 +96,7 @@ __KERNEL_RCSID(0, "$NetBSD: osiop_gsc.c,v 1.19 2011/02/01 18:33:24 skrll Exp $")
#include <machine/intr.h>
#include <machine/iomod.h>
#include <machine/autoconf.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <dev/ic/osiopreg.h>
#include <dev/ic/osiopvar.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: siop_gsc.c,v 1.13 2011/02/01 18:33:24 skrll Exp $ */
/* $NetBSD: siop_gsc.c,v 1.14 2011/07/01 18:33:09 dyoung Exp $ */
/* $OpenBSD: siop_gsc.c,v 1.4 2007/08/23 21:01:22 kettenis Exp $ */
@ -19,7 +19,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: siop_gsc.c,v 1.13 2011/02/01 18:33:24 skrll Exp $");
__KERNEL_RCSID(0, "$NetBSD: siop_gsc.c,v 1.14 2011/07/01 18:33:09 dyoung Exp $");
#include <sys/param.h>
#include <sys/device.h>
@ -28,7 +28,7 @@ __KERNEL_RCSID(0, "$NetBSD: siop_gsc.c,v 1.13 2011/02/01 18:33:24 skrll Exp $");
#include <uvm/uvm_extern.h>
#include <machine/autoconf.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <machine/iomod.h>
#include <dev/scsipi/scsi_all.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: adm5120_cfio.c,v 1.1 2007/03/20 08:52:04 dyoung Exp $ */
/* $NetBSD: adm5120_cfio.c,v 1.2 2011/07/01 18:38:48 dyoung Exp $ */
/*-
* Copyright (c) 2007 David Young. All rights reserved.
@ -30,13 +30,13 @@
* OF SUCH DAMAGE.
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: adm5120_cfio.c,v 1.1 2007/03/20 08:52:04 dyoung Exp $");
__KERNEL_RCSID(0, "$NetBSD: adm5120_cfio.c,v 1.2 2011/07/01 18:38:48 dyoung Exp $");
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/device.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <mips/cache.h>
#include <mips/cpuregs.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: adm5120_extio.c,v 1.4 2011/02/20 07:48:35 matt Exp $ */
/* $NetBSD: adm5120_extio.c,v 1.5 2011/07/01 18:38:48 dyoung Exp $ */
/*-
* Copyright (c) 2007 David Young. All rights reserved.
@ -65,13 +65,13 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: adm5120_extio.c,v 1.4 2011/02/20 07:48:35 matt Exp $");
__KERNEL_RCSID(0, "$NetBSD: adm5120_extio.c,v 1.5 2011/07/01 18:38:48 dyoung Exp $");
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/device.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <mips/cache.h>
#include <mips/cpuregs.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: adm5120_extio_space.c,v 1.3 2009/10/19 23:19:38 rmind Exp $ */
/* $NetBSD: adm5120_extio_space.c,v 1.4 2011/07/01 18:38:48 dyoung Exp $ */
/*-
* Copyright (c) 2007 David Young. All rights reserved.
@ -60,11 +60,11 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: adm5120_extio_space.c,v 1.3 2009/10/19 23:19:38 rmind Exp $");
__KERNEL_RCSID(0, "$NetBSD: adm5120_extio_space.c,v 1.4 2011/07/01 18:38:48 dyoung Exp $");
#include <sys/param.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <mips/adm5120/include/adm5120reg.h>
#include <mips/adm5120/include/adm5120_extiovar.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: adm5120_intr.c,v 1.4 2011/02/20 07:48:35 matt Exp $ */
/* $NetBSD: adm5120_intr.c,v 1.5 2011/07/01 18:38:48 dyoung Exp $ */
/*-
* Copyright (c) 2007 Ruslan Ermilov and Vsevolod Lobko.
@ -67,7 +67,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: adm5120_intr.c,v 1.4 2011/02/20 07:48:35 matt Exp $");
__KERNEL_RCSID(0, "$NetBSD: adm5120_intr.c,v 1.5 2011/07/01 18:38:48 dyoung Exp $");
#include "opt_ddb.h"
#define __INTR_PRIVATE
@ -79,7 +79,7 @@ __KERNEL_RCSID(0, "$NetBSD: adm5120_intr.c,v 1.4 2011/02/20 07:48:35 matt Exp $"
#include <sys/device.h>
#include <sys/kernel.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <machine/intr.h>
#include <mips/locore.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: adm5120_obio.c,v 1.3 2011/02/20 07:48:35 matt Exp $ */
/* $NetBSD: adm5120_obio.c,v 1.4 2011/07/01 18:38:48 dyoung Exp $ */
/*-
* Copyright (c) 2007 Ruslan Ermilov and Vsevolod Lobko.
@ -66,13 +66,13 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: adm5120_obio.c,v 1.3 2011/02/20 07:48:35 matt Exp $");
__KERNEL_RCSID(0, "$NetBSD: adm5120_obio.c,v 1.4 2011/07/01 18:38:48 dyoung Exp $");
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/device.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <mips/cache.h>
#include <mips/cpuregs.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: adm5120_obio_dma.c,v 1.3 2011/02/20 07:48:35 matt Exp $ */
/* $NetBSD: adm5120_obio_dma.c,v 1.4 2011/07/01 18:38:49 dyoung Exp $ */
/*-
* Copyright (c) 2007 Ruslan Ermilov and Vsevolod Lobko.
@ -64,12 +64,12 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: adm5120_obio_dma.c,v 1.3 2011/02/20 07:48:35 matt Exp $");
__KERNEL_RCSID(0, "$NetBSD: adm5120_obio_dma.c,v 1.4 2011/07/01 18:38:49 dyoung Exp $");
#include <sys/param.h>
#define _MIPS_BUS_DMA_PRIVATE
#include <machine/bus.h>
#include <sys/bus.h>
#include <mips/adm5120/include/adm5120_obiovar.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: adm5120_obio_space.c,v 1.2 2008/04/28 20:23:27 martin Exp $ */
/* $NetBSD: adm5120_obio_space.c,v 1.3 2011/07/01 18:38:49 dyoung Exp $ */
/*-
* Copyright (c) 2007 Ruslan Ermilov and Vsevolod Lobko.
@ -64,11 +64,11 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: adm5120_obio_space.c,v 1.2 2008/04/28 20:23:27 martin Exp $");
__KERNEL_RCSID(0, "$NetBSD: adm5120_obio_space.c,v 1.3 2011/07/01 18:38:49 dyoung Exp $");
#include <sys/param.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <mips/adm5120/include/adm5120_obiovar.h>
#define CHIP obio

View File

@ -1,4 +1,4 @@
/* $NetBSD: adm5120_pciio_space.c,v 1.2 2008/04/28 20:23:27 martin Exp $ */
/* $NetBSD: adm5120_pciio_space.c,v 1.3 2011/07/01 18:38:49 dyoung Exp $ */
/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@ -34,11 +34,11 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: adm5120_pciio_space.c,v 1.2 2008/04/28 20:23:27 martin Exp $");
__KERNEL_RCSID(0, "$NetBSD: adm5120_pciio_space.c,v 1.3 2011/07/01 18:38:49 dyoung Exp $");
#include <sys/param.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <mips/adm5120/include/adm5120reg.h>
#include <mips/adm5120/include/adm5120_pcivar.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: adm5120_pcimem_space.c,v 1.2 2008/04/28 20:23:27 martin Exp $ */
/* $NetBSD: adm5120_pcimem_space.c,v 1.3 2011/07/01 18:38:49 dyoung Exp $ */
/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@ -34,11 +34,11 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: adm5120_pcimem_space.c,v 1.2 2008/04/28 20:23:27 martin Exp $");
__KERNEL_RCSID(0, "$NetBSD: adm5120_pcimem_space.c,v 1.3 2011/07/01 18:38:49 dyoung Exp $");
#include <sys/param.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <mips/adm5120/include/adm5120reg.h>
#include <mips/adm5120/include/adm5120_pcivar.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: admgpio.c,v 1.3 2011/02/20 07:48:35 matt Exp $ */
/* $NetBSD: admgpio.c,v 1.4 2011/07/01 18:38:49 dyoung Exp $ */
/*-
* Copyright (c) 2007 David Young. All rights reserved.
@ -28,7 +28,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: admgpio.c,v 1.3 2011/02/20 07:48:35 matt Exp $");
__KERNEL_RCSID(0, "$NetBSD: admgpio.c,v 1.4 2011/07/01 18:38:49 dyoung Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -36,7 +36,7 @@ __KERNEL_RCSID(0, "$NetBSD: admgpio.c,v 1.3 2011/02/20 07:48:35 matt Exp $");
#include <sys/gpio.h>
#include <sys/kernel.h> /* for hz */
#include <machine/bus.h>
#include <sys/bus.h>
#include <dev/gpio/gpiovar.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: admpci.c,v 1.6 2011/05/17 17:34:50 dyoung Exp $ */
/* $NetBSD: admpci.c,v 1.7 2011/07/01 18:38:49 dyoung Exp $ */
/*-
* Copyright (c) 2007 David Young. All rights reserved.
@ -61,7 +61,7 @@
#include "pci.h"
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: admpci.c,v 1.6 2011/05/17 17:34:50 dyoung Exp $");
__KERNEL_RCSID(0, "$NetBSD: admpci.c,v 1.7 2011/07/01 18:38:49 dyoung Exp $");
#include <sys/types.h>
#include <sys/param.h>
@ -74,7 +74,7 @@ __KERNEL_RCSID(0, "$NetBSD: admpci.c,v 1.6 2011/05/17 17:34:50 dyoung Exp $");
#include <uvm/uvm_extern.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <machine/cpu.h>
#include <machine/pte.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: admwdog.c,v 1.2 2009/10/19 23:19:38 rmind Exp $ */
/* $NetBSD: admwdog.c,v 1.3 2011/07/01 18:38:49 dyoung Exp $ */
/*-
* Copyright (c) 2007 David Young. All rights reserved.
@ -29,7 +29,7 @@
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: admwdog.c,v 1.2 2009/10/19 23:19:38 rmind Exp $");
__KERNEL_RCSID(0, "$NetBSD: admwdog.c,v 1.3 2011/07/01 18:38:49 dyoung Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -37,7 +37,7 @@ __KERNEL_RCSID(0, "$NetBSD: admwdog.c,v 1.2 2009/10/19 23:19:38 rmind Exp $");
#include <sys/wdog.h>
#include <sys/kernel.h> /* for hz */
#include <machine/bus.h>
#include <sys/bus.h>
#include <dev/sysmon/sysmonvar.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: ahci.c,v 1.6 2011/04/04 19:58:56 dyoung Exp $ */
/* $NetBSD: ahci.c,v 1.7 2011/07/01 18:38:49 dyoung Exp $ */
/*-
* Copyright (c) 2007 Ruslan Ermilov and Vsevolod Lobko.
@ -64,7 +64,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: ahci.c,v 1.6 2011/04/04 19:58:56 dyoung Exp $");
__KERNEL_RCSID(0, "$NetBSD: ahci.c,v 1.7 2011/07/01 18:38:49 dyoung Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -73,7 +73,7 @@ __KERNEL_RCSID(0, "$NetBSD: ahci.c,v 1.6 2011/04/04 19:58:56 dyoung Exp $");
#include <sys/device.h>
#include <sys/malloc.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_admsw.c,v 1.8 2010/04/05 07:19:30 joerg Exp $ */
/* $NetBSD: if_admsw.c,v 1.9 2011/07/01 18:38:49 dyoung Exp $ */
/*-
* Copyright (c) 2007 Ruslan Ermilov and Vsevolod Lobko.
@ -76,7 +76,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: if_admsw.c,v 1.8 2010/04/05 07:19:30 joerg Exp $");
__KERNEL_RCSID(0, "$NetBSD: if_admsw.c,v 1.9 2011/07/01 18:38:49 dyoung Exp $");
#include <sys/param.h>
@ -102,7 +102,7 @@ __KERNEL_RCSID(0, "$NetBSD: if_admsw.c,v 1.8 2010/04/05 07:19:30 joerg Exp $");
#include <net/bpf.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <machine/intr.h>
#include <machine/endian.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_admswvar.h,v 1.2 2010/01/19 22:06:21 pooka Exp $ */
/* $NetBSD: if_admswvar.h,v 1.3 2011/07/01 18:38:49 dyoung Exp $ */
/*-
* Copyright (c) 2007 Ruslan Ermilov and Vsevolod Lobko.
@ -34,7 +34,7 @@
#define _IF_ADMSWVAR_H_
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: if_admswvar.h,v 1.2 2010/01/19 22:06:21 pooka Exp $");
__KERNEL_RCSID(0, "$NetBSD: if_admswvar.h,v 1.3 2011/07/01 18:38:49 dyoung Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -56,7 +56,7 @@ __KERNEL_RCSID(0, "$NetBSD: if_admswvar.h,v 1.2 2010/01/19 22:06:21 pooka Exp $"
#include <net/if_media.h>
#include <net/if_ether.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <machine/intr.h>
#include <machine/endian.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: uart.c,v 1.7 2011/04/24 16:26:56 rmind Exp $ */
/* $NetBSD: uart.c,v 1.8 2011/07/01 18:38:49 dyoung Exp $ */
/*-
* Copyright (c) 2007 Ruslan Ermilov and Vsevolod Lobko.
@ -32,7 +32,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: uart.c,v 1.7 2011/04/24 16:26:56 rmind Exp $");
__KERNEL_RCSID(0, "$NetBSD: uart.c,v 1.8 2011/07/01 18:38:49 dyoung Exp $");
#include <sys/types.h>
#include <sys/param.h>
@ -51,7 +51,7 @@ __KERNEL_RCSID(0, "$NetBSD: uart.c,v 1.7 2011/04/24 16:26:56 rmind Exp $");
#include <sys/vnode.h>
#include <machine/intr.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <mips/adm5120/include/adm5120var.h>
#include <mips/adm5120/include/adm5120_obiovar.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: wdc_extio.c,v 1.3 2009/10/19 23:19:38 rmind Exp $ */
/* $NetBSD: wdc_extio.c,v 1.4 2011/07/01 18:38:49 dyoung Exp $ */
/*-
* Copyright (c) 2007 David Young. All rights reserved.
@ -61,7 +61,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: wdc_extio.c,v 1.3 2009/10/19 23:19:38 rmind Exp $");
__KERNEL_RCSID(0, "$NetBSD: wdc_extio.c,v 1.4 2011/07/01 18:38:49 dyoung Exp $");
#include <sys/types.h>
#include <sys/param.h>
@ -71,7 +71,7 @@ __KERNEL_RCSID(0, "$NetBSD: wdc_extio.c,v 1.3 2009/10/19 23:19:38 rmind Exp $");
#include <sys/kernel.h>
#include <sys/callout.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <machine/intr.h>
#include <machine/cpu.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: adm5120var.h,v 1.2 2008/04/28 20:23:27 martin Exp $ */
/* $NetBSD: adm5120var.h,v 1.3 2011/07/01 18:38:49 dyoung Exp $ */
/*-
* Copyright (c) 2007 Ruslan Ermilov and Vsevolod Lobko.
@ -62,7 +62,7 @@
#ifndef _ADM5120VAR_H_
#define _ADM5120VAR_H_
#include <machine/bus.h>
#include <sys/bus.h>
#if 0
#include <sys/socket.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: au1000.c,v 1.8 2011/02/20 07:48:36 matt Exp $ */
/* $NetBSD: au1000.c,v 1.9 2011/07/01 18:39:29 dyoung Exp $ */
/*-
* Copyright (c) 2006 Itronix Inc.
@ -100,7 +100,7 @@
__KERNEL_RCSID(0, "$NetBSD");
#include <sys/param.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <machine/locore.h>
#include <mips/alchemy/include/aureg.h>
#include <mips/alchemy/include/auvar.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: au1100.c,v 1.8 2011/02/20 07:48:36 matt Exp $ */
/* $NetBSD: au1100.c,v 1.9 2011/07/01 18:39:29 dyoung Exp $ */
/*-
* Copyright (c) 2006 Itronix Inc.
@ -97,10 +97,10 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: au1100.c,v 1.8 2011/02/20 07:48:36 matt Exp $");
__KERNEL_RCSID(0, "$NetBSD: au1100.c,v 1.9 2011/07/01 18:39:29 dyoung Exp $");
#include <sys/param.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <machine/locore.h>
#include <mips/alchemy/include/aureg.h>
#include <mips/alchemy/include/auvar.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: au1500.c,v 1.9 2011/02/20 07:48:36 matt Exp $ */
/* $NetBSD: au1500.c,v 1.10 2011/07/01 18:39:29 dyoung Exp $ */
/*-
* Copyright (c) 2006 Itronix Inc.
@ -97,10 +97,10 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: au1500.c,v 1.9 2011/02/20 07:48:36 matt Exp $");
__KERNEL_RCSID(0, "$NetBSD: au1500.c,v 1.10 2011/07/01 18:39:29 dyoung Exp $");
#include <sys/param.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <machine/locore.h>
#include <mips/alchemy/include/aureg.h>
#include <mips/alchemy/include/auvar.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: au1550.c,v 1.12 2011/02/20 07:48:36 matt Exp $ */
/* $NetBSD: au1550.c,v 1.13 2011/07/01 18:39:29 dyoung Exp $ */
/*-
* Copyright (c) 2006 Itronix Inc.
@ -97,10 +97,10 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: au1550.c,v 1.12 2011/02/20 07:48:36 matt Exp $");
__KERNEL_RCSID(0, "$NetBSD: au1550.c,v 1.13 2011/07/01 18:39:29 dyoung Exp $");
#include <sys/param.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <machine/locore.h>
#include <mips/alchemy/include/aureg.h>
#include <mips/alchemy/include/auvar.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: au_chipdep.c,v 1.2 2011/02/20 07:48:36 matt Exp $ */
/* $NetBSD: au_chipdep.c,v 1.3 2011/07/01 18:39:29 dyoung Exp $ */
/*-
* Copyright (c) 2006 Itronix Inc.
@ -32,10 +32,10 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: au_chipdep.c,v 1.2 2011/02/20 07:48:36 matt Exp $");
__KERNEL_RCSID(0, "$NetBSD: au_chipdep.c,v 1.3 2011/07/01 18:39:29 dyoung Exp $");
#include <sys/param.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <machine/locore.h>
#include <mips/alchemy/include/aureg.h>
#include <mips/alchemy/include/auvar.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: au_cpureg_mem.c,v 1.5 2008/04/28 20:23:27 martin Exp $ */
/* $NetBSD: au_cpureg_mem.c,v 1.6 2011/07/01 18:39:29 dyoung Exp $ */
/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@ -34,11 +34,11 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: au_cpureg_mem.c,v 1.5 2008/04/28 20:23:27 martin Exp $");
__KERNEL_RCSID(0, "$NetBSD: au_cpureg_mem.c,v 1.6 2011/07/01 18:39:29 dyoung Exp $");
#include <sys/param.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <mips/alchemy/include/auvar.h>
#include <mips/alchemy/include/aubusvar.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: au_himem_space.c,v 1.11 2010/06/07 13:33:33 martin Exp $ */
/* $NetBSD: au_himem_space.c,v 1.12 2011/07/01 18:39:29 dyoung Exp $ */
/*-
* Copyright (c) 2006 Itronix Inc.
@ -61,7 +61,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: au_himem_space.c,v 1.11 2010/06/07 13:33:33 martin Exp $");
__KERNEL_RCSID(0, "$NetBSD: au_himem_space.c,v 1.12 2011/07/01 18:39:29 dyoung Exp $");
/*
* This provides mappings for the upper I/O regions used on some
@ -77,7 +77,7 @@ __KERNEL_RCSID(0, "$NetBSD: au_himem_space.c,v 1.11 2010/06/07 13:33:33 martin E
#include <sys/endian.h>
#include <uvm/uvm.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <machine/locore.h>
#include <mips/alchemy/include/au_himem_space.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: au_icu.c,v 1.26 2011/02/20 07:48:36 matt Exp $ */
/* $NetBSD: au_icu.c,v 1.27 2011/07/01 18:39:29 dyoung Exp $ */
/*-
* Copyright (c) 2006 Itronix Inc.
@ -68,7 +68,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: au_icu.c,v 1.26 2011/02/20 07:48:36 matt Exp $");
__KERNEL_RCSID(0, "$NetBSD: au_icu.c,v 1.27 2011/07/01 18:39:29 dyoung Exp $");
#include "opt_ddb.h"
#define __INTR_PRIVATE
@ -80,7 +80,7 @@ __KERNEL_RCSID(0, "$NetBSD: au_icu.c,v 1.26 2011/02/20 07:48:36 matt Exp $");
#include <sys/device.h>
#include <sys/kernel.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <machine/intr.h>
#include <mips/locore.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: au_timer.c,v 1.10 2011/02/20 07:48:36 matt Exp $ */
/* $NetBSD: au_timer.c,v 1.11 2011/07/01 18:39:29 dyoung Exp $ */
/*
* Copyright 2002 Wasabi Systems, Inc.
@ -36,14 +36,14 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: au_timer.c,v 1.10 2011/02/20 07:48:36 matt Exp $");
__KERNEL_RCSID(0, "$NetBSD: au_timer.c,v 1.11 2011/07/01 18:39:29 dyoung Exp $");
#include <sys/param.h>
#include <sys/kernel.h>
#include <sys/lwp.h>
#include <sys/systm.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <mips/locore.h>
#include <mips/alchemy/include/aureg.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: au_wired_space.c,v 1.6 2008/04/28 20:23:27 martin Exp $ */
/* $NetBSD: au_wired_space.c,v 1.7 2011/07/01 18:39:29 dyoung Exp $ */
/*-
* Copyright (c) 2006 Itronix Inc.
@ -61,7 +61,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: au_wired_space.c,v 1.6 2008/04/28 20:23:27 martin Exp $");
__KERNEL_RCSID(0, "$NetBSD: au_wired_space.c,v 1.7 2011/07/01 18:39:29 dyoung Exp $");
/*
* This provides mappings for the upper I/O regions used on some
@ -75,7 +75,7 @@ __KERNEL_RCSID(0, "$NetBSD: au_wired_space.c,v 1.6 2008/04/28 20:23:27 martin Ex
#include <sys/malloc.h>
#include <sys/endian.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <machine/locore.h>
#include <machine/wired_map.h>
#include <mips/alchemy/include/au_wired_space.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: aubus.c,v 1.21 2011/02/20 07:48:36 matt Exp $ */
/* $NetBSD: aubus.c,v 1.22 2011/07/01 18:39:29 dyoung Exp $ */
/*-
* Copyright (c) 2006 Itronix Inc.
@ -97,7 +97,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: aubus.c,v 1.21 2011/02/20 07:48:36 matt Exp $");
__KERNEL_RCSID(0, "$NetBSD: aubus.c,v 1.22 2011/07/01 18:39:29 dyoung Exp $");
#include "locators.h"
@ -108,7 +108,7 @@ __KERNEL_RCSID(0, "$NetBSD: aubus.c,v 1.21 2011/02/20 07:48:36 matt Exp $");
#include <sys/malloc.h>
#define _MIPS_BUS_DMA_PRIVATE
#include <machine/bus.h>
#include <sys/bus.h>
#include <machine/locore.h>
#include <mips/alchemy/include/aureg.h>
#include <mips/alchemy/include/auvar.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: augpio.c,v 1.5 2006/03/24 18:22:42 gdamore Exp $ */
/* $NetBSD: augpio.c,v 1.6 2011/07/01 18:39:29 dyoung Exp $ */
/*-
* Copyright (c) 2006 Itronix Inc.
@ -32,7 +32,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: augpio.c,v 1.5 2006/03/24 18:22:42 gdamore Exp $");
__KERNEL_RCSID(0, "$NetBSD: augpio.c,v 1.6 2011/07/01 18:39:29 dyoung Exp $");
#include <sys/types.h>
#include <sys/param.h>
@ -44,7 +44,7 @@ __KERNEL_RCSID(0, "$NetBSD: augpio.c,v 1.5 2006/03/24 18:22:42 gdamore Exp $");
#include <dev/gpio/gpiovar.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <machine/cpu.h>
#include <mips/alchemy/include/aubusvar.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: aupci.c,v 1.10 2011/05/17 17:34:51 dyoung Exp $ */
/* $NetBSD: aupci.c,v 1.11 2011/07/01 18:39:29 dyoung Exp $ */
/*-
* Copyright (c) 2006 Itronix Inc.
@ -35,7 +35,7 @@
#include "pci.h"
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: aupci.c,v 1.10 2011/05/17 17:34:51 dyoung Exp $");
__KERNEL_RCSID(0, "$NetBSD: aupci.c,v 1.11 2011/07/01 18:39:29 dyoung Exp $");
#include <sys/types.h>
#include <sys/param.h>
@ -48,7 +48,7 @@ __KERNEL_RCSID(0, "$NetBSD: aupci.c,v 1.10 2011/05/17 17:34:51 dyoung Exp $");
#include <uvm/uvm_extern.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <machine/cpu.h>
#include <machine/pte.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: aupsc.c,v 1.5 2006/10/02 07:32:16 gdamore Exp $ */
/* $NetBSD: aupsc.c,v 1.6 2011/07/01 18:39:29 dyoung Exp $ */
/*-
* Copyright (c) 2006 Shigeyuki Fukushima.
@ -33,7 +33,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: aupsc.c,v 1.5 2006/10/02 07:32:16 gdamore Exp $");
__KERNEL_RCSID(0, "$NetBSD: aupsc.c,v 1.6 2011/07/01 18:39:29 dyoung Exp $");
#include "locators.h"
@ -42,7 +42,7 @@ __KERNEL_RCSID(0, "$NetBSD: aupsc.c,v 1.5 2006/10/02 07:32:16 gdamore Exp $");
#include <sys/device.h>
#include <sys/errno.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <machine/cpu.h>
#include <mips/alchemy/include/aubusvar.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: aurtc.c,v 1.12 2009/12/12 14:44:09 tsutsui Exp $ */
/* $NetBSD: aurtc.c,v 1.13 2011/07/01 18:39:29 dyoung Exp $ */
/*-
* Copyright (c) 2006 Itronix Inc.
@ -68,7 +68,7 @@
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: aurtc.c,v 1.12 2009/12/12 14:44:09 tsutsui Exp $");
__KERNEL_RCSID(0, "$NetBSD: aurtc.c,v 1.13 2011/07/01 18:39:29 dyoung Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -78,7 +78,7 @@ __KERNEL_RCSID(0, "$NetBSD: aurtc.c,v 1.12 2009/12/12 14:44:09 tsutsui Exp $");
#include <dev/clock_subr.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <mips/alchemy/include/aureg.h>
#include <mips/alchemy/include/auvar.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: ausmbus_psc.c,v 1.9 2009/04/20 12:11:50 pgoyette Exp $ */
/* $NetBSD: ausmbus_psc.c,v 1.10 2011/07/01 18:39:29 dyoung Exp $ */
/*-
* Copyright (c) 2006 Shigeyuki Fukushima.
@ -33,7 +33,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: ausmbus_psc.c,v 1.9 2009/04/20 12:11:50 pgoyette Exp $");
__KERNEL_RCSID(0, "$NetBSD: ausmbus_psc.c,v 1.10 2011/07/01 18:39:29 dyoung Exp $");
#include "locators.h"
@ -42,7 +42,7 @@ __KERNEL_RCSID(0, "$NetBSD: ausmbus_psc.c,v 1.9 2009/04/20 12:11:50 pgoyette Exp
#include <sys/device.h>
#include <sys/errno.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <machine/cpu.h>
#include <mips/alchemy/dev/aupscreg.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: auspi.c,v 1.4 2011/06/08 23:05:48 rmind Exp $ */
/* $NetBSD: auspi.c,v 1.5 2011/07/01 18:39:29 dyoung Exp $ */
/*-
* Copyright (c) 2006 Urbana-Champaign Independent Media Center.
@ -42,7 +42,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: auspi.c,v 1.4 2011/06/08 23:05:48 rmind Exp $");
__KERNEL_RCSID(0, "$NetBSD: auspi.c,v 1.5 2011/07/01 18:39:29 dyoung Exp $");
#include "locators.h"
@ -53,7 +53,7 @@ __KERNEL_RCSID(0, "$NetBSD: auspi.c,v 1.4 2011/06/08 23:05:48 rmind Exp $");
#include <sys/errno.h>
#include <sys/proc.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <machine/cpu.h>
#include <mips/alchemy/include/aubusvar.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: com_aubus.c,v 1.5 2008/03/14 15:09:10 cube Exp $ */
/* $NetBSD: com_aubus.c,v 1.6 2011/07/01 18:39:29 dyoung Exp $ */
/*
* Copyright 2001 Wasabi Systems, Inc.
@ -36,7 +36,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: com_aubus.c,v 1.5 2008/03/14 15:09:10 cube Exp $");
__KERNEL_RCSID(0, "$NetBSD: com_aubus.c,v 1.6 2011/07/01 18:39:29 dyoung Exp $");
#include <sys/param.h>
#include <sys/device.h>
@ -44,7 +44,7 @@ __KERNEL_RCSID(0, "$NetBSD: com_aubus.c,v 1.5 2008/03/14 15:09:10 cube Exp $");
#include <sys/systm.h>
#include <sys/tty.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <dev/ic/comvar.h>
#include <mips/alchemy/include/aureg.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_aumac.c,v 1.29 2010/11/12 13:40:10 uebayasi Exp $ */
/* $NetBSD: if_aumac.c,v 1.30 2011/07/01 18:39:29 dyoung Exp $ */
/*
* Copyright (c) 2001 Wasabi Systems, Inc.
@ -46,7 +46,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: if_aumac.c,v 1.29 2010/11/12 13:40:10 uebayasi Exp $");
__KERNEL_RCSID(0, "$NetBSD: if_aumac.c,v 1.30 2011/07/01 18:39:29 dyoung Exp $");
#include "rnd.h"
@ -74,7 +74,7 @@ __KERNEL_RCSID(0, "$NetBSD: if_aumac.c,v 1.29 2010/11/12 13:40:10 uebayasi Exp $
#include <sys/rnd.h>
#endif
#include <machine/bus.h>
#include <sys/bus.h>
#include <machine/intr.h>
#include <machine/endian.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: ohci_aubus.c,v 1.14 2008/04/28 20:23:27 martin Exp $ */
/* $NetBSD: ohci_aubus.c,v 1.15 2011/07/01 18:39:29 dyoung Exp $ */
/*-
* Copyright (c) 1998, 1999, 2000, 2002, 2003 The NetBSD Foundation, Inc.
@ -30,13 +30,13 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: ohci_aubus.c,v 1.14 2008/04/28 20:23:27 martin Exp $");
__KERNEL_RCSID(0, "$NetBSD: ohci_aubus.c,v 1.15 2011/07/01 18:39:29 dyoung Exp $");
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/device.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <mips/alchemy/include/aureg.h>
#include <mips/alchemy/include/auvar.h>

View File

@ -1,9 +1,9 @@
/* $NetBSD: aubusvar.h,v 1.4 2006/07/13 22:56:01 gdamore Exp $ */
/* $NetBSD: aubusvar.h,v 1.5 2011/07/01 18:39:30 dyoung Exp $ */
#ifndef _MIPS_ALCHEMY_DEV_AUBUSVAR_H_
#define _MIPS_ALCHEMY_DEV_AUBUSVAR_H_
#include <machine/bus.h>
#include <sys/bus.h>
/*
* Machine-dependent structures for autoconfiguration

View File

@ -1,4 +1,4 @@
/* $Id: ar5312_board.c,v 1.2 2009/07/06 00:43:22 alc Exp $ */
/* $Id: ar5312_board.c,v 1.3 2011/07/01 18:40:00 dyoung Exp $ */
/*
* Copyright (c) 2006 Urbana-Champaign Independent Media Center.
* Copyright (c) 2006 Garrett D'Amore.
@ -40,13 +40,13 @@
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: ar5312_board.c,v 1.2 2009/07/06 00:43:22 alc Exp $");
__KERNEL_RCSID(0, "$NetBSD: ar5312_board.c,v 1.3 2011/07/01 18:40:00 dyoung Exp $");
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/device.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <mips/atheros/include/ar5312reg.h>
#include <mips/atheros/include/ar531xvar.h>

View File

@ -1,4 +1,4 @@
/* $Id: ar5312_intr.c,v 1.7 2011/02/20 07:48:36 matt Exp $ */
/* $Id: ar5312_intr.c,v 1.8 2011/07/01 18:40:00 dyoung Exp $ */
/*
* Copyright (c) 2006 Urbana-Champaign Independent Media Center.
* Copyright (c) 2006 Garrett D'Amore.
@ -41,7 +41,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: ar5312_intr.c,v 1.7 2011/02/20 07:48:36 matt Exp $");
__KERNEL_RCSID(0, "$NetBSD: ar5312_intr.c,v 1.8 2011/07/01 18:40:00 dyoung Exp $");
#define __INTR_PRIVATE
@ -52,7 +52,7 @@ __KERNEL_RCSID(0, "$NetBSD: ar5312_intr.c,v 1.7 2011/02/20 07:48:36 matt Exp $")
#include <sys/device.h>
#include <sys/kernel.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <machine/intr.h>
#include <mips/locore.h>

View File

@ -1,4 +1,4 @@
/* $Id: ar5315_intr.c,v 1.6 2011/02/20 07:48:36 matt Exp $ */
/* $Id: ar5315_intr.c,v 1.7 2011/07/01 18:40:00 dyoung Exp $ */
/*
* Copyright (c) 2006 Urbana-Champaign Independent Media Center.
* Copyright (c) 2006 Garrett D'Amore.
@ -41,7 +41,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: ar5315_intr.c,v 1.6 2011/02/20 07:48:36 matt Exp $");
__KERNEL_RCSID(0, "$NetBSD: ar5315_intr.c,v 1.7 2011/07/01 18:40:00 dyoung Exp $");
#define __INTR_PRIVATE
@ -52,7 +52,7 @@ __KERNEL_RCSID(0, "$NetBSD: ar5315_intr.c,v 1.6 2011/02/20 07:48:36 matt Exp $")
#include <sys/device.h>
#include <sys/kernel.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <machine/intr.h>
#include <mips/locore.h>

View File

@ -1,4 +1,4 @@
/* $Id: arbus.c,v 1.12 2011/02/20 07:48:36 matt Exp $ */
/* $Id: arbus.c,v 1.13 2011/07/01 18:40:00 dyoung Exp $ */
/*
* Copyright (c) 2006 Urbana-Champaign Independent Media Center.
* Copyright (c) 2006 Garrett D'Amore.
@ -41,7 +41,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: arbus.c,v 1.12 2011/02/20 07:48:36 matt Exp $");
__KERNEL_RCSID(0, "$NetBSD: arbus.c,v 1.13 2011/07/01 18:40:00 dyoung Exp $");
#include "locators.h"
#include <sys/param.h>
@ -51,7 +51,7 @@ __KERNEL_RCSID(0, "$NetBSD: arbus.c,v 1.12 2011/02/20 07:48:36 matt Exp $");
#include <sys/malloc.h>
#define _MIPS_BUS_DMA_PRIVATE
#include <machine/bus.h>
#include <sys/bus.h>
#include <mips/atheros/include/ar5312reg.h>
#include <mips/atheros/include/ar531xvar.h>
#include <mips/atheros/include/arbusvar.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: argpio.c,v 1.3 2006/09/04 05:17:26 gdamore Exp $ */
/* $NetBSD: argpio.c,v 1.4 2011/07/01 18:40:00 dyoung Exp $ */
/*-
* Copyright (c) 2006 Garrett D'Amore
@ -32,7 +32,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: argpio.c,v 1.3 2006/09/04 05:17:26 gdamore Exp $");
__KERNEL_RCSID(0, "$NetBSD: argpio.c,v 1.4 2011/07/01 18:40:00 dyoung Exp $");
#include <sys/param.h>
#include <sys/conf.h>
@ -41,7 +41,7 @@ __KERNEL_RCSID(0, "$NetBSD: argpio.c,v 1.3 2006/09/04 05:17:26 gdamore Exp $");
#include <sys/device.h>
#include <sys/gpio.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <machine/intr.h>
#include <mips/atheros/include/arbusvar.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: arspi.c,v 1.6 2011/06/08 23:05:48 rmind Exp $ */
/* $NetBSD: arspi.c,v 1.7 2011/07/01 18:40:00 dyoung Exp $ */
/*-
* Copyright (c) 2006 Urbana-Champaign Independent Media Center.
@ -42,7 +42,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: arspi.c,v 1.6 2011/06/08 23:05:48 rmind Exp $");
__KERNEL_RCSID(0, "$NetBSD: arspi.c,v 1.7 2011/07/01 18:40:00 dyoung Exp $");
#include "locators.h"
@ -55,7 +55,7 @@ __KERNEL_RCSID(0, "$NetBSD: arspi.c,v 1.6 2011/06/08 23:05:48 rmind Exp $");
#include <sys/proc.h>
#include <sys/queue.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <machine/cpu.h>
#include <mips/atheros/include/ar5315reg.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: athflash.c,v 1.3 2008/06/11 23:55:20 cegger Exp $ */
/* $NetBSD: athflash.c,v 1.4 2011/07/01 18:40:00 dyoung Exp $ */
/*
* Copyright (c) 2006 Urbana-Champaign Independent Media Center.
@ -82,7 +82,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: athflash.c,v 1.3 2008/06/11 23:55:20 cegger Exp $");
__KERNEL_RCSID(0, "$NetBSD: athflash.c,v 1.4 2011/07/01 18:40:00 dyoung Exp $");
#include <sys/param.h>
#include <sys/conf.h>
@ -92,7 +92,7 @@ __KERNEL_RCSID(0, "$NetBSD: athflash.c,v 1.3 2008/06/11 23:55:20 cegger Exp $");
#include <sys/proc.h>
#include <sys/systm.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <mips/atheros/include/arbusvar.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: com_arbus.c,v 1.8 2011/02/09 22:01:44 matt Exp $ */
/* $NetBSD: com_arbus.c,v 1.9 2011/07/01 18:40:00 dyoung Exp $ */
/*-
* Copyright (c) 2006 Urbana-Champaign Independent Media Center.
* Copyright (c) 2006 Garrett D'Amore.
@ -101,7 +101,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: com_arbus.c,v 1.8 2011/02/09 22:01:44 matt Exp $");
__KERNEL_RCSID(0, "$NetBSD: com_arbus.c,v 1.9 2011/07/01 18:40:00 dyoung Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -111,7 +111,7 @@ __KERNEL_RCSID(0, "$NetBSD: com_arbus.c,v 1.8 2011/02/09 22:01:44 matt Exp $");
#include <sys/ttydefaults.h>
#include <sys/types.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <dev/cons.h>
#include <dev/ic/comreg.h>

View File

@ -1,4 +1,4 @@
/* $Id: if_ae.c,v 1.19 2010/04/05 07:19:31 joerg Exp $ */
/* $Id: if_ae.c,v 1.20 2011/07/01 18:40:00 dyoung Exp $ */
/*-
* Copyright (c) 2006 Urbana-Champaign Independent Media Center.
* Copyright (c) 2006 Garrett D'Amore.
@ -98,7 +98,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: if_ae.c,v 1.19 2010/04/05 07:19:31 joerg Exp $");
__KERNEL_RCSID(0, "$NetBSD: if_ae.c,v 1.20 2011/07/01 18:40:00 dyoung Exp $");
#include <sys/param.h>
@ -123,7 +123,7 @@ __KERNEL_RCSID(0, "$NetBSD: if_ae.c,v 1.19 2010/04/05 07:19:31 joerg Exp $");
#include <net/bpf.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <machine/intr.h>
#include <dev/mii/mii.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_ath_arbus.c,v 1.18 2010/02/24 22:37:55 dyoung Exp $ */
/* $NetBSD: if_ath_arbus.c,v 1.19 2011/07/01 18:40:01 dyoung Exp $ */
/*-
* Copyright (c) 2006 Jared D. McNeill <jmcneill@invisible.ca>
@ -34,7 +34,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: if_ath_arbus.c,v 1.18 2010/02/24 22:37:55 dyoung Exp $");
__KERNEL_RCSID(0, "$NetBSD: if_ath_arbus.c,v 1.19 2011/07/01 18:40:01 dyoung Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -44,7 +44,7 @@ __KERNEL_RCSID(0, "$NetBSD: if_ath_arbus.c,v 1.18 2010/02/24 22:37:55 dyoung Exp
#include <sys/kernel.h>
#include <sys/errno.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <machine/intr.h>
#include <net/if.h>

View File

@ -1,4 +1,4 @@
/* $Id: ar531xvar.h,v 1.6 2011/02/20 07:48:36 matt Exp $ */
/* $Id: ar531xvar.h,v 1.7 2011/07/01 18:40:01 dyoung Exp $ */
/*
* Copyright (c) 2006 Urbana-Champaign Independent Media Center.
* Copyright (c) 2006 Garrett D'Amore.
@ -44,7 +44,7 @@
#define _MIPS_ATHEROS_AR531XVAR_H_
#include <sys/param.h>
#include <machine/bus.h>
#include <sys/bus.h>
struct ar531x_device {
const char *name;

View File

@ -1,4 +1,4 @@
/* $Id: arbusvar.h,v 1.2 2006/09/04 05:17:26 gdamore Exp $ */
/* $Id: arbusvar.h,v 1.3 2011/07/01 18:40:01 dyoung Exp $ */
/*
* Copyright (c) 2006 Urbana-Champaign Independent Media Center.
* Copyright (c) 2006 Garrett D'Amore.
@ -43,7 +43,7 @@
#ifndef _MIPS_ATHEROS_ARBUSVAR_H_
#define _MIPS_ATHEROS_ARBUSVAR_H_
#include <machine/bus.h>
#include <sys/bus.h>
struct arbus_attach_args {
const char *aa_name;

View File

@ -1,4 +1,4 @@
/* $NetBSD: npx_hv.c,v 1.8 2009/10/23 02:32:33 snj Exp $ */
/* $NetBSD: npx_hv.c,v 1.9 2011/07/01 18:37:36 dyoung Exp $ */
/*
*
@ -28,13 +28,13 @@
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: npx_hv.c,v 1.8 2009/10/23 02:32:33 snj Exp $");
__KERNEL_RCSID(0, "$NetBSD: npx_hv.c,v 1.9 2011/07/01 18:37:36 dyoung Exp $");
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/device.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <machine/stdarg.h>
#include <xen/xen.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: consinit.c,v 1.14 2010/04/28 19:17:04 dyoung Exp $ */
/* $NetBSD: consinit.c,v 1.15 2011/07/01 18:37:08 dyoung Exp $ */
/* NetBSD: consinit.c,v 1.4 2004/03/13 17:31:34 bjh21 Exp */
/*
@ -28,14 +28,14 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: consinit.c,v 1.14 2010/04/28 19:17:04 dyoung Exp $");
__KERNEL_RCSID(0, "$NetBSD: consinit.c,v 1.15 2011/07/01 18:37:08 dyoung Exp $");
#include "opt_kgdb.h"
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/device.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <machine/bootinfo.h>
#include "xencons.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: mainbus.c,v 1.13 2010/11/12 02:07:27 dholland Exp $ */
/* $NetBSD: mainbus.c,v 1.14 2011/07/01 18:37:08 dyoung Exp $ */
/* NetBSD: mainbus.c,v 1.53 2003/10/27 14:11:47 junyoung Exp */
/*
@ -32,13 +32,13 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: mainbus.c,v 1.13 2010/11/12 02:07:27 dholland Exp $");
__KERNEL_RCSID(0, "$NetBSD: mainbus.c,v 1.14 2011/07/01 18:37:08 dyoung Exp $");
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/device.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include "hypervisor.h"
#include "pci.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: xen_bus_dma.c,v 1.22 2010/11/12 10:51:14 njoly Exp $ */
/* $NetBSD: xen_bus_dma.c,v 1.23 2011/07/01 18:37:08 dyoung Exp $ */
/* NetBSD bus_dma.c,v 1.21 2005/04/16 07:53:35 yamt Exp */
/*-
@ -32,7 +32,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: xen_bus_dma.c,v 1.22 2010/11/12 10:51:14 njoly Exp $");
__KERNEL_RCSID(0, "$NetBSD: xen_bus_dma.c,v 1.23 2011/07/01 18:37:08 dyoung Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -40,7 +40,7 @@ __KERNEL_RCSID(0, "$NetBSD: xen_bus_dma.c,v 1.22 2010/11/12 10:51:14 njoly Exp $
#include <sys/mbuf.h>
#include <sys/proc.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <machine/bus_private.h>
#include <uvm/uvm.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: isa_machdep.c,v 1.23 2010/02/06 17:48:54 bouyer Exp $ */
/* $NetBSD: isa_machdep.c,v 1.24 2011/07/01 18:36:45 dyoung Exp $ */
/* NetBSD isa_machdep.c,v 1.11 2004/06/20 18:04:08 thorpej Exp */
/*-
@ -66,7 +66,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: isa_machdep.c,v 1.23 2010/02/06 17:48:54 bouyer Exp $");
__KERNEL_RCSID(0, "$NetBSD: isa_machdep.c,v 1.24 2011/07/01 18:36:45 dyoung Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -76,7 +76,7 @@ __KERNEL_RCSID(0, "$NetBSD: isa_machdep.c,v 1.23 2010/02/06 17:48:54 bouyer Exp
#include <sys/proc.h>
#include <sys/mbuf.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <machine/bus_private.h>
#include <machine/pio.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: pci_intr_machdep.c,v 1.14 2011/04/04 20:37:55 dyoung Exp $ */
/* $NetBSD: pci_intr_machdep.c,v 1.15 2011/07/01 18:36:45 dyoung Exp $ */
/*
* Copyright (c) 2005 Manuel Bouyer.
@ -26,13 +26,13 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: pci_intr_machdep.c,v 1.14 2011/04/04 20:37:55 dyoung Exp $");
__KERNEL_RCSID(0, "$NetBSD: pci_intr_machdep.c,v 1.15 2011/07/01 18:36:45 dyoung Exp $");
#include <sys/types.h>
#include <sys/param.h>
#include <sys/systm.h>
#include <machine/bus.h>
#include <sys/bus.h>
#include <machine/bus_private.h>
#include <dev/pci/pcivar.h>

View File

@ -74,7 +74,7 @@ struct drm_file;
#include <machine/param.h>
#endif
#include <machine/pmap.h>
#include <machine/bus.h>
#include <sys/bus.h>
#if defined(__i386__) || defined(__x86_64__)
#include <machine/specialreg.h>
#include <machine/sysarch.h>