diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2003-08-24 17:55:58 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2003-08-24 17:55:58 +0000 |
| commit | aad970f1fee9a2a3e5a0f880be9b87c6193b3bd1 (patch) | |
| tree | 42e9f25e1409a6eae14564b2dd4cc743ddb1e89f /sys/dev/cm | |
| parent | 0e9a61d26066fec3c8abc5e5b36039b7ed2db563 (diff) | |
Notes
Diffstat (limited to 'sys/dev/cm')
| -rw-r--r-- | sys/dev/cm/if_cm_isa.c | 4 | ||||
| -rw-r--r-- | sys/dev/cm/smc90cx6.c | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sys/dev/cm/if_cm_isa.c b/sys/dev/cm/if_cm_isa.c index cd0c6793a558..a478406664c7 100644 --- a/sys/dev/cm/if_cm_isa.c +++ b/sys/dev/cm/if_cm_isa.c @@ -1,5 +1,7 @@ /* $NetBSD: if_bah_zbus.c,v 1.6 2000/01/23 21:06:12 aymeric Exp $ */ -/* $FreeBSD$ */ + +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); /*- * Copyright (c) 1994, 1995, 1998 The NetBSD Foundation, Inc. diff --git a/sys/dev/cm/smc90cx6.c b/sys/dev/cm/smc90cx6.c index 7ef0d1084237..82f4ea7d00f1 100644 --- a/sys/dev/cm/smc90cx6.c +++ b/sys/dev/cm/smc90cx6.c @@ -1,5 +1,7 @@ /* $NetBSD: smc90cx6.c,v 1.38 2001/07/07 15:57:53 thorpej Exp $ */ -/* $FreeBSD$ */ + +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); /*- * Copyright (c) 1994, 1995, 1998 The NetBSD Foundation, Inc. |
