add RCSID

This commit is contained in:
cegger 2009-01-16 21:47:56 +00:00
parent 0bd0dd72c6
commit 31614b9ad8
2 changed files with 8 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: atphy.c,v 1.1 2009/01/16 21:06:24 cegger Exp $ */
/* $NetBSD: atphy.c,v 1.2 2009/01/16 21:50:02 cegger Exp $ */
/* $OpenBSD: atphy.c,v 1.1 2008/09/25 20:47:16 brad Exp $ */
/*-
@ -32,6 +32,9 @@
* Driver for the Attansic F1 10/100/1000 PHY.
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: atphy.c,v 1.2 2009/01/16 21:50:02 cegger Exp $");
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_age.c,v 1.1 2009/01/16 20:18:08 cegger Exp $ */
/* $NetBSD: if_age.c,v 1.2 2009/01/16 21:47:56 cegger Exp $ */
/* $OpenBSD: if_age.c,v 1.1 2009/01/16 05:00:34 kevlo Exp $ */
/*-
@ -30,6 +30,9 @@
/* Driver for Attansic Technology Corp. L1 Gigabit Ethernet. */
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: if_age.c,v 1.2 2009/01/16 21:47:56 cegger Exp $");
#include "bpfilter.h"
#include "vlan.h"