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 bfb83dfdcf6a1..f3bdf9c6df5fb 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.12.1 2010/02/10 00:26:20 kensmith Exp $"); #include "opt_compat.h" diff --git a/sys/dev/cy/cy_isa.c b/sys/dev/cy/cy_isa.c index 390ccd22dd203..1f2c67fe9266e 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.12.1 2010/02/10 00:26:20 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 3cc3a3bd5df82..1418c8639f29e 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.12.1 2010/02/10 00:26:20 kensmith Exp $"); #include "opt_cy_pci_fastintr.h" diff --git a/sys/dev/cy/cyreg.h b/sys/dev/cy/cyreg.h index 88a36eb4a65e2..ec0ffe80bab84 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.56.1 2010/02/10 00:26:20 kensmith Exp $ */ /* diff --git a/sys/dev/cy/cyvar.h b/sys/dev/cy/cyvar.h index 6b770e8761fa8..49501484ce7a0 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.12.1 2010/02/10 00:26:20 kensmith Exp $ */ typedef u_char volatile *cy_addr; |