Add __KERNEL_RCSID tags to footbridge files.

This commit is contained in:
chris 2003-03-23 14:12:25 +00:00
parent 98c497fb64
commit 9fd86b683f
16 changed files with 62 additions and 19 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: footbridge.c,v 1.12 2003/01/01 00:46:13 thorpej Exp $ */
/* $NetBSD: footbridge.c,v 1.13 2003/03/23 14:12:25 chris Exp $ */
/*
* Copyright (c) 1997,1998 Mark Brinicombe.
@ -34,6 +34,9 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: footbridge.c,v 1.13 2003/03/23 14:12:25 chris Exp $");
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: footbridge_clock.c,v 1.16 2003/01/17 22:28:50 thorpej Exp $ */
/* $NetBSD: footbridge_clock.c,v 1.17 2003/03/23 14:12:25 chris Exp $ */
/*
* Copyright (c) 1997 Mark Brinicombe.
@ -34,6 +34,9 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: footbridge_clock.c,v 1.17 2003/03/23 14:12:25 chris Exp $");
/* Include header files */
#include <sys/types.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: footbridge_com.c,v 1.12 2003/03/06 13:09:28 skrll Exp $ */
/* $NetBSD: footbridge_com.c,v 1.13 2003/03/23 14:12:25 chris Exp $ */
/*-
* Copyright (c) 1997 Mark Brinicombe
@ -35,6 +35,9 @@
* COM driver, using the footbridge UART
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: footbridge_com.c,v 1.13 2003/03/23 14:12:25 chris Exp $");
#include "opt_ddb.h"
#include "opt_ddbparam.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: footbridge_com_io.c,v 1.4 2002/09/27 15:35:44 provos Exp $ */
/* $NetBSD: footbridge_com_io.c,v 1.5 2003/03/23 14:12:25 chris Exp $ */
/*
* Copyright (c) 1997 Mark Brinicombe.
@ -42,6 +42,9 @@
* bus_space I/O functions for mainbus
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: footbridge_com_io.c,v 1.5 2003/03/23 14:12:25 chris Exp $");
#include <sys/param.h>
#include <sys/systm.h>
#include <machine/bus.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: footbridge_io.c,v 1.7 2002/09/27 15:35:44 provos Exp $ */
/* $NetBSD: footbridge_io.c,v 1.8 2003/03/23 14:12:25 chris Exp $ */
/*
* Copyright (c) 1997 Causality Limited
@ -38,6 +38,9 @@
* bus_space I/O functions for footbridge
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: footbridge_io.c,v 1.8 2003/03/23 14:12:25 chris Exp $");
#include <sys/param.h>
#include <sys/systm.h>
#include <machine/bus.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: footbridge_irqhandler.c,v 1.7 2002/11/11 20:44:41 chris Exp $ */
/* $NetBSD: footbridge_irqhandler.c,v 1.8 2003/03/23 14:12:25 chris Exp $ */
/*
* Copyright (c) 2001, 2002 Wasabi Systems, Inc.
@ -40,9 +40,7 @@
#endif
#include <sys/cdefs.h>
#ifndef __lint
__RCSID("$NetBSD: footbridge_irqhandler.c,v 1.7 2002/11/11 20:44:41 chris Exp $");
#endif /* !__lint */
__KERNEL_RCSID(0,"$NetBSD: footbridge_irqhandler.c,v 1.8 2003/03/23 14:12:25 chris Exp $");
#include "opt_irqstats.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: footbridge_machdep.c,v 1.8 2002/05/03 16:45:22 rjs Exp $ */
/* $NetBSD: footbridge_machdep.c,v 1.9 2003/03/23 14:12:25 chris Exp $ */
/*
* Copyright (c) 1997 Mark Brinicombe.
@ -34,6 +34,9 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: footbridge_machdep.c,v 1.9 2003/03/23 14:12:25 chris Exp $");
#include <sys/param.h>
#include <sys/systm.h>
#include <uvm/uvm_extern.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: footbridge_pci.c,v 1.8 2002/11/03 21:43:31 chris Exp $ */
/* $NetBSD: footbridge_pci.c,v 1.9 2003/03/23 14:12:25 chris Exp $ */
/*
* Copyright (c) 1997,1998 Mark Brinicombe.
@ -34,6 +34,9 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: footbridge_pci.c,v 1.9 2003/03/23 14:12:25 chris Exp $");
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/conf.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: dsrtc.c,v 1.4 2002/10/02 15:45:10 thorpej Exp $ */
/* $NetBSD: dsrtc.c,v 1.5 2003/03/23 14:12:26 chris Exp $ */
/*
* Copyright (c) 1998 Mark Brinicombe.
@ -36,6 +36,9 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: dsrtc.c,v 1.5 2003/03/23 14:12:26 chris Exp $");
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: isa_io.c,v 1.2 2002/09/27 15:35:44 provos Exp $ */
/* $NetBSD: isa_io.c,v 1.3 2003/03/23 14:12:26 chris Exp $ */
/*
* Copyright 1997
@ -37,6 +37,9 @@
* bus_space I/O functions for isa
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: isa_io.c,v 1.3 2003/03/23 14:12:26 chris Exp $");
#include <sys/param.h>
#include <sys/systm.h>
#include <machine/bus.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: isa_machdep.c,v 1.2 2002/11/03 21:43:31 chris Exp $ */
/* $NetBSD: isa_machdep.c,v 1.3 2003/03/23 14:12:26 chris Exp $ */
/*-
* Copyright (c) 1996-1998 The NetBSD Foundation, Inc.
@ -75,6 +75,9 @@
* @(#)isa.c 7.2 (Berkeley) 5/13/91
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: isa_machdep.c,v 1.3 2003/03/23 14:12:26 chris Exp $");
#include "opt_irqstats.h"
#include <sys/param.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: isadma_machdep.c,v 1.3 2002/08/17 20:46:26 thorpej Exp $ */
/* $NetBSD: isadma_machdep.c,v 1.4 2003/03/23 14:12:26 chris Exp $ */
#define ISA_DMA_STATS
@ -39,6 +39,9 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: isadma_machdep.c,v 1.4 2003/03/23 14:12:26 chris Exp $");
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/syslog.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: isapnp_machdep.c,v 1.1 2002/02/10 12:26:02 chris Exp $ */
/* $NetBSD: isapnp_machdep.c,v 1.2 2003/03/23 14:12:26 chris Exp $ */
/*-
* Copyright (c) 1996, 1997 The NetBSD Foundation, Inc.
@ -84,6 +84,9 @@
* if we did!).
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: isapnp_machdep.c,v 1.2 2003/03/23 14:12:26 chris Exp $");
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/device.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: joy_timer.c,v 1.2 2002/09/06 13:18:43 gehenna Exp $ */
/* $NetBSD: joy_timer.c,v 1.3 2003/03/23 14:12:26 chris Exp $ */
/*
* XXX This _really_ should be rewritten such that it doesn't
@ -36,6 +36,9 @@
*
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: joy_timer.c,v 1.3 2003/03/23 14:12:26 chris Exp $");
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: sysbeep_isa.c,v 1.4 2002/10/02 15:45:10 thorpej Exp $ */
/* $NetBSD: sysbeep_isa.c,v 1.5 2003/03/23 14:12:26 chris Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@ -36,6 +36,9 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: sysbeep_isa.c,v 1.5 2003/03/23 14:12:26 chris Exp $");
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/device.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: todclock.c,v 1.4 2002/10/02 05:02:30 thorpej Exp $ */
/* $NetBSD: todclock.c,v 1.5 2003/03/23 14:12:25 chris Exp $ */
/*
* Copyright (c) 1994-1997 Mark Brinicombe.
@ -43,6 +43,9 @@
* Created : 29/09/94
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: todclock.c,v 1.5 2003/03/23 14:12:25 chris Exp $");
/* Include header files */
#include <sys/types.h>