diff options
| author | lukem <lukem@NetBSD.org> | 2001-11-13 13:14:31 +0000 |
|---|---|---|
| committer | lukem <lukem@NetBSD.org> | 2001-11-13 13:14:31 +0000 |
| commit | a4bae8b0669bd28c1bdd5cdbe124795aa2a7a3f6 (patch) | |
| tree | 35405806eac66b45421d80c178aa98153a7146c5 /sys/dev | |
| parent | 49ddb2984286c513fd9159729853fabb725b51db (diff) | |
add/cleanup RCSID
Diffstat (limited to 'sys/dev')
112 files changed, 480 insertions, 160 deletions
diff --git a/sys/dev/ic/ac97.c b/sys/dev/ic/ac97.c index c475f676427..19c6b94fe12 100644 --- a/sys/dev/ic/ac97.c +++ b/sys/dev/ic/ac97.c @@ -1,4 +1,4 @@ -/* $NetBSD: ac97.c,v 1.20 2001/07/07 15:56:07 thorpej Exp $ */ +/* $NetBSD: ac97.c,v 1.21 2001/11/13 13:14:31 lukem Exp $ */ /* $OpenBSD: ac97.c,v 1.8 2000/07/19 09:01:35 csapuntz Exp $ */ /* @@ -62,6 +62,9 @@ * $FreeBSD$ */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: ac97.c,v 1.21 2001/11/13 13:14:31 lukem Exp $"); + #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/dev/ic/ad1848.c b/sys/dev/ic/ad1848.c index d0a4d85c770..c24da0bef89 100644 --- a/sys/dev/ic/ad1848.c +++ b/sys/dev/ic/ad1848.c @@ -1,4 +1,4 @@ -/* $NetBSD: ad1848.c,v 1.11 2001/11/04 08:08:25 itohy Exp $ */ +/* $NetBSD: ad1848.c,v 1.12 2001/11/13 13:14:31 lukem Exp $ */ /*- * Copyright (c) 1999 The NetBSD Foundation, Inc. @@ -101,6 +101,9 @@ * Portions also supplied from the SoundBlaster driver for NetBSD. */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: ad1848.c,v 1.12 2001/11/13 13:14:31 lukem Exp $"); + #include <sys/param.h> #include <sys/systm.h> #include <sys/errno.h> diff --git a/sys/dev/ic/adv.c b/sys/dev/ic/adv.c index 37bc82c2b6d..e929082b736 100644 --- a/sys/dev/ic/adv.c +++ b/sys/dev/ic/adv.c @@ -1,4 +1,4 @@ -/* $NetBSD: adv.c,v 1.28 2001/07/19 16:25:23 thorpej Exp $ */ +/* $NetBSD: adv.c,v 1.29 2001/11/13 13:14:32 lukem Exp $ */ /* * Generic driver for the Advanced Systems Inc. Narrow SCSI controllers @@ -37,6 +37,9 @@ * POSSIBILITY OF SUCH DAMAGE. */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: adv.c,v 1.29 2001/11/13 13:14:32 lukem Exp $"); + #include <sys/types.h> #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ic/advlib.c b/sys/dev/ic/advlib.c index ddafdb75115..0525033be3d 100644 --- a/sys/dev/ic/advlib.c +++ b/sys/dev/ic/advlib.c @@ -1,4 +1,4 @@ -/* $NetBSD: advlib.c,v 1.16 2001/06/09 17:18:21 briggs Exp $ */ +/* $NetBSD: advlib.c,v 1.17 2001/11/13 13:14:32 lukem Exp $ */ /* * Low level routines for the Advanced Systems Inc. SCSI controllers chips @@ -52,6 +52,9 @@ * */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: advlib.c,v 1.17 2001/11/13 13:14:32 lukem Exp $"); + #include <sys/types.h> #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ic/advmcode.c b/sys/dev/ic/advmcode.c index 7b2eb3bcecd..4b45431b143 100644 --- a/sys/dev/ic/advmcode.c +++ b/sys/dev/ic/advmcode.c @@ -1,4 +1,4 @@ -/* $NetBSD: advmcode.c,v 1.4 2001/01/18 20:28:17 jdolecek Exp $ */ +/* $NetBSD: advmcode.c,v 1.5 2001/11/13 13:14:32 lukem Exp $ */ /* * Generic driver definitions and exported functions for the Advanced @@ -54,6 +54,9 @@ */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: advmcode.c,v 1.5 2001/11/13 13:14:32 lukem Exp $"); + #include <sys/param.h> diff --git a/sys/dev/ic/adw.c b/sys/dev/ic/adw.c index b844d1438a0..15ad3acc08b 100644 --- a/sys/dev/ic/adw.c +++ b/sys/dev/ic/adw.c @@ -1,4 +1,4 @@ -/* $NetBSD: adw.c,v 1.35 2001/08/29 17:25:03 briggs Exp $ */ +/* $NetBSD: adw.c,v 1.36 2001/11/13 13:14:32 lukem Exp $ */ /* * Generic driver for the Advanced Systems Inc. SCSI controllers @@ -37,6 +37,9 @@ * POSSIBILITY OF SUCH DAMAGE. */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: adw.c,v 1.36 2001/11/13 13:14:32 lukem Exp $"); + #include <sys/types.h> #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ic/adwlib.c b/sys/dev/ic/adwlib.c index a2390b91074..e5c157d6e45 100644 --- a/sys/dev/ic/adwlib.c +++ b/sys/dev/ic/adwlib.c @@ -1,4 +1,4 @@ -/* $NetBSD: adwlib.c,v 1.22 2001/08/29 17:25:03 briggs Exp $ */ +/* $NetBSD: adwlib.c,v 1.23 2001/11/13 13:14:32 lukem Exp $ */ /* * Low level routines for the Advanced Systems Inc. SCSI controllers chips @@ -51,6 +51,9 @@ * modification. */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: adwlib.c,v 1.23 2001/11/13 13:14:32 lukem Exp $"); + #include <sys/types.h> #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ic/adwmcode.c b/sys/dev/ic/adwmcode.c index ccd314c521b..9e728c9b9d2 100644 --- a/sys/dev/ic/adwmcode.c +++ b/sys/dev/ic/adwmcode.c @@ -1,4 +1,4 @@ -/* $NetBSD: adwmcode.c,v 1.8 2001/07/07 16:13:45 thorpej Exp $ */ +/* $NetBSD: adwmcode.c,v 1.9 2001/11/13 13:14:33 lukem Exp $ */ /* * Generic driver definitions and exported functions for the Advanced @@ -53,6 +53,8 @@ * */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: adwmcode.c,v 1.9 2001/11/13 13:14:33 lukem Exp $"); #include <sys/types.h> #include <sys/param.h> diff --git a/sys/dev/ic/aha.c b/sys/dev/ic/aha.c index eb0cf3a65f7..e29513a25fe 100644 --- a/sys/dev/ic/aha.c +++ b/sys/dev/ic/aha.c @@ -1,13 +1,4 @@ -/* $NetBSD: aha.c,v 1.36 2001/08/20 12:00:52 wiz Exp $ */ - -#include "opt_ddb.h" - -#undef AHADIAG -#ifdef DDB -#define integrate -#else -#define integrate static inline -#endif +/* $NetBSD: aha.c,v 1.37 2001/11/13 13:14:33 lukem Exp $ */ /*- * Copyright (c) 1997, 1998 The NetBSD Foundation, Inc. @@ -61,6 +52,18 @@ * functioning of this software in any circumstances. */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: aha.c,v 1.37 2001/11/13 13:14:33 lukem Exp $"); + +#include "opt_ddb.h" + +#undef AHADIAG +#ifdef DDB +#define integrate +#else +#define integrate static inline +#endif + #include <sys/types.h> #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ic/aic6360.c b/sys/dev/ic/aic6360.c index 7897c2e1ca4..289a5d88f42 100644 --- a/sys/dev/ic/aic6360.c +++ b/sys/dev/ic/aic6360.c @@ -1,11 +1,4 @@ -/* $NetBSD: aic6360.c,v 1.75 2001/11/04 12:05:41 tsutsui Exp $ */ - -#include "opt_ddb.h" -#ifdef DDB -#define integrate -#else -#define integrate static inline -#endif +/* $NetBSD: aic6360.c,v 1.76 2001/11/13 13:14:33 lukem Exp $ */ /* * Copyright (c) 1994, 1995, 1996 Charles M. Hannum. All rights reserved. @@ -64,6 +57,16 @@ * 4) Rewrite it to use malloc for the acb structs instead of static alloc.? */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: aic6360.c,v 1.76 2001/11/13 13:14:33 lukem Exp $"); + +#include "opt_ddb.h" +#ifdef DDB +#define integrate +#else +#define integrate static inline +#endif + /* * A few customizable items: */ diff --git a/sys/dev/ic/aic6915.c b/sys/dev/ic/aic6915.c index 1b7e7510bdd..6a0cedc0557 100644 --- a/sys/dev/ic/aic6915.c +++ b/sys/dev/ic/aic6915.c @@ -1,4 +1,4 @@ -/* $NetBSD: aic6915.c,v 1.4 2001/07/23 17:20:03 thorpej Exp $ */ +/* $NetBSD: aic6915.c,v 1.5 2001/11/13 13:14:33 lukem Exp $ */ /*- * Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -41,6 +41,9 @@ * 10/100 Ethernet controller. */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: aic6915.c,v 1.5 2001/11/13 13:14:33 lukem Exp $"); + #include "bpfilter.h" #include <sys/param.h> diff --git a/sys/dev/ic/aic77xx.c b/sys/dev/ic/aic77xx.c index b16cb028750..224e6fa2171 100644 --- a/sys/dev/ic/aic77xx.c +++ b/sys/dev/ic/aic77xx.c @@ -1,4 +1,4 @@ -/* $NetBSD: aic77xx.c,v 1.1 2000/03/15 02:06:18 fvdl Exp $ */ +/* $NetBSD: aic77xx.c,v 1.2 2001/11/13 13:14:33 lukem Exp $ */ /* * Common routines for AHA-27/284X and aic7770 motherboard SCSI controllers. @@ -30,6 +30,9 @@ * $FreeBSD: src/sys/dev/aic7xxx/ahc_eisa.c,v 1.15 2000/01/29 14:22:19 peter Exp $ */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: aic77xx.c,v 1.2 2001/11/13 13:14:33 lukem Exp $"); + #include <sys/param.h> #include <sys/systm.h> #include <sys/device.h> diff --git a/sys/dev/ic/aic7xxx.c b/sys/dev/ic/aic7xxx.c index 73d8c9a3853..79ae59b41f4 100644 --- a/sys/dev/ic/aic7xxx.c +++ b/sys/dev/ic/aic7xxx.c @@ -1,4 +1,4 @@ -/* $NetBSD: aic7xxx.c,v 1.82 2001/10/14 00:32:33 chs Exp $ */ +/* $NetBSD: aic7xxx.c,v 1.83 2001/11/13 13:14:33 lukem Exp $ */ /* * Generic driver for the aic7xxx based adaptec SCSI controllers @@ -86,6 +86,9 @@ * */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: aic7xxx.c,v 1.83 2001/11/13 13:14:33 lukem Exp $"); + #include "opt_ddb.h" #include "opt_ahc.h" diff --git a/sys/dev/ic/aic7xxx_seeprom.c b/sys/dev/ic/aic7xxx_seeprom.c index 6ace5bf6571..51ee6384c01 100644 --- a/sys/dev/ic/aic7xxx_seeprom.c +++ b/sys/dev/ic/aic7xxx_seeprom.c @@ -1,4 +1,4 @@ -/* $NetBSD: aic7xxx_seeprom.c,v 1.5 2001/04/30 03:45:35 lukem Exp $ */ +/* $NetBSD: aic7xxx_seeprom.c,v 1.6 2001/11/13 13:14:34 lukem Exp $ */ /* * Product specific probe and attach routines for: @@ -39,6 +39,9 @@ $ */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: aic7xxx_seeprom.c,v 1.6 2001/11/13 13:14:34 lukem Exp $"); + #include <sys/param.h> #include <sys/systm.h> #include <sys/malloc.h> diff --git a/sys/dev/ic/am7930.c b/sys/dev/ic/am7930.c index 576d2840756..07feda6f443 100644 --- a/sys/dev/ic/am7930.c +++ b/sys/dev/ic/am7930.c @@ -1,4 +1,4 @@ -/* $NetBSD: am7930.c,v 1.43 2000/05/02 06:30:51 augustss Exp $ */ +/* $NetBSD: am7930.c,v 1.44 2001/11/13 13:14:34 lukem Exp $ */ /* * Copyright (c) 1995 Rolf Grossmann @@ -35,6 +35,9 @@ * audio driver. No ISDN support. */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: am7930.c,v 1.44 2001/11/13 13:14:34 lukem Exp $"); + #include "audio.h" #if NAUDIO > 0 diff --git a/sys/dev/ic/am7990.c b/sys/dev/ic/am7990.c index 4a78cc7b37b..777fabd008d 100644 --- a/sys/dev/ic/am7990.c +++ b/sys/dev/ic/am7990.c @@ -1,4 +1,4 @@ -/* $NetBSD: am7990.c,v 1.63 2001/07/07 15:53:16 thorpej Exp $ */ +/* $NetBSD: am7990.c,v 1.64 2001/11/13 13:14:34 lukem Exp $ */ /*- * Copyright (c) 1997, 1998 The NetBSD Foundation, Inc. @@ -75,6 +75,9 @@ * @(#)if_le.c 8.2 (Berkeley) 11/16/93 */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: am7990.c,v 1.64 2001/11/13 13:14:34 lukem Exp $"); + #include "bpfilter.h" #include "rnd.h" diff --git a/sys/dev/ic/am79900.c b/sys/dev/ic/am79900.c index b42c7071edd..6e19f460a3d 100644 --- a/sys/dev/ic/am79900.c +++ b/sys/dev/ic/am79900.c @@ -1,4 +1,4 @@ -/* $NetBSD: am79900.c,v 1.10 2001/07/07 15:53:16 thorpej Exp $ */ +/* $NetBSD: am79900.c,v 1.11 2001/11/13 13:14:34 lukem Exp $ */ /*- * Copyright (c) 1998 @@ -42,6 +42,9 @@ * @(#)if_le.c 8.2 (Berkeley) 11/16/93 */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: am79900.c,v 1.11 2001/11/13 13:14:34 lukem Exp $"); + #include "bpfilter.h" #include "rnd.h" diff --git a/sys/dev/ic/am79c930.c b/sys/dev/ic/am79c930.c index e3b9ce39723..a69db082cc3 100644 --- a/sys/dev/ic/am79c930.c +++ b/sys/dev/ic/am79c930.c @@ -1,4 +1,4 @@ -/* $NetBSD: am79c930.c,v 1.6 2000/07/04 14:16:21 onoe Exp $ */ +/* $NetBSD: am79c930.c,v 1.7 2001/11/13 13:14:34 lukem Exp $ */ /*- * Copyright (c) 1999 The NetBSD Foundation, Inc. @@ -60,6 +60,9 @@ * end isr */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: am79c930.c,v 1.7 2001/11/13 13:14:34 lukem Exp $"); + #include <sys/param.h> #include <sys/systm.h> #ifndef __FreeBSD__ diff --git a/sys/dev/ic/an.c b/sys/dev/ic/an.c index f0112f85ab6..7794b4d5b9d 100644 --- a/sys/dev/ic/an.c +++ b/sys/dev/ic/an.c @@ -1,4 +1,4 @@ -/* $NetBSD: an.c,v 1.20 2001/07/18 02:06:44 onoe Exp $ */ +/* $NetBSD: an.c,v 1.21 2001/11/13 13:14:34 lukem Exp $ */ /* * Copyright (c) 1997, 1998, 1999 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. @@ -90,6 +90,9 @@ * IETF meeting. */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: an.c,v 1.21 2001/11/13 13:14:34 lukem Exp $"); + #include "opt_inet.h" #include "bpfilter.h" diff --git a/sys/dev/ic/ate_subr.c b/sys/dev/ic/ate_subr.c index 77419730edc..8a521cbdb81 100644 --- a/sys/dev/ic/ate_subr.c +++ b/sys/dev/ic/ate_subr.c @@ -1,4 +1,4 @@ -/* $NetBSD: ate_subr.c,v 1.1 2001/03/31 00:26:54 jdolecek Exp $ */ +/* $NetBSD: ate_subr.c,v 1.2 2001/11/13 13:14:35 lukem Exp $ */ /* * All Rights Reserved, Copyright (C) Fujitsu Limited 1995 @@ -31,6 +31,9 @@ * incurred with its use. */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: ate_subr.c,v 1.2 2001/11/13 13:14:35 lukem Exp $"); + #include <sys/param.h> #include <sys/systm.h> #include <sys/device.h> diff --git a/sys/dev/ic/awi.c b/sys/dev/ic/awi.c index a9f6683e80c..542de77522f 100644 --- a/sys/dev/ic/awi.c +++ b/sys/dev/ic/awi.c @@ -1,4 +1,4 @@ -/* $NetBSD: awi.c,v 1.40 2001/09/20 13:54:44 onoe Exp $ */ +/* $NetBSD: awi.c,v 1.41 2001/11/13 13:14:35 lukem Exp $ */ /*- * Copyright (c) 1999,2000,2001 The NetBSD Foundation, Inc. @@ -84,6 +84,9 @@ * and to support adhoc mode by Atsushi Onoe <onoe@netbsd.org> */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: awi.c,v 1.41 2001/11/13 13:14:35 lukem Exp $"); + #include "opt_inet.h" #include "bpfilter.h" diff --git a/sys/dev/ic/ax88190.c b/sys/dev/ic/ax88190.c index 6e04702e42c..03e506e427e 100644 --- a/sys/dev/ic/ax88190.c +++ b/sys/dev/ic/ax88190.c @@ -1,4 +1,4 @@ -/* $NetBSD: ax88190.c,v 1.1 2001/08/04 11:38:57 enami Exp $ */ +/* $NetBSD: ax88190.c,v 1.2 2001/11/13 13:14:35 lukem Exp $ */ /*- * Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -36,6 +36,9 @@ * POSSIBILITY OF SUCH DAMAGE. */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: ax88190.c,v 1.2 2001/11/13 13:14:35 lukem Exp $"); + #include <sys/param.h> #include <sys/systm.h> #include <sys/device.h> diff --git a/sys/dev/ic/bha.c b/sys/dev/ic/bha.c index 27a6e709065..9fe43b47aec 100644 --- a/sys/dev/ic/bha.c +++ b/sys/dev/ic/bha.c @@ -1,4 +1,4 @@ -/* $NetBSD: bha.c,v 1.46 2001/08/20 12:00:52 wiz Exp $ */ +/* $NetBSD: bha.c,v 1.47 2001/11/13 13:14:35 lukem Exp $ */ /*- * Copyright (c) 1997, 1998, 1999 The NetBSD Foundation, Inc. @@ -52,6 +52,9 @@ * functioning of this software in any circumstances. */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: bha.c,v 1.47 2001/11/13 13:14:35 lukem Exp $"); + #include "opt_ddb.h" #include <sys/types.h> diff --git a/sys/dev/ic/bt463.c b/sys/dev/ic/bt463.c index 879da23a253..93137f5fd4c 100644 --- a/sys/dev/ic/bt463.c +++ b/sys/dev/ic/bt463.c @@ -1,4 +1,4 @@ -/* $NetBSD: bt463.c,v 1.5 2001/09/18 18:15:52 wiz Exp $ */ +/* $NetBSD: bt463.c,v 1.6 2001/11/13 13:14:35 lukem Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -68,6 +68,9 @@ * NetBSD: tga_bt463.c,v 1.5 2000/03/04 10:27:59 elric Exp */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: bt463.c,v 1.6 2001/11/13 13:14:35 lukem Exp $"); + #include <sys/param.h> #include <sys/systm.h> #include <sys/device.h> diff --git a/sys/dev/ic/bt485.c b/sys/dev/ic/bt485.c index 9d9306bbbaf..14fed48db74 100644 --- a/sys/dev/ic/bt485.c +++ b/sys/dev/ic/bt485.c @@ -1,4 +1,4 @@ -/* $NetBSD: bt485.c,v 1.6 2001/09/18 18:15:52 wiz Exp $ */ +/* $NetBSD: bt485.c,v 1.7 2001/11/13 13:14:35 lukem Exp $ */ /* * Copyright (c) 1995, 1996 Carnegie-Mellon University. @@ -31,6 +31,9 @@ * NetBSD: tga_bt485.c,v 1.4 1999/03/24 05:51:21 mrg Exp */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: bt485.c,v 1.7 2001/11/13 13:14:35 lukem Exp $"); + #include <sys/param.h> #include <sys/systm.h> #include <sys/device.h> diff --git a/sys/dev/ic/cac.c b/sys/dev/ic/cac.c index 885d79b0b19..6ff18f0f2cd 100644 --- a/sys/dev/ic/cac.c +++ b/sys/dev/ic/cac.c @@ -1,4 +1,4 @@ -/* $NetBSD: cac.c,v 1.18 2001/07/19 16:25:24 thorpej Exp $ */ +/* $NetBSD: cac.c,v 1.19 2001/11/13 13:14:35 lukem Exp $ */ /*- * Copyright (c) 2000 The NetBSD Foundation, Inc. @@ -40,6 +40,9 @@ * Driver for Compaq array controllers. */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: cac.c,v 1.19 2001/11/13 13:14:35 lukem Exp $"); + #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/dev/ic/cd18xx.c b/sys/dev/ic/cd18xx.c index fe39dbba8ea..fc7fe65a6f7 100644 --- a/sys/dev/ic/cd18xx.c +++ b/sys/dev/ic/cd18xx.c @@ -1,4 +1,4 @@ -/* $NetBSD: cd18xx.c,v 1.1 2001/10/03 04:25:30 mrg Exp $ */ +/* $NetBSD: cd18xx.c,v 1.2 2001/11/13 13:14:35 lukem Exp $ */ /* * Copyright (c) 1998, 2001 Matthew R. Green @@ -104,6 +104,9 @@ * the com and z8530 drivers. thanks charles. */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: cd18xx.c,v 1.2 2001/11/13 13:14:35 lukem Exp $"); + #include <sys/param.h> #include <sys/conf.h> #include <sys/device.h> diff --git a/sys/dev/ic/clmpcc.c b/sys/dev/ic/clmpcc.c index ac9dcd8a639..80c0c4ab111 100644 --- a/sys/dev/ic/clmpcc.c +++ b/sys/dev/ic/clmpcc.c @@ -1,4 +1,4 @@ -/* $NetBSD: clmpcc.c,v 1.17 2001/07/12 17:21:01 scw Exp $ */ +/* $NetBSD: clmpcc.c,v 1.18 2001/11/13 13:14:35 lukem Exp $ */ /*- * Copyright (c) 1999 The NetBSD Foundation, Inc. @@ -40,6 +40,9 @@ * Cirrus Logic CD2400/CD2401 Four Channel Multi-Protocol Comms. Controller. */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: clmpcc.c,v 1.18 2001/11/13 13:14:35 lukem Exp $"); + #include "opt_ddb.h" #include <sys/types.h> diff --git a/sys/dev/ic/com.c b/sys/dev/ic/com.c index 96238a56ef9..8966afb39fc 100644 --- a/sys/dev/ic/com.c +++ b/sys/dev/ic/com.c @@ -1,4 +1,4 @@ -/* $NetBSD: com.c,v 1.190 2001/11/05 21:39:24 fvdl Exp $ */ +/* $NetBSD: com.c,v 1.191 2001/11/13 13:14:36 lukem Exp $ */ /*- * Copyright (c) 1998, 1999 The NetBSD Foundation, Inc. @@ -76,6 +76,9 @@ * Supports automatic hardware flow control on StarTech ST16C650A UART */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: com.c,v 1.191 2001/11/13 13:14:36 lukem Exp $"); + #include "opt_com.h" #include "opt_ddb.h" #include "opt_ddbparam.h" diff --git a/sys/dev/ic/com_upc.c b/sys/dev/ic/com_upc.c index cbfb34b5c19..8ad6877a077 100644 --- a/sys/dev/ic/com_upc.c +++ b/sys/dev/ic/com_upc.c @@ -1,4 +1,4 @@ -/* $NetBSD: com_upc.c,v 1.1 2000/08/16 23:56:12 bjh21 Exp $ */ +/* $NetBSD: com_upc.c,v 1.2 2001/11/13 13:14:36 lukem Exp $ */ /*- * Copyright (c) 2000 Ben Harris * All rights reserved. @@ -27,10 +27,10 @@ */ /* This file is part of NetBSD/arm26 -- a port of NetBSD to ARM2/3 machines. */ -#include <sys/param.h> - -__RCSID("$NetBSD: com_upc.c,v 1.1 2000/08/16 23:56:12 bjh21 Exp $"); +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: com_upc.c,v 1.2 2001/11/13 13:14:36 lukem Exp $"); +#include <sys/param.h> #include <sys/device.h> #include <sys/termios.h> /* XXX for tcflag_t in comvar.h */ diff --git a/sys/dev/ic/cs4231.c b/sys/dev/ic/cs4231.c index 41b64023907..49744352eb7 100644 --- a/sys/dev/ic/cs4231.c +++ b/sys/dev/ic/cs4231.c @@ -1,4 +1,4 @@ -/* $NetBSD: cs4231.c,v 1.5 2001/10/03 00:04:49 augustss Exp $ */ +/* $NetBSD: cs4231.c,v 1.6 2001/11/13 13:14:36 lukem Exp $ */ /*- * Copyright (c) 1998, 1999 The NetBSD Foundation, Inc. @@ -36,6 +36,9 @@ * POSSIBILITY OF SUCH DAMAGE. */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: cs4231.c,v 1.6 2001/11/13 13:14:36 lukem Exp $"); + #include "audio.h" #if NAUDIO > 0 diff --git a/sys/dev/ic/cy.c b/sys/dev/ic/cy.c index 0110f96433c..bf5e8d2edfe 100644 --- a/sys/dev/ic/cy.c +++ b/sys/dev/ic/cy.c @@ -1,4 +1,4 @@ -/* $NetBSD: cy.c,v 1.23 2001/07/07 16:13:47 thorpej Exp $ */ +/* $NetBSD: cy.c,v 1.24 2001/11/13 13:14:36 lukem Exp $ */ /* * cy.c @@ -15,6 +15,9 @@ * can be enabled by defining CY_DEBUG1 */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: cy.c,v 1.24 2001/11/13 13:14:36 lukem Exp $"); + #include <sys/types.h> #include <sys/param.h> #include <sys/ioctl.h> diff --git a/sys/dev/ic/daic.c b/sys/dev/ic/daic.c index 4ed7c49dc88..6cd1b06101b 100644 --- a/sys/dev/ic/daic.c +++ b/sys/dev/ic/daic.c @@ -29,6 +29,9 @@ * daic.c: MI driver for Diehl active ISDN cards (S, SX, SXn, SCOM, QUADRO) */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: daic.c,v 1.5 2001/11/13 13:14:36 lukem Exp $"); + #include <sys/types.h> #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ic/decmonitors.c b/sys/dev/ic/decmonitors.c index 6df09a563a5..3354b4fe8e8 100644 --- a/sys/dev/ic/decmonitors.c +++ b/sys/dev/ic/decmonitors.c @@ -1,4 +1,4 @@ -/* $NetBSD: decmonitors.c,v 1.1 2000/03/04 10:25:07 elric Exp $ */ +/* $NetBSD: decmonitors.c,v 1.2 2001/11/13 13:14:36 lukem Exp $ */ /*- * Copyright (c) 1998, 1999 The NetBSD Foundation, Inc. @@ -36,6 +36,9 @@ * POSSIBILITY OF SUCH DAMAGE. */ +#include <sys/cdefs.h> +__KERNEL_RCSID(1, "$NetBSD: decmonitors.c,v 1.2 2001/11/13 13:14:36 lukem Exp $"); + #include <sys/types.h> #include <dev/ic/monitors.h> diff --git a/sys/dev/ic/depca.c b/sys/dev/ic/depca.c index 5b9acd4f8b8..dbb946dae1f 100644 --- a/sys/dev/ic/depca.c +++ b/sys/dev/ic/depca.c @@ -1,4 +1,4 @@ -/* $NetBSD: depca.c,v 1.3 2001/07/08 17:52:02 thorpej Exp $ */ +/* $NetBSD: depca.c,v 1.4 2001/11/13 13:14:36 lukem Exp $ */ /*- * Copyright (c) 1997, 1998, 2000 The NetBSD Foundation, Inc. @@ -75,6 +75,9 @@ * @(#)if_le.c 8.2 (Berkeley) 11/16/93 */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: depca.c,v 1.4 2001/11/13 13:14:36 lukem Exp $"); + #include <sys/param.h> #include <sys/systm.h> #include <sys/mbuf.h> diff --git a/sys/dev/ic/dl10019.c b/sys/dev/ic/dl10019.c index b1b94365839..52d18760131 100644 --- a/sys/dev/ic/dl10019.c +++ b/sys/dev/ic/dl10019.c @@ -1,4 +1,4 @@ -/* $NetBSD: dl10019.c,v 1.5 2001/07/08 17:52:02 thorpej Exp $ */ +/* $NetBSD: dl10019.c,v 1.6 2001/11/13 13:14:36 lukem Exp $ */ /*- * Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -36,6 +36,9 @@ * POSSIBILITY OF SUCH DAMAGE. */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: dl10019.c,v 1.6 2001/11/13 13:14:36 lukem Exp $"); + #include <sys/param.h> #include <sys/systm.h> #include <sys/mbuf.h> diff --git a/sys/dev/ic/dp8390.c b/sys/dev/ic/dp8390.c index b9470611ddc..9c99633d9e1 100644 --- a/sys/dev/ic/dp8390.c +++ b/sys/dev/ic/dp8390.c @@ -1,4 +1,4 @@ -/* $NetBSD: dp8390.c,v 1.48 2001/09/16 16:34:36 wiz Exp $ */ +/* $NetBSD: dp8390.c,v 1.49 2001/11/13 13:14:36 lukem Exp $ */ /* * Device driver for National Semiconductor DS8390/WD83C690 based ethernet @@ -13,6 +13,9 @@ * the author assume any responsibility for damages incurred with its use. */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: dp8390.c,v 1.49 2001/11/13 13:14:36 lukem Exp $"); + #include "opt_ipkdb.h" #include "opt_inet.h" #include "opt_ns.h" diff --git a/sys/dev/ic/dp83932.c b/sys/dev/ic/dp83932.c index 93f3821af99..48f9cad7532 100644 --- a/sys/dev/ic/dp83932.c +++ b/sys/dev/ic/dp83932.c @@ -1,4 +1,4 @@ -/* $NetBSD: dp83932.c,v 1.4 2001/07/23 16:33:48 tsutsui Exp $ */ +/* $NetBSD: dp83932.c,v 1.5 2001/11/13 13:14:36 lukem Exp $ */ /*- * Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -41,6 +41,9 @@ * Systems-Oriented Network Interface Controller (SONIC). */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: dp83932.c,v 1.5 2001/11/13 13:14:36 lukem Exp $"); + #include "bpfilter.h" #include <sys/param.h> diff --git a/sys/dev/ic/dpt.c b/sys/dev/ic/dpt.c index 22752ae7022..3eab6faad7d 100644 --- a/sys/dev/ic/dpt.c +++ b/sys/dev/ic/dpt.c @@ -1,4 +1,4 @@ -/* $NetBSD: dpt.c,v 1.30 2001/07/19 16:25:24 thorpej Exp $ */ +/* $NetBSD: dpt.c,v 1.31 2001/11/13 13:14:36 lukem Exp $ */ /*- * Copyright (c) 1997, 1998, 1999, 2000, 2001 The NetBSD Foundation, Inc. @@ -54,6 +54,9 @@ * functioning of this software in any circumstances. */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: dpt.c,v 1.31 2001/11/13 13:14:36 lukem Exp $"); + #include <sys/param.h> #include <sys/systm.h> #include <sys/device.h> diff --git a/sys/dev/ic/elink3.c b/sys/dev/ic/elink3.c index 78e75138d2f..c3eaaca5921 100644 --- a/sys/dev/ic/elink3.c +++ b/sys/dev/ic/elink3.c @@ -1,4 +1,4 @@ -/* $NetBSD: elink3.c,v 1.99 2001/11/10 22:48:09 perry Exp $ */ +/* $NetBSD: elink3.c,v 1.100 2001/11/13 13:14:37 lukem Exp $ */ /*- * Copyright (c) 1998, 2001 The NetBSD Foundation, Inc. @@ -68,6 +68,9 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: elink3.c,v 1.100 2001/11/13 13:14:37 lukem Exp $"); + #include "opt_inet.h" #include "opt_ns.h" #include "bpfilter.h" diff --git a/sys/dev/ic/elinkxl.c b/sys/dev/ic/elinkxl.c index 009d191fcda..4fe96b85cc4 100644 --- a/sys/dev/ic/elinkxl.c +++ b/sys/dev/ic/elinkxl.c @@ -1,4 +1,4 @@ -/* $NetBSD: elinkxl.c,v 1.59 2001/11/10 22:48:09 perry Exp $ */ +/* $NetBSD: elinkxl.c,v 1.60 2001/11/13 13:14:37 lukem Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -36,6 +36,9 @@ * POSSIBILITY OF SUCH DAMAGE. */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: elinkxl.c,v 1.60 2001/11/13 13:14:37 lukem Exp $"); + #include "bpfilter.h" #include "rnd.h" diff --git a/sys/dev/ic/gem.c b/sys/dev/ic/gem.c index 5277ac4db5f..1561284c813 100644 --- a/sys/dev/ic/gem.c +++ b/sys/dev/ic/gem.c @@ -1,4 +1,4 @@ -/* $NetBSD: gem.c,v 1.9 2001/10/21 20:45:15 thorpej Exp $ */ +/* $NetBSD: gem.c,v 1.10 2001/11/13 13:14:37 lukem Exp $ */ /* * @@ -33,6 +33,9 @@ * Driver for Sun GEM ethernet controllers. */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: gem.c,v 1.10 2001/11/13 13:14:37 lukem Exp $"); + #include "bpfilter.h" #include <sys/param.h> diff --git a/sys/dev/ic/hd64570.c b/sys/dev/ic/hd64570.c index 611e3ae37f1..361507224a6 100644 --- a/sys/dev/ic/hd64570.c +++ b/sys/dev/ic/hd64570.c @@ -1,4 +1,4 @@ -/* $NetBSD: hd64570.c,v 1.19 2001/08/14 11:55:38 mrg Exp $ */ +/* $NetBSD: hd64570.c,v 1.20 2001/11/13 13:14:37 lukem Exp $ */ /* * Copyright (c) 1999 Christian E. Hopps @@ -64,6 +64,9 @@ * rx uses a page and tx uses a page. */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: hd64570.c,v 1.20 2001/11/13 13:14:37 lukem Exp $"); + #include "bpfilter.h" #include "opt_inet.h" #include "opt_iso.h" diff --git a/sys/dev/ic/hme.c b/sys/dev/ic/hme.c index 6921fdb4e15..51f7aaae6ff 100644 --- a/sys/dev/ic/hme.c +++ b/sys/dev/ic/hme.c @@ -1,4 +1,4 @@ -/* $NetBSD: hme.c,v 1.24 2001/10/22 16:47:43 mrg Exp $ */ +/* $NetBSD: hme.c,v 1.25 2001/11/13 13:14:37 lukem Exp $ */ /*- * Copyright (c) 1999 The NetBSD Foundation, Inc. @@ -40,6 +40,9 @@ * HME Ethernet module driver. */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: hme.c,v 1.25 2001/11/13 13:14:37 lukem Exp $"); + #define HMEDEBUG #include "opt_inet.h" diff --git a/sys/dev/ic/hscx.c b/sys/dev/ic/hscx.c index 5cdc0590668..dab61c613a9 100644 --- a/sys/dev/ic/hscx.c +++ b/sys/dev/ic/hscx.c @@ -27,12 +27,15 @@ * i4b - Siemens HSCX chip (B-channel) handling * -------------------------------------------- * - * $Id: hscx.c,v 1.2 2001/03/24 12:40:29 martin Exp $ + * $Id: hscx.c,v 1.3 2001/11/13 13:14:37 lukem Exp $ * * last edit-date: [Fri Jan 5 11:36:10 2001] * *---------------------------------------------------------------------------*/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: hscx.c,v 1.3 2001/11/13 13:14:37 lukem Exp $"); + #include <sys/param.h> #if defined(__FreeBSD_version) && __FreeBSD_version >= 300001 #include <sys/ioccom.h> diff --git a/sys/dev/ic/i82365.c b/sys/dev/ic/i82365.c index b6a6cd14828..9e013b7dfef 100644 --- a/sys/dev/ic/i82365.c +++ b/sys/dev/ic/i82365.c @@ -1,6 +1,4 @@ -/* $NetBSD: i82365.c,v 1.62 2001/02/21 21:39:55 jdolecek Exp $ */ - -#define PCICDEBUG +/* $NetBSD: i82365.c,v 1.63 2001/11/13 13:14:38 lukem Exp $ */ /* * Copyright (c) 2000 Christian E. Hopps. All rights reserved. @@ -32,6 +30,11 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: i82365.c,v 1.63 2001/11/13 13:14:38 lukem Exp $"); + +#define PCICDEBUG + #include <sys/types.h> #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ic/i82557.c b/sys/dev/ic/i82557.c index bd16913c1da..b74a08c91f1 100644 --- a/sys/dev/ic/i82557.c +++ b/sys/dev/ic/i82557.c @@ -1,4 +1,4 @@ -/* $NetBSD: i82557.c,v 1.60 2001/09/16 16:34:37 wiz Exp $ */ +/* $NetBSD: i82557.c,v 1.61 2001/11/13 13:14:38 lukem Exp $ */ /*- * Copyright (c) 1997, 1998, 1999, 2001 The NetBSD Foundation, Inc. @@ -72,6 +72,9 @@ * and its successors, the i82558 and i82559. */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: i82557.c,v 1.61 2001/11/13 13:14:38 lukem Exp $"); + #include "bpfilter.h" #include "rnd.h" diff --git a/sys/dev/ic/i82586.c b/sys/dev/ic/i82586.c index d540dad7a2c..f4235549faf 100644 --- a/sys/dev/ic/i82586.c +++ b/sys/dev/ic/i82586.c @@ -1,4 +1,4 @@ -/* $NetBSD: i82586.c,v 1.40 2001/11/13 13:01:22 lukem Exp $ */ +/* $NetBSD: i82586.c,v 1.41 2001/11/13 13:14:38 lukem Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -143,10 +143,13 @@ Mode of operation: the synchronization. */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: i82586.c,v 1.41 2001/11/13 13:14:38 lukem Exp $"); + #include "bpfilter.h" #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: i82586.c,v 1.40 2001/11/13 13:01:22 lukem Exp $"); +__KERNEL_RCSID(0, "$NetBSD: i82586.c,v 1.41 2001/11/13 13:14:38 lukem Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ic/iha.c b/sys/dev/ic/iha.c index 4af8c7f0a33..95736723a4e 100644 --- a/sys/dev/ic/iha.c +++ b/sys/dev/ic/iha.c @@ -1,4 +1,4 @@ -/* $NetBSD: iha.c,v 1.10 2001/09/29 14:23:37 tsutsui Exp $ */ +/* $NetBSD: iha.c,v 1.11 2001/11/13 13:14:38 lukem Exp $ */ /* * Initio INI-9xxxU/UW SCSI Device Driver * @@ -47,6 +47,9 @@ * $OpenBSD: iha.c,v 1.3 2001/02/20 00:47:33 krw Exp $ */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: iha.c,v 1.11 2001/11/13 13:14:38 lukem Exp $"); + #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/dev/ic/intersil7170.c b/sys/dev/ic/intersil7170.c index 560834b08f7..a444c69d24b 100644 --- a/sys/dev/ic/intersil7170.c +++ b/sys/dev/ic/intersil7170.c @@ -1,4 +1,4 @@ -/* $NetBSD: intersil7170.c,v 1.1 2000/07/25 22:33:02 pk Exp $ */ +/* $NetBSD: intersil7170.c,v 1.2 2001/11/13 13:14:38 lukem Exp $ */ /*- * Copyright (c) 2000 The NetBSD Foundation, Inc. * All rights reserved. @@ -39,6 +39,9 @@ * Intersil 7170 time-of-day chip subroutines. */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: intersil7170.c,v 1.2 2001/11/13 13:14:38 lukem Exp $"); + #include <sys/param.h> #include <sys/malloc.h> #include <sys/systm.h> diff --git a/sys/dev/ic/interwave.c b/sys/dev/ic/interwave.c index e6e0242a418..cdf80cba4f3 100644 --- a/sys/dev/ic/interwave.c +++ b/sys/dev/ic/interwave.c @@ -1,4 +1,4 @@ -/* $NetBSD: interwave.c,v 1.13 2000/06/26 04:56:18 simonb Exp $ */ +/* $NetBSD: interwave.c,v 1.14 2001/11/13 13:14:38 lukem Exp $ */ /* * Copyright (c) 1997, 1999 The NetBSD Foundation, Inc. @@ -35,6 +35,9 @@ * POSSIBILITY OF SUCH DAMAGE. */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: interwave.c,v 1.14 2001/11/13 13:14:38 lukem Exp $"); + #include <sys/param.h> #include <sys/systm.h> #include <sys/errno.h> diff --git a/sys/dev/ic/isac.c b/sys/dev/ic/isac.c index e3a3a9abe47..fe1fe26dc7d 100644 --- a/sys/dev/ic/isac.c +++ b/sys/dev/ic/isac.c @@ -27,12 +27,15 @@ * i4b_isac.c - i4b siemens isdn chipset driver ISAC handler * --------------------------------------------------------- * - * $Id: isac.c,v 1.2 2001/03/24 12:40:29 martin Exp $ + * $Id: isac.c,v 1.3 2001/11/13 13:14:38 lukem Exp $ * * last edit-date: [Fri Jan 5 11:36:10 2001] * *---------------------------------------------------------------------------*/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: isac.c,v 1.3 2001/11/13 13:14:38 lukem Exp $"); + #ifdef __FreeBSD__ #include "opt_i4b.h" #endif diff --git a/sys/dev/ic/isic.c b/sys/dev/ic/isic.c index fb37694a4e5..b71a7c4a619 100644 --- a/sys/dev/ic/isic.c +++ b/sys/dev/ic/isic.c @@ -27,12 +27,15 @@ * i4b_isic.c - global isic stuff * ============================== * - * $Id: isic.c,v 1.2 2001/03/24 12:40:29 martin Exp $ + * $Id: isic.c,v 1.3 2001/11/13 13:14:39 lukem Exp $ * * last edit-date: [Fri Jan 5 11:36:10 2001] * *---------------------------------------------------------------------------*/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: isic.c,v 1.3 2001/11/13 13:14:39 lukem Exp $"); + #include <sys/param.h> #include <sys/ioccom.h> #include <sys/kernel.h> diff --git a/sys/dev/ic/isic_bchan.c b/sys/dev/ic/isic_bchan.c index 82bf0c21d0b..5b0aa2fed6a 100644 --- a/sys/dev/ic/isic_bchan.c +++ b/sys/dev/ic/isic_bchan.c @@ -27,12 +27,15 @@ * i4b_bchan.c - B channel handling L1 procedures * ---------------------------------------------- * - * $Id: isic_bchan.c,v 1.3 2001/03/25 14:38:23 is Exp $ + * $Id: isic_bchan.c,v 1.4 2001/11/13 13:14:39 lukem Exp $ * * last edit-date: [Fri Jan 5 11:36:11 2001] * *---------------------------------------------------------------------------*/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: isic_bchan.c,v 1.4 2001/11/13 13:14:39 lukem Exp $"); + #include <sys/param.h> #if defined(__FreeBSD__) && __FreeBSD__ >= 3 #include <sys/ioccom.h> diff --git a/sys/dev/ic/isic_l1.c b/sys/dev/ic/isic_l1.c index c792f2fcf3a..8548430c3f1 100644 --- a/sys/dev/ic/isic_l1.c +++ b/sys/dev/ic/isic_l1.c @@ -1,4 +1,4 @@ -/* $NetBSD: isic_l1.c,v 1.2 2001/03/24 12:40:29 martin Exp $ */ +/* $NetBSD: isic_l1.c,v 1.3 2001/11/13 13:14:39 lukem Exp $ */ /* * Copyright (c) 1997, 2000 Hellmuth Michaelis. All rights reserved. @@ -26,6 +26,9 @@ * */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: isic_l1.c,v 1.3 2001/11/13 13:14:39 lukem Exp $"); + #include <sys/param.h> #include <sys/ioctl.h> #include <sys/kernel.h> diff --git a/sys/dev/ic/isic_l1fsm.c b/sys/dev/ic/isic_l1fsm.c index 67f5d8079c4..513c9687231 100644 --- a/sys/dev/ic/isic_l1fsm.c +++ b/sys/dev/ic/isic_l1fsm.c @@ -27,12 +27,15 @@ * i4b_l1fsm.c - isdn4bsd layer 1 I.430 state machine * -------------------------------------------------- * - * $Id: isic_l1fsm.c,v 1.2 2001/03/24 12:40:30 martin Exp $ + * $Id: isic_l1fsm.c,v 1.3 2001/11/13 13:14:39 lukem Exp $ * * last edit-date: [Fri Jan 5 11:36:11 2001] * *---------------------------------------------------------------------------*/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: isic_l1fsm.c,v 1.3 2001/11/13 13:14:39 lukem Exp $"); + #include <sys/param.h> #if defined(__FreeBSD__) && __FreeBSD__ >= 3 #include <sys/ioccom.h> diff --git a/sys/dev/ic/isp.c b/sys/dev/ic/isp.c index 3520621c580..84e8163f981 100644 --- a/sys/dev/ic/isp.c +++ b/sys/dev/ic/isp.c @@ -1,4 +1,4 @@ -/* $NetBSD: isp.c,v 1.84 2001/10/23 23:21:00 mjacob Exp $ */ +/* $NetBSD: isp.c,v 1.85 2001/11/13 13:14:39 lukem Exp $ */ /* * This driver, which is contained in NetBSD in the files: * @@ -67,6 +67,9 @@ * Include header file appropriate for platform we're building on. */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: isp.c,v 1.85 2001/11/13 13:14:39 lukem Exp $"); + #ifdef __NetBSD__ #include <dev/ic/isp_netbsd.h> #endif diff --git a/sys/dev/ic/isp_netbsd.c b/sys/dev/ic/isp_netbsd.c index c1063dbe05c..f18dd2b5d83 100644 --- a/sys/dev/ic/isp_netbsd.c +++ b/sys/dev/ic/isp_netbsd.c @@ -1,4 +1,4 @@ -/* $NetBSD: isp_netbsd.c,v 1.49 2001/09/28 16:23:19 mjacob Exp $ */ +/* $NetBSD: isp_netbsd.c,v 1.50 2001/11/13 13:14:39 lukem Exp $ */ /* * This driver, which is contained in NetBSD in the files: * @@ -58,6 +58,9 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: isp_netbsd.c,v 1.50 2001/11/13 13:14:39 lukem Exp $"); + #include <dev/ic/isp_netbsd.h> #include <sys/scsiio.h> diff --git a/sys/dev/ic/isp_target.c b/sys/dev/ic/isp_target.c index 211aae80ddd..fd88ab9e01e 100644 --- a/sys/dev/ic/isp_target.c +++ b/sys/dev/ic/isp_target.c @@ -1,4 +1,4 @@ -/* $NetBSD: isp_target.c,v 1.15 2001/09/05 22:32:38 mjacob Exp $ */ +/* $NetBSD: isp_target.c,v 1.16 2001/11/13 13:14:40 lukem Exp $ */ /* * This driver, which is contained in NetBSD in the files: * @@ -60,6 +60,9 @@ * Include header file appropriate for platform we're building on. */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: isp_target.c,v 1.16 2001/11/13 13:14:40 lukem Exp $"); + #ifdef __NetBSD__ #include <dev/ic/isp_netbsd.h> #endif diff --git a/sys/dev/ic/lance.c b/sys/dev/ic/lance.c index 579761967e4..5914a421e05 100644 --- a/sys/dev/ic/lance.c +++ b/sys/dev/ic/lance.c @@ -1,4 +1,4 @@ -/* $NetBSD: lance.c,v 1.25 2001/07/07 16:13:48 thorpej Exp $ */ +/* $NetBSD: lance.c,v 1.26 2001/11/13 13:14:40 lukem Exp $ */ /*- * Copyright (c) 1997, 1998 The NetBSD Foundation, Inc. @@ -75,6 +75,9 @@ * @(#)if_le.c 8.2 (Berkeley) 11/16/93 */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: lance.c,v 1.26 2001/11/13 13:14:40 lukem Exp $"); + #include "opt_ccitt.h" #include "opt_llc.h" #include "bpfilter.h" diff --git a/sys/dev/ic/ld_cac.c b/sys/dev/ic/ld_cac.c index e93d5b2b36a..90a5536cd22 100644 --- a/sys/dev/ic/ld_cac.c +++ b/sys/dev/ic/ld_cac.c @@ -1,4 +1,4 @@ -/* $NetBSD: ld_cac.c,v 1.3 2001/06/10 10:48:43 ad Exp $ */ +/* $NetBSD: ld_cac.c,v 1.4 2001/11/13 13:14:40 lukem Exp $ */ /*- * Copyright (c) 2000 The NetBSD Foundation, Inc. @@ -40,6 +40,9 @@ * Compaq array controller front-end for ld(4) driver. */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: ld_cac.c,v 1.4 2001/11/13 13:14:40 lukem Exp $"); + #include "rnd.h" #include <sys/param.h> diff --git a/sys/dev/ic/ld_mlx.c b/sys/dev/ic/ld_mlx.c index 18338a73059..da85a831b08 100644 --- a/sys/dev/ic/ld_mlx.c +++ b/sys/dev/ic/ld_mlx.c @@ -1,4 +1,4 @@ -/* $NetBSD: ld_mlx.c,v 1.2 2001/06/10 10:48:43 ad Exp $ */ +/* $NetBSD: ld_mlx.c,v 1.3 2001/11/13 13:14:40 lukem Exp $ */ /*- * Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -40,6 +40,9 @@ * Mylex DAC960 front-end for ld(4) driver. */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: ld_mlx.c,v 1.3 2001/11/13 13:14:40 lukem Exp $"); + #include "rnd.h" #include <sys/param.h> diff --git a/sys/dev/ic/lemac.c b/sys/dev/ic/lemac.c index 60c40468a86..fd16bcd4fec 100644 --- a/sys/dev/ic/lemac.c +++ b/sys/dev/ic/lemac.c @@ -1,4 +1,4 @@ -/* $NetBSD: lemac.c,v 1.22 2001/07/07 16:13:48 thorpej Exp $ */ +/* $NetBSD: lemac.c,v 1.23 2001/11/13 13:14:40 lukem Exp $ */ /*- * Copyright (c) 1994, 1995, 1997 Matt Thomas <matt@3am-software.com> @@ -33,6 +33,9 @@ * This driver supports the LEMAC DE203/204/205 cards. */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: lemac.c,v 1.23 2001/11/13 13:14:40 lukem Exp $"); + #include "opt_inet.h" #include "opt_ns.h" #include "rnd.h" diff --git a/sys/dev/ic/lpt.c b/sys/dev/ic/lpt.c index df510313c27..7a7e42fdc4b 100644 --- a/sys/dev/ic/lpt.c +++ b/sys/dev/ic/lpt.c @@ -1,4 +1,4 @@ -/* $NetBSD: lpt.c,v 1.57 2000/07/06 01:47:37 thorpej Exp $ */ +/* $NetBSD: lpt.c,v 1.58 2001/11/13 13:14:40 lukem Exp $ */ /* * Copyright (c) 1993, 1994 Charles M. Hannum. @@ -53,6 +53,9 @@ * Device Driver for AT style parallel printer port */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: lpt.c,v 1.58 2001/11/13 13:14:40 lukem Exp $"); + #include <sys/param.h> #include <sys/systm.h> #include <sys/proc.h> diff --git a/sys/dev/ic/lpt_upc.c b/sys/dev/ic/lpt_upc.c index 96d2cbcf719..ae5363f2714 100644 --- a/sys/dev/ic/lpt_upc.c +++ b/sys/dev/ic/lpt_upc.c @@ -1,4 +1,4 @@ -/* $NetBSD: lpt_upc.c,v 1.1 2000/08/16 23:56:12 bjh21 Exp $ */ +/* $NetBSD: lpt_upc.c,v 1.2 2001/11/13 13:14:41 lukem Exp $ */ /*- * Copyright (c) 2000 Ben Harris * All rights reserved. @@ -27,10 +27,10 @@ */ /* This file is part of NetBSD/arm26 -- a port of NetBSD to ARM2/3 machines. */ -#include <sys/param.h> - -__RCSID("$NetBSD: lpt_upc.c,v 1.1 2000/08/16 23:56:12 bjh21 Exp $"); +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: lpt_upc.c,v 1.2 2001/11/13 13:14:41 lukem Exp $"); +#include <sys/param.h> #include <sys/device.h> #include <sys/systm.h> diff --git a/sys/dev/ic/lsi64854.c b/sys/dev/ic/lsi64854.c index bdee096c6aa..3369ba64ccb 100644 --- a/sys/dev/ic/lsi64854.c +++ b/sys/dev/ic/lsi64854.c @@ -1,4 +1,4 @@ -/* $NetBSD: lsi64854.c,v 1.18 2001/06/04 20:56:51 mrg Exp $ */ +/* $NetBSD: lsi64854.c,v 1.19 2001/11/13 13:14:41 lukem Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -36,6 +36,9 @@ * POSSIBILITY OF SUCH DAMAGE. */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: lsi64854.c,v 1.19 2001/11/13 13:14:41 lukem Exp $"); + #include <sys/types.h> #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ic/mb86960.c b/sys/dev/ic/mb86960.c index dcca8af2017..a5b66cb29b3 100644 --- a/sys/dev/ic/mb86960.c +++ b/sys/dev/ic/mb86960.c @@ -1,4 +1,4 @@ -/* $NetBSD: mb86960.c,v 1.49 2001/09/16 16:34:37 wiz Exp $ */ +/* $NetBSD: mb86960.c,v 1.50 2001/11/13 13:14:41 lukem Exp $ */ /* * All Rights Reserved, Copyright (C) Fujitsu Limited 1995 @@ -31,6 +31,9 @@ * incurred with its use. */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: mb86960.c,v 1.50 2001/11/13 13:14:41 lukem Exp $"); + #define FE_VERSION "if_fe.c ver. 0.8" /* diff --git a/sys/dev/ic/mb89352.c b/sys/dev/ic/mb89352.c index a86577f9b39..4745e679730 100644 --- a/sys/dev/ic/mb89352.c +++ b/sys/dev/ic/mb89352.c @@ -1,12 +1,6 @@ -/* $NetBSD: mb89352.c,v 1.9 2001/11/04 12:05:42 tsutsui Exp $ */ +/* $NetBSD: mb89352.c,v 1.10 2001/11/13 13:14:41 lukem Exp $ */ /* NecBSD: mb89352.c,v 1.4 1998/03/14 07:31:20 kmatsuda Exp */ -#ifdef DDB -#define integrate -#else -#define integrate __inline static -#endif - /*- * Copyright (c) 1996,97,98,99 The NetBSD Foundation, Inc. * All rights reserved. @@ -75,6 +69,15 @@ * 4) Rewrite it to use malloc for the acb structs instead of static alloc.? */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: mb89352.c,v 1.10 2001/11/13 13:14:41 lukem Exp $"); + +#ifdef DDB +#define integrate +#else +#define integrate __inline static +#endif + /* * A few customizable items: */ diff --git a/sys/dev/ic/midway.c b/sys/dev/ic/midway.c index e1fa84ec917..1dbb2ae2c4b 100644 --- a/sys/dev/ic/midway.c +++ b/sys/dev/ic/midway.c @@ -1,4 +1,4 @@ -/* $NetBSD: midway.c,v 1.54 2001/09/28 11:59:54 chs Exp $ */ +/* $NetBSD: midway.c,v 1.55 2001/11/13 13:14:41 lukem Exp $ */ /* (sync'd to midway.c 1.68) */ /* @@ -67,6 +67,9 @@ * - remove updating if_lastchange for every packet. */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: midway.c,v 1.55 2001/11/13 13:14:41 lukem Exp $"); + #undef EN_DEBUG #undef EN_DEBUG_RANGE /* check ranges on en_read/en_write's? */ #define EN_MBUF_OPT /* try and put more stuff in mbuf? */ diff --git a/sys/dev/ic/mk48txx.c b/sys/dev/ic/mk48txx.c index 9a6e26140d0..0ff30148063 100644 --- a/sys/dev/ic/mk48txx.c +++ b/sys/dev/ic/mk48txx.c @@ -1,4 +1,4 @@ -/* $NetBSD: mk48txx.c,v 1.7 2001/04/08 17:05:10 tsutsui Exp $ */ +/* $NetBSD: mk48txx.c,v 1.8 2001/11/13 13:14:41 lukem Exp $ */ /*- * Copyright (c) 2000 The NetBSD Foundation, Inc. * All rights reserved. @@ -39,6 +39,9 @@ * Mostek MK48T02, MK48T08, MK48T59 time-of-day chip subroutines. */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: mk48txx.c,v 1.8 2001/11/13 13:14:41 lukem Exp $"); + #include <sys/param.h> #include <sys/malloc.h> #include <sys/systm.h> diff --git a/sys/dev/ic/mlx.c b/sys/dev/ic/mlx.c index 6d79f1d6a2c..dee337d716a 100644 --- a/sys/dev/ic/mlx.c +++ b/sys/dev/ic/mlx.c @@ -1,4 +1,4 @@ -/* $NetBSD: mlx.c,v 1.14 2001/09/18 18:15:52 wiz Exp $ */ +/* $NetBSD: mlx.c,v 1.15 2001/11/13 13:14:41 lukem Exp $ */ /*- * Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -73,6 +73,9 @@ * o SCSI pass-through. */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: mlx.c,v 1.15 2001/11/13 13:14:41 lukem Exp $"); + #include "ld.h" #include <sys/param.h> diff --git a/sys/dev/ic/mm58167.c b/sys/dev/ic/mm58167.c index 4dc1523fa2d..908297ef06d 100644 --- a/sys/dev/ic/mm58167.c +++ b/sys/dev/ic/mm58167.c @@ -1,4 +1,4 @@ -/* $NetBSD: mm58167.c,v 1.2 2001/07/07 16:13:49 thorpej Exp $ */ +/* $NetBSD: mm58167.c,v 1.3 2001/11/13 13:14:41 lukem Exp $ */ /* * Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -40,6 +40,9 @@ * National Semiconductor MM58167 time-of-day chip subroutines. */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: mm58167.c,v 1.3 2001/11/13 13:14:41 lukem Exp $"); + #include <sys/param.h> #include <sys/malloc.h> #include <sys/systm.h> diff --git a/sys/dev/ic/mpu.c b/sys/dev/ic/mpu.c index 4262adb265f..49dcf13085d 100644 --- a/sys/dev/ic/mpu.c +++ b/sys/dev/ic/mpu.c @@ -1,4 +1,4 @@ -/* $NetBSD: mpu.c,v 1.4 2000/06/28 17:13:02 mrg Exp $ */ +/* $NetBSD: mpu.c,v 1.5 2001/11/13 13:14:41 lukem Exp $ */ /* * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -36,6 +36,9 @@ * POSSIBILITY OF SUCH DAMAGE. */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: mpu.c,v 1.5 2001/11/13 13:14:41 lukem Exp $"); + #include <sys/param.h> #include <sys/systm.h> #include <sys/errno.h> diff --git a/sys/dev/ic/msm6258.c b/sys/dev/ic/msm6258.c index e3b2ee66722..2312a742c5e 100644 --- a/sys/dev/ic/msm6258.c +++ b/sys/dev/ic/msm6258.c @@ -1,4 +1,4 @@ -/* $NetBSD: msm6258.c,v 1.4 2001/10/16 04:36:56 minoura Exp $ */ +/* $NetBSD: msm6258.c,v 1.5 2001/11/13 13:14:42 lukem Exp $ */ /* * Copyright (c) 2001 Tetsuya Isaki. All rights reserved. @@ -34,6 +34,9 @@ * OKI MSM6258 ADPCM voice synthesizer codec. */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: msm6258.c,v 1.5 2001/11/13 13:14:42 lukem Exp $"); + #include <sys/systm.h> #include <sys/device.h> #include <sys/malloc.h> diff --git a/sys/dev/ic/ncr5380sbc.c b/sys/dev/ic/ncr5380sbc.c index 8ec9d1c3531..d46905c581f 100644 --- a/sys/dev/ic/ncr5380sbc.c +++ b/sys/dev/ic/ncr5380sbc.c @@ -1,4 +1,4 @@ -/* $NetBSD: ncr5380sbc.c,v 1.44 2001/11/04 12:05:42 tsutsui Exp $ */ +/* $NetBSD: ncr5380sbc.c,v 1.45 2001/11/13 13:14:42 lukem Exp $ */ /* * Copyright (c) 1995 David Jones, Gordon W. Ross @@ -70,6 +70,9 @@ * Thank you all. */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: ncr5380sbc.c,v 1.45 2001/11/13 13:14:42 lukem Exp $"); + #include "opt_ddb.h" #include <sys/types.h> diff --git a/sys/dev/ic/ncr53c9x.c b/sys/dev/ic/ncr53c9x.c index 2f29c61eb10..15d14252f31 100644 --- a/sys/dev/ic/ncr53c9x.c +++ b/sys/dev/ic/ncr53c9x.c @@ -1,4 +1,4 @@ -/* $NetBSD: ncr53c9x.c,v 1.85 2001/11/04 12:05:42 tsutsui Exp $ */ +/* $NetBSD: ncr53c9x.c,v 1.86 2001/11/13 13:14:42 lukem Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -76,6 +76,9 @@ * Charles Hannum (mycroft@duality.gnu.ai.mit.edu). Thanks a million! */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: ncr53c9x.c,v 1.86 2001/11/13 13:14:42 lukem Exp $"); + #include <sys/types.h> #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ic/ne2000.c b/sys/dev/ic/ne2000.c index f29b7ecf6bb..9554e370bbe 100644 --- a/sys/dev/ic/ne2000.c +++ b/sys/dev/ic/ne2000.c @@ -1,4 +1,4 @@ -/* $NetBSD: ne2000.c,v 1.36 2001/08/04 11:38:57 enami Exp $ */ +/* $NetBSD: ne2000.c,v 1.37 2001/11/13 13:14:42 lukem Exp $ */ /*- * Copyright (c) 1997, 1998 The NetBSD Foundation, Inc. @@ -54,6 +54,9 @@ * Common code shared by all NE2000-compatible Ethernet interfaces. */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: ne2000.c,v 1.37 2001/11/13 13:14:42 lukem Exp $"); + #include "opt_ipkdb.h" #include <sys/param.h> diff --git a/sys/dev/ic/nslm7x.c b/sys/dev/ic/nslm7x.c index ae6ba06ed57..5682db6d010 100644 --- a/sys/dev/ic/nslm7x.c +++ b/sys/dev/ic/nslm7x.c @@ -1,4 +1,4 @@ -/* $NetBSD: nslm7x.c,v 1.12 2001/09/16 16:34:37 wiz Exp $ */ +/* $NetBSD: nslm7x.c,v 1.13 2001/11/13 13:14:42 lukem Exp $ */ /*- * Copyright (c) 2000 The NetBSD Foundation, Inc. @@ -36,6 +36,9 @@ * POSSIBILITY OF SUCH DAMAGE. */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: nslm7x.c,v 1.13 2001/11/13 13:14:42 lukem Exp $"); + #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/dev/ic/opl.c b/sys/dev/ic/opl.c index 483f93b920a..451f37332d9 100644 --- a/sys/dev/ic/opl.c +++ b/sys/dev/ic/opl.c @@ -1,4 +1,4 @@ -/* $NetBSD: opl.c,v 1.16 2001/11/04 06:44:31 itohy Exp $ */ +/* $NetBSD: opl.c,v 1.17 2001/11/13 13:14:42 lukem Exp $ */ /* * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -41,6 +41,9 @@ * ftp://ftp.yamahayst.com/Fax_Back_Doc/sound/YMF262.PDF */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: opl.c,v 1.17 2001/11/13 13:14:42 lukem Exp $"); + #include <sys/param.h> #include <sys/systm.h> #include <sys/errno.h> diff --git a/sys/dev/ic/oplinstrs.c b/sys/dev/ic/oplinstrs.c index 0fc1107bcec..ebc033085df 100644 --- a/sys/dev/ic/oplinstrs.c +++ b/sys/dev/ic/oplinstrs.c @@ -1,4 +1,7 @@ -/* $NetBSD: oplinstrs.c,v 1.3 2001/01/18 20:28:18 jdolecek Exp $ */ +/* $NetBSD: oplinstrs.c,v 1.4 2001/11/13 13:14:42 lukem Exp $ */ + +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: oplinstrs.c,v 1.4 2001/11/13 13:14:42 lukem Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ic/osiop.c b/sys/dev/ic/osiop.c index 98fe6bd9bb4..81cd3dad0ba 100644 --- a/sys/dev/ic/osiop.c +++ b/sys/dev/ic/osiop.c @@ -1,4 +1,4 @@ -/* $NetBSD: osiop.c,v 1.5 2001/07/19 16:25:25 thorpej Exp $ */ +/* $NetBSD: osiop.c,v 1.6 2001/11/13 13:14:42 lukem Exp $ */ /* * Copyright (c) 2001 Izumi Tsutsui. All rights reserved. @@ -75,6 +75,9 @@ * http://www.lsilogic.com/techlib/techdocs/storage_stand_prod/index.html */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: osiop.c,v 1.6 2001/11/13 13:14:42 lukem Exp $"); + /* #define OSIOP_DEBUG */ #include "opt_ddb.h" diff --git a/sys/dev/ic/pcdisplay_chars.c b/sys/dev/ic/pcdisplay_chars.c index 407d0091b28..52d3d895bfc 100644 --- a/sys/dev/ic/pcdisplay_chars.c +++ b/sys/dev/ic/pcdisplay_chars.c @@ -1,4 +1,4 @@ -/* $NetBSD: pcdisplay_chars.c,v 1.6 2001/01/18 20:28:17 jdolecek Exp $ */ +/* $NetBSD: pcdisplay_chars.c,v 1.7 2001/11/13 13:14:43 lukem Exp $ */ /* * Copyright (c) 1998 @@ -32,6 +32,9 @@ * */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: pcdisplay_chars.c,v 1.7 2001/11/13 13:14:43 lukem Exp $"); + #include <sys/param.h> #include <sys/systm.h> #include <sys/device.h> diff --git a/sys/dev/ic/pcdisplay_subr.c b/sys/dev/ic/pcdisplay_subr.c index 0c565ac78b1..a943d791f3e 100644 --- a/sys/dev/ic/pcdisplay_subr.c +++ b/sys/dev/ic/pcdisplay_subr.c @@ -1,4 +1,4 @@ -/* $NetBSD: pcdisplay_subr.c,v 1.19 2001/09/04 17:14:49 drochner Exp $ */ +/* $NetBSD: pcdisplay_subr.c,v 1.20 2001/11/13 13:14:43 lukem Exp $ */ /* * Copyright (c) 1995, 1996 Carnegie-Mellon University. @@ -27,6 +27,9 @@ * rights to redistribute these changes. */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: pcdisplay_subr.c,v 1.20 2001/11/13 13:14:43 lukem Exp $"); + #include <sys/param.h> #include <sys/systm.h> #include <sys/device.h> diff --git a/sys/dev/ic/pckbc.c b/sys/dev/ic/pckbc.c index cf468d221e6..4a53a2ca6f0 100644 --- a/sys/dev/ic/pckbc.c +++ b/sys/dev/ic/pckbc.c @@ -1,4 +1,4 @@ -/* $NetBSD: pckbc.c,v 1.15 2001/07/31 13:15:28 jdolecek Exp $ */ +/* $NetBSD: pckbc.c,v 1.16 2001/11/13 13:14:43 lukem Exp $ */ /* * Copyright (c) 1998 @@ -31,6 +31,9 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: pckbc.c,v 1.16 2001/11/13 13:14:43 lukem Exp $"); + #include <sys/param.h> #include <sys/systm.h> #include <sys/callout.h> diff --git a/sys/dev/ic/pdq.c b/sys/dev/ic/pdq.c index 1af110d1acd..9beb82c8fbd 100644 --- a/sys/dev/ic/pdq.c +++ b/sys/dev/ic/pdq.c @@ -1,4 +1,4 @@ -/* $NetBSD: pdq.c,v 1.32 2001/11/11 18:47:03 mhitch Exp $ */ +/* $NetBSD: pdq.c,v 1.33 2001/11/13 13:14:43 lukem Exp $ */ /*- * Copyright (c) 1995,1996 Matt Thomas <matt@3am-software.com> @@ -39,6 +39,9 @@ * flushing of the write buffers. */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: pdq.c,v 1.33 2001/11/13 13:14:43 lukem Exp $"); + #define PDQ_HWSUPPORT /* for pdq.h */ #if defined(__FreeBSD__) diff --git a/sys/dev/ic/pdq_ifsubr.c b/sys/dev/ic/pdq_ifsubr.c index a3faabf68b8..55349ca6ae3 100644 --- a/sys/dev/ic/pdq_ifsubr.c +++ b/sys/dev/ic/pdq_ifsubr.c @@ -1,4 +1,4 @@ -/* $NetBSD: pdq_ifsubr.c,v 1.36 2001/07/19 16:25:25 thorpej Exp $ */ +/* $NetBSD: pdq_ifsubr.c,v 1.37 2001/11/13 13:14:43 lukem Exp $ */ /*- * Copyright (c) 1995, 1996 Matt Thomas <matt@3am-software.com> @@ -34,6 +34,9 @@ * (ie. it provides an ifnet interface to the rest of the system) */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: pdq_ifsubr.c,v 1.37 2001/11/13 13:14:43 lukem Exp $"); + #ifdef __NetBSD__ #include "opt_inet.h" #include "opt_ns.h" diff --git a/sys/dev/ic/rrunner.c b/sys/dev/ic/rrunner.c index f831790f79a..c3b2a754f5f 100644 --- a/sys/dev/ic/rrunner.c +++ b/sys/dev/ic/rrunner.c @@ -1,4 +1,4 @@ -/* $NetBSD: rrunner.c,v 1.27 2001/07/19 16:25:25 thorpej Exp $ */ +/* $NetBSD: rrunner.c,v 1.28 2001/11/13 13:14:43 lukem Exp $ */ /* * Copyright (c) 1997, 1998 The NetBSD Foundation, Inc. @@ -41,6 +41,9 @@ * POSSIBILITY OF SUCH DAMAGE. */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: rrunner.c,v 1.28 2001/11/13 13:14:43 lukem Exp $"); + #include "opt_inet.h" #include "opt_ns.h" diff --git a/sys/dev/ic/rtl80x9.c b/sys/dev/ic/rtl80x9.c index f1448f4cb86..4dedd7f975e 100644 --- a/sys/dev/ic/rtl80x9.c +++ b/sys/dev/ic/rtl80x9.c @@ -1,4 +1,4 @@ -/* $NetBSD: rtl80x9.c,v 1.7 2001/07/08 17:52:02 thorpej Exp $ */ +/* $NetBSD: rtl80x9.c,v 1.8 2001/11/13 13:14:43 lukem Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -37,6 +37,9 @@ * POSSIBILITY OF SUCH DAMAGE. */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: rtl80x9.c,v 1.8 2001/11/13 13:14:43 lukem Exp $"); + #include <sys/param.h> #include <sys/systm.h> #include <sys/mbuf.h> diff --git a/sys/dev/ic/rtl81x9.c b/sys/dev/ic/rtl81x9.c index a655436bb2e..37190f36963 100644 --- a/sys/dev/ic/rtl81x9.c +++ b/sys/dev/ic/rtl81x9.c @@ -1,4 +1,4 @@ -/* $NetBSD: rtl81x9.c,v 1.39 2001/08/20 11:57:02 wiz Exp $ */ +/* $NetBSD: rtl81x9.c,v 1.40 2001/11/13 13:14:43 lukem Exp $ */ /* * Copyright (c) 1997, 1998 @@ -85,6 +85,9 @@ * to select which interface to use depending on the chip type. */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: rtl81x9.c,v 1.40 2001/11/13 13:14:43 lukem Exp $"); + #include "bpfilter.h" #include "rnd.h" diff --git a/sys/dev/ic/seeq8005.c b/sys/dev/ic/seeq8005.c index 35d9692e366..f3aba729f8f 100644 --- a/sys/dev/ic/seeq8005.c +++ b/sys/dev/ic/seeq8005.c @@ -1,4 +1,4 @@ -/* $NetBSD: seeq8005.c,v 1.30 2001/11/07 20:01:58 bjh21 Exp $ */ +/* $NetBSD: seeq8005.c,v 1.31 2001/11/13 13:14:43 lukem Exp $ */ /* * Copyright (c) 2000, 2001 Ben Harris @@ -60,11 +60,11 @@ * - Does not support 8-bit busses */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: seeq8005.c,v 1.31 2001/11/13 13:14:43 lukem Exp $"); + #include <sys/types.h> #include <sys/param.h> - -__RCSID("$NetBSD: seeq8005.c,v 1.30 2001/11/07 20:01:58 bjh21 Exp $"); - #include <sys/systm.h> #include <sys/endian.h> #include <sys/errno.h> diff --git a/sys/dev/ic/sgec.c b/sys/dev/ic/sgec.c index 06db9734fde..4f2118c0a47 100644 --- a/sys/dev/ic/sgec.c +++ b/sys/dev/ic/sgec.c @@ -1,4 +1,4 @@ -/* $NetBSD: sgec.c,v 1.17 2001/07/19 16:25:26 thorpej Exp $ */ +/* $NetBSD: sgec.c,v 1.18 2001/11/13 13:14:44 lukem Exp $ */ /* * Copyright (c) 1999 Ludd, University of Lule}, Sweden. All rights reserved. * @@ -44,6 +44,9 @@ * Use imperfect filtering when many multicast addresses. */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: sgec.c,v 1.18 2001/11/13 13:14:44 lukem Exp $"); + #include "opt_inet.h" #include "bpfilter.h" diff --git a/sys/dev/ic/siop.c b/sys/dev/ic/siop.c index e381a1f99a0..3930e5aaf00 100644 --- a/sys/dev/ic/siop.c +++ b/sys/dev/ic/siop.c @@ -1,4 +1,4 @@ -/* $NetBSD: siop.c,v 1.47 2001/10/14 20:37:28 bouyer Exp $ */ +/* $NetBSD: siop.c,v 1.48 2001/11/13 13:14:44 lukem Exp $ */ /* * Copyright (c) 2000 Manuel Bouyer. @@ -32,6 +32,9 @@ /* SYM53c7/8xx PCI-SCSI I/O Processors driver */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: siop.c,v 1.48 2001/11/13 13:14:44 lukem Exp $"); + #include <sys/param.h> #include <sys/systm.h> #include <sys/device.h> diff --git a/sys/dev/ic/siop_common.c b/sys/dev/ic/siop_common.c index 9b0905ac822..97d1b5fb759 100644 --- a/sys/dev/ic/siop_common.c +++ b/sys/dev/ic/siop_common.c @@ -1,4 +1,4 @@ -/* $NetBSD: siop_common.c,v 1.14 2001/04/25 17:53:34 bouyer Exp $ */ +/* $NetBSD: siop_common.c,v 1.15 2001/11/13 13:14:44 lukem Exp $ */ /* * Copyright (c) 2000 Manuel Bouyer. @@ -32,6 +32,9 @@ /* SYM53c7/8xx PCI-SCSI I/O Processors driver */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: siop_common.c,v 1.15 2001/11/13 13:14:44 lukem Exp $"); + #include <sys/param.h> #include <sys/systm.h> #include <sys/device.h> diff --git a/sys/dev/ic/smc83c170.c b/sys/dev/ic/smc83c170.c index ad1c365acc0..fc960e0b855 100644 --- a/sys/dev/ic/smc83c170.c +++ b/sys/dev/ic/smc83c170.c @@ -1,4 +1,4 @@ -/* $NetBSD: smc83c170.c,v 1.48 2001/07/23 17:20:04 thorpej Exp $ */ +/* $NetBSD: smc83c170.c,v 1.49 2001/11/13 13:14:44 lukem Exp $ */ /*- * Copyright (c) 1998, 1999 The NetBSD Foundation, Inc. @@ -42,6 +42,9 @@ * Ethernet PCI Integrated Controller (EPIC/100). */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: smc83c170.c,v 1.49 2001/11/13 13:14:44 lukem Exp $"); + #include "bpfilter.h" #include <sys/param.h> diff --git a/sys/dev/ic/smc90cx6.c b/sys/dev/ic/smc90cx6.c index de0c82b616a..888900eab5f 100644 --- a/sys/dev/ic/smc90cx6.c +++ b/sys/dev/ic/smc90cx6.c @@ -1,4 +1,4 @@ -/* $NetBSD: smc90cx6.c,v 1.38 2001/07/07 15:57:53 thorpej Exp $ */ +/* $NetBSD: smc90cx6.c,v 1.39 2001/11/13 13:14:44 lukem Exp $ */ /*- * Copyright (c) 1994, 1995, 1998 The NetBSD Foundation, Inc. @@ -41,6 +41,9 @@ * compatibility mode) boards */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: smc90cx6.c,v 1.39 2001/11/13 13:14:44 lukem Exp $"); + /* #define BAHSOFTCOPY */ #define BAHRETRANSMIT /**/ diff --git a/sys/dev/ic/smc91cxx.c b/sys/dev/ic/smc91cxx.c index 2f186ccd03e..b8f92cae0cd 100644 --- a/sys/dev/ic/smc91cxx.c +++ b/sys/dev/ic/smc91cxx.c @@ -1,4 +1,4 @@ -/* $NetBSD: smc91cxx.c,v 1.36 2001/10/02 19:17:07 pooka Exp $ */ +/* $NetBSD: smc91cxx.c,v 1.37 2001/11/13 13:14:44 lukem Exp $ */ /*- * Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -77,6 +77,9 @@ * written for NetBSD/amiga by Michael Hitch. */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: smc91cxx.c,v 1.37 2001/11/13 13:14:44 lukem Exp $"); + #include "opt_inet.h" #include "opt_ccitt.h" #include "opt_llc.h" diff --git a/sys/dev/ic/smc93cx6.c b/sys/dev/ic/smc93cx6.c index 60e87ab0554..fb38753e05f 100644 --- a/sys/dev/ic/smc93cx6.c +++ b/sys/dev/ic/smc93cx6.c @@ -1,4 +1,4 @@ -/* $NetBSD: smc93cx6.c,v 1.8 2001/08/20 12:00:52 wiz Exp $ */ +/* $NetBSD: smc93cx6.c,v 1.9 2001/11/13 13:14:45 lukem Exp $ */ /* * Interface for the 93C66/56/46/26/06 serial eeprom parts. @@ -57,6 +57,9 @@ * */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: smc93cx6.c,v 1.9 2001/11/13 13:14:45 lukem Exp $"); + #ifndef __NetBSD__ #include "opt_aic7xxx.h" #endif diff --git a/sys/dev/ic/sunscpal.c b/sys/dev/ic/sunscpal.c index fbc09c05c52..f0da8344fca 100644 --- a/sys/dev/ic/sunscpal.c +++ b/sys/dev/ic/sunscpal.c @@ -1,4 +1,4 @@ -/* $NetBSD: sunscpal.c,v 1.8 2001/11/04 12:05:42 tsutsui Exp $ */ +/* $NetBSD: sunscpal.c,v 1.9 2001/11/13 13:14:45 lukem Exp $ */ /* * Copyright (c) 2001 Matthew Fredette @@ -75,6 +75,9 @@ * Thank you all. */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: sunscpal.c,v 1.9 2001/11/13 13:14:45 lukem Exp $"); + #include "opt_ddb.h" #include <sys/types.h> diff --git a/sys/dev/ic/tcic2.c b/sys/dev/ic/tcic2.c index e6c4bb8e64c..ea15127abbe 100644 --- a/sys/dev/ic/tcic2.c +++ b/sys/dev/ic/tcic2.c @@ -1,6 +1,4 @@ -/* $NetBSD: tcic2.c,v 1.6 2000/06/28 17:13:04 mrg Exp $ */ - -#undef TCICDEBUG +/* $NetBSD: tcic2.c,v 1.7 2001/11/13 13:14:45 lukem Exp $ */ /* * Copyright (c) 1998, 1999 Christoph Badura. All rights reserved. @@ -32,6 +30,11 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: tcic2.c,v 1.7 2001/11/13 13:14:45 lukem Exp $"); + +#undef TCICDEBUG + #include <sys/types.h> #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ic/tms320av110.c b/sys/dev/ic/tms320av110.c index 87884abbd8f..c4e67e5f00d 100644 --- a/sys/dev/ic/tms320av110.c +++ b/sys/dev/ic/tms320av110.c @@ -1,4 +1,4 @@ -/* $NetBSD: tms320av110.c,v 1.9 2001/10/03 00:04:50 augustss Exp $ */ +/* $NetBSD: tms320av110.c,v 1.10 2001/11/13 13:14:45 lukem Exp $ */ /*- * Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -43,6 +43,9 @@ * synchronization, more is needed. */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: tms320av110.c,v 1.10 2001/11/13 13:14:45 lukem Exp $"); + #include <sys/types.h> #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ic/tropic.c b/sys/dev/ic/tropic.c index b2c43f99a30..b6dbac7dd82 100644 --- a/sys/dev/ic/tropic.c +++ b/sys/dev/ic/tropic.c @@ -1,4 +1,4 @@ -/* $NetBSD: tropic.c,v 1.18 2001/07/07 15:57:53 thorpej Exp $ */ +/* $NetBSD: tropic.c,v 1.19 2001/11/13 13:14:45 lukem Exp $ */ /* * Ported to NetBSD by Onno van der Linden @@ -33,6 +33,9 @@ * the rights to redistribute these changes. */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: tropic.c,v 1.19 2001/11/13 13:14:45 lukem Exp $"); + #include "opt_inet.h" #include "opt_ns.h" #include "bpfilter.h" diff --git a/sys/dev/ic/tulip.c b/sys/dev/ic/tulip.c index 28ba6bf35f2..2f6c53a58dd 100644 --- a/sys/dev/ic/tulip.c +++ b/sys/dev/ic/tulip.c @@ -1,4 +1,4 @@ -/* $NetBSD: tulip.c,v 1.100 2001/11/10 22:48:10 perry Exp $ */ +/* $NetBSD: tulip.c,v 1.101 2001/11/13 13:14:45 lukem Exp $ */ /*- * Copyright (c) 1998, 1999, 2000 The NetBSD Foundation, Inc. @@ -42,6 +42,9 @@ * Ethernet controller family, and a variety of clone chips. */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: tulip.c,v 1.101 2001/11/13 13:14:45 lukem Exp $"); + #include "bpfilter.h" #include <sys/param.h> diff --git a/sys/dev/ic/uha.c b/sys/dev/ic/uha.c index d0bcbddadef..6c178ce85f6 100644 --- a/sys/dev/ic/uha.c +++ b/sys/dev/ic/uha.c @@ -1,11 +1,4 @@ -/* $NetBSD: uha.c,v 1.29 2001/07/19 16:25:26 thorpej Exp $ */ - -#undef UHADEBUG -#ifdef DDB -#define integrate -#else -#define integrate static inline -#endif +/* $NetBSD: uha.c,v 1.30 2001/11/13 13:14:45 lukem Exp $ */ /*- * Copyright (c) 1997, 1998 The NetBSD Foundation, Inc. @@ -66,6 +59,16 @@ * slight mod to make work with 34F as well: Wed Jun 2 18:05:48 WST 1993 */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: uha.c,v 1.30 2001/11/13 13:14:45 lukem Exp $"); + +#undef UHADEBUG +#ifdef DDB +#define integrate +#else +#define integrate static inline +#endif + #include <sys/types.h> #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ic/upc.c b/sys/dev/ic/upc.c index ba46869dfee..a225d1857d8 100644 --- a/sys/dev/ic/upc.c +++ b/sys/dev/ic/upc.c @@ -1,4 +1,4 @@ -/* $NetBSD: upc.c,v 1.1 2000/08/16 23:56:12 bjh21 Exp $ */ +/* $NetBSD: upc.c,v 1.2 2001/11/13 13:14:45 lukem Exp $ */ /*- * Copyright (c) 2000 Ben Harris * All rights reserved. @@ -27,10 +27,10 @@ */ /* This file is part of NetBSD/arm26 -- a port of NetBSD to ARM2/3 machines. */ -#include <sys/param.h> - -__RCSID("$NetBSD: upc.c,v 1.1 2000/08/16 23:56:12 bjh21 Exp $"); +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: upc.c,v 1.2 2001/11/13 13:14:45 lukem Exp $"); +#include <sys/param.h> #include <sys/device.h> #include <sys/systm.h> diff --git a/sys/dev/ic/vga.c b/sys/dev/ic/vga.c index d82f7f3573f..746276a7f79 100644 --- a/sys/dev/ic/vga.c +++ b/sys/dev/ic/vga.c @@ -1,4 +1,4 @@ -/* $NetBSD: vga.c,v 1.42 2001/09/14 01:10:11 thorpej Exp $ */ +/* $NetBSD: vga.c,v 1.43 2001/11/13 13:14:45 lukem Exp $ */ /* * Copyright (c) 1995, 1996 Carnegie-Mellon University. @@ -27,6 +27,9 @@ * rights to redistribute these changes. */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: vga.c,v 1.43 2001/11/13 13:14:45 lukem Exp $"); + #include <sys/param.h> #include <sys/systm.h> #include <sys/callout.h> diff --git a/sys/dev/ic/vga_subr.c b/sys/dev/ic/vga_subr.c index bb4e4bfd684..ffbb18548ae 100644 --- a/sys/dev/ic/vga_subr.c +++ b/sys/dev/ic/vga_subr.c @@ -1,4 +1,4 @@ -/* $NetBSD: vga_subr.c,v 1.6 2000/01/25 02:44:03 ad Exp $ */ +/* $NetBSD: vga_subr.c,v 1.7 2001/11/13 13:14:46 lukem Exp $ */ /* * Copyright (c) 1998 @@ -32,6 +32,9 @@ * */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: vga_subr.c,v 1.7 2001/11/13 13:14:46 lukem Exp $"); + #include <sys/param.h> #include <sys/systm.h> #include <sys/device.h> diff --git a/sys/dev/ic/wdc.c b/sys/dev/ic/wdc.c index 6018a19c58a..dae02da0c36 100644 --- a/sys/dev/ic/wdc.c +++ b/sys/dev/ic/wdc.c @@ -1,4 +1,4 @@ -/* $NetBSD: wdc.c,v 1.99 2001/09/18 05:32:14 chs Exp $ */ +/* $NetBSD: wdc.c,v 1.100 2001/11/13 13:14:46 lukem Exp $ */ /* @@ -71,6 +71,9 @@ * */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: wdc.c,v 1.100 2001/11/13 13:14:46 lukem Exp $"); + #ifndef WDCDEBUG #define WDCDEBUG #endif /* WDCDEBUG */ diff --git a/sys/dev/ic/wdc_upc.c b/sys/dev/ic/wdc_upc.c index cff5696bdca..39ea639f7b7 100644 --- a/sys/dev/ic/wdc_upc.c +++ b/sys/dev/ic/wdc_upc.c @@ -1,4 +1,4 @@ -/* $NetBSD: wdc_upc.c,v 1.2 2000/10/14 23:45:57 bjh21 Exp $ */ +/* $NetBSD: wdc_upc.c,v 1.3 2001/11/13 13:14:46 lukem Exp $ */ /*- * Copyright (c) 2000 Ben Harris * All rights reserved. @@ -27,10 +27,10 @@ */ /* This file is part of NetBSD/arm26 -- a port of NetBSD to ARM2/3 machines. */ -#include <sys/param.h> - -__RCSID("$NetBSD: wdc_upc.c,v 1.2 2000/10/14 23:45:57 bjh21 Exp $"); +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: wdc_upc.c,v 1.3 2001/11/13 13:14:46 lukem Exp $"); +#include <sys/param.h> #include <sys/device.h> #include <sys/malloc.h> #include <sys/systm.h> diff --git a/sys/dev/ic/we.c b/sys/dev/ic/we.c index 4c67b7faecf..0695bd48d09 100644 --- a/sys/dev/ic/we.c +++ b/sys/dev/ic/we.c @@ -1,4 +1,4 @@ -/* $NetBSD: we.c,v 1.3 2001/07/04 11:14:11 jdolecek Exp $ */ +/* $NetBSD: we.c,v 1.4 2001/11/13 13:14:46 lukem Exp $ */ /*- * Copyright (c) 1997, 1998 The NetBSD Foundation, Inc. @@ -55,6 +55,9 @@ * and the SMC Elite Ultra (8216). */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: we.c,v 1.4 2001/11/13 13:14:46 lukem Exp $"); + #include <sys/param.h> #include <sys/systm.h> #include <sys/device.h> diff --git a/sys/dev/ic/wi.c b/sys/dev/ic/wi.c index a74c3813c5f..9387de8783e 100644 --- a/sys/dev/ic/wi.c +++ b/sys/dev/ic/wi.c @@ -1,4 +1,4 @@ -/* $NetBSD: wi.c,v 1.28 2001/11/11 00:16:07 christos Exp $ */ +/* $NetBSD: wi.c,v 1.29 2001/11/13 13:14:46 lukem Exp $ */ /* * Copyright (c) 1997, 1998, 1999 @@ -69,6 +69,9 @@ * Oslo IETF plenary meeting. */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: wi.c,v 1.29 2001/11/13 13:14:46 lukem Exp $"); + #define WI_HERMES_AUTOINC_WAR /* Work around data write autoinc bug. */ #define WI_HERMES_STATS_WAR /* Work around stats counter bug. */ diff --git a/sys/dev/ic/z8530sc.c b/sys/dev/ic/z8530sc.c index e5169ab72a3..3f72d774883 100644 --- a/sys/dev/ic/z8530sc.c +++ b/sys/dev/ic/z8530sc.c @@ -1,4 +1,4 @@ -/* $NetBSD: z8530sc.c,v 1.15 2001/07/07 15:53:22 thorpej Exp $ */ +/* $NetBSD: z8530sc.c,v 1.16 2001/11/13 13:14:46 lukem Exp $ */ /* * Copyright (c) 1994 Gordon W. Ross @@ -52,6 +52,9 @@ * driver common to tty and keyboard/mouse sub-drivers. */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: z8530sc.c,v 1.16 2001/11/13 13:14:46 lukem Exp $"); + #include <sys/param.h> #include <sys/systm.h> #include <sys/proc.h> diff --git a/sys/dev/ic/z8530tty.c b/sys/dev/ic/z8530tty.c index e0527f5abd7..0bd7af03626 100644 --- a/sys/dev/ic/z8530tty.c +++ b/sys/dev/ic/z8530tty.c @@ -1,4 +1,4 @@ -/* $NetBSD: z8530tty.c,v 1.77 2001/05/30 15:24:24 lukem Exp $ */ +/* $NetBSD: z8530tty.c,v 1.78 2001/11/13 13:14:46 lukem Exp $ */ /*- * Copyright (c) 1993, 1994, 1995, 1996, 1997, 1998, 1999 @@ -98,6 +98,9 @@ * fixing *many* bugs, and substantially improving performance. */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: z8530tty.c,v 1.78 2001/11/13 13:14:46 lukem Exp $"); + #include "opt_kgdb.h" #include <sys/param.h> |
