diff options
Diffstat (limited to 'sys/dev/cy')
| -rw-r--r-- | sys/dev/cy/cy.c | 2 | ||||
| -rw-r--r-- | sys/dev/cy/cy_isa.c | 2 | ||||
| -rw-r--r-- | sys/dev/cy/cy_pci.c | 2 | ||||
| -rw-r--r-- | sys/dev/cy/cyreg.h | 2 | ||||
| -rw-r--r-- | sys/dev/cy/cyvar.h | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/sys/dev/cy/cy.c b/sys/dev/cy/cy.c index bfb83dfdcf6a..9163b5a93f8b 100644 --- a/sys/dev/cy/cy.c +++ b/sys/dev/cy/cy.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/cy/cy.c,v 1.163.8.1 2009/04/15 03:14:26 kensmith Exp $"); #include "opt_compat.h" diff --git a/sys/dev/cy/cy_isa.c b/sys/dev/cy/cy_isa.c index 390ccd22dd20..91c4dd476d99 100644 --- a/sys/dev/cy/cy_isa.c +++ b/sys/dev/cy/cy_isa.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/cy/cy_isa.c,v 1.148.8.1 2009/04/15 03:14:26 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/cy/cy_pci.c b/sys/dev/cy/cy_pci.c index 3cc3a3bd5df8..5096053a87b3 100644 --- a/sys/dev/cy/cy_pci.c +++ b/sys/dev/cy/cy_pci.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/cy/cy_pci.c,v 1.38.8.1 2009/04/15 03:14:26 kensmith Exp $"); #include "opt_cy_pci_fastintr.h" diff --git a/sys/dev/cy/cyreg.h b/sys/dev/cy/cyreg.h index 88a36eb4a65e..e7cfb40b2fcf 100644 --- a/sys/dev/cy/cyreg.h +++ b/sys/dev/cy/cyreg.h @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/cy/cyreg.h,v 1.9.52.1 2009/04/15 03:14:26 kensmith Exp $ */ /* diff --git a/sys/dev/cy/cyvar.h b/sys/dev/cy/cyvar.h index 6b770e8761fa..d36d0e4b7d44 100644 --- a/sys/dev/cy/cyvar.h +++ b/sys/dev/cy/cyvar.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/cy/cyvar.h,v 1.2.8.1 2009/04/15 03:14:26 kensmith Exp $ */ typedef u_char volatile *cy_addr; |
