Don't pull in the whole uvm(9) API to access only PAGE_SIZE and

some other constants.  These are provided by sys/param.h now.
This commit is contained in:
uebayasi 2010-11-13 13:51:57 +00:00
parent 6ce2506403
commit 8184d5dc03
156 changed files with 305 additions and 608 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_ni.c,v 1.39 2010/04/05 07:19:32 joerg Exp $ */
/* $NetBSD: if_ni.c,v 1.40 2010/11/13 13:51:57 uebayasi Exp $ */
/*
* Copyright (c) 2000 Ludd, University of Lule}, Sweden. All rights reserved.
*
@ -36,7 +36,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: if_ni.c,v 1.39 2010/04/05 07:19:32 joerg Exp $");
__KERNEL_RCSID(0, "$NetBSD: if_ni.c,v 1.40 2010/11/13 13:51:57 uebayasi Exp $");
#include "opt_inet.h"
@ -48,8 +48,6 @@ __KERNEL_RCSID(0, "$NetBSD: if_ni.c,v 1.39 2010/04/05 07:19:32 joerg Exp $");
#include <sys/sockio.h>
#include <sys/sched.h>
#include <uvm/uvm_extern.h>
#include <net/if.h>
#include <net/if_ether.h>
#include <net/if_dl.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: siisata_cardbus.c,v 1.13 2010/04/01 05:58:52 dyoung Exp $ */
/* $NetBSD: siisata_cardbus.c,v 1.14 2010/11/13 13:51:58 uebayasi Exp $ */
/* Id: siisata_pci.c,v 1.11 2008/05/21 16:20:11 jakllsch Exp */
/*
@ -52,7 +52,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: siisata_cardbus.c,v 1.13 2010/04/01 05:58:52 dyoung Exp $");
__KERNEL_RCSID(0, "$NetBSD: siisata_cardbus.c,v 1.14 2010/11/13 13:51:58 uebayasi Exp $");
#include <sys/types.h>
#include <sys/malloc.h>
@ -60,8 +60,6 @@ __KERNEL_RCSID(0, "$NetBSD: siisata_cardbus.c,v 1.13 2010/04/01 05:58:52 dyoung
#include <sys/kernel.h>
#include <sys/systm.h>
#include <uvm/uvm_extern.h>
#include <dev/cardbus/cardbusvar.h>
#include <dev/pci/pcidevs.h>
#include <dev/ic/siisatavar.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: dmover_io.c,v 1.37 2009/12/20 09:36:05 dsl Exp $ */
/* $NetBSD: dmover_io.c,v 1.38 2010/11/13 13:51:58 uebayasi Exp $ */
/*
* Copyright (c) 2002, 2003 Wasabi Systems, Inc.
@ -55,7 +55,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: dmover_io.c,v 1.37 2009/12/20 09:36:05 dsl Exp $");
__KERNEL_RCSID(0, "$NetBSD: dmover_io.c,v 1.38 2010/11/13 13:51:58 uebayasi Exp $");
#include <sys/param.h>
#include <sys/queue.h>
@ -75,8 +75,6 @@ __KERNEL_RCSID(0, "$NetBSD: dmover_io.c,v 1.37 2009/12/20 09:36:05 dsl Exp $");
#include <sys/stat.h>
#include <sys/kauth.h>
#include <uvm/uvm_extern.h>
#include <dev/dmover/dmovervar.h>
#include <dev/dmover/dmover_io.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: ahb.c,v 1.58 2009/12/04 11:13:04 njoly Exp $ */
/* $NetBSD: ahb.c,v 1.59 2010/11/13 13:51:58 uebayasi Exp $ */
/*-
* Copyright (c) 1997, 1998 The NetBSD Foundation, Inc.
@ -46,7 +46,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: ahb.c,v 1.58 2009/12/04 11:13:04 njoly Exp $");
__KERNEL_RCSID(0, "$NetBSD: ahb.c,v 1.59 2010/11/13 13:51:58 uebayasi Exp $");
#include "opt_ddb.h"
@ -62,8 +62,6 @@ __KERNEL_RCSID(0, "$NetBSD: ahb.c,v 1.58 2009/12/04 11:13:04 njoly Exp $");
#include <sys/buf.h>
#include <sys/proc.h>
#include <uvm/uvm_extern.h>
#include <sys/bus.h>
#include <sys/intr.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: bivideo.c,v 1.31 2010/08/01 02:47:43 tsutsui Exp $ */
/* $NetBSD: bivideo.c,v 1.32 2010/11/13 13:51:58 uebayasi Exp $ */
/*-
* Copyright (c) 1999-2001
@ -35,7 +35,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: bivideo.c,v 1.31 2010/08/01 02:47:43 tsutsui Exp $");
__KERNEL_RCSID(0, "$NetBSD: bivideo.c,v 1.32 2010/11/13 13:51:58 uebayasi Exp $");
#ifdef _KERNEL_OPT
#include "opt_hpcfb.h"
@ -48,8 +48,6 @@ __KERNEL_RCSID(0, "$NetBSD: bivideo.c,v 1.31 2010/08/01 02:47:43 tsutsui Exp $")
#include <sys/ioctl.h>
#include <sys/reboot.h>
#include <uvm/uvm_extern.h>
#include <sys/bus.h>
#include <machine/autoconf.h>
#include <machine/bootinfo.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: hpcfb.c,v 1.57 2010/08/01 02:43:12 tsutsui Exp $ */
/* $NetBSD: hpcfb.c,v 1.58 2010/11/13 13:51:59 uebayasi Exp $ */
/*-
* Copyright (c) 1999
@ -43,7 +43,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: hpcfb.c,v 1.57 2010/08/01 02:43:12 tsutsui Exp $");
__KERNEL_RCSID(0, "$NetBSD: hpcfb.c,v 1.58 2010/11/13 13:51:59 uebayasi Exp $");
#ifdef _KERNEL_OPT
#include "opt_hpcfb.h"
@ -61,8 +61,6 @@ __KERNEL_RCSID(0, "$NetBSD: hpcfb.c,v 1.57 2010/08/01 02:43:12 tsutsui Exp $");
#include <sys/buf.h>
#include <sys/ioctl.h>
#include <uvm/uvm_extern.h>
#include <sys/bus.h>
#include <dev/wscons/wsconsio.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: dbcool.c,v 1.25 2010/08/17 23:36:51 pgoyette Exp $ */
/* $NetBSD: dbcool.c,v 1.26 2010/11/13 13:51:59 uebayasi Exp $ */
/*-
* Copyright (c) 2008 The NetBSD Foundation, Inc.
@ -49,7 +49,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: dbcool.c,v 1.25 2010/08/17 23:36:51 pgoyette Exp $");
__KERNEL_RCSID(0, "$NetBSD: dbcool.c,v 1.26 2010/11/13 13:51:59 uebayasi Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -58,8 +58,6 @@ __KERNEL_RCSID(0, "$NetBSD: dbcool.c,v 1.25 2010/08/17 23:36:51 pgoyette Exp $")
#include <sys/malloc.h>
#include <sys/sysctl.h>
#include <uvm/uvm_extern.h>
#include <dev/i2c/dbcool_var.h>
#include <dev/i2c/dbcool_reg.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: sgsmix.c,v 1.6 2008/08/01 19:33:07 macallan Exp $ */
/* $NetBSD: sgsmix.c,v 1.7 2010/11/13 13:51:59 uebayasi Exp $ */
/*-
* Copyright (C) 2005 Michael Lorenz.
@ -31,7 +31,7 @@
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: sgsmix.c,v 1.6 2008/08/01 19:33:07 macallan Exp $");
__KERNEL_RCSID(0, "$NetBSD: sgsmix.c,v 1.7 2010/11/13 13:51:59 uebayasi Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -40,8 +40,6 @@ __KERNEL_RCSID(0, "$NetBSD: sgsmix.c,v 1.6 2008/08/01 19:33:07 macallan Exp $");
#include <sys/malloc.h>
#include <sys/sysctl.h>
#include <uvm/uvm_extern.h>
#include <dev/i2c/i2cvar.h>
#include <dev/i2c/sgsmixvar.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: dpti.c,v 1.42 2009/05/12 14:23:47 cegger Exp $ */
/* $NetBSD: dpti.c,v 1.43 2010/11/13 13:51:59 uebayasi Exp $ */
/*-
* Copyright (c) 2001, 2007 The NetBSD Foundation, Inc.
@ -57,7 +57,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: dpti.c,v 1.42 2009/05/12 14:23:47 cegger Exp $");
__KERNEL_RCSID(0, "$NetBSD: dpti.c,v 1.43 2010/11/13 13:51:59 uebayasi Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -71,8 +71,6 @@ __KERNEL_RCSID(0, "$NetBSD: dpti.c,v 1.42 2009/05/12 14:23:47 cegger Exp $");
#include <sys/ioctl.h>
#include <sys/kauth.h>
#include <uvm/uvm_extern.h>
#include <sys/bus.h>
#ifdef __i386__
#include <machine/pio.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: iop.c,v 1.80 2010/02/21 18:50:10 bouyer Exp $ */
/* $NetBSD: iop.c,v 1.81 2010/11/13 13:51:59 uebayasi Exp $ */
/*-
* Copyright (c) 2000, 2001, 2002, 2007 The NetBSD Foundation, Inc.
@ -34,7 +34,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: iop.c,v 1.80 2010/02/21 18:50:10 bouyer Exp $");
__KERNEL_RCSID(0, "$NetBSD: iop.c,v 1.81 2010/11/13 13:51:59 uebayasi Exp $");
#include "iop.h"
@ -52,8 +52,6 @@ __KERNEL_RCSID(0, "$NetBSD: iop.c,v 1.80 2010/02/21 18:50:10 bouyer Exp $");
#include <sys/kauth.h>
#include <sys/bus.h>
#include <uvm/uvm_extern.h>
#include <dev/i2o/i2o.h>
#include <dev/i2o/iopio.h>
#include <dev/i2o/iopreg.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: aac.c,v 1.42 2008/12/16 22:35:29 christos Exp $ */
/* $NetBSD: aac.c,v 1.43 2010/11/13 13:51:59 uebayasi Exp $ */
/*-
* Copyright (c) 2002, 2007 The NetBSD Foundation, Inc.
@ -70,7 +70,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: aac.c,v 1.42 2008/12/16 22:35:29 christos Exp $");
__KERNEL_RCSID(0, "$NetBSD: aac.c,v 1.43 2010/11/13 13:51:59 uebayasi Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -82,8 +82,6 @@ __KERNEL_RCSID(0, "$NetBSD: aac.c,v 1.42 2008/12/16 22:35:29 christos Exp $");
#include <sys/bus.h>
#include <uvm/uvm_extern.h>
#include <dev/ic/aacreg.h>
#include <dev/ic/aacvar.h>
#include <dev/ic/aac_tables.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: adv.c,v 1.44 2009/11/23 02:13:46 rmind Exp $ */
/* $NetBSD: adv.c,v 1.45 2010/11/13 13:52:00 uebayasi Exp $ */
/*
* Generic driver for the Advanced Systems Inc. Narrow SCSI controllers
@ -38,7 +38,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: adv.c,v 1.44 2009/11/23 02:13:46 rmind Exp $");
__KERNEL_RCSID(0, "$NetBSD: adv.c,v 1.45 2010/11/13 13:52:00 uebayasi Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -54,8 +54,6 @@ __KERNEL_RCSID(0, "$NetBSD: adv.c,v 1.44 2009/11/23 02:13:46 rmind Exp $");
#include <sys/bus.h>
#include <sys/intr.h>
#include <uvm/uvm_extern.h>
#include <dev/scsipi/scsi_all.h>
#include <dev/scsipi/scsipi_all.h>
#include <dev/scsipi/scsiconf.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: advlib.c,v 1.26 2007/10/19 11:59:45 ad Exp $ */
/* $NetBSD: advlib.c,v 1.27 2010/11/13 13:52:00 uebayasi Exp $ */
/*
* Low level routines for the Advanced Systems Inc. SCSI controllers chips
@ -53,7 +53,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: advlib.c,v 1.26 2007/10/19 11:59:45 ad Exp $");
__KERNEL_RCSID(0, "$NetBSD: advlib.c,v 1.27 2010/11/13 13:52:00 uebayasi Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -69,8 +69,6 @@ __KERNEL_RCSID(0, "$NetBSD: advlib.c,v 1.26 2007/10/19 11:59:45 ad Exp $");
#include <dev/scsipi/scsipi_all.h>
#include <dev/scsipi/scsiconf.h>
#include <uvm/uvm_extern.h>
#include <dev/ic/advlib.h>
#include <dev/ic/adv.h>
#include <dev/ic/advmcode.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: adw.c,v 1.50 2009/11/23 02:13:46 rmind Exp $ */
/* $NetBSD: adw.c,v 1.51 2010/11/13 13:52:00 uebayasi Exp $ */
/*
* Generic driver for the Advanced Systems Inc. SCSI controllers
@ -38,7 +38,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: adw.c,v 1.50 2009/11/23 02:13:46 rmind Exp $");
__KERNEL_RCSID(0, "$NetBSD: adw.c,v 1.51 2010/11/13 13:52:00 uebayasi Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -54,8 +54,6 @@ __KERNEL_RCSID(0, "$NetBSD: adw.c,v 1.50 2009/11/23 02:13:46 rmind Exp $");
#include <sys/bus.h>
#include <sys/intr.h>
#include <uvm/uvm_extern.h>
#include <dev/scsipi/scsi_all.h>
#include <dev/scsipi/scsipi_all.h>
#include <dev/scsipi/scsiconf.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: adwlib.c,v 1.39 2009/03/14 15:36:17 dsl Exp $ */
/* $NetBSD: adwlib.c,v 1.40 2010/11/13 13:52:00 uebayasi Exp $ */
/*
* Low level routines for the Advanced Systems Inc. SCSI controllers chips
@ -52,7 +52,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: adwlib.c,v 1.39 2009/03/14 15:36:17 dsl Exp $");
__KERNEL_RCSID(0, "$NetBSD: adwlib.c,v 1.40 2010/11/13 13:52:00 uebayasi Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -70,8 +70,6 @@ __KERNEL_RCSID(0, "$NetBSD: adwlib.c,v 1.39 2009/03/14 15:36:17 dsl Exp $");
#include <dev/pci/pcidevs.h>
#include <uvm/uvm_extern.h>
#include <dev/ic/adwlib.h>
#include <dev/ic/adwmcode.h>
#include <dev/ic/adw.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: aha.c,v 1.60 2009/11/23 02:13:46 rmind Exp $ */
/* $NetBSD: aha.c,v 1.61 2010/11/13 13:52:00 uebayasi Exp $ */
/*-
* Copyright (c) 1997, 1998 The NetBSD Foundation, Inc.
@ -46,7 +46,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: aha.c,v 1.60 2009/11/23 02:13:46 rmind Exp $");
__KERNEL_RCSID(0, "$NetBSD: aha.c,v 1.61 2010/11/13 13:52:00 uebayasi Exp $");
#include "opt_ddb.h"
@ -63,8 +63,6 @@ __KERNEL_RCSID(0, "$NetBSD: aha.c,v 1.60 2009/11/23 02:13:46 rmind Exp $");
#include <sys/buf.h>
#include <sys/proc.h>
#include <uvm/uvm_extern.h>
#include <sys/bus.h>
#include <sys/intr.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: ahcisata_core.c,v 1.29 2010/07/27 22:07:50 jakllsch Exp $ */
/* $NetBSD: ahcisata_core.c,v 1.30 2010/11/13 13:52:00 uebayasi Exp $ */
/*
* Copyright (c) 2006 Manuel Bouyer.
@ -26,7 +26,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: ahcisata_core.c,v 1.29 2010/07/27 22:07:50 jakllsch Exp $");
__KERNEL_RCSID(0, "$NetBSD: ahcisata_core.c,v 1.30 2010/11/13 13:52:00 uebayasi Exp $");
#include <sys/types.h>
#include <sys/malloc.h>
@ -37,8 +37,6 @@ __KERNEL_RCSID(0, "$NetBSD: ahcisata_core.c,v 1.29 2010/07/27 22:07:50 jakllsch
#include <sys/proc.h>
#include <sys/buf.h>
#include <uvm/uvm_extern.h>
#include <dev/ata/atareg.h>
#include <dev/ata/satavar.h>
#include <dev/ata/satareg.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: aic6915.c,v 1.27 2010/04/05 07:19:33 joerg Exp $ */
/* $NetBSD: aic6915.c,v 1.28 2010/11/13 13:52:00 uebayasi Exp $ */
/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@ -35,7 +35,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: aic6915.c,v 1.27 2010/04/05 07:19:33 joerg Exp $");
__KERNEL_RCSID(0, "$NetBSD: aic6915.c,v 1.28 2010/11/13 13:52:00 uebayasi Exp $");
#include <sys/param.h>
@ -49,8 +49,6 @@ __KERNEL_RCSID(0, "$NetBSD: aic6915.c,v 1.27 2010/04/05 07:19:33 joerg Exp $");
#include <sys/errno.h>
#include <sys/device.h>
#include <uvm/uvm_extern.h>
#include <net/if.h>
#include <net/if_dl.h>
#include <net/if_media.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: aic79xx_osm.h,v 1.20 2009/09/26 14:44:10 tsutsui Exp $ */
/* $NetBSD: aic79xx_osm.h,v 1.21 2010/11/13 13:52:00 uebayasi Exp $ */
/*
* NetBSD platform specific driver option settings, data structures,
@ -32,9 +32,9 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $NetBSD: aic79xx_osm.h,v 1.20 2009/09/26 14:44:10 tsutsui Exp $
* $NetBSD: aic79xx_osm.h,v 1.21 2010/11/13 13:52:00 uebayasi Exp $
*
* //depot/aic7xxx/freebsd/dev/aic7xxx/aic79xx_osm.h#19 $$NetBSD: aic79xx_osm.h,v 1.20 2009/09/26 14:44:10 tsutsui Exp $
* //depot/aic7xxx/freebsd/dev/aic7xxx/aic79xx_osm.h#19 $$NetBSD: aic79xx_osm.h,v 1.21 2010/11/13 13:52:00 uebayasi Exp $
*
* $FreeBSD: src/sys/dev/aic7xxx/aic79xx_osm.h,v 1.9 2003/05/26 21:43:29 gibbs Exp $
*/
@ -72,8 +72,6 @@
#include <dev/scsipi/scsiconf.h>
#include <dev/scsipi/scsi_iu.h>
#include <uvm/uvm_extern.h>
#include <dev/ic/aic7xxx_cam.h>
/****************************** Platform Macros *******************************/

View File

@ -1,4 +1,4 @@
/* $NetBSD: aic7xxx_osm.h,v 1.24 2009/05/16 06:44:05 tsutsui Exp $ */
/* $NetBSD: aic7xxx_osm.h,v 1.25 2010/11/13 13:52:00 uebayasi Exp $ */
/*
* NetBSD platform specific driver option settings, data structures,
@ -68,8 +68,6 @@
#include <dev/scsipi/scsiconf.h>
#include <dev/scsipi/scsi_iu.h>
#include <uvm/uvm_extern.h>
#ifdef CAM_NEW_TRAN_CODE
#define AHC_NEW_TRAN_SETTINGS
#endif /* CAM_NEW_TRAN_CODE */

View File

@ -1,4 +1,4 @@
/* $NetBSD: bha.c,v 1.73 2010/07/27 14:34:34 jakllsch Exp $ */
/* $NetBSD: bha.c,v 1.74 2010/11/13 13:52:00 uebayasi Exp $ */
/*-
* Copyright (c) 1997, 1998, 1999 The NetBSD Foundation, Inc.
@ -46,7 +46,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: bha.c,v 1.73 2010/07/27 14:34:34 jakllsch Exp $");
__KERNEL_RCSID(0, "$NetBSD: bha.c,v 1.74 2010/11/13 13:52:00 uebayasi Exp $");
#include "opt_ddb.h"
@ -61,8 +61,6 @@ __KERNEL_RCSID(0, "$NetBSD: bha.c,v 1.73 2010/07/27 14:34:34 jakllsch Exp $");
#include <sys/buf.h>
#include <sys/proc.h>
#include <uvm/uvm_extern.h>
#include <sys/bus.h>
#include <sys/intr.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: bt463.c,v 1.14 2009/03/14 15:36:17 dsl Exp $ */
/* $NetBSD: bt463.c,v 1.15 2010/11/13 13:52:00 uebayasi Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@ -62,7 +62,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: bt463.c,v 1.14 2009/03/14 15:36:17 dsl Exp $");
__KERNEL_RCSID(0, "$NetBSD: bt463.c,v 1.15 2010/11/13 13:52:00 uebayasi Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -71,8 +71,6 @@ __KERNEL_RCSID(0, "$NetBSD: bt463.c,v 1.14 2009/03/14 15:36:17 dsl Exp $");
#include <sys/kernel.h>
#include <sys/malloc.h>
#include <uvm/uvm_extern.h>
#include <dev/pci/pcivar.h>
#include <dev/pci/tgareg.h>
#include <dev/pci/tgavar.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: bt485.c,v 1.14 2009/03/14 15:36:17 dsl Exp $ */
/* $NetBSD: bt485.c,v 1.15 2010/11/13 13:52:00 uebayasi Exp $ */
/*
* Copyright (c) 1995, 1996 Carnegie-Mellon University.
@ -32,7 +32,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: bt485.c,v 1.14 2009/03/14 15:36:17 dsl Exp $");
__KERNEL_RCSID(0, "$NetBSD: bt485.c,v 1.15 2010/11/13 13:52:00 uebayasi Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -41,8 +41,6 @@ __KERNEL_RCSID(0, "$NetBSD: bt485.c,v 1.14 2009/03/14 15:36:17 dsl Exp $");
#include <sys/kernel.h>
#include <sys/malloc.h>
#include <uvm/uvm_extern.h>
#include <dev/pci/pcivar.h>
#include <dev/ic/bt485reg.h>
#include <dev/ic/bt485var.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: cac.c,v 1.50 2010/03/14 18:06:28 pgoyette Exp $ */
/* $NetBSD: cac.c,v 1.51 2010/11/13 13:52:00 uebayasi Exp $ */
/*-
* Copyright (c) 2000, 2006, 2007 The NetBSD Foundation, Inc.
@ -34,7 +34,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: cac.c,v 1.50 2010/03/14 18:06:28 pgoyette Exp $");
__KERNEL_RCSID(0, "$NetBSD: cac.c,v 1.51 2010/11/13 13:52:00 uebayasi Exp $");
#include "bio.h"
@ -49,8 +49,6 @@ __KERNEL_RCSID(0, "$NetBSD: cac.c,v 1.50 2010/03/14 18:06:28 pgoyette Exp $");
#include <sys/malloc.h>
#include <sys/pool.h>
#include <uvm/uvm_extern.h>
#include <sys/bswap.h>
#include <sys/bus.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: ciss.c,v 1.23 2010/09/07 18:19:16 mhitch Exp $ */
/* $NetBSD: ciss.c,v 1.24 2010/11/13 13:52:00 uebayasi Exp $ */
/* $OpenBSD: ciss.c,v 1.14 2006/03/13 16:02:23 mickey Exp $ */
/*
@ -19,7 +19,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: ciss.c,v 1.23 2010/09/07 18:19:16 mhitch Exp $");
__KERNEL_RCSID(0, "$NetBSD: ciss.c,v 1.24 2010/11/13 13:52:00 uebayasi Exp $");
#include "bio.h"
@ -34,8 +34,6 @@ __KERNEL_RCSID(0, "$NetBSD: ciss.c,v 1.23 2010/09/07 18:19:16 mhitch Exp $");
#include <sys/malloc.h>
#include <sys/proc.h>
#include <uvm/uvm_extern.h>
#include <sys/bus.h>
#include <dev/scsipi/scsi_all.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: cs89x0.c,v 1.31 2010/04/05 07:19:33 joerg Exp $ */
/* $NetBSD: cs89x0.c,v 1.32 2010/11/13 13:52:00 uebayasi Exp $ */
/*
* Copyright (c) 2004 Christopher Gilbert
@ -212,7 +212,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: cs89x0.c,v 1.31 2010/04/05 07:19:33 joerg Exp $");
__KERNEL_RCSID(0, "$NetBSD: cs89x0.c,v 1.32 2010/11/13 13:52:00 uebayasi Exp $");
#include "opt_inet.h"
@ -242,8 +242,6 @@ __KERNEL_RCSID(0, "$NetBSD: cs89x0.c,v 1.31 2010/04/05 07:19:33 joerg Exp $");
#include <net/bpf.h>
#include <net/bpfdesc.h>
#include <uvm/uvm_extern.h>
#include <sys/bus.h>
#include <sys/intr.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: dp83932.c,v 1.34 2010/04/05 07:19:34 joerg Exp $ */
/* $NetBSD: dp83932.c,v 1.35 2010/11/13 13:52:00 uebayasi Exp $ */
/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@ -35,7 +35,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: dp83932.c,v 1.34 2010/04/05 07:19:34 joerg Exp $");
__KERNEL_RCSID(0, "$NetBSD: dp83932.c,v 1.35 2010/11/13 13:52:00 uebayasi Exp $");
#include <sys/param.h>
@ -48,8 +48,6 @@ __KERNEL_RCSID(0, "$NetBSD: dp83932.c,v 1.34 2010/04/05 07:19:34 joerg Exp $");
#include <sys/errno.h>
#include <sys/device.h>
#include <uvm/uvm_extern.h>
#include <net/if.h>
#include <net/if_dl.h>
#include <net/if_ether.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: dpt.c,v 1.63 2009/10/21 21:12:05 rmind Exp $ */
/* $NetBSD: dpt.c,v 1.64 2010/11/13 13:52:01 uebayasi Exp $ */
/*-
* Copyright (c) 1997, 1998, 1999, 2000, 2001 The NetBSD Foundation, Inc.
@ -71,7 +71,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: dpt.c,v 1.63 2009/10/21 21:12:05 rmind Exp $");
__KERNEL_RCSID(0, "$NetBSD: dpt.c,v 1.64 2010/11/13 13:52:01 uebayasi Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -83,8 +83,6 @@ __KERNEL_RCSID(0, "$NetBSD: dpt.c,v 1.63 2009/10/21 21:12:05 rmind Exp $");
#include <sys/kauth.h>
#include <sys/proc.h>
#include <uvm/uvm_extern.h>
#include <sys/bus.h>
#ifdef i386
#include <machine/pio.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: elinkxl.c,v 1.112 2010/04/05 07:19:34 joerg Exp $ */
/* $NetBSD: elinkxl.c,v 1.113 2010/11/13 13:52:01 uebayasi Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: elinkxl.c,v 1.112 2010/04/05 07:19:34 joerg Exp $");
__KERNEL_RCSID(0, "$NetBSD: elinkxl.c,v 1.113 2010/11/13 13:52:01 uebayasi Exp $");
#include "rnd.h"
@ -49,8 +49,6 @@ __KERNEL_RCSID(0, "$NetBSD: elinkxl.c,v 1.112 2010/04/05 07:19:34 joerg Exp $");
#include <sys/rnd.h>
#endif
#include <uvm/uvm_extern.h>
#include <net/if.h>
#include <net/if_dl.h>
#include <net/if_ether.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: esiop.c,v 1.54 2010/09/09 14:50:25 jakllsch Exp $ */
/* $NetBSD: esiop.c,v 1.55 2010/11/13 13:52:01 uebayasi Exp $ */
/*
* Copyright (c) 2002 Manuel Bouyer.
@ -28,7 +28,7 @@
/* SYM53c7/8xx PCI-SCSI I/O Processors driver */
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: esiop.c,v 1.54 2010/09/09 14:50:25 jakllsch Exp $");
__KERNEL_RCSID(0, "$NetBSD: esiop.c,v 1.55 2010/11/13 13:52:01 uebayasi Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -37,8 +37,6 @@ __KERNEL_RCSID(0, "$NetBSD: esiop.c,v 1.54 2010/09/09 14:50:25 jakllsch Exp $");
#include <sys/buf.h>
#include <sys/kernel.h>
#include <uvm/uvm_extern.h>
#include <machine/endian.h>
#include <sys/bus.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: gem.c,v 1.95 2010/05/12 10:25:23 martin Exp $ */
/* $NetBSD: gem.c,v 1.96 2010/11/13 13:52:01 uebayasi Exp $ */
/*
*
@ -37,7 +37,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: gem.c,v 1.95 2010/05/12 10:25:23 martin Exp $");
__KERNEL_RCSID(0, "$NetBSD: gem.c,v 1.96 2010/11/13 13:52:01 uebayasi Exp $");
#include "opt_inet.h"
@ -55,8 +55,6 @@ __KERNEL_RCSID(0, "$NetBSD: gem.c,v 1.95 2010/05/12 10:25:23 martin Exp $");
#include <machine/endian.h>
#include <uvm/uvm_extern.h>
#include <net/if.h>
#include <net/if_dl.h>
#include <net/if_media.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: hd44780_subr.c,v 1.20 2009/08/30 02:07:05 tsutsui Exp $ */
/* $NetBSD: hd44780_subr.c,v 1.21 2010/11/13 13:52:01 uebayasi Exp $ */
/*
* Copyright (c) 2002 Dennis I. Chernoivanov
@ -32,7 +32,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: hd44780_subr.c,v 1.20 2009/08/30 02:07:05 tsutsui Exp $");
__KERNEL_RCSID(0, "$NetBSD: hd44780_subr.c,v 1.21 2010/11/13 13:52:01 uebayasi Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -46,8 +46,6 @@ __KERNEL_RCSID(0, "$NetBSD: hd44780_subr.c,v 1.20 2009/08/30 02:07:05 tsutsui Ex
#include <sys/intr.h>
#include <sys/bus.h>
#include <uvm/uvm_extern.h>
#include <dev/wscons/wsdisplayvar.h>
#include <dev/wscons/wsconsio.h>
#include <dev/wscons/wscons_callbacks.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: ibm561.c,v 1.9 2009/03/14 15:36:17 dsl Exp $ */
/* $NetBSD: ibm561.c,v 1.10 2010/11/13 13:52:01 uebayasi Exp $ */
/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: ibm561.c,v 1.9 2009/03/14 15:36:17 dsl Exp $");
__KERNEL_RCSID(0, "$NetBSD: ibm561.c,v 1.10 2010/11/13 13:52:01 uebayasi Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -39,8 +39,6 @@ __KERNEL_RCSID(0, "$NetBSD: ibm561.c,v 1.9 2009/03/14 15:36:17 dsl Exp $");
#include <sys/kernel.h>
#include <sys/malloc.h>
#include <uvm/uvm_extern.h>
#include <dev/pci/pcivar.h>
#include <dev/ic/ibm561reg.h>
#include <dev/ic/ibm561var.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: icp.c,v 1.29 2008/04/30 14:07:13 ad Exp $ */
/* $NetBSD: icp.c,v 1.30 2010/11/13 13:52:01 uebayasi Exp $ */
/*-
* Copyright (c) 2002, 2003 The NetBSD Foundation, Inc.
@ -76,7 +76,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: icp.c,v 1.29 2008/04/30 14:07:13 ad Exp $");
__KERNEL_RCSID(0, "$NetBSD: icp.c,v 1.30 2010/11/13 13:52:01 uebayasi Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -89,8 +89,6 @@ __KERNEL_RCSID(0, "$NetBSD: icp.c,v 1.29 2008/04/30 14:07:13 ad Exp $");
#include <sys/malloc.h>
#include <sys/disk.h>
#include <uvm/uvm_extern.h>
#include <sys/bswap.h>
#include <sys/bus.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: icpsp.c,v 1.23 2009/05/12 14:25:17 cegger Exp $ */
/* $NetBSD: icpsp.c,v 1.24 2010/11/13 13:52:01 uebayasi Exp $ */
/*-
* Copyright (c) 2002 The NetBSD Foundation, Inc.
@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: icpsp.c,v 1.23 2009/05/12 14:25:17 cegger Exp $");
__KERNEL_RCSID(0, "$NetBSD: icpsp.c,v 1.24 2010/11/13 13:52:01 uebayasi Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -46,8 +46,6 @@ __KERNEL_RCSID(0, "$NetBSD: icpsp.c,v 1.23 2009/05/12 14:25:17 cegger Exp $");
#include <sys/bswap.h>
#include <sys/bus.h>
#include <uvm/uvm_extern.h>
#include <dev/scsipi/scsi_all.h>
#include <dev/scsipi/scsi_disk.h>
#include <dev/scsipi/scsipi_all.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: iha.c,v 1.40 2008/05/14 13:29:28 tsutsui Exp $ */
/* $NetBSD: iha.c,v 1.41 2010/11/13 13:52:01 uebayasi Exp $ */
/*-
* Copyright (c) 2001, 2002 Izumi Tsutsui
@ -62,7 +62,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: iha.c,v 1.40 2008/05/14 13:29:28 tsutsui Exp $");
__KERNEL_RCSID(0, "$NetBSD: iha.c,v 1.41 2010/11/13 13:52:01 uebayasi Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -71,8 +71,6 @@ __KERNEL_RCSID(0, "$NetBSD: iha.c,v 1.40 2008/05/14 13:29:28 tsutsui Exp $");
#include <sys/device.h>
#include <sys/malloc.h>
#include <uvm/uvm_extern.h>
#include <sys/bus.h>
#include <sys/intr.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: ld_aac.c,v 1.24 2010/07/27 19:31:55 jakllsch Exp $ */
/* $NetBSD: ld_aac.c,v 1.25 2010/11/13 13:52:01 uebayasi Exp $ */
/*-
* Copyright (c) 2002 The NetBSD Foundation, Inc.
@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: ld_aac.c,v 1.24 2010/07/27 19:31:55 jakllsch Exp $");
__KERNEL_RCSID(0, "$NetBSD: ld_aac.c,v 1.25 2010/11/13 13:52:01 uebayasi Exp $");
#include "rnd.h"
@ -49,8 +49,6 @@ __KERNEL_RCSID(0, "$NetBSD: ld_aac.c,v 1.24 2010/07/27 19:31:55 jakllsch Exp $")
#include <sys/bus.h>
#include <uvm/uvm_extern.h>
#include <dev/ldvar.h>
#include <dev/ic/aacreg.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: ld_icp.c,v 1.23 2009/01/29 12:14:40 bouyer Exp $ */
/* $NetBSD: ld_icp.c,v 1.24 2010/11/13 13:52:01 uebayasi Exp $ */
/*-
* Copyright (c) 2002 The NetBSD Foundation, Inc.
@ -34,7 +34,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: ld_icp.c,v 1.23 2009/01/29 12:14:40 bouyer Exp $");
__KERNEL_RCSID(0, "$NetBSD: ld_icp.c,v 1.24 2010/11/13 13:52:01 uebayasi Exp $");
#include "rnd.h"
@ -51,8 +51,6 @@ __KERNEL_RCSID(0, "$NetBSD: ld_icp.c,v 1.23 2009/01/29 12:14:40 bouyer Exp $");
#include <sys/rnd.h>
#endif
#include <uvm/uvm_extern.h>
#include <sys/bus.h>
#include <dev/ldvar.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: lemac.c,v 1.38 2010/04/05 07:19:35 joerg Exp $ */
/* $NetBSD: lemac.c,v 1.39 2010/11/13 13:52:01 uebayasi Exp $ */
/*-
* Copyright (c) 1994, 1995, 1997 Matt Thomas <matt@3am-software.com>
@ -34,7 +34,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: lemac.c,v 1.38 2010/04/05 07:19:35 joerg Exp $");
__KERNEL_RCSID(0, "$NetBSD: lemac.c,v 1.39 2010/11/13 13:52:01 uebayasi Exp $");
#include "opt_inet.h"
#include "rnd.h"
@ -76,8 +76,6 @@ __KERNEL_RCSID(0, "$NetBSD: lemac.c,v 1.38 2010/04/05 07:19:35 joerg Exp $");
#include <i386/isa/decether.h>
#endif
#include <uvm/uvm_extern.h>
#include <net/bpf.h>
static void lemac_init(lemac_softc_t *sc);

View File

@ -1,4 +1,4 @@
/* $NetBSD: lsi64854.c,v 1.34 2008/12/16 22:35:31 christos Exp $ */
/* $NetBSD: lsi64854.c,v 1.35 2010/11/13 13:52:01 uebayasi Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: lsi64854.c,v 1.34 2008/12/16 22:35:31 christos Exp $");
__KERNEL_RCSID(0, "$NetBSD: lsi64854.c,v 1.35 2010/11/13 13:52:01 uebayasi Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -39,8 +39,6 @@ __KERNEL_RCSID(0, "$NetBSD: lsi64854.c,v 1.34 2008/12/16 22:35:31 christos Exp $
#include <sys/device.h>
#include <sys/malloc.h>
#include <uvm/uvm_extern.h>
#include <sys/bus.h>
#include <machine/autoconf.h>
#include <sys/cpu.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: mlx.c,v 1.58 2009/01/16 05:40:50 mhitch Exp $ */
/* $NetBSD: mlx.c,v 1.59 2010/11/13 13:52:01 uebayasi Exp $ */
/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@ -67,7 +67,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: mlx.c,v 1.58 2009/01/16 05:40:50 mhitch Exp $");
__KERNEL_RCSID(0, "$NetBSD: mlx.c,v 1.59 2010/11/13 13:52:01 uebayasi Exp $");
#include "ld.h"
@ -89,8 +89,6 @@ __KERNEL_RCSID(0, "$NetBSD: mlx.c,v 1.58 2009/01/16 05:40:50 mhitch Exp $");
#include <machine/vmparam.h>
#include <sys/bus.h>
#include <uvm/uvm_extern.h>
#include <dev/ldvar.h>
#include <dev/ic/mlxreg.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: mpt_netbsd.h,v 1.8 2007/11/20 14:33:58 ad Exp $ */
/* $NetBSD: mpt_netbsd.h,v 1.9 2010/11/13 13:52:01 uebayasi Exp $ */
/*
* Copyright (c) 2003 Wasabi Systems, Inc.
@ -87,8 +87,6 @@
#include <sys/queue.h>
#include <sys/device.h>
#include <uvm/uvm_extern.h>
#include <sys/bus.h>
#include <sys/intr.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: ninjaata32.c,v 1.11 2009/03/14 15:36:17 dsl Exp $ */
/* $NetBSD: ninjaata32.c,v 1.12 2010/11/13 13:52:01 uebayasi Exp $ */
/*
* Copyright (c) 2006 ITOH Yasufumi <itohy@NetBSD.org>.
@ -27,7 +27,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: ninjaata32.c,v 1.11 2009/03/14 15:36:17 dsl Exp $");
__KERNEL_RCSID(0, "$NetBSD: ninjaata32.c,v 1.12 2010/11/13 13:52:01 uebayasi Exp $");
#include <sys/param.h>
#include <sys/kernel.h>
@ -37,8 +37,6 @@ __KERNEL_RCSID(0, "$NetBSD: ninjaata32.c,v 1.11 2009/03/14 15:36:17 dsl Exp $");
#include <sys/bus.h>
#include <sys/intr.h>
#include <uvm/uvm_extern.h>
#include <dev/ata/atavar.h>
#include <dev/ic/wdcreg.h>
#include <dev/ic/wdcvar.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: ninjascsi32.c,v 1.20 2009/05/16 05:51:58 tsutsui Exp $ */
/* $NetBSD: ninjascsi32.c,v 1.21 2010/11/13 13:52:01 uebayasi Exp $ */
/*-
* Copyright (c) 2004, 2006, 2007 The NetBSD Foundation, Inc.
@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: ninjascsi32.c,v 1.20 2009/05/16 05:51:58 tsutsui Exp $");
__KERNEL_RCSID(0, "$NetBSD: ninjascsi32.c,v 1.21 2010/11/13 13:52:01 uebayasi Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -44,8 +44,6 @@ __KERNEL_RCSID(0, "$NetBSD: ninjascsi32.c,v 1.20 2009/05/16 05:51:58 tsutsui Exp
#include <sys/bus.h>
#include <sys/intr.h>
#include <uvm/uvm_extern.h>
#include <dev/scsipi/scsi_all.h>
#include <dev/scsipi/scsipi_all.h>
#include <dev/scsipi/scsiconf.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: oosiop.c,v 1.12 2008/03/29 09:11:35 tsutsui Exp $ */
/* $NetBSD: oosiop.c,v 1.13 2010/11/13 13:52:02 uebayasi Exp $ */
/*
* Copyright (c) 2001 Shuichiro URATA. All rights reserved.
@ -35,7 +35,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: oosiop.c,v 1.12 2008/03/29 09:11:35 tsutsui Exp $");
__KERNEL_RCSID(0, "$NetBSD: oosiop.c,v 1.13 2010/11/13 13:52:02 uebayasi Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -46,8 +46,6 @@ __KERNEL_RCSID(0, "$NetBSD: oosiop.c,v 1.12 2008/03/29 09:11:35 tsutsui Exp $");
#include <sys/malloc.h>
#include <sys/queue.h>
#include <uvm/uvm_extern.h>
#include <dev/scsipi/scsi_all.h>
#include <dev/scsipi/scsipi_all.h>
#include <dev/scsipi/scsiconf.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: osiop.c,v 1.38 2010/05/04 15:38:04 tsutsui Exp $ */
/* $NetBSD: osiop.c,v 1.39 2010/11/13 13:52:02 uebayasi Exp $ */
/*-
* Copyright (c) 2001 Izumi Tsutsui. All rights reserved.
@ -95,7 +95,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: osiop.c,v 1.38 2010/05/04 15:38:04 tsutsui Exp $");
__KERNEL_RCSID(0, "$NetBSD: osiop.c,v 1.39 2010/11/13 13:52:02 uebayasi Exp $");
/* #define OSIOP_DEBUG */
@ -108,8 +108,6 @@ __KERNEL_RCSID(0, "$NetBSD: osiop.c,v 1.38 2010/05/04 15:38:04 tsutsui Exp $");
#include <sys/buf.h>
#include <sys/kernel.h>
#include <uvm/uvm_extern.h>
#include <dev/scsipi/scsi_all.h>
#include <dev/scsipi/scsipi_all.h>
#include <dev/scsipi/scsiconf.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: pdqvar.h,v 1.45 2010/04/05 07:19:35 joerg Exp $ */
/* $NetBSD: pdqvar.h,v 1.46 2010/11/13 13:52:02 uebayasi Exp $ */
/*-
* Copyright (c) 1995, 1996 Matt Thomas <matt@3am-software.com>
@ -85,8 +85,6 @@ typedef enum _pdq_state_t pdq_state_t;
#endif /* M_CAST */
#include <sys/malloc.h>
#include <uvm/uvm_extern.h>
#define PDQ_USE_MBUFS
#if defined(__NetBSD__)
#define PDQ_OS_PREFIX "%s: "

View File

@ -1,4 +1,4 @@
/* $NetBSD: rtl81x9.c,v 1.91 2010/07/27 21:02:00 jakllsch Exp $ */
/* $NetBSD: rtl81x9.c,v 1.92 2010/11/13 13:52:02 uebayasi Exp $ */
/*
* Copyright (c) 1997, 1998
@ -86,7 +86,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: rtl81x9.c,v 1.91 2010/07/27 21:02:00 jakllsch Exp $");
__KERNEL_RCSID(0, "$NetBSD: rtl81x9.c,v 1.92 2010/11/13 13:52:02 uebayasi Exp $");
#include "rnd.h"
@ -100,8 +100,6 @@ __KERNEL_RCSID(0, "$NetBSD: rtl81x9.c,v 1.91 2010/07/27 21:02:00 jakllsch Exp $"
#include <sys/kernel.h>
#include <sys/socket.h>
#include <uvm/uvm_extern.h>
#include <net/if.h>
#include <net/if_arp.h>
#include <net/if_ether.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: rtw.c,v 1.116 2010/04/05 07:19:36 joerg Exp $ */
/* $NetBSD: rtw.c,v 1.117 2010/11/13 13:52:02 uebayasi Exp $ */
/*-
* Copyright (c) 2004, 2005, 2006, 2007 David Young. All rights
* reserved.
@ -32,7 +32,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: rtw.c,v 1.116 2010/04/05 07:19:36 joerg Exp $");
__KERNEL_RCSID(0, "$NetBSD: rtw.c,v 1.117 2010/11/13 13:52:02 uebayasi Exp $");
#include <sys/param.h>
@ -50,8 +50,6 @@ __KERNEL_RCSID(0, "$NetBSD: rtw.c,v 1.116 2010/04/05 07:19:36 joerg Exp $");
#include <sys/bus.h>
#include <sys/intr.h> /* splnet */
#include <uvm/uvm_extern.h>
#include <net/if.h>
#include <net/if_media.h>
#include <net/if_ether.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: sgec.c,v 1.38 2010/04/05 07:19:36 joerg Exp $ */
/* $NetBSD: sgec.c,v 1.39 2010/11/13 13:52:02 uebayasi Exp $ */
/*
* Copyright (c) 1999 Ludd, University of Lule}, Sweden. All rights reserved.
*
@ -45,7 +45,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: sgec.c,v 1.38 2010/04/05 07:19:36 joerg Exp $");
__KERNEL_RCSID(0, "$NetBSD: sgec.c,v 1.39 2010/11/13 13:52:02 uebayasi Exp $");
#include "opt_inet.h"
@ -56,8 +56,6 @@ __KERNEL_RCSID(0, "$NetBSD: sgec.c,v 1.38 2010/04/05 07:19:36 joerg Exp $");
#include <sys/systm.h>
#include <sys/sockio.h>
#include <uvm/uvm_extern.h>
#include <net/if.h>
#include <net/if_ether.h>
#include <net/if_dl.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: siop.c,v 1.97 2010/09/09 14:50:25 jakllsch Exp $ */
/* $NetBSD: siop.c,v 1.98 2010/11/13 13:52:02 uebayasi Exp $ */
/*
* Copyright (c) 2000 Manuel Bouyer.
@ -28,7 +28,7 @@
/* SYM53c7/8xx PCI-SCSI I/O Processors driver */
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: siop.c,v 1.97 2010/09/09 14:50:25 jakllsch Exp $");
__KERNEL_RCSID(0, "$NetBSD: siop.c,v 1.98 2010/11/13 13:52:02 uebayasi Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -37,8 +37,6 @@ __KERNEL_RCSID(0, "$NetBSD: siop.c,v 1.97 2010/09/09 14:50:25 jakllsch Exp $");
#include <sys/buf.h>
#include <sys/kernel.h>
#include <uvm/uvm_extern.h>
#include <machine/endian.h>
#include <sys/bus.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: siop_common.c,v 1.52 2009/10/19 18:41:13 bouyer Exp $ */
/* $NetBSD: siop_common.c,v 1.53 2010/11/13 13:52:02 uebayasi Exp $ */
/*
* Copyright (c) 2000, 2002 Manuel Bouyer.
@ -28,7 +28,7 @@
/* SYM53c7/8xx PCI-SCSI I/O Processors driver */
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: siop_common.c,v 1.52 2009/10/19 18:41:13 bouyer Exp $");
__KERNEL_RCSID(0, "$NetBSD: siop_common.c,v 1.53 2010/11/13 13:52:02 uebayasi Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -38,8 +38,6 @@ __KERNEL_RCSID(0, "$NetBSD: siop_common.c,v 1.52 2009/10/19 18:41:13 bouyer Exp
#include <sys/kernel.h>
#include <sys/scsiio.h>
#include <uvm/uvm_extern.h>
#include <machine/endian.h>
#include <sys/bus.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: smc83c170.c,v 1.79 2010/04/05 07:19:36 joerg Exp $ */
/* $NetBSD: smc83c170.c,v 1.80 2010/11/13 13:52:02 uebayasi Exp $ */
/*-
* Copyright (c) 1998, 1999 The NetBSD Foundation, Inc.
@ -36,7 +36,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: smc83c170.c,v 1.79 2010/04/05 07:19:36 joerg Exp $");
__KERNEL_RCSID(0, "$NetBSD: smc83c170.c,v 1.80 2010/11/13 13:52:02 uebayasi Exp $");
#include <sys/param.h>
@ -50,8 +50,6 @@ __KERNEL_RCSID(0, "$NetBSD: smc83c170.c,v 1.79 2010/04/05 07:19:36 joerg Exp $")
#include <sys/errno.h>
#include <sys/device.h>
#include <uvm/uvm_extern.h>
#include <net/if.h>
#include <net/if_dl.h>
#include <net/if_media.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: smc91cxx.c,v 1.78 2010/04/05 07:19:37 joerg Exp $ */
/* $NetBSD: smc91cxx.c,v 1.79 2010/11/13 13:52:02 uebayasi Exp $ */
/*-
* Copyright (c) 1997 The NetBSD Foundation, Inc.
@ -71,7 +71,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: smc91cxx.c,v 1.78 2010/04/05 07:19:37 joerg Exp $");
__KERNEL_RCSID(0, "$NetBSD: smc91cxx.c,v 1.79 2010/11/13 13:52:02 uebayasi Exp $");
#include "opt_inet.h"
#include "rnd.h"
@ -93,8 +93,6 @@ __KERNEL_RCSID(0, "$NetBSD: smc91cxx.c,v 1.78 2010/04/05 07:19:37 joerg Exp $");
#include <sys/bus.h>
#include <sys/intr.h>
#include <uvm/uvm_extern.h>
#include <net/if.h>
#include <net/if_dl.h>
#include <net/if_ether.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: tulip.c,v 1.175 2010/04/05 07:19:37 joerg Exp $ */
/* $NetBSD: tulip.c,v 1.176 2010/11/13 13:52:02 uebayasi Exp $ */
/*-
* Copyright (c) 1998, 1999, 2000, 2002 The NetBSD Foundation, Inc.
@ -36,7 +36,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: tulip.c,v 1.175 2010/04/05 07:19:37 joerg Exp $");
__KERNEL_RCSID(0, "$NetBSD: tulip.c,v 1.176 2010/11/13 13:52:02 uebayasi Exp $");
#include <sys/param.h>
@ -52,8 +52,6 @@ __KERNEL_RCSID(0, "$NetBSD: tulip.c,v 1.175 2010/04/05 07:19:37 joerg Exp $");
#include <machine/endian.h>
#include <uvm/uvm_extern.h>
#include <net/if.h>
#include <net/if_dl.h>
#include <net/if_media.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: uha.c,v 1.44 2009/11/23 02:13:46 rmind Exp $ */
/* $NetBSD: uha.c,v 1.45 2010/11/13 13:52:02 uebayasi Exp $ */
/*-
* Copyright (c) 1997, 1998 The NetBSD Foundation, Inc.
@ -53,7 +53,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: uha.c,v 1.44 2009/11/23 02:13:46 rmind Exp $");
__KERNEL_RCSID(0, "$NetBSD: uha.c,v 1.45 2010/11/13 13:52:02 uebayasi Exp $");
#undef UHADEBUG
#ifdef DDB
@ -72,8 +72,6 @@ __KERNEL_RCSID(0, "$NetBSD: uha.c,v 1.44 2009/11/23 02:13:46 rmind Exp $");
#include <sys/buf.h>
#include <sys/proc.h>
#include <uvm/uvm_extern.h>
#include <sys/bus.h>
#include <sys/intr.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: wd33c93.c,v 1.23 2009/02/12 06:20:58 rumble Exp $ */
/* $NetBSD: wd33c93.c,v 1.24 2010/11/13 13:52:02 uebayasi Exp $ */
/*
* Copyright (c) 1990 The Regents of the University of California.
@ -79,7 +79,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: wd33c93.c,v 1.23 2009/02/12 06:20:58 rumble Exp $");
__KERNEL_RCSID(0, "$NetBSD: wd33c93.c,v 1.24 2010/11/13 13:52:02 uebayasi Exp $");
#include "opt_ddb.h"
@ -95,8 +95,6 @@ __KERNEL_RCSID(0, "$NetBSD: wd33c93.c,v 1.23 2009/02/12 06:20:58 rumble Exp $");
#include <dev/scsipi/scsiconf.h>
#include <dev/scsipi/scsi_message.h>
#include <uvm/uvm_extern.h>
#include <sys/bus.h>
#include <dev/ic/wd33c93reg.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: fd.c,v 1.98 2010/08/11 11:35:08 pgoyette Exp $ */
/* $NetBSD: fd.c,v 1.99 2010/11/13 13:52:03 uebayasi Exp $ */
/*-
* Copyright (c) 1998, 2003, 2008 The NetBSD Foundation, Inc.
@ -81,7 +81,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: fd.c,v 1.98 2010/08/11 11:35:08 pgoyette Exp $");
__KERNEL_RCSID(0, "$NetBSD: fd.c,v 1.99 2010/11/13 13:52:03 uebayasi Exp $");
#include "rnd.h"
#include "opt_ddb.h"
@ -122,8 +122,6 @@ __KERNEL_RCSID(0, "$NetBSD: fd.c,v 1.98 2010/08/11 11:35:08 pgoyette Exp $");
#include <prop/proplib.h>
#include <uvm/uvm_extern.h>
#include <dev/cons.h>
#include <sys/cpu.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_le_isa.c,v 1.48 2009/05/12 09:10:15 cegger Exp $ */
/* $NetBSD: if_le_isa.c,v 1.49 2010/11/13 13:52:03 uebayasi Exp $ */
/*-
* Copyright (c) 1997, 1998 The NetBSD Foundation, Inc.
@ -65,7 +65,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: if_le_isa.c,v 1.48 2009/05/12 09:10:15 cegger Exp $");
__KERNEL_RCSID(0, "$NetBSD: if_le_isa.c,v 1.49 2010/11/13 13:52:03 uebayasi Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -74,8 +74,6 @@ __KERNEL_RCSID(0, "$NetBSD: if_le_isa.c,v 1.48 2009/05/12 09:10:15 cegger Exp $"
#include <sys/socket.h>
#include <sys/device.h>
#include <uvm/uvm_extern.h>
#include <net/if.h>
#include <net/if_ether.h>
#include <net/if_media.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: isadma.c,v 1.65 2010/07/26 22:33:24 jym Exp $ */
/* $NetBSD: isadma.c,v 1.66 2010/11/13 13:52:03 uebayasi Exp $ */
/*-
* Copyright (c) 1997, 1998, 2000 The NetBSD Foundation, Inc.
@ -35,7 +35,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: isadma.c,v 1.65 2010/07/26 22:33:24 jym Exp $");
__KERNEL_RCSID(0, "$NetBSD: isadma.c,v 1.66 2010/11/13 13:52:03 uebayasi Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -45,8 +45,6 @@ __KERNEL_RCSID(0, "$NetBSD: isadma.c,v 1.65 2010/07/26 22:33:24 jym Exp $");
#include <sys/bus.h>
#include <uvm/uvm_extern.h>
#include <dev/isa/isareg.h>
#include <dev/isa/isavar.h>
#include <dev/isa/isadmavar.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: wds.c,v 1.74 2009/11/23 02:13:47 rmind Exp $ */
/* $NetBSD: wds.c,v 1.75 2010/11/13 13:52:03 uebayasi Exp $ */
/*
* XXX
@ -79,7 +79,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: wds.c,v 1.74 2009/11/23 02:13:47 rmind Exp $");
__KERNEL_RCSID(0, "$NetBSD: wds.c,v 1.75 2010/11/13 13:52:03 uebayasi Exp $");
#include "opt_ddb.h"
@ -100,8 +100,6 @@ __KERNEL_RCSID(0, "$NetBSD: wds.c,v 1.74 2009/11/23 02:13:47 rmind Exp $");
#include <sys/buf.h>
#include <sys/proc.h>
#include <uvm/uvm_extern.h>
#include <sys/bus.h>
#include <sys/intr.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_le_isapnp.c,v 1.34 2008/04/28 20:23:53 martin Exp $ */
/* $NetBSD: if_le_isapnp.c,v 1.35 2010/11/13 13:52:03 uebayasi Exp $ */
/*-
* Copyright (c) 1997 The NetBSD Foundation, Inc.
@ -61,7 +61,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: if_le_isapnp.c,v 1.34 2008/04/28 20:23:53 martin Exp $");
__KERNEL_RCSID(0, "$NetBSD: if_le_isapnp.c,v 1.35 2010/11/13 13:52:03 uebayasi Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -73,8 +73,6 @@ __KERNEL_RCSID(0, "$NetBSD: if_le_isapnp.c,v 1.34 2008/04/28 20:23:53 martin Exp
#include <sys/select.h>
#include <sys/device.h>
#include <uvm/uvm_extern.h>
#include <net/if.h>
#include <net/if_dl.h>
#include <net/if_ether.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: gtmpsc.c,v 1.40 2010/08/01 06:57:06 kiyohara Exp $ */
/* $NetBSD: gtmpsc.c,v 1.41 2010/11/13 13:52:03 uebayasi Exp $ */
/*
* Copyright (c) 2009 KIYOHARA Takashi
* All rights reserved.
@ -29,7 +29,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: gtmpsc.c,v 1.40 2010/08/01 06:57:06 kiyohara Exp $");
__KERNEL_RCSID(0, "$NetBSD: gtmpsc.c,v 1.41 2010/11/13 13:52:03 uebayasi Exp $");
#include "opt_kgdb.h"
@ -51,8 +51,6 @@ __KERNEL_RCSID(0, "$NetBSD: gtmpsc.c,v 1.40 2010/08/01 06:57:06 kiyohara Exp $")
#endif
#include <uvm/uvm.h>
#include <uvm/uvm_extern.h>
#include <dev/cons.h>
#include <dev/marvell/gtreg.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_gfe.c,v 1.38 2010/08/01 06:57:06 kiyohara Exp $ */
/* $NetBSD: if_gfe.c,v 1.39 2010/11/13 13:52:04 uebayasi Exp $ */
/*
* Copyright (c) 2002 Allegro Networks, Inc., Wasabi Systems, Inc.
@ -42,7 +42,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: if_gfe.c,v 1.38 2010/08/01 06:57:06 kiyohara Exp $");
__KERNEL_RCSID(0, "$NetBSD: if_gfe.c,v 1.39 2010/11/13 13:52:04 uebayasi Exp $");
#include "opt_inet.h"
#include "rnd.h"
@ -58,8 +58,6 @@ __KERNEL_RCSID(0, "$NetBSD: if_gfe.c,v 1.38 2010/08/01 06:57:06 kiyohara Exp $")
#include <sys/socket.h>
#include <uvm/uvm.h>
#include <uvm/uvm_extern.h>
#include <net/if.h>
#include <net/if_dl.h>
#include <net/if_ether.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_le_mca.c,v 1.18 2008/04/28 20:23:53 martin Exp $ */
/* $NetBSD: if_le_mca.c,v 1.19 2010/11/13 13:52:04 uebayasi Exp $ */
/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@ -45,7 +45,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: if_le_mca.c,v 1.18 2008/04/28 20:23:53 martin Exp $");
__KERNEL_RCSID(0, "$NetBSD: if_le_mca.c,v 1.19 2010/11/13 13:52:04 uebayasi Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -54,8 +54,6 @@ __KERNEL_RCSID(0, "$NetBSD: if_le_mca.c,v 1.18 2008/04/28 20:23:53 martin Exp $"
#include <sys/socket.h>
#include <sys/device.h>
#include <uvm/uvm_extern.h>
#include <net/if.h>
#include <net/if_ether.h>
#include <net/if_media.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_ie_mvme.c,v 1.16 2009/05/12 14:38:26 cegger Exp $ */
/* $NetBSD: if_ie_mvme.c,v 1.17 2010/11/13 13:52:04 uebayasi Exp $ */
/*-
* Copyright (c) 1999, 2002 The NetBSD Foundation, Inc.
@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: if_ie_mvme.c,v 1.16 2009/05/12 14:38:26 cegger Exp $");
__KERNEL_RCSID(0, "$NetBSD: if_ie_mvme.c,v 1.17 2010/11/13 13:52:04 uebayasi Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -46,8 +46,6 @@ __KERNEL_RCSID(0, "$NetBSD: if_ie_mvme.c,v 1.16 2009/05/12 14:38:26 cegger Exp $
#include <net/if_ether.h>
#include <net/if_media.h>
#include <uvm/uvm_extern.h>
#include <machine/autoconf.h>
#include <sys/cpu.h>
#include <sys/bus.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: agp.c,v 1.75 2010/10/10 21:24:34 christos Exp $ */
/* $NetBSD: agp.c,v 1.76 2010/11/13 13:52:04 uebayasi Exp $ */
/*-
* Copyright (c) 2000 Doug Rabson
@ -65,7 +65,7 @@
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: agp.c,v 1.75 2010/10/10 21:24:34 christos Exp $");
__KERNEL_RCSID(0, "$NetBSD: agp.c,v 1.76 2010/11/13 13:52:04 uebayasi Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -79,8 +79,6 @@ __KERNEL_RCSID(0, "$NetBSD: agp.c,v 1.75 2010/10/10 21:24:34 christos Exp $");
#include <sys/proc.h>
#include <sys/mutex.h>
#include <uvm/uvm_extern.h>
#include <dev/pci/pcireg.h>
#include <dev/pci/pcivar.h>
#include <dev/pci/agpvar.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: agp_ali.c,v 1.15 2008/06/09 06:49:54 freza Exp $ */
/* $NetBSD: agp_ali.c,v 1.16 2010/11/13 13:52:04 uebayasi Exp $ */
/*-
* Copyright (c) 2000 Doug Rabson
@ -29,7 +29,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: agp_ali.c,v 1.15 2008/06/09 06:49:54 freza Exp $");
__KERNEL_RCSID(0, "$NetBSD: agp_ali.c,v 1.16 2010/11/13 13:52:04 uebayasi Exp $");
#include <sys/param.h>
#include <sys/kernel.h>
@ -40,8 +40,6 @@ __KERNEL_RCSID(0, "$NetBSD: agp_ali.c,v 1.15 2008/06/09 06:49:54 freza Exp $");
#include <sys/device.h>
#include <sys/agpio.h>
#include <uvm/uvm_extern.h>
#include <dev/pci/pcivar.h>
#include <dev/pci/pcireg.h>
#include <dev/pci/agpvar.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: agp_amd.c,v 1.20 2008/06/09 06:49:54 freza Exp $ */
/* $NetBSD: agp_amd.c,v 1.21 2010/11/13 13:52:04 uebayasi Exp $ */
/*-
* Copyright (c) 2000 Doug Rabson
@ -29,7 +29,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: agp_amd.c,v 1.20 2008/06/09 06:49:54 freza Exp $");
__KERNEL_RCSID(0, "$NetBSD: agp_amd.c,v 1.21 2010/11/13 13:52:04 uebayasi Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -40,8 +40,6 @@ __KERNEL_RCSID(0, "$NetBSD: agp_amd.c,v 1.20 2008/06/09 06:49:54 freza Exp $");
#include <sys/device.h>
#include <sys/agpio.h>
#include <uvm/uvm_extern.h>
#include <dev/pci/pcivar.h>
#include <dev/pci/pcireg.h>
#include <dev/pci/agpvar.h>

View File

@ -25,7 +25,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: agp_amd64.c,v 1.5 2008/03/28 08:35:44 kiyohara Exp $");
__KERNEL_RCSID(0, "$NetBSD: agp_amd64.c,v 1.6 2010/11/13 13:52:04 uebayasi Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -36,8 +36,6 @@ __KERNEL_RCSID(0, "$NetBSD: agp_amd64.c,v 1.5 2008/03/28 08:35:44 kiyohara Exp $
#include <sys/device.h>
#include <sys/agpio.h>
#include <uvm/uvm_extern.h>
#include <dev/pci/pcivar.h>
#include <dev/pci/pcireg.h>
#include <dev/pci/agpvar.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: agp_apple.c,v 1.5 2008/06/09 06:49:54 freza Exp $ */
/* $NetBSD: agp_apple.c,v 1.6 2010/11/13 13:52:04 uebayasi Exp $ */
/*-
* Copyright (c) 2007 Michael Lorenz
@ -27,7 +27,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: agp_apple.c,v 1.5 2008/06/09 06:49:54 freza Exp $");
__KERNEL_RCSID(0, "$NetBSD: agp_apple.c,v 1.6 2010/11/13 13:52:04 uebayasi Exp $");
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/malloc.h>
@ -37,8 +37,6 @@ __KERNEL_RCSID(0, "$NetBSD: agp_apple.c,v 1.5 2008/06/09 06:49:54 freza Exp $");
#include <sys/device.h>
#include <sys/agpio.h>
#include <uvm/uvm_extern.h>
#include <dev/pci/pcivar.h>
#include <dev/pci/pcireg.h>
#include <dev/pci/agpvar.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: agp_i810.c,v 1.68 2010/06/16 03:35:01 riz Exp $ */
/* $NetBSD: agp_i810.c,v 1.69 2010/11/13 13:52:04 uebayasi Exp $ */
/*-
* Copyright (c) 2000 Doug Rabson
@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: agp_i810.c,v 1.68 2010/06/16 03:35:01 riz Exp $");
__KERNEL_RCSID(0, "$NetBSD: agp_i810.c,v 1.69 2010/11/13 13:52:04 uebayasi Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -40,8 +40,6 @@ __KERNEL_RCSID(0, "$NetBSD: agp_i810.c,v 1.68 2010/06/16 03:35:01 riz Exp $");
#include <sys/device.h>
#include <sys/conf.h>
#include <uvm/uvm_extern.h>
#include <dev/pci/pcivar.h>
#include <dev/pci/pcireg.h>
#include <dev/pci/pcidevs.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: agp_intel.c,v 1.35 2010/04/04 14:40:05 jakllsch Exp $ */
/* $NetBSD: agp_intel.c,v 1.36 2010/11/13 13:52:05 uebayasi Exp $ */
/*-
* Copyright (c) 2000 Doug Rabson
@ -29,7 +29,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: agp_intel.c,v 1.35 2010/04/04 14:40:05 jakllsch Exp $");
__KERNEL_RCSID(0, "$NetBSD: agp_intel.c,v 1.36 2010/11/13 13:52:05 uebayasi Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -39,8 +39,6 @@ __KERNEL_RCSID(0, "$NetBSD: agp_intel.c,v 1.35 2010/04/04 14:40:05 jakllsch Exp
#include <sys/agpio.h>
#include <sys/device.h>
#include <uvm/uvm_extern.h>
#include <dev/pci/pcivar.h>
#include <dev/pci/pcireg.h>
#include <dev/pci/pcidevs.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: agp_sis.c,v 1.13 2008/06/09 06:49:54 freza Exp $ */
/* $NetBSD: agp_sis.c,v 1.14 2010/11/13 13:52:05 uebayasi Exp $ */
/*-
* Copyright (c) 2000 Doug Rabson
@ -29,7 +29,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: agp_sis.c,v 1.13 2008/06/09 06:49:54 freza Exp $");
__KERNEL_RCSID(0, "$NetBSD: agp_sis.c,v 1.14 2010/11/13 13:52:05 uebayasi Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -40,8 +40,6 @@ __KERNEL_RCSID(0, "$NetBSD: agp_sis.c,v 1.13 2008/06/09 06:49:54 freza Exp $");
#include <sys/device.h>
#include <sys/agpio.h>
#include <uvm/uvm_extern.h>
#include <dev/pci/pcivar.h>
#include <dev/pci/pcireg.h>
#include <dev/pci/agpvar.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: agp_via.c,v 1.18 2010/01/31 00:43:37 hubertf Exp $ */
/* $NetBSD: agp_via.c,v 1.19 2010/11/13 13:52:05 uebayasi Exp $ */
/*-
* Copyright (c) 2000 Doug Rabson
@ -29,7 +29,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: agp_via.c,v 1.18 2010/01/31 00:43:37 hubertf Exp $");
__KERNEL_RCSID(0, "$NetBSD: agp_via.c,v 1.19 2010/11/13 13:52:05 uebayasi Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -40,8 +40,6 @@ __KERNEL_RCSID(0, "$NetBSD: agp_via.c,v 1.18 2010/01/31 00:43:37 hubertf Exp $")
#include <sys/device.h>
#include <sys/agpio.h>
#include <uvm/uvm_extern.h>
#include <dev/pci/pcivar.h>
#include <dev/pci/pcireg.h>
#include <dev/pci/agpvar.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: ahcisata_pci.c,v 1.22 2010/08/07 02:39:01 jmcneill Exp $ */
/* $NetBSD: ahcisata_pci.c,v 1.23 2010/11/13 13:52:05 uebayasi Exp $ */
/*
* Copyright (c) 2006 Manuel Bouyer.
@ -26,7 +26,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: ahcisata_pci.c,v 1.22 2010/08/07 02:39:01 jmcneill Exp $");
__KERNEL_RCSID(0, "$NetBSD: ahcisata_pci.c,v 1.23 2010/11/13 13:52:05 uebayasi Exp $");
#include <sys/types.h>
#include <sys/malloc.h>
@ -36,8 +36,6 @@ __KERNEL_RCSID(0, "$NetBSD: ahcisata_pci.c,v 1.22 2010/08/07 02:39:01 jmcneill E
#include <sys/disklabel.h>
#include <sys/pmf.h>
#include <uvm/uvm_extern.h>
#include <dev/pci/pcivar.h>
#include <dev/pci/pcidevs.h>
#include <dev/pci/pciidereg.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: amr.c,v 1.53 2009/11/26 15:17:08 njoly Exp $ */
/* $NetBSD: amr.c,v 1.54 2010/11/13 13:52:05 uebayasi Exp $ */
/*-
* Copyright (c) 2002, 2003 The NetBSD Foundation, Inc.
@ -64,7 +64,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: amr.c,v 1.53 2009/11/26 15:17:08 njoly Exp $");
__KERNEL_RCSID(0, "$NetBSD: amr.c,v 1.54 2010/11/13 13:52:05 uebayasi Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -78,8 +78,6 @@ __KERNEL_RCSID(0, "$NetBSD: amr.c,v 1.53 2009/11/26 15:17:08 njoly Exp $");
#include <sys/kthread.h>
#include <sys/kauth.h>
#include <uvm/uvm_extern.h>
#include <machine/endian.h>
#include <sys/bus.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: arcmsr.c,v 1.25 2010/04/03 17:54:24 jruoho Exp $ */
/* $NetBSD: arcmsr.c,v 1.26 2010/11/13 13:52:05 uebayasi Exp $ */
/* $OpenBSD: arc.c,v 1.68 2007/10/27 03:28:27 dlg Exp $ */
/*
@ -21,7 +21,7 @@
#include "bio.h"
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: arcmsr.c,v 1.25 2010/04/03 17:54:24 jruoho Exp $");
__KERNEL_RCSID(0, "$NetBSD: arcmsr.c,v 1.26 2010/11/13 13:52:05 uebayasi Exp $");
#include <sys/param.h>
#include <sys/buf.h>
@ -51,8 +51,6 @@ __KERNEL_RCSID(0, "$NetBSD: arcmsr.c,v 1.25 2010/04/03 17:54:24 jruoho Exp $");
#include <sys/bus.h>
#include <uvm/uvm_extern.h> /* for PAGE_SIZE */
#include <dev/pci/arcmsrvar.h>
/* #define ARC_DEBUG */

View File

@ -1,4 +1,4 @@
/* $NetBSD: atppc_puc.c,v 1.11 2009/11/26 15:17:08 njoly Exp $ */
/* $NetBSD: atppc_puc.c,v 1.12 2010/11/13 13:52:05 uebayasi Exp $ */
/*-
* Copyright (c) 2004 The NetBSD Foundation, Inc.
@ -32,7 +32,7 @@
#include "opt_atppc.h"
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: atppc_puc.c,v 1.11 2009/11/26 15:17:08 njoly Exp $");
__KERNEL_RCSID(0, "$NetBSD: atppc_puc.c,v 1.12 2010/11/13 13:52:05 uebayasi Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -44,7 +44,6 @@ __KERNEL_RCSID(0, "$NetBSD: atppc_puc.c,v 1.11 2009/11/26 15:17:08 njoly Exp $")
#include <sys/termios.h>
#include <sys/bus.h>
#include <uvm/uvm_extern.h>
#include <dev/pci/pcivar.h>
#include <dev/pci/pucvar.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: auacer.c,v 1.27 2010/02/24 22:37:59 dyoung Exp $ */
/* $NetBSD: auacer.c,v 1.28 2010/11/13 13:52:05 uebayasi Exp $ */
/*-
* Copyright (c) 2004 The NetBSD Foundation, Inc.
@ -44,7 +44,7 @@
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: auacer.c,v 1.27 2010/02/24 22:37:59 dyoung Exp $");
__KERNEL_RCSID(0, "$NetBSD: auacer.c,v 1.28 2010/11/13 13:52:05 uebayasi Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -54,8 +54,6 @@ __KERNEL_RCSID(0, "$NetBSD: auacer.c,v 1.27 2010/02/24 22:37:59 dyoung Exp $");
#include <sys/fcntl.h>
#include <sys/proc.h>
#include <uvm/uvm_extern.h> /* for PAGE_SIZE */
#include <dev/pci/pcidevs.h>
#include <dev/pci/pcivar.h>
#include <dev/pci/auacerreg.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: auich.c,v 1.137 2010/02/24 22:37:59 dyoung Exp $ */
/* $NetBSD: auich.c,v 1.138 2010/11/13 13:52:05 uebayasi Exp $ */
/*-
* Copyright (c) 2000, 2004, 2005 The NetBSD Foundation, Inc.
@ -111,7 +111,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: auich.c,v 1.137 2010/02/24 22:37:59 dyoung Exp $");
__KERNEL_RCSID(0, "$NetBSD: auich.c,v 1.138 2010/11/13 13:52:05 uebayasi Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -122,8 +122,6 @@ __KERNEL_RCSID(0, "$NetBSD: auich.c,v 1.137 2010/02/24 22:37:59 dyoung Exp $");
#include <sys/proc.h>
#include <sys/sysctl.h>
#include <uvm/uvm_extern.h> /* for PAGE_SIZE */
#include <dev/pci/pcidevs.h>
#include <dev/pci/pcivar.h>
#include <dev/pci/auichreg.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: auvia.c,v 1.72 2010/02/24 22:37:59 dyoung Exp $ */
/* $NetBSD: auvia.c,v 1.73 2010/11/13 13:52:05 uebayasi Exp $ */
/*-
* Copyright (c) 2000 The NetBSD Foundation, Inc.
@ -40,7 +40,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: auvia.c,v 1.72 2010/02/24 22:37:59 dyoung Exp $");
__KERNEL_RCSID(0, "$NetBSD: auvia.c,v 1.73 2010/11/13 13:52:05 uebayasi Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -48,8 +48,6 @@ __KERNEL_RCSID(0, "$NetBSD: auvia.c,v 1.72 2010/02/24 22:37:59 dyoung Exp $");
#include <sys/device.h>
#include <sys/audioio.h>
#include <uvm/uvm_extern.h>
#include <dev/pci/pcidevs.h>
#include <dev/pci/pcivar.h>

View File

@ -1,6 +1,6 @@
/* $SourceForge: bktr_core.c,v 1.6 2003/03/11 23:11:22 thomasklausner Exp $ */
/* $NetBSD: bktr_core.c,v 1.50 2009/03/18 16:00:19 cegger Exp $ */
/* $NetBSD: bktr_core.c,v 1.51 2010/11/13 13:52:09 uebayasi Exp $ */
/* $FreeBSD: src/sys/dev/bktr/bktr_core.c,v 1.114 2000/10/31 13:09:56 roger Exp$ */
/*
@ -98,7 +98,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: bktr_core.c,v 1.50 2009/03/18 16:00:19 cegger Exp $");
__KERNEL_RCSID(0, "$NetBSD: bktr_core.c,v 1.51 2010/11/13 13:52:09 uebayasi Exp $");
#include "opt_bktr.h" /* Include any kernel config options */
@ -194,7 +194,6 @@ bktr_name(bktr_ptr_t bktr)
#include <sys/proc.h>
#ifdef __NetBSD__
#include <uvm/uvm_extern.h>
#include <dev/pci/pcidevs.h>
#include <dev/pci/pcireg.h>
#else

View File

@ -1,4 +1,4 @@
/* $NetBSD: chipsfb.c,v 1.21 2010/05/04 05:00:33 macallan Exp $ */
/* $NetBSD: chipsfb.c,v 1.22 2010/11/13 13:52:05 uebayasi Exp $ */
/*
* Copyright (c) 2006 Michael Lorenz
@ -31,7 +31,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: chipsfb.c,v 1.21 2010/05/04 05:00:33 macallan Exp $");
__KERNEL_RCSID(0, "$NetBSD: chipsfb.c,v 1.22 2010/11/13 13:52:05 uebayasi Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -42,8 +42,6 @@ __KERNEL_RCSID(0, "$NetBSD: chipsfb.c,v 1.21 2010/05/04 05:00:33 macallan Exp $"
#include <sys/lwp.h>
#include <sys/kauth.h>
#include <uvm/uvm_extern.h>
#include <dev/videomode/videomode.h>
#include <dev/pci/pcivar.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: esiop_pci.c,v 1.17 2009/10/19 18:41:15 bouyer Exp $ */
/* $NetBSD: esiop_pci.c,v 1.18 2010/11/13 13:52:05 uebayasi Exp $ */
/*
* Copyright (c) 2002 Manuel Bouyer.
@ -27,15 +27,13 @@
/* SYM53c8xx PCI-SCSI I/O Processors driver: PCI front-end */
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: esiop_pci.c,v 1.17 2009/10/19 18:41:15 bouyer Exp $");
__KERNEL_RCSID(0, "$NetBSD: esiop_pci.c,v 1.18 2010/11/13 13:52:05 uebayasi Exp $");
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/device.h>
#include <sys/kernel.h>
#include <uvm/uvm_extern.h>
#include <dev/pci/pcireg.h>
#include <dev/pci/pcivar.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: fms.c,v 1.37 2009/11/26 15:17:09 njoly Exp $ */
/* $NetBSD: fms.c,v 1.38 2010/11/13 13:52:05 uebayasi Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
@ -34,7 +34,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: fms.c,v 1.37 2009/11/26 15:17:09 njoly Exp $");
__KERNEL_RCSID(0, "$NetBSD: fms.c,v 1.38 2010/11/13 13:52:05 uebayasi Exp $");
#include "mpu.h"
@ -45,8 +45,6 @@ __KERNEL_RCSID(0, "$NetBSD: fms.c,v 1.37 2009/11/26 15:17:09 njoly Exp $");
#include <sys/device.h>
#include <sys/audioio.h>
#include <uvm/uvm_extern.h>
#include <sys/bus.h>
#include <sys/cpu.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: gcscaudio.c,v 1.5 2010/02/24 22:38:00 dyoung Exp $ */
/* $NetBSD: gcscaudio.c,v 1.6 2010/11/13 13:52:05 uebayasi Exp $ */
/*-
* Copyright (c) 2008 SHIMIZU Ryo <ryo@nerv.org>
@ -27,7 +27,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: gcscaudio.c,v 1.5 2010/02/24 22:38:00 dyoung Exp $");
__KERNEL_RCSID(0, "$NetBSD: gcscaudio.c,v 1.6 2010/11/13 13:52:05 uebayasi Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -35,8 +35,6 @@ __KERNEL_RCSID(0, "$NetBSD: gcscaudio.c,v 1.5 2010/02/24 22:38:00 dyoung Exp $")
#include <sys/device.h>
#include <sys/queue.h>
#include <uvm/uvm_extern.h>
#include <dev/pci/pcidevs.h>
#include <dev/pci/pcivar.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: geodeide.c,v 1.17 2010/11/05 18:07:24 jakllsch Exp $ */
/* $NetBSD: geodeide.c,v 1.18 2010/11/13 13:52:05 uebayasi Exp $ */
/*
* Copyright (c) 2004 Manuel Bouyer.
@ -32,13 +32,11 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: geodeide.c,v 1.17 2010/11/05 18:07:24 jakllsch Exp $");
__KERNEL_RCSID(0, "$NetBSD: geodeide.c,v 1.18 2010/11/13 13:52:05 uebayasi Exp $");
#include <sys/param.h>
#include <sys/systm.h>
#include <uvm/uvm_extern.h>
#include <dev/pci/pcivar.h>
#include <dev/pci/pcidevs.h>
#include <dev/pci/pciidereg.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: hifn7751.c,v 1.45 2010/06/16 20:15:53 hubertf Exp $ */
/* $NetBSD: hifn7751.c,v 1.46 2010/11/13 13:52:05 uebayasi Exp $ */
/* $FreeBSD: hifn7751.c,v 1.5.2.7 2003/10/08 23:52:00 sam Exp $ */
/* $OpenBSD: hifn7751.c,v 1.140 2003/08/01 17:55:54 deraadt Exp $ */
@ -48,7 +48,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: hifn7751.c,v 1.45 2010/06/16 20:15:53 hubertf Exp $");
__KERNEL_RCSID(0, "$NetBSD: hifn7751.c,v 1.46 2010/11/13 13:52:05 uebayasi Exp $");
#include "rnd.h"
@ -66,9 +66,6 @@ __KERNEL_RCSID(0, "$NetBSD: hifn7751.c,v 1.45 2010/06/16 20:15:53 hubertf Exp $"
#include <sys/mbuf.h>
#include <sys/device.h>
#include <uvm/uvm_extern.h>
#ifdef __OpenBSD__
#include <crypto/crypto.h>
#include <dev/rndvar.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: icp_pci.c,v 1.19 2009/11/26 15:17:09 njoly Exp $ */
/* $NetBSD: icp_pci.c,v 1.20 2010/11/13 13:52:05 uebayasi Exp $ */
/*-
* Copyright (c) 2002 The NetBSD Foundation, Inc.
@ -69,7 +69,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: icp_pci.c,v 1.19 2009/11/26 15:17:09 njoly Exp $");
__KERNEL_RCSID(0, "$NetBSD: icp_pci.c,v 1.20 2010/11/13 13:52:05 uebayasi Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -80,8 +80,6 @@ __KERNEL_RCSID(0, "$NetBSD: icp_pci.c,v 1.19 2009/11/26 15:17:09 njoly Exp $");
#include <sys/endian.h>
#include <sys/conf.h>
#include <uvm/uvm_extern.h>
#include <sys/bus.h>
#include <dev/pci/pcireg.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_bce.c,v 1.32 2010/04/05 07:20:25 joerg Exp $ */
/* $NetBSD: if_bce.c,v 1.33 2010/11/13 13:52:05 uebayasi Exp $ */
/*
* Copyright (c) 2003 Clifford Wright. All rights reserved.
@ -35,7 +35,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: if_bce.c,v 1.32 2010/04/05 07:20:25 joerg Exp $");
__KERNEL_RCSID(0, "$NetBSD: if_bce.c,v 1.33 2010/11/13 13:52:05 uebayasi Exp $");
#include "vlan.h"
#include "rnd.h"
@ -71,8 +71,6 @@ __KERNEL_RCSID(0, "$NetBSD: if_bce.c,v 1.32 2010/04/05 07:20:25 joerg Exp $");
#include <dev/pci/if_bcereg.h>
#include <uvm/uvm_extern.h>
/* transmit buffer max frags allowed */
#define BCE_NTXFRAGS 16

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_bge.c,v 1.187 2010/10/16 06:29:33 taca Exp $ */
/* $NetBSD: if_bge.c,v 1.188 2010/11/13 13:52:06 uebayasi Exp $ */
/*
* Copyright (c) 2001 Wind River Systems
@ -79,7 +79,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: if_bge.c,v 1.187 2010/10/16 06:29:33 taca Exp $");
__KERNEL_RCSID(0, "$NetBSD: if_bge.c,v 1.188 2010/11/13 13:52:06 uebayasi Exp $");
#include "vlan.h"
#include "rnd.h"
@ -132,7 +132,6 @@ __KERNEL_RCSID(0, "$NetBSD: if_bge.c,v 1.187 2010/10/16 06:29:33 taca Exp $");
#include <dev/pci/if_bgereg.h>
#include <dev/pci/if_bgevar.h>
#include <uvm/uvm_extern.h>
#include <prop/proplib.h>
#define ETHER_MIN_NOPAD (ETHER_MIN_LEN - ETHER_CRC_LEN) /* i.e., 60 */

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_cas.c,v 1.11 2010/07/14 09:52:39 jnemeth Exp $ */
/* $NetBSD: if_cas.c,v 1.12 2010/11/13 13:52:06 uebayasi Exp $ */
/* $OpenBSD: if_cas.c,v 1.29 2009/11/29 16:19:38 kettenis Exp $ */
/*
@ -44,7 +44,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: if_cas.c,v 1.11 2010/07/14 09:52:39 jnemeth Exp $");
__KERNEL_RCSID(0, "$NetBSD: if_cas.c,v 1.12 2010/11/13 13:52:06 uebayasi Exp $");
#include "opt_inet.h"
@ -62,8 +62,6 @@ __KERNEL_RCSID(0, "$NetBSD: if_cas.c,v 1.11 2010/07/14 09:52:39 jnemeth Exp $");
#include <machine/endian.h>
#include <uvm/uvm_extern.h>
#include <net/if.h>
#include <net/if_dl.h>
#include <net/if_media.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_de.c,v 1.137 2010/04/05 07:20:25 joerg Exp $ */
/* $NetBSD: if_de.c,v 1.138 2010/11/13 13:52:06 uebayasi Exp $ */
/*-
* Copyright (c) 1994-1997 Matt Thomas (matt@3am-software.com)
@ -37,7 +37,7 @@
* board which support 21040, 21041, or 21140 (mostly).
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: if_de.c,v 1.137 2010/04/05 07:20:25 joerg Exp $");
__KERNEL_RCSID(0, "$NetBSD: if_de.c,v 1.138 2010/11/13 13:52:06 uebayasi Exp $");
#define TULIP_HDR_DATA
@ -93,11 +93,6 @@ __KERNEL_RCSID(0, "$NetBSD: if_de.c,v 1.137 2010/04/05 07:20:25 joerg Exp $");
#include <netinet/ip.h>
#endif
#if defined(__NetBSD__)
#include <uvm/uvm_extern.h>
#endif
#if defined(__FreeBSD__)
#include <vm/vm.h>
#include <vm/pmap.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_dge.c,v 1.30 2010/04/05 07:20:25 joerg Exp $ */
/* $NetBSD: if_dge.c,v 1.31 2010/11/13 13:52:06 uebayasi Exp $ */
/*
* Copyright (c) 2004, SUNET, Swedish University Computer Network.
@ -80,7 +80,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: if_dge.c,v 1.30 2010/04/05 07:20:25 joerg Exp $");
__KERNEL_RCSID(0, "$NetBSD: if_dge.c,v 1.31 2010/11/13 13:52:06 uebayasi Exp $");
#include "rnd.h"
@ -96,8 +96,6 @@ __KERNEL_RCSID(0, "$NetBSD: if_dge.c,v 1.30 2010/04/05 07:20:25 joerg Exp $");
#include <sys/device.h>
#include <sys/queue.h>
#include <uvm/uvm_extern.h> /* for PAGE_SIZE */
#if NRND > 0
#include <sys/rnd.h>
#endif

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_gem_pci.c,v 1.42 2010/02/24 22:38:00 dyoung Exp $ */
/* $NetBSD: if_gem_pci.c,v 1.43 2010/11/13 13:52:06 uebayasi Exp $ */
/*
*
@ -34,7 +34,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: if_gem_pci.c,v 1.42 2010/02/24 22:38:00 dyoung Exp $");
__KERNEL_RCSID(0, "$NetBSD: if_gem_pci.c,v 1.43 2010/11/13 13:52:06 uebayasi Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -46,8 +46,6 @@ __KERNEL_RCSID(0, "$NetBSD: if_gem_pci.c,v 1.42 2010/02/24 22:38:00 dyoung Exp $
#include <machine/endian.h>
#include <uvm/uvm_extern.h>
#include <net/if.h>
#include <net/if_dl.h>
#include <net/if_media.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_jme.c,v 1.14 2010/04/05 07:20:26 joerg Exp $ */
/* $NetBSD: if_jme.c,v 1.15 2010/11/13 13:52:06 uebayasi Exp $ */
/*
* Copyright (c) 2008 Manuel Bouyer. All rights reserved.
@ -58,7 +58,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: if_jme.c,v 1.14 2010/04/05 07:20:26 joerg Exp $");
__KERNEL_RCSID(0, "$NetBSD: if_jme.c,v 1.15 2010/11/13 13:52:06 uebayasi Exp $");
#include <sys/param.h>
@ -103,7 +103,6 @@ __KERNEL_RCSID(0, "$NetBSD: if_jme.c,v 1.14 2010/04/05 07:20:26 joerg Exp $");
#include <netinet/tcp.h>
#include <net/if_ether.h>
#include <uvm/uvm_extern.h>
#if defined(INET)
#include <netinet/if_inarp.h>
#endif

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_le_pci.c,v 1.49 2008/04/28 20:23:55 martin Exp $ */
/* $NetBSD: if_le_pci.c,v 1.50 2010/11/13 13:52:06 uebayasi Exp $ */
/*-
* Copyright (c) 1997, 1998 The NetBSD Foundation, Inc.
@ -65,7 +65,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: if_le_pci.c,v 1.49 2008/04/28 20:23:55 martin Exp $");
__KERNEL_RCSID(0, "$NetBSD: if_le_pci.c,v 1.50 2010/11/13 13:52:06 uebayasi Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -74,8 +74,6 @@ __KERNEL_RCSID(0, "$NetBSD: if_le_pci.c,v 1.49 2008/04/28 20:23:55 martin Exp $"
#include <sys/socket.h>
#include <sys/device.h>
#include <uvm/uvm_extern.h>
#include <net/if.h>
#include <net/if_ether.h>
#include <net/if_media.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_lmc.c,v 1.49 2010/01/19 22:07:01 pooka Exp $ */
/* $NetBSD: if_lmc.c,v 1.50 2010/11/13 13:52:06 uebayasi Exp $ */
/*-
* Copyright (c) 2002-2006 David Boggs. <boggs@boggs.palo-alto.ca.us>
@ -74,7 +74,7 @@
*/
# include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: if_lmc.c,v 1.49 2010/01/19 22:07:01 pooka Exp $");
__KERNEL_RCSID(0, "$NetBSD: if_lmc.c,v 1.50 2010/11/13 13:52:06 uebayasi Exp $");
# include <sys/param.h> /* OS version */
# include "opt_inet.h" /* INET6, INET */
# include "opt_altq_enabled.h" /* ALTQ */
@ -108,7 +108,6 @@ __KERNEL_RCSID(0, "$NetBSD: if_lmc.c,v 1.49 2010/01/19 22:07:01 pooka Exp $");
# include <machine/lock.h>
# include <machine/types.h>
# include <dev/pci/pcivar.h>
# include <uvm/uvm_extern.h>
# if INET || INET6
# include <netinet/in.h>
# include <netinet/in_var.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_pcn.c,v 1.51 2010/04/30 21:17:19 hubertf Exp $ */
/* $NetBSD: if_pcn.c,v 1.52 2010/11/13 13:52:06 uebayasi Exp $ */
/*
* Copyright (c) 2001 Wasabi Systems, Inc.
@ -65,7 +65,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: if_pcn.c,v 1.51 2010/04/30 21:17:19 hubertf Exp $");
__KERNEL_RCSID(0, "$NetBSD: if_pcn.c,v 1.52 2010/11/13 13:52:06 uebayasi Exp $");
#include "rnd.h"
@ -85,8 +85,6 @@ __KERNEL_RCSID(0, "$NetBSD: if_pcn.c,v 1.51 2010/04/30 21:17:19 hubertf Exp $");
#include <sys/rnd.h>
#endif
#include <uvm/uvm_extern.h> /* for PAGE_SIZE */
#include <net/if.h>
#include <net/if_dl.h>
#include <net/if_media.h>

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