diff options
Diffstat (limited to 'sys/dev/cardbus')
| -rw-r--r-- | sys/dev/cardbus/Makefile.cardbusdevs | 2 | ||||
| -rw-r--r-- | sys/dev/cardbus/cardbus.c | 2 | ||||
| -rw-r--r-- | sys/dev/cardbus/cardbusdevs | 2 | ||||
| -rw-r--r-- | sys/dev/cardbus/cardbusdevs.h | 2 | ||||
| -rw-r--r-- | sys/dev/cardbus/cardbusdevs_data.h | 2 | ||||
| -rw-r--r-- | sys/dev/cardbus/cardbusreg.h | 2 | ||||
| -rw-r--r-- | sys/dev/cardbus/cardbusvar.h | 2 | ||||
| -rw-r--r-- | sys/dev/cardbus/devlist2h.awk | 2 | ||||
| -rw-r--r-- | sys/dev/cardbus/pccardcis.h | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/sys/dev/cardbus/Makefile.cardbusdevs b/sys/dev/cardbus/Makefile.cardbusdevs index 1181493548ef..923e37cf9916 100644 --- a/sys/dev/cardbus/Makefile.cardbusdevs +++ b/sys/dev/cardbus/Makefile.cardbusdevs @@ -1,5 +1,5 @@ # $Id: Makefile.cardbusdevs,v 1.1.2.1 1999/02/16 16:46:06 haya Exp $ -# $FreeBSD$ +# $FreeBSD: src/sys/dev/cardbus/Makefile.cardbusdevs,v 1.1 1999/11/18 07:21:50 imp Exp $ AWK= awk diff --git a/sys/dev/cardbus/cardbus.c b/sys/dev/cardbus/cardbus.c index 394f1c965a04..33e275c97198 100644 --- a/sys/dev/cardbus/cardbus.c +++ b/sys/dev/cardbus/cardbus.c @@ -31,7 +31,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ /* FreeBSD/newconfig version. UCHIYAMA Yasushi 1999 */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/cardbus/cardbus.c,v 1.1 1999/11/18 07:21:50 imp Exp $ */ #define CARDBUS_DEBUG #include <sys/types.h> diff --git a/sys/dev/cardbus/cardbusdevs b/sys/dev/cardbus/cardbusdevs index 5df9b6230458..f74d20e001fd 100644 --- a/sys/dev/cardbus/cardbusdevs +++ b/sys/dev/cardbus/cardbusdevs @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/sys/dev/cardbus/cardbusdevs,v 1.1 1999/11/18 07:21:50 imp Exp $ /* * Copyright (C) 1999 Hayakawa Koichi. diff --git a/sys/dev/cardbus/cardbusdevs.h b/sys/dev/cardbus/cardbusdevs.h index 4ffb3c8e0ca0..b1ba377c389b 100644 --- a/sys/dev/cardbus/cardbusdevs.h +++ b/sys/dev/cardbus/cardbusdevs.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/cardbus/cardbusdevs.h,v 1.1 1999/11/18 07:22:59 imp Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. diff --git a/sys/dev/cardbus/cardbusdevs_data.h b/sys/dev/cardbus/cardbusdevs_data.h index 5a40a1f052d8..2f797043fb5e 100644 --- a/sys/dev/cardbus/cardbusdevs_data.h +++ b/sys/dev/cardbus/cardbusdevs_data.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/cardbus/cardbusdevs_data.h,v 1.1 1999/11/18 07:22:59 imp Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. diff --git a/sys/dev/cardbus/cardbusreg.h b/sys/dev/cardbus/cardbusreg.h index 56e2e56ec67d..960a51acab25 100644 --- a/sys/dev/cardbus/cardbusreg.h +++ b/sys/dev/cardbus/cardbusreg.h @@ -28,7 +28,7 @@ * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/cardbus/cardbusreg.h,v 1.1 1999/11/18 07:21:50 imp Exp $ */ typedef u_int32_t cardbusreg_t; typedef int cardbus_intr_line_t; diff --git a/sys/dev/cardbus/cardbusvar.h b/sys/dev/cardbus/cardbusvar.h index 2f911411c477..ba47aa412a70 100644 --- a/sys/dev/cardbus/cardbusvar.h +++ b/sys/dev/cardbus/cardbusvar.h @@ -30,7 +30,7 @@ * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/cardbus/cardbusvar.h,v 1.1 1999/11/18 07:21:51 imp Exp $ */ #if !defined SYS_DEV_PCCARD_CARDBUSVAR_H #define SYS_DEV_PCCARD_CARDBUSVAR_H diff --git a/sys/dev/cardbus/devlist2h.awk b/sys/dev/cardbus/devlist2h.awk index 2dd9caa694b8..a031d2b75283 100644 --- a/sys/dev/cardbus/devlist2h.awk +++ b/sys/dev/cardbus/devlist2h.awk @@ -1,6 +1,6 @@ #! /usr/bin/awk -f # $NetBSD: devlist2h.awk,v 1.5 1998/01/09 06:54:25 thorpej Exp $ -# $FreeBSD$ +# $FreeBSD: src/sys/dev/cardbus/devlist2h.awk,v 1.1 1999/11/18 07:21:51 imp Exp $ # # Copyright (c) 1995, 1996 Christopher G. Demetriou # All rights reserved. diff --git a/sys/dev/cardbus/pccardcis.h b/sys/dev/cardbus/pccardcis.h index ec3bfb87e748..62faf677ac94 100644 --- a/sys/dev/cardbus/pccardcis.h +++ b/sys/dev/cardbus/pccardcis.h @@ -1,5 +1,5 @@ /* $Id: pccardcis.h,v 1.1.2.1 1999/02/16 16:44:36 haya Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/cardbus/pccardcis.h,v 1.1 1999/11/18 07:21:51 imp Exp $ */ /* * Copyright (c) 1997 and 1998 |
