diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2004-02-23 15:32:56 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2004-02-23 15:32:56 +0000 |
| commit | 84a7b99b4e02a260bf7ff9b540032f4cb7bc612a (patch) | |
| tree | 85059f7e88bcf124efae7c17bd99cfa18627a8c4 /sys/dev/pcic | |
| parent | a28c3ad292f6f6cbe1c4ff05efb3d53eb45f17ff (diff) | |
Diffstat (limited to 'sys/dev/pcic')
| -rw-r--r-- | sys/dev/pcic/i82365.c | 2 | ||||
| -rw-r--r-- | sys/dev/pcic/i82365_isa.c | 2 | ||||
| -rw-r--r-- | sys/dev/pcic/i82365reg.h | 2 | ||||
| -rw-r--r-- | sys/dev/pcic/i82365var.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/pcic/i82365.c b/sys/dev/pcic/i82365.c index c1ded6249758..3f8b7c75a3d4 100644 --- a/sys/dev/pcic/i82365.c +++ b/sys/dev/pcic/i82365.c @@ -2,7 +2,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/pcic/i82365.c,v 1.39 2003/08/24 17:54:15 obrien Exp $"); /* * Copyright (c) 1997 Marc Horowitz. All rights reserved. * diff --git a/sys/dev/pcic/i82365_isa.c b/sys/dev/pcic/i82365_isa.c index af3d1344833f..a2780d2f46b2 100644 --- a/sys/dev/pcic/i82365_isa.c +++ b/sys/dev/pcic/i82365_isa.c @@ -3,7 +3,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/pcic/i82365_isa.c,v 1.25 2003/08/24 17:54:15 obrien Exp $"); /* * Copyright (c) 1998 Bill Sommerfeld. All rights reserved. * Copyright (c) 1997 Marc Horowitz. All rights reserved. diff --git a/sys/dev/pcic/i82365reg.h b/sys/dev/pcic/i82365reg.h index 7854d7eeeea9..284c65a20324 100644 --- a/sys/dev/pcic/i82365reg.h +++ b/sys/dev/pcic/i82365reg.h @@ -1,5 +1,5 @@ /* $NetBSD: i82365reg.h,v 1.3 1998/12/20 17:53:28 nathanw Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/pcic/i82365reg.h,v 1.10 2001/06/16 06:10:53 imp Exp $ */ /* * Copyright (c) 1997 Marc Horowitz. All rights reserved. diff --git a/sys/dev/pcic/i82365var.h b/sys/dev/pcic/i82365var.h index 1d6ce09b276b..699cc0e3540a 100644 --- a/sys/dev/pcic/i82365var.h +++ b/sys/dev/pcic/i82365var.h @@ -1,5 +1,5 @@ /* $NetBSD: i82365var.h,v 1.8 1999/10/15 06:07:27 haya Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/pcic/i82365var.h,v 1.26 2001/01/07 16:31:07 imp Exp $ */ /* * Copyright (c) 1997 Marc Horowitz. All rights reserved. |
