diff --git a/sys/arch/atari/atari/atari_init.c b/sys/arch/atari/atari/atari_init.c index d861157d0fdf..63ec9f6a529c 100644 --- a/sys/arch/atari/atari/atari_init.c +++ b/sys/arch/atari/atari/atari_init.c @@ -1,4 +1,4 @@ -/* $NetBSD: atari_init.c,v 1.58 2003/06/23 11:01:09 martin Exp $ */ +/* $NetBSD: atari_init.c,v 1.59 2003/07/15 01:19:42 lukem Exp $ */ /* * Copyright (c) 1995 Leo Weppelman @@ -32,6 +32,9 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#include +__KERNEL_RCSID(0, "$NetBSD: atari_init.c,v 1.59 2003/07/15 01:19:42 lukem Exp $"); + #include "opt_ddb.h" #include "opt_mbtype.h" #include "opt_m060sp.h" diff --git a/sys/arch/atari/atari/autoconf.c b/sys/arch/atari/atari/autoconf.c index 4e167b0160e0..95fa018030c1 100644 --- a/sys/arch/atari/atari/autoconf.c +++ b/sys/arch/atari/atari/autoconf.c @@ -1,4 +1,4 @@ -/* $NetBSD: autoconf.c,v 1.45 2003/04/01 14:32:09 he Exp $ */ +/* $NetBSD: autoconf.c,v 1.46 2003/07/15 01:19:42 lukem Exp $ */ /* * Copyright (c) 1995 Leo Weppelman @@ -30,6 +30,9 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#include +__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.46 2003/07/15 01:19:42 lukem Exp $"); + #include #include #include diff --git a/sys/arch/atari/atari/be_bus.c b/sys/arch/atari/atari/be_bus.c index e2c71ac3ad2b..c4354939b9d0 100644 --- a/sys/arch/atari/atari/be_bus.c +++ b/sys/arch/atari/atari/be_bus.c @@ -1,4 +1,4 @@ -/* $NetBSD: be_bus.c,v 1.4 2000/01/19 13:12:54 leo Exp $ */ +/* $NetBSD: be_bus.c,v 1.5 2003/07/15 01:19:42 lukem Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -35,6 +35,10 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. */ + +#include +__KERNEL_RCSID(0, "$NetBSD: be_bus.c,v 1.5 2003/07/15 01:19:42 lukem Exp $"); + #include #include #include diff --git a/sys/arch/atari/atari/bus.c b/sys/arch/atari/atari/bus.c index ea1e8838339b..bd23bd903ee0 100644 --- a/sys/arch/atari/atari/bus.c +++ b/sys/arch/atari/atari/bus.c @@ -1,4 +1,4 @@ -/* $NetBSD: bus.c,v 1.35 2003/06/29 22:28:12 fvdl Exp $ */ +/* $NetBSD: bus.c,v 1.36 2003/07/15 01:19:43 lukem Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -37,6 +37,9 @@ * POSSIBILITY OF SUCH DAMAGE. */ +#include +__KERNEL_RCSID(0, "$NetBSD: bus.c,v 1.36 2003/07/15 01:19:43 lukem Exp $"); + #include #include #include diff --git a/sys/arch/atari/atari/conf.c b/sys/arch/atari/atari/conf.c index 5bacc9143752..595560fccda6 100644 --- a/sys/arch/atari/atari/conf.c +++ b/sys/arch/atari/atari/conf.c @@ -1,4 +1,4 @@ -/* $NetBSD: conf.c,v 1.56 2002/10/26 13:50:23 jdolecek Exp $ */ +/* $NetBSD: conf.c,v 1.57 2003/07/15 01:19:43 lukem Exp $ */ /* * Copyright (c) 1991 The Regents of the University of California. @@ -35,6 +35,9 @@ * @(#)conf.c 7.9 (Berkeley) 5/28/91 */ +#include +__KERNEL_RCSID(0, "$NetBSD: conf.c,v 1.57 2003/07/15 01:19:43 lukem Exp $"); + #include #include diff --git a/sys/arch/atari/atari/disksubr.c b/sys/arch/atari/atari/disksubr.c index 3a430e2c3bf2..b368015f5b31 100644 --- a/sys/arch/atari/atari/disksubr.c +++ b/sys/arch/atari/atari/disksubr.c @@ -1,4 +1,4 @@ -/* $NetBSD: disksubr.c,v 1.28 2003/05/10 23:12:31 thorpej Exp $ */ +/* $NetBSD: disksubr.c,v 1.29 2003/07/15 01:19:43 lukem Exp $ */ /* * Copyright (c) 1995 Leo Weppelman. @@ -30,6 +30,9 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#include +__KERNEL_RCSID(0, "$NetBSD: disksubr.c,v 1.29 2003/07/15 01:19:43 lukem Exp $"); + #ifndef DISKLABEL_NBDA #define DISKLABEL_NBDA /* required */ #endif diff --git a/sys/arch/atari/atari/dkbad.c b/sys/arch/atari/atari/dkbad.c index f90ce7660519..b1c584d148e2 100644 --- a/sys/arch/atari/atari/dkbad.c +++ b/sys/arch/atari/atari/dkbad.c @@ -1,4 +1,4 @@ -/* $NetBSD: dkbad.c,v 1.3 1996/07/20 20:48:36 leo Exp $ */ +/* $NetBSD: dkbad.c,v 1.4 2003/07/15 01:19:44 lukem Exp $ */ /* * Copyright (c) 1982, 1986, 1990 The Regents of the University of California. @@ -35,6 +35,9 @@ * @(#)dkbad.c 7.2 (Berkeley) 12/16/90 */ +#include +__KERNEL_RCSID(0, "$NetBSD: dkbad.c,v 1.4 2003/07/15 01:19:44 lukem Exp $"); + #ifndef NOBADSECT #include #include diff --git a/sys/arch/atari/atari/fpu.c b/sys/arch/atari/atari/fpu.c index 5658b976db63..b0725d27276c 100644 --- a/sys/arch/atari/atari/fpu.c +++ b/sys/arch/atari/atari/fpu.c @@ -1,4 +1,4 @@ -/* $NetBSD: fpu.c,v 1.8 2003/06/23 11:01:10 martin Exp $ */ +/* $NetBSD: fpu.c,v 1.9 2003/07/15 01:19:44 lukem Exp $ */ /*- * Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -41,6 +41,9 @@ * Probe for the FPU at autoconfig time. */ +#include +__KERNEL_RCSID(0, "$NetBSD: fpu.c,v 1.9 2003/07/15 01:19:44 lukem Exp $"); + #include "opt_fpu_emulate.h" #include diff --git a/sys/arch/atari/atari/intr.c b/sys/arch/atari/atari/intr.c index 901a65935c82..6a1c302ba325 100644 --- a/sys/arch/atari/atari/intr.c +++ b/sys/arch/atari/atari/intr.c @@ -1,4 +1,4 @@ -/* $NetBSD: intr.c,v 1.9 2002/09/27 15:35:51 provos Exp $ */ +/* $NetBSD: intr.c,v 1.10 2003/07/15 01:19:44 lukem Exp $ */ /*- * Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -36,6 +36,9 @@ * POSSIBILITY OF SUCH DAMAGE. */ +#include +__KERNEL_RCSID(0, "$NetBSD: intr.c,v 1.10 2003/07/15 01:19:44 lukem Exp $"); + #include #include #include diff --git a/sys/arch/atari/atari/le_bus.c b/sys/arch/atari/atari/le_bus.c index 957e6a0a6131..292db99db202 100644 --- a/sys/arch/atari/atari/le_bus.c +++ b/sys/arch/atari/atari/le_bus.c @@ -1,4 +1,4 @@ -/* $NetBSD: le_bus.c,v 1.6 2002/05/30 22:25:51 thorpej Exp $ */ +/* $NetBSD: le_bus.c,v 1.7 2003/07/15 01:19:44 lukem Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -35,6 +35,10 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. */ + +#include +__KERNEL_RCSID(0, "$NetBSD: le_bus.c,v 1.7 2003/07/15 01:19:44 lukem Exp $"); + #include #include #include diff --git a/sys/arch/atari/atari/machdep.c b/sys/arch/atari/atari/machdep.c index 5b84cc908d8d..d3e43674487f 100644 --- a/sys/arch/atari/atari/machdep.c +++ b/sys/arch/atari/atari/machdep.c @@ -1,4 +1,4 @@ -/* $NetBSD: machdep.c,v 1.127 2003/06/29 22:28:13 fvdl Exp $ */ +/* $NetBSD: machdep.c,v 1.128 2003/07/15 01:19:44 lukem Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -42,6 +42,9 @@ * @(#)machdep.c 7.16 (Berkeley) 6/3/91 */ +#include +__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.128 2003/07/15 01:19:44 lukem Exp $"); + #include "opt_ddb.h" #include "opt_compat_netbsd.h" #include "opt_mbtype.h" diff --git a/sys/arch/atari/atari/mainbus.c b/sys/arch/atari/atari/mainbus.c index f72de38fd845..8dab4bd60c58 100644 --- a/sys/arch/atari/atari/mainbus.c +++ b/sys/arch/atari/atari/mainbus.c @@ -1,4 +1,4 @@ -/* $NetBSD: mainbus.c,v 1.2 1998/05/25 09:08:08 leo Exp $ */ +/* $NetBSD: mainbus.c,v 1.3 2003/07/15 01:19:45 lukem Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -36,6 +36,9 @@ * POSSIBILITY OF SUCH DAMAGE. */ +#include +__KERNEL_RCSID(0, "$NetBSD: mainbus.c,v 1.3 2003/07/15 01:19:45 lukem Exp $"); + #include #include #include diff --git a/sys/arch/atari/atari/mem.c b/sys/arch/atari/atari/mem.c index 15ae18a67dae..2c0cbb5d57c0 100644 --- a/sys/arch/atari/atari/mem.c +++ b/sys/arch/atari/atari/mem.c @@ -1,4 +1,4 @@ -/* $NetBSD: mem.c,v 1.28 2003/04/01 23:47:02 thorpej Exp $ */ +/* $NetBSD: mem.c,v 1.29 2003/07/15 01:19:45 lukem Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -44,6 +44,9 @@ * Memory special file */ +#include +__KERNEL_RCSID(0, "$NetBSD: mem.c,v 1.29 2003/07/15 01:19:45 lukem Exp $"); + #include #include #include diff --git a/sys/arch/atari/atari/pmap.c b/sys/arch/atari/atari/pmap.c index e3794a934d5d..ef3510839b19 100644 --- a/sys/arch/atari/atari/pmap.c +++ b/sys/arch/atari/atari/pmap.c @@ -109,6 +109,9 @@ * and to when physical maps must be made correct. */ +#include +__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.84 2003/07/15 01:19:45 lukem Exp $"); + #include #include #include diff --git a/sys/arch/atari/atari/procfs_machdep.c b/sys/arch/atari/atari/procfs_machdep.c index 8e912e393a9f..a77c8e778184 100644 --- a/sys/arch/atari/atari/procfs_machdep.c +++ b/sys/arch/atari/atari/procfs_machdep.c @@ -1,4 +1,7 @@ -/* $NetBSD: procfs_machdep.c,v 1.2 2001/01/18 17:47:59 tv Exp $ */ +/* $NetBSD: procfs_machdep.c,v 1.3 2003/07/15 01:19:46 lukem Exp $ */ + +#include +__KERNEL_RCSID(0, "$NetBSD: procfs_machdep.c,v 1.3 2003/07/15 01:19:46 lukem Exp $"); #include #include diff --git a/sys/arch/atari/atari/stalloc.c b/sys/arch/atari/atari/stalloc.c index f8819c4a927a..47e5c2fa6a0c 100644 --- a/sys/arch/atari/atari/stalloc.c +++ b/sys/arch/atari/atari/stalloc.c @@ -1,4 +1,4 @@ -/* $NetBSD: stalloc.c,v 1.8 1996/10/13 04:10:43 christos Exp $ */ +/* $NetBSD: stalloc.c,v 1.9 2003/07/15 01:19:46 lukem Exp $ */ /* * Copyright (c) 1995 Leo Weppelman (Atari modifications) @@ -33,6 +33,9 @@ * SUCH DAMAGE. */ +#include +__KERNEL_RCSID(0, "$NetBSD: stalloc.c,v 1.9 2003/07/15 01:19:46 lukem Exp $"); + #include #include #include diff --git a/sys/arch/atari/atari/trap.c b/sys/arch/atari/atari/trap.c index 1f2bf738a516..e049b9b9c189 100644 --- a/sys/arch/atari/atari/trap.c +++ b/sys/arch/atari/atari/trap.c @@ -1,4 +1,4 @@ -/* $NetBSD: trap.c,v 1.67 2003/06/23 11:01:10 martin Exp $ */ +/* $NetBSD: trap.c,v 1.68 2003/07/15 01:19:46 lukem Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -42,6 +42,9 @@ * @(#)trap.c 7.15 (Berkeley) 8/2/91 */ +#include +__KERNEL_RCSID(0, "$NetBSD: trap.c,v 1.68 2003/07/15 01:19:46 lukem Exp $"); + #include "opt_ddb.h" #include "opt_execfmt.h" #include "opt_kgdb.h" diff --git a/sys/arch/atari/dev/atari5380.c b/sys/arch/atari/dev/atari5380.c index 29785a7c9349..d9b0c292a640 100644 --- a/sys/arch/atari/dev/atari5380.c +++ b/sys/arch/atari/dev/atari5380.c @@ -1,4 +1,4 @@ -/* $NetBSD: atari5380.c,v 1.35 2003/05/03 18:10:45 wiz Exp $ */ +/* $NetBSD: atari5380.c,v 1.36 2003/07/15 01:19:47 lukem Exp $ */ /* * Copyright (c) 1995 Leo Weppelman. @@ -30,6 +30,9 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#include +__KERNEL_RCSID(0, "$NetBSD: atari5380.c,v 1.36 2003/07/15 01:19:47 lukem Exp $"); + #include "opt_atariscsi.h" #include diff --git a/sys/arch/atari/dev/clock.c b/sys/arch/atari/dev/clock.c index f48babd04892..df16a70fe558 100644 --- a/sys/arch/atari/dev/clock.c +++ b/sys/arch/atari/dev/clock.c @@ -1,4 +1,4 @@ -/* $NetBSD: clock.c,v 1.32 2003/01/17 22:34:23 thorpej Exp $ */ +/* $NetBSD: clock.c,v 1.33 2003/07/15 01:19:48 lukem Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -42,6 +42,9 @@ * @(#)clock.c 7.6 (Berkeley) 5/7/91 */ +#include +__KERNEL_RCSID(0, "$NetBSD: clock.c,v 1.33 2003/07/15 01:19:48 lukem Exp $"); + #include #include #include diff --git a/sys/arch/atari/dev/dma.c b/sys/arch/atari/dev/dma.c index d02ddc7c7e60..538ee875e2aa 100644 --- a/sys/arch/atari/dev/dma.c +++ b/sys/arch/atari/dev/dma.c @@ -1,4 +1,4 @@ -/* $NetBSD: dma.c,v 1.15 2002/09/27 15:35:52 provos Exp $ */ +/* $NetBSD: dma.c,v 1.16 2003/07/15 01:19:48 lukem Exp $ */ /* * Copyright (c) 1995 Leo Weppelman. @@ -51,6 +51,9 @@ * st_dmacomm: program DMA, flush FIFO first */ +#include +__KERNEL_RCSID(0, "$NetBSD: dma.c,v 1.16 2003/07/15 01:19:48 lukem Exp $"); + #include #include #include diff --git a/sys/arch/atari/dev/event.c b/sys/arch/atari/dev/event.c index 01f0d43ead78..d9708b5cb6b9 100644 --- a/sys/arch/atari/dev/event.c +++ b/sys/arch/atari/dev/event.c @@ -1,4 +1,4 @@ -/* $NetBSD: event.c,v 1.7 2002/11/26 19:50:22 christos Exp $ */ +/* $NetBSD: event.c,v 1.8 2003/07/15 01:19:48 lukem Exp $ */ /* * Copyright (c) 1992, 1993 @@ -50,6 +50,9 @@ * Internal `Firm_event' interface for the keyboard and mouse drivers. */ +#include +__KERNEL_RCSID(0, "$NetBSD: event.c,v 1.8 2003/07/15 01:19:48 lukem Exp $"); + #include #include #include diff --git a/sys/arch/atari/dev/fd.c b/sys/arch/atari/dev/fd.c index d6940c0ebd2e..94deaa8bfcd1 100644 --- a/sys/arch/atari/dev/fd.c +++ b/sys/arch/atari/dev/fd.c @@ -1,4 +1,4 @@ -/* $NetBSD: fd.c,v 1.46 2003/05/03 18:10:45 wiz Exp $ */ +/* $NetBSD: fd.c,v 1.47 2003/07/15 01:19:48 lukem Exp $ */ /* * Copyright (c) 1995 Leo Weppelman. @@ -48,6 +48,9 @@ * - Finish ioctl's */ +#include +__KERNEL_RCSID(0, "$NetBSD: fd.c,v 1.47 2003/07/15 01:19:48 lukem Exp $"); + #include #include #include diff --git a/sys/arch/atari/dev/font_8x16.c b/sys/arch/atari/dev/font_8x16.c index fa852f2f2a31..25a1dcc9bc56 100644 --- a/sys/arch/atari/dev/font_8x16.c +++ b/sys/arch/atari/dev/font_8x16.c @@ -1,4 +1,4 @@ -/* $NetBSD: font_8x16.c,v 1.2 1995/09/23 20:25:34 leo Exp $ */ +/* $NetBSD: font_8x16.c,v 1.3 2003/07/15 01:19:48 lukem Exp $ */ /* * Copyright (c) 1992, 1993, 1994 Hellmuth Michaelis and Joerg Wunsch @@ -39,6 +39,10 @@ * Reorganized and edited some chars to fit the iso-8859-1 fontset by * Thomas Gerner */ + +#include +__KERNEL_RCSID(0, "$NetBSD: font_8x16.c,v 1.3 2003/07/15 01:19:48 lukem Exp $"); + #include char fontname_8x16[64] = "vt220iso.816"; diff --git a/sys/arch/atari/dev/font_8x8.c b/sys/arch/atari/dev/font_8x8.c index 0817d2b88454..55d7471184bc 100644 --- a/sys/arch/atari/dev/font_8x8.c +++ b/sys/arch/atari/dev/font_8x8.c @@ -1,4 +1,4 @@ -/* $NetBSD: font_8x8.c,v 1.2 1995/09/23 20:25:36 leo Exp $ */ +/* $NetBSD: font_8x8.c,v 1.3 2003/07/15 01:19:49 lukem Exp $ */ /* * Copyright (c) 1992, 1993, 1994 Hellmuth Michaelis and Joerg Wunsch @@ -39,6 +39,10 @@ * Reorganized and edited some chars to fit the iso-8859-1 fontset * by Thomas Gerner */ + +#include +__KERNEL_RCSID(0, "$NetBSD: font_8x8.c,v 1.3 2003/07/15 01:19:49 lukem Exp $"); + #include char fontname_8x8[64] = "vt220iso.808"; diff --git a/sys/arch/atari/dev/grf.c b/sys/arch/atari/dev/grf.c index 82ccb5b71059..72fe03461926 100644 --- a/sys/arch/atari/dev/grf.c +++ b/sys/arch/atari/dev/grf.c @@ -1,4 +1,4 @@ -/* $NetBSD: grf.c,v 1.31 2002/10/23 09:10:51 jdolecek Exp $ */ +/* $NetBSD: grf.c,v 1.32 2003/07/15 01:19:49 lukem Exp $ */ /* * Copyright (c) 1995 Leo Weppelman @@ -49,6 +49,9 @@ * Hardware access is through the grf_softc->g_mode routine. */ +#include +__KERNEL_RCSID(0, "$NetBSD: grf.c,v 1.32 2003/07/15 01:19:49 lukem Exp $"); + #include #include #include diff --git a/sys/arch/atari/dev/grfabs.c b/sys/arch/atari/dev/grfabs.c index 2a05eae314ce..b85466182810 100644 --- a/sys/arch/atari/dev/grfabs.c +++ b/sys/arch/atari/dev/grfabs.c @@ -1,4 +1,4 @@ -/* $NetBSD: grfabs.c,v 1.11 2002/03/04 15:35:57 wiz Exp $ */ +/* $NetBSD: grfabs.c,v 1.12 2003/07/15 01:19:49 lukem Exp $ */ /* * Copyright (c) 1995 Leo Weppelman. @@ -33,6 +33,10 @@ /* * atari abstract graphics driver. */ + +#include +__KERNEL_RCSID(0, "$NetBSD: grfabs.c,v 1.12 2003/07/15 01:19:49 lukem Exp $"); + #include #include #include diff --git a/sys/arch/atari/dev/grfabs_et.c b/sys/arch/atari/dev/grfabs_et.c index d70b140da9fc..ec50eef5ad6c 100644 --- a/sys/arch/atari/dev/grfabs_et.c +++ b/sys/arch/atari/dev/grfabs_et.c @@ -1,4 +1,4 @@ -/* $NetBSD: grfabs_et.c,v 1.21 2003/02/02 18:12:25 thomas Exp $ */ +/* $NetBSD: grfabs_et.c,v 1.22 2003/07/15 01:19:49 lukem Exp $ */ /* * Copyright (c) 1996 Leo Weppelman. @@ -44,6 +44,10 @@ * Thanks guys! * */ + +#include +__KERNEL_RCSID(0, "$NetBSD: grfabs_et.c,v 1.22 2003/07/15 01:19:49 lukem Exp $"); + #include #include #include diff --git a/sys/arch/atari/dev/grfabs_fal.c b/sys/arch/atari/dev/grfabs_fal.c index 6378a4c38968..cacaeb1d5209 100644 --- a/sys/arch/atari/dev/grfabs_fal.c +++ b/sys/arch/atari/dev/grfabs_fal.c @@ -1,4 +1,4 @@ -/* $NetBSD: grfabs_fal.c,v 1.16 2003/04/01 23:47:02 thorpej Exp $ */ +/* $NetBSD: grfabs_fal.c,v 1.17 2003/07/15 01:19:49 lukem Exp $ */ /* * Copyright (c) 1995 Thomas Gerner. @@ -31,6 +31,9 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#include +__KERNEL_RCSID(0, "$NetBSD: grfabs_fal.c,v 1.17 2003/07/15 01:19:49 lukem Exp $"); + #ifdef FALCON_VIDEO /* * atari abstract graphics driver: Falcon-interface diff --git a/sys/arch/atari/dev/grfabs_tt.c b/sys/arch/atari/dev/grfabs_tt.c index ba28296965a9..755ffbf8f2c5 100644 --- a/sys/arch/atari/dev/grfabs_tt.c +++ b/sys/arch/atari/dev/grfabs_tt.c @@ -1,4 +1,4 @@ -/* $NetBSD: grfabs_tt.c,v 1.13 2003/05/03 18:10:46 wiz Exp $ */ +/* $NetBSD: grfabs_tt.c,v 1.14 2003/07/15 01:19:50 lukem Exp $ */ /* * Copyright (c) 1995 Leo Weppelman. @@ -30,6 +30,9 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#include +__KERNEL_RCSID(0, "$NetBSD: grfabs_tt.c,v 1.14 2003/07/15 01:19:50 lukem Exp $"); + #ifdef TT_VIDEO /* * atari abstract graphics driver: TT-interface diff --git a/sys/arch/atari/dev/hdfd.c b/sys/arch/atari/dev/hdfd.c index 9e78003a2e0c..f425f6e3c9a3 100644 --- a/sys/arch/atari/dev/hdfd.c +++ b/sys/arch/atari/dev/hdfd.c @@ -1,4 +1,4 @@ -/* $NetBSD: hdfd.c,v 1.39 2003/06/18 08:58:37 drochner Exp $ */ +/* $NetBSD: hdfd.c,v 1.40 2003/07/15 01:19:50 lukem Exp $ */ /*- * Copyright (c) 1996 Leo Weppelman @@ -58,6 +58,9 @@ * dufault@hda.com (Peter Dufault) */ +#include +__KERNEL_RCSID(0, "$NetBSD: hdfd.c,v 1.40 2003/07/15 01:19:50 lukem Exp $"); + #include "opt_ddb.h" #include diff --git a/sys/arch/atari/dev/ite.c b/sys/arch/atari/dev/ite.c index 60b6afcbf885..dbdc9ae4d1ef 100644 --- a/sys/arch/atari/dev/ite.c +++ b/sys/arch/atari/dev/ite.c @@ -1,4 +1,4 @@ -/* $NetBSD: ite.c,v 1.39 2002/10/23 09:10:52 jdolecek Exp $ */ +/* $NetBSD: ite.c,v 1.40 2003/07/15 01:19:50 lukem Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -47,6 +47,9 @@ * the system actually probes the device (i.e. not after consinit()) */ +#include +__KERNEL_RCSID(0, "$NetBSD: ite.c,v 1.40 2003/07/15 01:19:50 lukem Exp $"); + #include "opt_ddb.h" #include diff --git a/sys/arch/atari/dev/ite_cc.c b/sys/arch/atari/dev/ite_cc.c index d42d27887c93..0a2b3c46be22 100644 --- a/sys/arch/atari/dev/ite_cc.c +++ b/sys/arch/atari/dev/ite_cc.c @@ -1,4 +1,4 @@ -/* $NetBSD: ite_cc.c,v 1.21 2003/01/01 00:48:34 thorpej Exp $ */ +/* $NetBSD: ite_cc.c,v 1.22 2003/07/15 01:19:50 lukem Exp $ */ /* * Copyright (c) 1996 Leo Weppelman @@ -31,6 +31,9 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#include +__KERNEL_RCSID(0, "$NetBSD: ite_cc.c,v 1.22 2003/07/15 01:19:50 lukem Exp $"); + #include #include #include diff --git a/sys/arch/atari/dev/ite_et.c b/sys/arch/atari/dev/ite_et.c index c7ed0fdf48f5..753884548119 100644 --- a/sys/arch/atari/dev/ite_et.c +++ b/sys/arch/atari/dev/ite_et.c @@ -1,4 +1,4 @@ -/* $NetBSD: ite_et.c,v 1.16 2003/01/01 00:48:34 thorpej Exp $ */ +/* $NetBSD: ite_et.c,v 1.17 2003/07/15 01:19:50 lukem Exp $ */ /* * Copyright (c) 1996 Leo Weppelman. @@ -29,6 +29,10 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ + +#include +__KERNEL_RCSID(0, "$NetBSD: ite_et.c,v 1.17 2003/07/15 01:19:50 lukem Exp $"); + #include #include #include diff --git a/sys/arch/atari/dev/kbd.c b/sys/arch/atari/dev/kbd.c index 6fb8122e4383..6d1bd7cd2042 100644 --- a/sys/arch/atari/dev/kbd.c +++ b/sys/arch/atari/dev/kbd.c @@ -1,4 +1,4 @@ -/* $NetBSD: kbd.c,v 1.24 2003/02/04 21:32:03 leo Exp $ */ +/* $NetBSD: kbd.c,v 1.25 2003/07/15 01:19:51 lukem Exp $ */ /* * Copyright (c) 1995 Leo Weppelman @@ -34,6 +34,9 @@ * SUCH DAMAGE. */ +#include +__KERNEL_RCSID(0, "$NetBSD: kbd.c,v 1.25 2003/07/15 01:19:51 lukem Exp $"); + #include "mouse.h" #include "ite.h" #include "wskbd.h" diff --git a/sys/arch/atari/dev/kbdmap.c b/sys/arch/atari/dev/kbdmap.c index 68046652a24d..3b65a57705d5 100644 --- a/sys/arch/atari/dev/kbdmap.c +++ b/sys/arch/atari/dev/kbdmap.c @@ -1,4 +1,4 @@ -/* $NetBSD: kbdmap.c,v 1.3 1996/05/15 07:29:07 leo Exp $ */ +/* $NetBSD: kbdmap.c,v 1.4 2003/07/15 01:19:51 lukem Exp $ */ /* * Copyright (c) 1995 Leo Weppelman. @@ -30,6 +30,9 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#include +__KERNEL_RCSID(0, "$NetBSD: kbdmap.c,v 1.4 2003/07/15 01:19:51 lukem Exp $"); + #include /* define a default keymap. This can be changed by keyboard ioctl's diff --git a/sys/arch/atari/dev/lpt.c b/sys/arch/atari/dev/lpt.c index 652ae0ce1408..fd53651d9c9d 100644 --- a/sys/arch/atari/dev/lpt.c +++ b/sys/arch/atari/dev/lpt.c @@ -1,4 +1,4 @@ -/* $NetBSD: lpt.c,v 1.22 2002/10/23 09:10:52 jdolecek Exp $ */ +/* $NetBSD: lpt.c,v 1.23 2003/07/15 01:19:51 lukem Exp $ */ /* * Copyright (c) 1996 Leo Weppelman @@ -55,6 +55,9 @@ * OF 386BSD ENTITLED "386BSD FROM THE INSIDE OUT" WILL BE AVAILABLE LATE 1992. */ +#include +__KERNEL_RCSID(0, "$NetBSD: lpt.c,v 1.23 2003/07/15 01:19:51 lukem Exp $"); + #include #include #include diff --git a/sys/arch/atari/dev/md_root.c b/sys/arch/atari/dev/md_root.c index a402fb614015..582bb3364881 100644 --- a/sys/arch/atari/dev/md_root.c +++ b/sys/arch/atari/dev/md_root.c @@ -30,6 +30,9 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#include +__KERNEL_RCSID(0, "$NetBSD: md_root.c,v 1.19 2003/07/15 01:19:51 lukem Exp $"); + #include #include #include diff --git a/sys/arch/atari/dev/ms.c b/sys/arch/atari/dev/ms.c index 6441a5e430f7..8f8fa0315b6d 100644 --- a/sys/arch/atari/dev/ms.c +++ b/sys/arch/atari/dev/ms.c @@ -1,4 +1,4 @@ -/* $NetBSD: ms.c,v 1.12 2002/10/23 09:10:53 jdolecek Exp $ */ +/* $NetBSD: ms.c,v 1.13 2003/07/15 01:19:51 lukem Exp $ */ /* * Copyright (c) 1995 Leo Weppelman. @@ -55,6 +55,9 @@ * Mouse driver. */ +#include +__KERNEL_RCSID(0, "$NetBSD: ms.c,v 1.13 2003/07/15 01:19:51 lukem Exp $"); + #include #include #include diff --git a/sys/arch/atari/dev/ncr5380.c b/sys/arch/atari/dev/ncr5380.c index 5b0e767789e9..ab13ec42c394 100644 --- a/sys/arch/atari/dev/ncr5380.c +++ b/sys/arch/atari/dev/ncr5380.c @@ -1,4 +1,4 @@ -/* $NetBSD: ncr5380.c,v 1.45 2003/05/03 18:10:46 wiz Exp $ */ +/* $NetBSD: ncr5380.c,v 1.46 2003/07/15 01:19:51 lukem Exp $ */ /* * Copyright (c) 1995 Leo Weppelman. @@ -30,6 +30,9 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#include +__KERNEL_RCSID(0, "$NetBSD: ncr5380.c,v 1.46 2003/07/15 01:19:51 lukem Exp $"); + /* * Bit mask of targets you want debugging to be shown */ diff --git a/sys/arch/atari/dev/nvram.c b/sys/arch/atari/dev/nvram.c index f9729f12a2ff..86a148aab4df 100644 --- a/sys/arch/atari/dev/nvram.c +++ b/sys/arch/atari/dev/nvram.c @@ -1,4 +1,4 @@ -/* $NetBSD: nvram.c,v 1.9 2002/10/02 05:04:26 thorpej Exp $ */ +/* $NetBSD: nvram.c,v 1.10 2003/07/15 01:19:52 lukem Exp $ */ /* * Copyright (c) 1995 Leo Weppelman. @@ -34,6 +34,9 @@ * Nvram driver */ +#include +__KERNEL_RCSID(0, "$NetBSD: nvram.c,v 1.10 2003/07/15 01:19:52 lukem Exp $"); + #include #include #include diff --git a/sys/arch/atari/dev/ser.c b/sys/arch/atari/dev/ser.c index 64fe68f4b11c..64b7b67232c6 100644 --- a/sys/arch/atari/dev/ser.c +++ b/sys/arch/atari/dev/ser.c @@ -1,4 +1,4 @@ -/* $NetBSD: ser.c,v 1.21 2002/10/23 09:10:53 jdolecek Exp $ */ +/* $NetBSD: ser.c,v 1.22 2003/07/15 01:19:52 lukem Exp $ */ /*- * Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -103,6 +103,9 @@ * @(#)com.c 7.5 (Berkeley) 5/16/91 */ +#include +__KERNEL_RCSID(0, "$NetBSD: ser.c,v 1.22 2003/07/15 01:19:52 lukem Exp $"); + #include "opt_ddb.h" #include "opt_mbtype.h" #include "opt_serconsole.h" diff --git a/sys/arch/atari/dev/view.c b/sys/arch/atari/dev/view.c index bb06ad25b5f9..e1ed1ab0a3af 100644 --- a/sys/arch/atari/dev/view.c +++ b/sys/arch/atari/dev/view.c @@ -1,4 +1,4 @@ -/* $NetBSD: view.c,v 1.21 2002/10/23 09:10:54 jdolecek Exp $ */ +/* $NetBSD: view.c,v 1.22 2003/07/15 01:19:52 lukem Exp $ */ /* * Copyright (c) 1994 Christian E. Hopps @@ -37,6 +37,9 @@ * refered to by open/close/ioctl. This device serves as * a interface to graphics. */ +#include +__KERNEL_RCSID(0, "$NetBSD: view.c,v 1.22 2003/07/15 01:19:52 lukem Exp $"); + #include #include #include diff --git a/sys/arch/atari/dev/wdc_mb.c b/sys/arch/atari/dev/wdc_mb.c index b5a1e5d323c9..d2401acb95ed 100644 --- a/sys/arch/atari/dev/wdc_mb.c +++ b/sys/arch/atari/dev/wdc_mb.c @@ -1,4 +1,4 @@ -/* $NetBSD: wdc_mb.c,v 1.11 2002/10/02 05:04:26 thorpej Exp $ */ +/* $NetBSD: wdc_mb.c,v 1.12 2003/07/15 01:19:52 lukem Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -36,6 +36,9 @@ * POSSIBILITY OF SUCH DAMAGE. */ +#include +__KERNEL_RCSID(0, "$NetBSD: wdc_mb.c,v 1.12 2003/07/15 01:19:52 lukem Exp $"); + #include #include #include diff --git a/sys/arch/atari/dev/ym2149.c b/sys/arch/atari/dev/ym2149.c index ff6700822932..6f03e01fba46 100644 --- a/sys/arch/atari/dev/ym2149.c +++ b/sys/arch/atari/dev/ym2149.c @@ -1,4 +1,4 @@ -/* $NetBSD: ym2149.c,v 1.2 1997/01/21 20:41:07 leo Exp $ */ +/* $NetBSD: ym2149.c,v 1.3 2003/07/15 01:19:52 lukem Exp $ */ /* * Copyright (c) 1996 Leo Weppelman. @@ -30,6 +30,9 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#include +__KERNEL_RCSID(0, "$NetBSD: ym2149.c,v 1.3 2003/07/15 01:19:52 lukem Exp $"); + #include #include #include diff --git a/sys/arch/atari/dev/zs.c b/sys/arch/atari/dev/zs.c index f5c7f7c4df5d..a0f33b100281 100644 --- a/sys/arch/atari/dev/zs.c +++ b/sys/arch/atari/dev/zs.c @@ -1,4 +1,4 @@ -/* $NetBSD: zs.c,v 1.39 2002/10/23 09:10:54 jdolecek Exp $ */ +/* $NetBSD: zs.c,v 1.40 2003/07/15 01:19:53 lukem Exp $ */ /* * Copyright (c) 1995 L. Weppelman (Atari modifications) @@ -53,6 +53,10 @@ * * This driver knows far too much about chip to usage mappings. */ + +#include +__KERNEL_RCSID(0, "$NetBSD: zs.c,v 1.40 2003/07/15 01:19:53 lukem Exp $"); + #include #include #include diff --git a/sys/arch/atari/isa/fdcisa.c b/sys/arch/atari/isa/fdcisa.c index 944fe8e738e9..48871f968af1 100644 --- a/sys/arch/atari/isa/fdcisa.c +++ b/sys/arch/atari/isa/fdcisa.c @@ -1,4 +1,4 @@ -/* $NetBSD: fdcisa.c,v 1.4 2002/10/02 05:04:26 thorpej Exp $ */ +/* $NetBSD: fdcisa.c,v 1.5 2003/07/15 01:19:53 lukem Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -73,6 +73,10 @@ * * @(#)fd.c 7.4 (Berkeley) 5/25/91 */ + +#include +__KERNEL_RCSID(0, "$NetBSD: fdcisa.c,v 1.5 2003/07/15 01:19:53 lukem Exp $"); + #include #include #include diff --git a/sys/arch/atari/isa/isa_dma.c b/sys/arch/atari/isa/isa_dma.c index 65f488a0928d..13075e808313 100644 --- a/sys/arch/atari/isa/isa_dma.c +++ b/sys/arch/atari/isa/isa_dma.c @@ -1,4 +1,4 @@ -/* $NetBSD: isa_dma.c,v 1.2 2003/05/05 12:55:42 fvdl Exp $ */ +/* $NetBSD: isa_dma.c,v 1.3 2003/07/15 01:19:53 lukem Exp $ */ #define ISA_DMA_STATS @@ -38,6 +38,10 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. */ + +#include +__KERNEL_RCSID(0, "$NetBSD: isa_dma.c,v 1.3 2003/07/15 01:19:53 lukem Exp $"); + #include #include #include diff --git a/sys/arch/atari/isa/isa_hades.c b/sys/arch/atari/isa/isa_hades.c index e4ad2629d97a..5200cfec61fc 100644 --- a/sys/arch/atari/isa/isa_hades.c +++ b/sys/arch/atari/isa/isa_hades.c @@ -1,4 +1,4 @@ -/* $NetBSD: isa_hades.c,v 1.2 2002/09/27 15:35:53 provos Exp $ */ +/* $NetBSD: isa_hades.c,v 1.3 2003/07/15 01:19:53 lukem Exp $ */ /*- * Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -36,6 +36,9 @@ * POSSIBILITY OF SUCH DAMAGE. */ +#include +__KERNEL_RCSID(0, "$NetBSD: isa_hades.c,v 1.3 2003/07/15 01:19:53 lukem Exp $"); + #include #include #include diff --git a/sys/arch/atari/isa/isa_machdep.c b/sys/arch/atari/isa/isa_machdep.c index 3a89ad5ca170..0b751fd17c89 100644 --- a/sys/arch/atari/isa/isa_machdep.c +++ b/sys/arch/atari/isa/isa_machdep.c @@ -1,4 +1,4 @@ -/* $NetBSD: isa_machdep.c,v 1.26 2002/12/08 21:31:38 leo Exp $ */ +/* $NetBSD: isa_machdep.c,v 1.27 2003/07/15 01:19:54 lukem Exp $ */ /* * Copyright (c) 1997 Leo Weppelman. All rights reserved. @@ -31,6 +31,9 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#include +__KERNEL_RCSID(0, "$NetBSD: isa_machdep.c,v 1.27 2003/07/15 01:19:54 lukem Exp $"); + #include #include #include diff --git a/sys/arch/atari/isa/isa_milan.c b/sys/arch/atari/isa/isa_milan.c index 937bdf3a99a0..ad14a288b8f9 100644 --- a/sys/arch/atari/isa/isa_milan.c +++ b/sys/arch/atari/isa/isa_milan.c @@ -1,4 +1,4 @@ -/* $NetBSD: isa_milan.c,v 1.6 2002/09/27 15:35:53 provos Exp $ */ +/* $NetBSD: isa_milan.c,v 1.7 2003/07/15 01:19:54 lukem Exp $ */ /*- * Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -36,6 +36,9 @@ * POSSIBILITY OF SUCH DAMAGE. */ +#include +__KERNEL_RCSID(0, "$NetBSD: isa_milan.c,v 1.7 2003/07/15 01:19:54 lukem Exp $"); + #include #include #include diff --git a/sys/arch/atari/isa/isapnp_machdep.c b/sys/arch/atari/isa/isapnp_machdep.c index e9f2d51611fa..403b91e446da 100644 --- a/sys/arch/atari/isa/isapnp_machdep.c +++ b/sys/arch/atari/isa/isapnp_machdep.c @@ -1,4 +1,4 @@ -/* $NetBSD: isapnp_machdep.c,v 1.4 2001/06/20 10:24:22 leo Exp $ */ +/* $NetBSD: isapnp_machdep.c,v 1.5 2003/07/15 01:19:54 lukem Exp $ */ /*- * Copyright (c) 1996, 1997 The NetBSD Foundation, Inc. @@ -85,6 +85,9 @@ * if we did!). */ +#include +__KERNEL_RCSID(0, "$NetBSD: isapnp_machdep.c,v 1.5 2003/07/15 01:19:54 lukem Exp $"); + #include #include #include diff --git a/sys/arch/atari/pci/pci_hades.c b/sys/arch/atari/pci/pci_hades.c index e2a9ac844ef3..ac09c8c71704 100644 --- a/sys/arch/atari/pci/pci_hades.c +++ b/sys/arch/atari/pci/pci_hades.c @@ -1,4 +1,4 @@ -/* $NetBSD: pci_hades.c,v 1.4 2003/04/01 23:47:03 thorpej Exp $ */ +/* $NetBSD: pci_hades.c,v 1.5 2003/07/15 01:19:54 lukem Exp $ */ /* * Copyright (c) 1996 Leo Weppelman. All rights reserved. @@ -31,6 +31,9 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#include +__KERNEL_RCSID(0, "$NetBSD: pci_hades.c,v 1.5 2003/07/15 01:19:54 lukem Exp $"); + #include #include #include diff --git a/sys/arch/atari/pci/pci_machdep.c b/sys/arch/atari/pci/pci_machdep.c index d872df01b3d7..001d78e36fc8 100644 --- a/sys/arch/atari/pci/pci_machdep.c +++ b/sys/arch/atari/pci/pci_machdep.c @@ -1,4 +1,4 @@ -/* $NetBSD: pci_machdep.c,v 1.39 2002/12/08 21:31:38 leo Exp $ */ +/* $NetBSD: pci_machdep.c,v 1.40 2003/07/15 01:19:54 lukem Exp $ */ /* * Copyright (c) 1996 Leo Weppelman. All rights reserved. @@ -31,7 +31,11 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#include +__KERNEL_RCSID(0, "$NetBSD: pci_machdep.c,v 1.40 2003/07/15 01:19:54 lukem Exp $"); + #include "opt_mbtype.h" + #include #include #include diff --git a/sys/arch/atari/pci/pci_milan.c b/sys/arch/atari/pci/pci_milan.c index 59d9bc65e707..6d1fc3464bb6 100644 --- a/sys/arch/atari/pci/pci_milan.c +++ b/sys/arch/atari/pci/pci_milan.c @@ -1,4 +1,4 @@ -/* $NetBSD: pci_milan.c,v 1.4 2002/09/27 15:35:54 provos Exp $ */ +/* $NetBSD: pci_milan.c,v 1.5 2003/07/15 01:19:55 lukem Exp $ */ /*- * Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -36,6 +36,9 @@ * POSSIBILITY OF SUCH DAMAGE. */ +#include +__KERNEL_RCSID(0, "$NetBSD: pci_milan.c,v 1.5 2003/07/15 01:19:55 lukem Exp $"); + #include #include #include diff --git a/sys/arch/atari/pci/pci_tseng.c b/sys/arch/atari/pci/pci_tseng.c index fc4a0da8d352..9b0f7b7cf9ad 100644 --- a/sys/arch/atari/pci/pci_tseng.c +++ b/sys/arch/atari/pci/pci_tseng.c @@ -1,4 +1,4 @@ -/* $NetBSD: pci_tseng.c,v 1.6 2003/02/02 18:12:59 thomas Exp $ */ +/* $NetBSD: pci_tseng.c,v 1.7 2003/07/15 01:19:55 lukem Exp $ */ /* * Copyright (c) 1999 Leo Weppelman. All rights reserved. @@ -28,6 +28,10 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ + +#include +__KERNEL_RCSID(0, "$NetBSD: pci_tseng.c,v 1.7 2003/07/15 01:19:55 lukem Exp $"); + #include #include #include diff --git a/sys/arch/atari/pci/pci_vga.c b/sys/arch/atari/pci/pci_vga.c index 5b9fce29524a..03c14ad8dc5e 100644 --- a/sys/arch/atari/pci/pci_vga.c +++ b/sys/arch/atari/pci/pci_vga.c @@ -1,4 +1,4 @@ -/* $NetBSD: pci_vga.c,v 1.8 2002/04/09 13:16:09 leo Exp $ */ +/* $NetBSD: pci_vga.c,v 1.9 2003/07/15 01:19:55 lukem Exp $ */ /* * Copyright (c) 1999 Leo Weppelman. All rights reserved. @@ -28,6 +28,10 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ + +#include +__KERNEL_RCSID(0, "$NetBSD: pci_vga.c,v 1.9 2003/07/15 01:19:55 lukem Exp $"); + #include #include #include diff --git a/sys/arch/atari/pci/pciide_machdep.c b/sys/arch/atari/pci/pciide_machdep.c index 7b8bebcfb3b5..31af0c5bb57b 100644 --- a/sys/arch/atari/pci/pciide_machdep.c +++ b/sys/arch/atari/pci/pciide_machdep.c @@ -1,4 +1,4 @@ -/* $NetBSD: pciide_machdep.c,v 1.1 2001/05/29 06:26:08 leo Exp $ */ +/* $NetBSD: pciide_machdep.c,v 1.2 2003/07/15 01:19:55 lukem Exp $ */ /* * Copyright (c) 1998 Christopher G. Demetriou. All rights reserved. @@ -40,6 +40,9 @@ * PCI SIG. */ +#include +__KERNEL_RCSID(0, "$NetBSD: pciide_machdep.c,v 1.2 2003/07/15 01:19:55 lukem Exp $"); + #include #include #include diff --git a/sys/arch/atari/vme/et4000.c b/sys/arch/atari/vme/et4000.c index ac80bdf03bca..5e484f5ec946 100644 --- a/sys/arch/atari/vme/et4000.c +++ b/sys/arch/atari/vme/et4000.c @@ -1,4 +1,4 @@ -/* $NetBSD: et4000.c,v 1.10 2002/10/23 09:10:55 jdolecek Exp $ */ +/* $NetBSD: et4000.c,v 1.11 2003/07/15 01:19:55 lukem Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. * All rights reserved. @@ -51,6 +51,9 @@ #define DEBUG_ET4000 */ +#include +__KERNEL_RCSID(0, "$NetBSD: et4000.c,v 1.11 2003/07/15 01:19:55 lukem Exp $"); + #include #include #include diff --git a/sys/arch/atari/vme/if_le_vme.c b/sys/arch/atari/vme/if_le_vme.c index 505d82abc8b9..921bdb536498 100644 --- a/sys/arch/atari/vme/if_le_vme.c +++ b/sys/arch/atari/vme/if_le_vme.c @@ -1,4 +1,4 @@ -/* $NetBSD: if_le_vme.c,v 1.16 2002/10/02 05:04:27 thorpej Exp $ */ +/* $NetBSD: if_le_vme.c,v 1.17 2003/07/15 01:19:56 lukem Exp $ */ /*- * Copyright (c) 1998 maximum entropy. All rights reserved. @@ -41,6 +41,9 @@ * @(#)if_le.c 8.2 (Berkeley) 11/16/93 */ +#include +__KERNEL_RCSID(0, "$NetBSD: if_le_vme.c,v 1.17 2003/07/15 01:19:56 lukem Exp $"); + #include "opt_inet.h" #include "bpfilter.h" diff --git a/sys/arch/atari/vme/leo.c b/sys/arch/atari/vme/leo.c index ed8091f3dc6f..a0e617a43ca0 100644 --- a/sys/arch/atari/vme/leo.c +++ b/sys/arch/atari/vme/leo.c @@ -1,4 +1,4 @@ -/* $NetBSD: leo.c,v 1.8 2002/10/23 09:10:55 jdolecek Exp $ */ +/* $NetBSD: leo.c,v 1.9 2003/07/15 01:19:56 lukem Exp $ */ /*- * Copyright (c) 1997 maximum entropy @@ -53,6 +53,9 @@ * California, Berkeley and its contributors. */ +#include +__KERNEL_RCSID(0, "$NetBSD: leo.c,v 1.9 2003/07/15 01:19:56 lukem Exp $"); + #include #include #include diff --git a/sys/arch/atari/vme/vme.c b/sys/arch/atari/vme/vme.c index 3ccb1f65a40c..a7a02ea345ec 100644 --- a/sys/arch/atari/vme/vme.c +++ b/sys/arch/atari/vme/vme.c @@ -1,4 +1,4 @@ -/* $NetBSD: vme.c,v 1.8 2003/01/01 00:48:34 thorpej Exp $ */ +/* $NetBSD: vme.c,v 1.9 2003/07/15 01:19:56 lukem Exp $ */ /*- * Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -33,6 +33,9 @@ * POSSIBILITY OF SUCH DAMAGE. */ +#include +__KERNEL_RCSID(0, "$NetBSD: vme.c,v 1.9 2003/07/15 01:19:56 lukem Exp $"); + #include #include #include diff --git a/sys/arch/atari/vme/vme_machdep.c b/sys/arch/atari/vme/vme_machdep.c index d3ffb80347ee..f7cbbcea2523 100644 --- a/sys/arch/atari/vme/vme_machdep.c +++ b/sys/arch/atari/vme/vme_machdep.c @@ -1,4 +1,4 @@ -/* $NetBSD: vme_machdep.c,v 1.11 2002/10/02 05:04:27 thorpej Exp $ */ +/* $NetBSD: vme_machdep.c,v 1.12 2003/07/15 01:19:56 lukem Exp $ */ /*- * Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -33,6 +33,9 @@ * POSSIBILITY OF SUCH DAMAGE. */ +#include +__KERNEL_RCSID(0, "$NetBSD: vme_machdep.c,v 1.12 2003/07/15 01:19:56 lukem Exp $"); + #include #include #include diff --git a/sys/arch/bebox/bebox/autoconf.c b/sys/arch/bebox/bebox/autoconf.c index 0d60bf8b8245..d621644088c1 100644 --- a/sys/arch/bebox/bebox/autoconf.c +++ b/sys/arch/bebox/bebox/autoconf.c @@ -1,4 +1,4 @@ -/* $NetBSD: autoconf.c,v 1.11 2003/06/18 08:58:37 drochner Exp $ */ +/* $NetBSD: autoconf.c,v 1.12 2003/07/15 01:26:29 lukem Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. @@ -46,6 +46,10 @@ * devices are determined (from possibilities mentioned in ioconf.c), * and the drivers are initialized. */ + +#include +__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.12 2003/07/15 01:26:29 lukem Exp $"); + #include #include #include diff --git a/sys/arch/bebox/bebox/clock.c b/sys/arch/bebox/bebox/clock.c index 1832bbfef27b..a59203773434 100644 --- a/sys/arch/bebox/bebox/clock.c +++ b/sys/arch/bebox/bebox/clock.c @@ -1,4 +1,4 @@ -/* $NetBSD: clock.c,v 1.11 2003/02/12 18:01:16 matt Exp $ */ +/* $NetBSD: clock.c,v 1.12 2003/07/15 01:26:29 lukem Exp $ */ /* $OpenBSD: clock.c,v 1.3 1997/10/13 13:42:53 pefo Exp $ */ /* @@ -32,6 +32,9 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#include +__KERNEL_RCSID(0, "$NetBSD: clock.c,v 1.12 2003/07/15 01:26:29 lukem Exp $"); + #include #include #include diff --git a/sys/arch/bebox/bebox/cpu.c b/sys/arch/bebox/bebox/cpu.c index a6aa3a0339bd..c07e0401d351 100644 --- a/sys/arch/bebox/bebox/cpu.c +++ b/sys/arch/bebox/bebox/cpu.c @@ -1,3 +1,8 @@ +/* $NetBSD: cpu.c,v 1.5 2003/07/15 01:26:29 lukem Exp $ */ + +#include +__KERNEL_RCSID(0, "$NetBSD: cpu.c,v 1.5 2003/07/15 01:26:29 lukem Exp $"); + static int cpumatch(struct device *, struct cfdata *, void *); static void cpuattach(struct device *, struct device *, void *); diff --git a/sys/arch/bebox/bebox/disksubr.c b/sys/arch/bebox/bebox/disksubr.c index 86bcfef2648e..863237f804f1 100644 --- a/sys/arch/bebox/bebox/disksubr.c +++ b/sys/arch/bebox/bebox/disksubr.c @@ -1,4 +1,4 @@ -/* $NetBSD: disksubr.c,v 1.13 2003/05/12 14:48:12 thorpej Exp $ */ +/* $NetBSD: disksubr.c,v 1.14 2003/07/15 01:26:29 lukem Exp $ */ /* * Copyright (c) 1982, 1986, 1988 Regents of the University of California. @@ -35,6 +35,9 @@ * @(#)ufs_disksubr.c 7.16 (Berkeley) 5/4/91 */ +#include +__KERNEL_RCSID(0, "$NetBSD: disksubr.c,v 1.14 2003/07/15 01:26:29 lukem Exp $"); + #include #include #include diff --git a/sys/arch/bebox/bebox/extintr.c b/sys/arch/bebox/bebox/extintr.c index af4e7ebacb2e..70b06871a7ef 100644 --- a/sys/arch/bebox/bebox/extintr.c +++ b/sys/arch/bebox/bebox/extintr.c @@ -1,4 +1,4 @@ -/* $NetBSD: extintr.c,v 1.18 2003/06/16 20:00:59 thorpej Exp $ */ +/* $NetBSD: extintr.c,v 1.19 2003/07/15 01:26:29 lukem Exp $ */ /* $OpenBSD: isabus.c,v 1.1 1997/10/11 11:53:00 pefo Exp $ */ /*- @@ -40,6 +40,10 @@ * * @(#)isa.c 7.2 (Berkeley) 5/12/91 */ + +#include +__KERNEL_RCSID(0, "$NetBSD: extintr.c,v 1.19 2003/07/15 01:26:29 lukem Exp $"); + #include #include #include diff --git a/sys/arch/bebox/bebox/kgdb_glue.c b/sys/arch/bebox/bebox/kgdb_glue.c index 01612359c9e4..cf48c3facf64 100644 --- a/sys/arch/bebox/bebox/kgdb_glue.c +++ b/sys/arch/bebox/bebox/kgdb_glue.c @@ -1,4 +1,4 @@ -/* $NetBSD: kgdb_glue.c,v 1.1 1997/10/14 06:47:41 sakamoto Exp $ */ +/* $NetBSD: kgdb_glue.c,v 1.2 2003/07/15 01:26:30 lukem Exp $ */ /* * Copyright (C) 1995, 1996 Wolfgang Solfrank. @@ -32,6 +32,8 @@ */ #include +__KERNEL_RCSID(0, "$NetBSD: kgdb_glue.c,v 1.2 2003/07/15 01:26:30 lukem Exp $"); + #include #include diff --git a/sys/arch/bebox/bebox/machdep.c b/sys/arch/bebox/bebox/machdep.c index 04844211eb9d..06dc20249550 100644 --- a/sys/arch/bebox/bebox/machdep.c +++ b/sys/arch/bebox/bebox/machdep.c @@ -1,4 +1,4 @@ -/* $NetBSD: machdep.c,v 1.81 2003/06/14 17:01:09 thorpej Exp $ */ +/* $NetBSD: machdep.c,v 1.82 2003/07/15 01:26:30 lukem Exp $ */ /* * Copyright (C) 1995, 1996 Wolfgang Solfrank. @@ -31,6 +31,9 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#include +__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.82 2003/07/15 01:26:30 lukem Exp $"); + #include "opt_compat_netbsd.h" #include "opt_ddb.h" #include "opt_ipkdb.h" diff --git a/sys/arch/bebox/bebox/mainbus.c b/sys/arch/bebox/bebox/mainbus.c index de65657e1893..66a7cdfb36ed 100644 --- a/sys/arch/bebox/bebox/mainbus.c +++ b/sys/arch/bebox/bebox/mainbus.c @@ -1,4 +1,4 @@ -/* $NetBSD: mainbus.c,v 1.16 2003/06/15 23:08:57 fvdl Exp $ */ +/* $NetBSD: mainbus.c,v 1.17 2003/07/15 01:26:30 lukem Exp $ */ /* * Copyright (c) 1996 Christopher G. Demetriou. All rights reserved. @@ -30,6 +30,9 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#include +__KERNEL_RCSID(0, "$NetBSD: mainbus.c,v 1.17 2003/07/15 01:26:30 lukem Exp $"); + #include #include #include diff --git a/sys/arch/bebox/isa/isa_machdep.c b/sys/arch/bebox/isa/isa_machdep.c index 728e12f488b8..45ac6e709bc0 100644 --- a/sys/arch/bebox/isa/isa_machdep.c +++ b/sys/arch/bebox/isa/isa_machdep.c @@ -1,4 +1,4 @@ -/* $NetBSD: isa_machdep.c,v 1.5 2000/06/04 19:14:37 cgd Exp $ */ +/* $NetBSD: isa_machdep.c,v 1.6 2003/07/15 01:26:31 lukem Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -74,6 +74,9 @@ * @(#)isa.c 7.2 (Berkeley) 5/13/91 */ +#include +__KERNEL_RCSID(0, "$NetBSD: isa_machdep.c,v 1.6 2003/07/15 01:26:31 lukem Exp $"); + #include #include #include diff --git a/sys/arch/bebox/isa/isaclock.c b/sys/arch/bebox/isa/isaclock.c index dd771408a3d9..6ce73df1260d 100644 --- a/sys/arch/bebox/isa/isaclock.c +++ b/sys/arch/bebox/isa/isaclock.c @@ -1,4 +1,4 @@ -/* $NetBSD: isaclock.c,v 1.8 2001/07/22 14:34:36 wiz Exp $ */ +/* $NetBSD: isaclock.c,v 1.9 2003/07/15 01:26:31 lukem Exp $ */ /*- * Copyright (c) 1993, 1994 Charles M. Hannum. @@ -88,6 +88,10 @@ WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. /* * Primitive clock interrupt routines. */ + +#include +__KERNEL_RCSID(0, "$NetBSD: isaclock.c,v 1.9 2003/07/15 01:26:31 lukem Exp $"); + #include #include #include diff --git a/sys/arch/bebox/isa/isadma_machdep.c b/sys/arch/bebox/isa/isadma_machdep.c index dbe246aff90d..da81478edd90 100644 --- a/sys/arch/bebox/isa/isadma_machdep.c +++ b/sys/arch/bebox/isa/isadma_machdep.c @@ -1,4 +1,4 @@ -/* $NetBSD: isadma_machdep.c,v 1.21 2003/05/05 12:55:42 fvdl Exp $ */ +/* $NetBSD: isadma_machdep.c,v 1.22 2003/07/15 01:26:31 lukem Exp $ */ #define ISA_DMA_STATS @@ -39,6 +39,9 @@ * POSSIBILITY OF SUCH DAMAGE. */ +#include +__KERNEL_RCSID(0, "$NetBSD: isadma_machdep.c,v 1.22 2003/07/15 01:26:31 lukem Exp $"); + #include #include #include diff --git a/sys/arch/bebox/isa/isapnp_machdep.c b/sys/arch/bebox/isa/isapnp_machdep.c index 1a1ad5438fc9..708ebb4c781b 100644 --- a/sys/arch/bebox/isa/isapnp_machdep.c +++ b/sys/arch/bebox/isa/isapnp_machdep.c @@ -1,4 +1,4 @@ -/* $NetBSD: isapnp_machdep.c,v 1.3 1998/09/05 15:28:06 christos Exp $ */ +/* $NetBSD: isapnp_machdep.c,v 1.4 2003/07/15 01:26:31 lukem Exp $ */ /*- * Copyright (c) 1996, 1997 The NetBSD Foundation, Inc. @@ -84,6 +84,9 @@ * if we did!). */ +#include +__KERNEL_RCSID(0, "$NetBSD: isapnp_machdep.c,v 1.4 2003/07/15 01:26:31 lukem Exp $"); + #include #include #include diff --git a/sys/arch/bebox/isa/joy_timer.c b/sys/arch/bebox/isa/joy_timer.c index b629a59bd817..5671ad3d0c50 100644 --- a/sys/arch/bebox/isa/joy_timer.c +++ b/sys/arch/bebox/isa/joy_timer.c @@ -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/07/15 01:26:31 lukem Exp $ */ /* * XXX This _really_ should be rewritten such that it doesn't @@ -36,6 +36,9 @@ * */ +#include +__KERNEL_RCSID(0, "$NetBSD: joy_timer.c,v 1.3 2003/07/15 01:26:31 lukem Exp $"); + #include #include #include diff --git a/sys/arch/bebox/isa/lms.c b/sys/arch/bebox/isa/lms.c index a3fb6b8cb3e7..6fda02da9402 100644 --- a/sys/arch/bebox/isa/lms.c +++ b/sys/arch/bebox/isa/lms.c @@ -1,4 +1,4 @@ -/* $NetBSD: lms.c,v 1.10 2002/11/26 19:50:23 christos Exp $ */ +/* $NetBSD: lms.c,v 1.11 2003/07/15 01:26:31 lukem Exp $ */ /*- * Copyright (c) 1993, 1994 Charles M. Hannum. @@ -23,6 +23,9 @@ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#include +__KERNEL_RCSID(0, "$NetBSD: lms.c,v 1.11 2003/07/15 01:26:31 lukem Exp $"); + #include #include #include diff --git a/sys/arch/bebox/isa/mms.c b/sys/arch/bebox/isa/mms.c index 82ab03465c3a..68223d9a6f80 100644 --- a/sys/arch/bebox/isa/mms.c +++ b/sys/arch/bebox/isa/mms.c @@ -1,4 +1,4 @@ -/* $NetBSD: mms.c,v 1.11 2002/11/26 19:50:23 christos Exp $ */ +/* $NetBSD: mms.c,v 1.12 2003/07/15 01:26:31 lukem Exp $ */ /*- * Copyright (c) 1993, 1994 Charles M. Hannum. @@ -23,6 +23,9 @@ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#include +__KERNEL_RCSID(0, "$NetBSD: mms.c,v 1.12 2003/07/15 01:26:31 lukem Exp $"); + #include #include #include diff --git a/sys/arch/bebox/isa/pccons.c b/sys/arch/bebox/isa/pccons.c index e80756b49ec7..bb25e74718c0 100644 --- a/sys/arch/bebox/isa/pccons.c +++ b/sys/arch/bebox/isa/pccons.c @@ -1,4 +1,4 @@ -/* $NetBSD: pccons.c,v 1.28 2003/06/23 11:01:11 martin Exp $ */ +/* $NetBSD: pccons.c,v 1.29 2003/07/15 01:26:32 lukem Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -78,6 +78,9 @@ * code to work keyboard & display for PC-style console */ +#include +__KERNEL_RCSID(0, "$NetBSD: pccons.c,v 1.29 2003/07/15 01:26:32 lukem Exp $"); + #include "opt_ddb.h" #include "opt_compat_netbsd.h" #include "opt_xserver.h" diff --git a/sys/arch/bebox/isa/spkr.c b/sys/arch/bebox/isa/spkr.c index 940d7facd6ef..72cda2c10674 100644 --- a/sys/arch/bebox/isa/spkr.c +++ b/sys/arch/bebox/isa/spkr.c @@ -1,4 +1,4 @@ -/* $NetBSD: spkr.c,v 1.12 2002/10/23 09:10:57 jdolecek Exp $ */ +/* $NetBSD: spkr.c,v 1.13 2003/07/15 01:26:32 lukem Exp $ */ /* * spkr.c -- device driver for console speaker on 80386 @@ -9,6 +9,9 @@ * use hz value from param.c */ +#include +__KERNEL_RCSID(0, "$NetBSD: spkr.c,v 1.13 2003/07/15 01:26:32 lukem Exp $"); + #include "spkr.h" #if NSPKR > 0 #if NSPKR > 1 diff --git a/sys/arch/bebox/isa/wd.c b/sys/arch/bebox/isa/wd.c index ec7791f5bd4d..3925ac51f336 100644 --- a/sys/arch/bebox/isa/wd.c +++ b/sys/arch/bebox/isa/wd.c @@ -1,4 +1,4 @@ -/* $NetBSD: wd.c,v 1.6 2002/09/06 13:18:43 gehenna Exp $ */ +/* $NetBSD: wd.c,v 1.7 2003/07/15 01:26:32 lukem Exp $ */ /* * Copyright (c) 1994, 1995 Charles M. Hannum. All rights reserved. @@ -32,6 +32,9 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#include +__KERNEL_RCSID(0, "$NetBSD: wd.c,v 1.7 2003/07/15 01:26:32 lukem Exp $"); + #include #include #include diff --git a/sys/arch/bebox/pci/pchb.c b/sys/arch/bebox/pci/pchb.c index de9a5e9f8fe3..f4ae757a17c8 100644 --- a/sys/arch/bebox/pci/pchb.c +++ b/sys/arch/bebox/pci/pchb.c @@ -1,4 +1,4 @@ -/* $NetBSD: pchb.c,v 1.5 2002/10/02 05:05:29 thorpej Exp $ */ +/* $NetBSD: pchb.c,v 1.6 2003/07/15 01:26:32 lukem Exp $ */ /*- * Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -36,6 +36,9 @@ * POSSIBILITY OF SUCH DAMAGE. */ +#include +__KERNEL_RCSID(0, "$NetBSD: pchb.c,v 1.6 2003/07/15 01:26:32 lukem Exp $"); + #include #include #include diff --git a/sys/arch/bebox/pci/pci_machdep.c b/sys/arch/bebox/pci/pci_machdep.c index 3054efe51720..cc0c7fa52406 100644 --- a/sys/arch/bebox/pci/pci_machdep.c +++ b/sys/arch/bebox/pci/pci_machdep.c @@ -1,4 +1,4 @@ -/* $NetBSD: pci_machdep.c,v 1.12 2002/09/27 15:35:55 provos Exp $ */ +/* $NetBSD: pci_machdep.c,v 1.13 2003/07/15 01:26:33 lukem Exp $ */ /* * Copyright (c) 1996 Christopher G. Demetriou. All rights reserved. @@ -42,6 +42,9 @@ * as defined section 3.6.4.1, `Generating Configuration Cycles'. */ +#include +__KERNEL_RCSID(0, "$NetBSD: pci_machdep.c,v 1.13 2003/07/15 01:26:33 lukem Exp $"); + #include #include #include diff --git a/sys/arch/bebox/pci/pcib.c b/sys/arch/bebox/pci/pcib.c index 580199544d33..5f3b3562136c 100644 --- a/sys/arch/bebox/pci/pcib.c +++ b/sys/arch/bebox/pci/pcib.c @@ -1,4 +1,4 @@ -/* $NetBSD: pcib.c,v 1.14 2003/03/06 05:25:18 matt Exp $ */ +/* $NetBSD: pcib.c,v 1.15 2003/07/15 01:26:33 lukem Exp $ */ /*- * Copyright (c) 1996, 1998 The NetBSD Foundation, Inc. @@ -36,6 +36,9 @@ * POSSIBILITY OF SUCH DAMAGE. */ +#include +__KERNEL_RCSID(0, "$NetBSD: pcib.c,v 1.15 2003/07/15 01:26:33 lukem Exp $"); + #include #include #include diff --git a/sys/arch/bebox/pci/pfb.c b/sys/arch/bebox/pci/pfb.c index ef75f6da38b7..b7ffd9e5d82c 100644 --- a/sys/arch/bebox/pci/pfb.c +++ b/sys/arch/bebox/pci/pfb.c @@ -1,4 +1,4 @@ -/* $NetBSD: pfb.c,v 1.11 2002/10/02 05:05:29 thorpej Exp $ */ +/* $NetBSD: pfb.c,v 1.12 2003/07/15 01:26:33 lukem Exp $ */ /* * Copyright (c) 1995, 1996 Carnegie-Mellon University. @@ -27,6 +27,9 @@ * rights to redistribute these changes. */ +#include +__KERNEL_RCSID(0, "$NetBSD: pfb.c,v 1.12 2003/07/15 01:26:33 lukem Exp $"); + #include #include #include diff --git a/sys/arch/cats/cats/autoconf.c b/sys/arch/cats/cats/autoconf.c index 674131b5cf2c..22dadadcb02b 100644 --- a/sys/arch/cats/cats/autoconf.c +++ b/sys/arch/cats/cats/autoconf.c @@ -1,4 +1,4 @@ -/* $NetBSD: autoconf.c,v 1.5 2003/06/16 20:00:59 thorpej Exp $ */ +/* $NetBSD: autoconf.c,v 1.6 2003/07/15 01:29:18 lukem Exp $ */ /* * Copyright (c) 1994-1998 Mark Brinicombe. @@ -40,6 +40,9 @@ * Autoconfiguration functions */ +#include +__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.6 2003/07/15 01:29:18 lukem Exp $"); + #include "opt_md.h" #include diff --git a/sys/arch/cats/cats/cats_machdep.c b/sys/arch/cats/cats/cats_machdep.c index 732f953e4807..36765acb8276 100644 --- a/sys/arch/cats/cats/cats_machdep.c +++ b/sys/arch/cats/cats/cats_machdep.c @@ -1,4 +1,4 @@ -/* $NetBSD: cats_machdep.c,v 1.48 2003/06/14 17:01:09 thorpej Exp $ */ +/* $NetBSD: cats_machdep.c,v 1.49 2003/07/15 01:29:18 lukem Exp $ */ /* * Copyright (c) 1997,1998 Mark Brinicombe. @@ -39,6 +39,9 @@ * Created : 24/11/97 */ +#include +__KERNEL_RCSID(0, "$NetBSD: cats_machdep.c,v 1.49 2003/07/15 01:29:18 lukem Exp $"); + #include "opt_ddb.h" #include "opt_pmap_debug.h" diff --git a/sys/arch/cats/pci/pcib.c b/sys/arch/cats/pci/pcib.c index 3fbe510f8513..01a6138637a4 100644 --- a/sys/arch/cats/pci/pcib.c +++ b/sys/arch/cats/pci/pcib.c @@ -1,4 +1,4 @@ -/* $NetBSD: pcib.c,v 1.4 2003/01/01 01:25:34 thorpej Exp $ */ +/* $NetBSD: pcib.c,v 1.5 2003/07/15 01:29:19 lukem Exp $ */ /*- * Copyright (c) 1996, 1998 The NetBSD Foundation, Inc. @@ -38,6 +38,9 @@ * from: i386/pci/pcib.c,v 1.12 */ +#include +__KERNEL_RCSID(0, "$NetBSD: pcib.c,v 1.5 2003/07/15 01:29:19 lukem Exp $"); + #include #include #include diff --git a/sys/arch/cats/pci/pciide_machdep.c b/sys/arch/cats/pci/pciide_machdep.c index fd8096640c89..004cbb9f6058 100644 --- a/sys/arch/cats/pci/pciide_machdep.c +++ b/sys/arch/cats/pci/pciide_machdep.c @@ -1,4 +1,4 @@ -/* $NetBSD: pciide_machdep.c,v 1.2 2002/09/27 15:35:56 provos Exp $ */ +/* $NetBSD: pciide_machdep.c,v 1.3 2003/07/15 01:29:19 lukem Exp $ */ /* * Copyright (c) 1998 Christopher G. Demetriou. All rights reserved. @@ -40,6 +40,9 @@ * PCI SIG. */ +#include +__KERNEL_RCSID(0, "$NetBSD: pciide_machdep.c,v 1.3 2003/07/15 01:29:19 lukem Exp $"); + #include #include #include diff --git a/sys/arch/cesfic/cesfic/autoconf.c b/sys/arch/cesfic/cesfic/autoconf.c index de86c3596047..192f96b59ccf 100644 --- a/sys/arch/cesfic/cesfic/autoconf.c +++ b/sys/arch/cesfic/cesfic/autoconf.c @@ -1,4 +1,4 @@ -/* $NetBSD: autoconf.c,v 1.8 2003/04/01 23:57:01 thorpej Exp $ */ +/* $NetBSD: autoconf.c,v 1.9 2003/07/15 01:29:19 lukem Exp $ */ /* * Copyright (c) 1997, 1999 @@ -26,6 +26,9 @@ * */ +#include +__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.9 2003/07/15 01:29:19 lukem Exp $"); + #include #include #include diff --git a/sys/arch/cesfic/cesfic/clock.c b/sys/arch/cesfic/cesfic/clock.c index ed46c3bef389..0d1060e547cd 100644 --- a/sys/arch/cesfic/cesfic/clock.c +++ b/sys/arch/cesfic/cesfic/clock.c @@ -1,4 +1,4 @@ -/* $NetBSD: clock.c,v 1.1 2001/05/14 18:22:59 drochner Exp $ */ +/* $NetBSD: clock.c,v 1.2 2003/07/15 01:29:19 lukem Exp $ */ /* * Copyright (c) 1997, 1999 @@ -26,6 +26,9 @@ * */ +#include +__KERNEL_RCSID(0, "$NetBSD: clock.c,v 1.2 2003/07/15 01:29:19 lukem Exp $"); + #include #include #include diff --git a/sys/arch/cesfic/cesfic/eeprom.c b/sys/arch/cesfic/cesfic/eeprom.c index 147770115f2f..84b8dd3458c2 100644 --- a/sys/arch/cesfic/cesfic/eeprom.c +++ b/sys/arch/cesfic/cesfic/eeprom.c @@ -1,4 +1,4 @@ -/* $NetBSD: eeprom.c,v 1.1 2001/05/14 18:23:00 drochner Exp $ */ +/* $NetBSD: eeprom.c,v 1.2 2003/07/15 01:29:19 lukem Exp $ */ /* * Copyright (c) 1997, 1999 @@ -26,6 +26,9 @@ * */ +#include +__KERNEL_RCSID(0, "$NetBSD: eeprom.c,v 1.2 2003/07/15 01:29:19 lukem Exp $"); + #include #include #include diff --git a/sys/arch/cesfic/cesfic/isr.c b/sys/arch/cesfic/cesfic/isr.c index 9bc071005c2e..708a0ef999a5 100644 --- a/sys/arch/cesfic/cesfic/isr.c +++ b/sys/arch/cesfic/cesfic/isr.c @@ -1,4 +1,4 @@ -/* $NetBSD: isr.c,v 1.3 2002/12/13 18:49:35 drochner Exp $ */ +/* $NetBSD: isr.c,v 1.4 2003/07/15 01:29:20 lukem Exp $ */ /*- * Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -40,6 +40,9 @@ * Link and dispatch interrupts. */ +#include +__KERNEL_RCSID(0, "$NetBSD: isr.c,v 1.4 2003/07/15 01:29:20 lukem Exp $"); + #include #include #include diff --git a/sys/arch/cesfic/cesfic/machdep.c b/sys/arch/cesfic/cesfic/machdep.c index 97d4eb5703d7..7791ed339cf4 100644 --- a/sys/arch/cesfic/cesfic/machdep.c +++ b/sys/arch/cesfic/cesfic/machdep.c @@ -1,4 +1,4 @@ -/* $NetBSD: machdep.c,v 1.20 2003/06/29 22:28:13 fvdl Exp $ */ +/* $NetBSD: machdep.c,v 1.21 2003/07/15 01:29:20 lukem Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -42,6 +42,9 @@ * @(#)machdep.c 8.10 (Berkeley) 4/20/94 */ +#include +__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.21 2003/07/15 01:29:20 lukem Exp $"); + #include "opt_bufcache.h" #include "opt_ddb.h" #include "opt_kgdb.h" diff --git a/sys/arch/cesfic/cesfic/mem.c b/sys/arch/cesfic/cesfic/mem.c index a9435954bf66..1c56ea23202b 100644 --- a/sys/arch/cesfic/cesfic/mem.c +++ b/sys/arch/cesfic/cesfic/mem.c @@ -1,4 +1,4 @@ -/* $NetBSD: mem.c,v 1.6 2003/04/01 23:57:01 thorpej Exp $ */ +/* $NetBSD: mem.c,v 1.7 2003/07/15 01:29:20 lukem Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -44,6 +44,9 @@ * Memory special file */ +#include +__KERNEL_RCSID(0, "$NetBSD: mem.c,v 1.7 2003/07/15 01:29:20 lukem Exp $"); + #include #include #include diff --git a/sys/arch/cesfic/cesfic/pmap_bootstrap.c b/sys/arch/cesfic/cesfic/pmap_bootstrap.c index d15367ef67e4..9966763b9369 100644 --- a/sys/arch/cesfic/cesfic/pmap_bootstrap.c +++ b/sys/arch/cesfic/cesfic/pmap_bootstrap.c @@ -1,4 +1,4 @@ -/* $NetBSD: pmap_bootstrap.c,v 1.3 2003/04/01 23:57:01 thorpej Exp $ */ +/* $NetBSD: pmap_bootstrap.c,v 1.4 2003/07/15 01:29:20 lukem Exp $ */ /* * Copyright (c) 1991, 1993 @@ -39,6 +39,9 @@ * @(#)pmap_bootstrap.c 8.1 (Berkeley) 6/10/93 */ +#include +__KERNEL_RCSID(0, "$NetBSD: pmap_bootstrap.c,v 1.4 2003/07/15 01:29:20 lukem Exp $"); + #include #include #include diff --git a/sys/arch/cesfic/cesfic/procfs_machdep.c b/sys/arch/cesfic/cesfic/procfs_machdep.c index a459b591c408..8cdd8ead5a35 100644 --- a/sys/arch/cesfic/cesfic/procfs_machdep.c +++ b/sys/arch/cesfic/cesfic/procfs_machdep.c @@ -1,4 +1,7 @@ -/* $NetBSD: procfs_machdep.c,v 1.1 2001/05/14 18:23:03 drochner Exp $ */ +/* $NetBSD: procfs_machdep.c,v 1.2 2003/07/15 01:29:20 lukem Exp $ */ + +#include +__KERNEL_RCSID(0, "$NetBSD: procfs_machdep.c,v 1.2 2003/07/15 01:29:20 lukem Exp $"); #include #include diff --git a/sys/arch/cesfic/cesfic/sic6351.c b/sys/arch/cesfic/cesfic/sic6351.c index b69541f7bf4f..767549b097cb 100644 --- a/sys/arch/cesfic/cesfic/sic6351.c +++ b/sys/arch/cesfic/cesfic/sic6351.c @@ -1,4 +1,4 @@ -/* $NetBSD: sic6351.c,v 1.1 2001/05/14 18:23:04 drochner Exp $ */ +/* $NetBSD: sic6351.c,v 1.2 2003/07/15 01:29:20 lukem Exp $ */ /* * Copyright (c) 1997, 1999 @@ -26,6 +26,9 @@ * */ +#include +__KERNEL_RCSID(0, "$NetBSD: sic6351.c,v 1.2 2003/07/15 01:29:20 lukem Exp $"); + #include #include diff --git a/sys/arch/cesfic/cesfic/trap.c b/sys/arch/cesfic/cesfic/trap.c index f5e219ea12cc..4b987dadbf94 100644 --- a/sys/arch/cesfic/cesfic/trap.c +++ b/sys/arch/cesfic/cesfic/trap.c @@ -1,4 +1,4 @@ -/* $NetBSD: trap.c,v 1.10 2003/04/01 23:57:01 thorpej Exp $ */ +/* $NetBSD: trap.c,v 1.11 2003/07/15 01:29:20 lukem Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -42,6 +42,9 @@ * @(#)trap.c 8.5 (Berkeley) 1/4/94 */ +#include +__KERNEL_RCSID(0, "$NetBSD: trap.c,v 1.11 2003/07/15 01:29:20 lukem Exp $"); + #include "opt_ddb.h" #include "opt_execfmt.h" #include "opt_kgdb.h" diff --git a/sys/arch/cesfic/dev/if_le.c b/sys/arch/cesfic/dev/if_le.c index d2970e541a6c..95b75c487b49 100644 --- a/sys/arch/cesfic/dev/if_le.c +++ b/sys/arch/cesfic/dev/if_le.c @@ -1,4 +1,4 @@ -/* $NetBSD: if_le.c,v 1.3 2002/10/02 05:06:54 thorpej Exp $ */ +/* $NetBSD: if_le.c,v 1.4 2003/07/15 01:29:21 lukem Exp $ */ /* * Copyright (c) 1997, 1999 @@ -26,6 +26,9 @@ * */ +#include +__KERNEL_RCSID(0, "$NetBSD: if_le.c,v 1.4 2003/07/15 01:29:21 lukem Exp $"); + #include "opt_inet.h" #include diff --git a/sys/arch/cesfic/dev/zs.c b/sys/arch/cesfic/dev/zs.c index 3afc578cfe5b..613c69f7be11 100644 --- a/sys/arch/cesfic/dev/zs.c +++ b/sys/arch/cesfic/dev/zs.c @@ -1,4 +1,4 @@ -/* $NetBSD: zs.c,v 1.7 2003/04/09 11:04:41 drochner Exp $ */ +/* $NetBSD: zs.c,v 1.8 2003/07/15 01:29:21 lukem Exp $ */ /*- * Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -43,6 +43,9 @@ * Plain tty/async lines use the zs_async slave. */ +#include +__KERNEL_RCSID(0, "$NetBSD: zs.c,v 1.8 2003/07/15 01:29:21 lukem Exp $"); + #include "opt_ddb.h" #include diff --git a/sys/arch/cesfic/dev/zs_pcc.c b/sys/arch/cesfic/dev/zs_pcc.c index 6de92d1d74eb..62403d03c987 100644 --- a/sys/arch/cesfic/dev/zs_pcc.c +++ b/sys/arch/cesfic/dev/zs_pcc.c @@ -1,4 +1,4 @@ -/* $NetBSD: zs_pcc.c,v 1.3 2002/10/02 05:06:54 thorpej Exp $ */ +/* $NetBSD: zs_pcc.c,v 1.4 2003/07/15 01:29:21 lukem Exp $ */ /* * Copyright (c) 1997, 1999 @@ -26,6 +26,9 @@ * */ +#include +__KERNEL_RCSID(0, "$NetBSD: zs_pcc.c,v 1.4 2003/07/15 01:29:21 lukem Exp $"); + #include #include #include diff --git a/sys/arch/cobalt/cobalt/autoconf.c b/sys/arch/cobalt/cobalt/autoconf.c index 8ce1bb4aeab2..758c21a760b6 100644 --- a/sys/arch/cobalt/cobalt/autoconf.c +++ b/sys/arch/cobalt/cobalt/autoconf.c @@ -1,4 +1,4 @@ -/* $NetBSD: autoconf.c,v 1.9 2002/09/27 02:24:10 thorpej Exp $ */ +/* $NetBSD: autoconf.c,v 1.10 2003/07/15 01:29:21 lukem Exp $ */ /* * Copyright (c) 2000 Soren S. Jorvang. All rights reserved. @@ -25,6 +25,9 @@ * SUCH DAMAGE. */ +#include +__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.10 2003/07/15 01:29:21 lukem Exp $"); + #include #include #include diff --git a/sys/arch/cobalt/cobalt/bus.c b/sys/arch/cobalt/cobalt/bus.c index e57821e87982..5a78c27ee767 100644 --- a/sys/arch/cobalt/cobalt/bus.c +++ b/sys/arch/cobalt/cobalt/bus.c @@ -1,4 +1,4 @@ -/* $NetBSD: bus.c,v 1.16 2003/06/29 22:28:14 fvdl Exp $ */ +/* $NetBSD: bus.c,v 1.17 2003/07/15 01:29:22 lukem Exp $ */ /* * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -37,6 +37,9 @@ * POSSIBILITY OF SUCH DAMAGE. */ +#include +__KERNEL_RCSID(0, "$NetBSD: bus.c,v 1.17 2003/07/15 01:29:22 lukem Exp $"); + #include #include #include diff --git a/sys/arch/cobalt/cobalt/clock.c b/sys/arch/cobalt/cobalt/clock.c index 2e6512ccba29..0684cc591fe0 100644 --- a/sys/arch/cobalt/cobalt/clock.c +++ b/sys/arch/cobalt/cobalt/clock.c @@ -1,4 +1,4 @@ -/* $NetBSD: clock.c,v 1.5 2000/04/28 19:58:04 soren Exp $ */ +/* $NetBSD: clock.c,v 1.6 2003/07/15 01:29:22 lukem Exp $ */ /* * Copyright (c) 2000 Soren S. Jorvang. All rights reserved. @@ -25,6 +25,9 @@ * SUCH DAMAGE. */ +#include +__KERNEL_RCSID(0, "$NetBSD: clock.c,v 1.6 2003/07/15 01:29:22 lukem Exp $"); + #include #include #include diff --git a/sys/arch/cobalt/cobalt/console.c b/sys/arch/cobalt/cobalt/console.c index 629505263bb3..721e482d4c00 100644 --- a/sys/arch/cobalt/cobalt/console.c +++ b/sys/arch/cobalt/cobalt/console.c @@ -1,4 +1,4 @@ -/* $NetBSD: console.c,v 1.3 2003/06/14 17:01:09 thorpej Exp $ */ +/* $NetBSD: console.c,v 1.4 2003/07/15 01:29:22 lukem Exp $ */ /* * Copyright (c) 2000 Soren S. Jorvang. All rights reserved. @@ -25,6 +25,8 @@ * SUCH DAMAGE. */ +#include +__KERNEL_RCSID(0, "$NetBSD: console.c,v 1.4 2003/07/15 01:29:22 lukem Exp $"); #include #include diff --git a/sys/arch/cobalt/cobalt/cpu.c b/sys/arch/cobalt/cobalt/cpu.c index 759090d61456..5e0921246748 100644 --- a/sys/arch/cobalt/cobalt/cpu.c +++ b/sys/arch/cobalt/cobalt/cpu.c @@ -1,4 +1,4 @@ -/* $NetBSD: cpu.c,v 1.5 2002/10/02 05:07:43 thorpej Exp $ */ +/* $NetBSD: cpu.c,v 1.6 2003/07/15 01:29:22 lukem Exp $ */ /* * Copyright (c) 1994, 1995 Carnegie-Mellon University. @@ -27,6 +27,9 @@ * rights to redistribute these changes. */ +#include +__KERNEL_RCSID(0, "$NetBSD: cpu.c,v 1.6 2003/07/15 01:29:22 lukem Exp $"); + #include #include #include diff --git a/sys/arch/cobalt/cobalt/disksubr.c b/sys/arch/cobalt/cobalt/disksubr.c index e45b5b108eee..36d3ed822908 100644 --- a/sys/arch/cobalt/cobalt/disksubr.c +++ b/sys/arch/cobalt/cobalt/disksubr.c @@ -1,4 +1,4 @@ -/* $NetBSD: disksubr.c,v 1.10 2003/05/10 23:12:32 thorpej Exp $ */ +/* $NetBSD: disksubr.c,v 1.11 2003/07/15 01:29:22 lukem Exp $ */ /* * Copyright (c) 1982, 1986, 1988 Regents of the University of California. @@ -33,6 +33,9 @@ * SUCH DAMAGE. */ +#include +__KERNEL_RCSID(0, "$NetBSD: disksubr.c,v 1.11 2003/07/15 01:29:22 lukem Exp $"); + #include #include #include diff --git a/sys/arch/cobalt/cobalt/machdep.c b/sys/arch/cobalt/cobalt/machdep.c index 43af9148033c..54698650e569 100644 --- a/sys/arch/cobalt/cobalt/machdep.c +++ b/sys/arch/cobalt/cobalt/machdep.c @@ -1,4 +1,4 @@ -/* $NetBSD: machdep.c,v 1.43 2003/04/26 11:05:09 ragge Exp $ */ +/* $NetBSD: machdep.c,v 1.44 2003/07/15 01:29:22 lukem Exp $ */ /* * Copyright (c) 2000 Soren S. Jorvang. All rights reserved. @@ -25,6 +25,9 @@ * SUCH DAMAGE. */ +#include +__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.44 2003/07/15 01:29:22 lukem Exp $"); + #include "opt_ddb.h" #include "opt_kgdb.h" #include "opt_execfmt.h" diff --git a/sys/arch/cobalt/cobalt/mainbus.c b/sys/arch/cobalt/cobalt/mainbus.c index fc943ecf2bc6..c6aa99153d15 100644 --- a/sys/arch/cobalt/cobalt/mainbus.c +++ b/sys/arch/cobalt/cobalt/mainbus.c @@ -1,4 +1,4 @@ -/* $NetBSD: mainbus.c,v 1.6 2003/01/01 01:27:20 thorpej Exp $ */ +/* $NetBSD: mainbus.c,v 1.7 2003/07/15 01:29:22 lukem Exp $ */ /* * Copyright (c) 2000 Soren S. Jorvang. All rights reserved. @@ -25,6 +25,9 @@ * SUCH DAMAGE. */ +#include +__KERNEL_RCSID(0, "$NetBSD: mainbus.c,v 1.7 2003/07/15 01:29:22 lukem Exp $"); + #include #include #include diff --git a/sys/arch/cobalt/dev/com_mainbus.c b/sys/arch/cobalt/dev/com_mainbus.c index 524c70505bc2..7b731c7e1a3b 100644 --- a/sys/arch/cobalt/dev/com_mainbus.c +++ b/sys/arch/cobalt/dev/com_mainbus.c @@ -1,4 +1,4 @@ -/* $NetBSD: com_mainbus.c,v 1.5 2002/10/02 05:07:44 thorpej Exp $ */ +/* $NetBSD: com_mainbus.c,v 1.6 2003/07/15 01:29:23 lukem Exp $ */ /* * Copyright (c) 2000 Soren S. Jorvang. All rights reserved. @@ -25,6 +25,9 @@ * SUCH DAMAGE. */ +#include +__KERNEL_RCSID(0, "$NetBSD: com_mainbus.c,v 1.6 2003/07/15 01:29:23 lukem Exp $"); + #include #include #include diff --git a/sys/arch/cobalt/dev/gt.c b/sys/arch/cobalt/dev/gt.c index 8daa9e89fe2e..fb336680e095 100644 --- a/sys/arch/cobalt/dev/gt.c +++ b/sys/arch/cobalt/dev/gt.c @@ -1,4 +1,4 @@ -/* $NetBSD: gt.c,v 1.8 2003/06/15 23:08:58 fvdl Exp $ */ +/* $NetBSD: gt.c,v 1.9 2003/07/15 01:29:23 lukem Exp $ */ /* * Copyright (c) 2000 Soren S. Jorvang. All rights reserved. @@ -25,6 +25,9 @@ * SUCH DAMAGE. */ +#include +__KERNEL_RCSID(0, "$NetBSD: gt.c,v 1.9 2003/07/15 01:29:23 lukem Exp $"); + #include #include #include diff --git a/sys/arch/cobalt/dev/panel.c b/sys/arch/cobalt/dev/panel.c index 90291f17ea38..0ce96921f0b6 100644 --- a/sys/arch/cobalt/dev/panel.c +++ b/sys/arch/cobalt/dev/panel.c @@ -1,4 +1,4 @@ -/* $NetBSD: panel.c,v 1.1 2003/01/20 01:26:14 soren Exp $ */ +/* $NetBSD: panel.c,v 1.2 2003/07/15 01:29:23 lukem Exp $ */ /* * Copyright (c) 2002 Dennis I. Chernoivanov @@ -27,6 +27,9 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#include +__KERNEL_RCSID(0, "$NetBSD: panel.c,v 1.2 2003/07/15 01:29:23 lukem Exp $"); + #include #include #include diff --git a/sys/arch/cobalt/pci/pchb.c b/sys/arch/cobalt/pci/pchb.c index 8b8a3e5c0060..aae4db1bb86b 100644 --- a/sys/arch/cobalt/pci/pchb.c +++ b/sys/arch/cobalt/pci/pchb.c @@ -1,4 +1,4 @@ -/* $NetBSD: pchb.c,v 1.5 2002/10/02 05:07:44 thorpej Exp $ */ +/* $NetBSD: pchb.c,v 1.6 2003/07/15 01:29:23 lukem Exp $ */ /* * Copyright (c) 2000 Soren S. Jorvang. All rights reserved. @@ -25,6 +25,9 @@ * SUCH DAMAGE. */ +#include +__KERNEL_RCSID(0, "$NetBSD: pchb.c,v 1.6 2003/07/15 01:29:23 lukem Exp $"); + #include #include #include diff --git a/sys/arch/cobalt/pci/pci_machdep.c b/sys/arch/cobalt/pci/pci_machdep.c index 14fdf43b3d52..2d3ad0270967 100644 --- a/sys/arch/cobalt/pci/pci_machdep.c +++ b/sys/arch/cobalt/pci/pci_machdep.c @@ -1,4 +1,4 @@ -/* $NetBSD: pci_machdep.c,v 1.12 2002/01/13 23:02:35 augustss Exp $ */ +/* $NetBSD: pci_machdep.c,v 1.13 2003/07/15 01:29:23 lukem Exp $ */ /* * Copyright (c) 2000 Soren S. Jorvang. All rights reserved. @@ -25,6 +25,9 @@ * SUCH DAMAGE. */ +#include +__KERNEL_RCSID(0, "$NetBSD: pci_machdep.c,v 1.13 2003/07/15 01:29:23 lukem Exp $"); + #include #include #include diff --git a/sys/arch/cobalt/pci/pcib.c b/sys/arch/cobalt/pci/pcib.c index 40a39986790a..66aa9487ae24 100644 --- a/sys/arch/cobalt/pci/pcib.c +++ b/sys/arch/cobalt/pci/pcib.c @@ -1,4 +1,4 @@ -/* $NetBSD: pcib.c,v 1.6 2002/10/02 05:07:44 thorpej Exp $ */ +/* $NetBSD: pcib.c,v 1.7 2003/07/15 01:29:23 lukem Exp $ */ /* * Copyright (c) 2000 Soren S. Jorvang. All rights reserved. @@ -25,6 +25,9 @@ * SUCH DAMAGE. */ +#include +__KERNEL_RCSID(0, "$NetBSD: pcib.c,v 1.7 2003/07/15 01:29:23 lukem Exp $"); + #include #include #include diff --git a/sys/arch/cobalt/pci/pciide_machdep.c b/sys/arch/cobalt/pci/pciide_machdep.c index d163bd17feb4..48c4f8e948c2 100644 --- a/sys/arch/cobalt/pci/pciide_machdep.c +++ b/sys/arch/cobalt/pci/pciide_machdep.c @@ -1,4 +1,4 @@ -/* $NetBSD: pciide_machdep.c,v 1.3 2002/01/13 23:02:35 augustss Exp $ */ +/* $NetBSD: pciide_machdep.c,v 1.4 2003/07/15 01:29:23 lukem Exp $ */ /* * Copyright (c) 2000 Soren S. Jorvang. All rights reserved. @@ -25,6 +25,9 @@ * SUCH DAMAGE. */ +#include +__KERNEL_RCSID(0, "$NetBSD: pciide_machdep.c,v 1.4 2003/07/15 01:29:23 lukem Exp $"); + #include #include #include