cleanup RCSID (to be consistent with use in rest of kernel)

This commit is contained in:
lukem 2001-11-13 07:23:15 +00:00
parent a3746e00b7
commit 9ab2c47148
8 changed files with 32 additions and 24 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: acemidi.c,v 1.2 2001/06/12 11:49:18 bjh21 Exp $ */
/* $NetBSD: acemidi.c,v 1.3 2001/11/13 07:23:15 lukem Exp $ */
/*-
* Copyright (c) 2001 Ben Harris
@ -27,9 +27,10 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <sys/param.h>
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: acemidi.c,v 1.3 2001/11/13 07:23:15 lukem Exp $");
__KERNEL_RCSID(0, "$NetBSD: acemidi.c,v 1.2 2001/06/12 11:49:18 bjh21 Exp $");
#include <sys/param.h>
#include <sys/device.h>
#include <sys/systm.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: dtide.c,v 1.2 2001/06/13 18:29:40 bjh21 Exp $ */
/* $NetBSD: dtide.c,v 1.3 2001/11/13 07:23:15 lukem Exp $ */
/*-
* Copyright (c) 2000, 2001 Ben Harris
@ -31,9 +31,10 @@
* dtide.c - Driver for the D.T. Software IDE interface.
*/
#include <sys/param.h>
#include <sys/cdefs.h>
__RCSID("$NetBSD: dtide.c,v 1.3 2001/11/13 07:23:15 lukem Exp $");
__RCSID("$NetBSD: dtide.c,v 1.2 2001/06/13 18:29:40 bjh21 Exp $");
#include <sys/param.h>
#include <sys/device.h>
#include <sys/malloc.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: hcide.c,v 1.1 2001/06/13 18:31:43 bjh21 Exp $ */
/* $NetBSD: hcide.c,v 1.2 2001/11/13 07:23:15 lukem Exp $ */
/*-
* Copyright (c) 2000, 2001 Ben Harris
@ -30,9 +30,10 @@
* hcide.c - Driver for the HCCS 16-bit IDE interface.
*/
#include <sys/param.h>
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: hcide.c,v 1.2 2001/11/13 07:23:15 lukem Exp $");
__KERNEL_RCSID(0, "$NetBSD: hcide.c,v 1.1 2001/06/13 18:31:43 bjh21 Exp $");
#include <sys/param.h>
#include <sys/device.h>
#include <sys/systm.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: hcsc.c,v 1.7 2001/07/04 15:01:08 bjh21 Exp $ */
/* $NetBSD: hcsc.c,v 1.8 2001/11/13 07:23:15 lukem Exp $ */
/*
* Copyright (c) 2001 Ben Harris
@ -73,9 +73,10 @@
* <URL:http://www.armlinux.org/~webmail/linux-arm/1997-08/msg00042.html>.
*/
#include <sys/param.h>
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: hcsc.c,v 1.8 2001/11/13 07:23:15 lukem Exp $");
__KERNEL_RCSID(0, "$NetBSD: hcsc.c,v 1.7 2001/07/04 15:01:08 bjh21 Exp $");
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_ea.c,v 1.3 2001/03/24 23:37:34 bjh21 Exp $ */
/* $NetBSD: if_ea.c,v 1.4 2001/11/13 07:23:16 lukem Exp $ */
/*
* Copyright (c) 2000, 2001 Ben Harris
@ -36,9 +36,10 @@
* if_ea.c - Ether3 device driver
*/
#include <sys/param.h>
#include <sys/cdefs.h>
__RCSID("$NetBSD: if_ea.c,v 1.4 2001/11/13 07:23:16 lukem Exp $");
__RCSID("$NetBSD: if_ea.c,v 1.3 2001/03/24 23:37:34 bjh21 Exp $");
#include <sys/param.h>
#include <sys/device.h>
#include <sys/socket.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_eb.c,v 1.1 2001/03/25 01:09:36 bjh21 Exp $ */
/* $NetBSD: if_eb.c,v 1.2 2001/11/13 07:23:16 lukem Exp $ */
/*
* Copyright (c) 2000, 2001 Ben Harris
@ -36,9 +36,10 @@
* if_eb.c - EtherB device driver
*/
#include <sys/param.h>
#include <sys/cdefs.h>
__RCSID("$NetBSD: if_eb.c,v 1.2 2001/11/13 07:23:16 lukem Exp $");
__RCSID("$NetBSD: if_eb.c,v 1.1 2001/03/25 01:09:36 bjh21 Exp $");
#include <sys/param.h>
#include <sys/device.h>
#include <sys/socket.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_ei.c,v 1.1 2001/03/19 23:58:12 bjh21 Exp $ */
/* $NetBSD: if_ei.c,v 1.2 2001/11/13 07:23:16 lukem Exp $ */
/*-
* Copyright (c) 2000, 2001 Ben Harris
@ -35,9 +35,10 @@
* having dodgy copyright status). Let's try again.
*/
#include <sys/param.h>
#include <sys/cdefs.h>
__RCSID("$NetBSD: if_ei.c,v 1.2 2001/11/13 07:23:16 lukem Exp $");
__RCSID("$NetBSD: if_ei.c,v 1.1 2001/03/19 23:58:12 bjh21 Exp $");
#include <sys/param.h>
#include <sys/device.h>
#include <sys/malloc.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: oak.c,v 1.5 2001/07/04 16:36:52 bjh21 Exp $ */
/* $NetBSD: oak.c,v 1.6 2001/11/13 07:23:16 lukem Exp $ */
/*
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@ -49,9 +49,10 @@
* controllers.
*/
#include <sys/param.h>
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: oak.c,v 1.6 2001/11/13 07:23:16 lukem Exp $");
__KERNEL_RCSID(0, "$NetBSD: oak.c,v 1.5 2001/07/04 16:36:52 bjh21 Exp $");
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>