diff options
author | Ken Smith <kensmith@FreeBSD.org> | 2011-02-16 16:19:54 +0000 |
---|---|---|
committer | Ken Smith <kensmith@FreeBSD.org> | 2011-02-16 16:19:54 +0000 |
commit | cc28c79becc0c69f0d33337062166295c1f52d63 (patch) | |
tree | 027a1716b81de12e9d3735d93dcaf4b08ccb78af /sys/dev/isp | |
parent | a92e32c6e92d43c510782860a055a2d736966c11 (diff) |
Diffstat (limited to 'sys/dev/isp')
-rw-r--r-- | sys/dev/isp/DriverManual.txt | 2 | ||||
-rw-r--r-- | sys/dev/isp/Hardware.txt | 2 | ||||
-rw-r--r-- | sys/dev/isp/isp.c | 2 | ||||
-rw-r--r-- | sys/dev/isp/isp_freebsd.c | 2 | ||||
-rw-r--r-- | sys/dev/isp/isp_freebsd.h | 2 | ||||
-rw-r--r-- | sys/dev/isp/isp_ioctl.h | 2 | ||||
-rw-r--r-- | sys/dev/isp/isp_library.c | 2 | ||||
-rw-r--r-- | sys/dev/isp/isp_library.h | 2 | ||||
-rw-r--r-- | sys/dev/isp/isp_pci.c | 2 | ||||
-rw-r--r-- | sys/dev/isp/isp_sbus.c | 2 | ||||
-rw-r--r-- | sys/dev/isp/isp_stds.h | 2 | ||||
-rw-r--r-- | sys/dev/isp/isp_target.c | 2 | ||||
-rw-r--r-- | sys/dev/isp/isp_target.h | 2 | ||||
-rw-r--r-- | sys/dev/isp/ispmbox.h | 2 | ||||
-rw-r--r-- | sys/dev/isp/ispreg.h | 2 | ||||
-rw-r--r-- | sys/dev/isp/ispvar.h | 2 |
16 files changed, 16 insertions, 16 deletions
diff --git a/sys/dev/isp/DriverManual.txt b/sys/dev/isp/DriverManual.txt index ea1968f9f883..7539ef7e0cc3 100644 --- a/sys/dev/isp/DriverManual.txt +++ b/sys/dev/isp/DriverManual.txt @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/isp/DriverManual.txt,v 1.1.40.1 2010/12/21 17:10:29 kensmith Exp $ */ Driver Theory of Operation Manual diff --git a/sys/dev/isp/Hardware.txt b/sys/dev/isp/Hardware.txt index 75f01bf7dd36..08da8e209498 100644 --- a/sys/dev/isp/Hardware.txt +++ b/sys/dev/isp/Hardware.txt @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/isp/Hardware.txt,v 1.2.38.1 2010/12/21 17:10:29 kensmith Exp $ */ Hardware that is Known To or Should Work with This Driver diff --git a/sys/dev/isp/isp.c b/sys/dev/isp/isp.c index 490233f803dd..bb7d26f8a657 100644 --- a/sys/dev/isp/isp.c +++ b/sys/dev/isp/isp.c @@ -47,7 +47,7 @@ __KERNEL_RCSID(0, "$NetBSD$"); #endif #ifdef __FreeBSD__ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/isp/isp.c,v 1.149.2.4.2.1 2010/12/21 17:10:29 kensmith Exp $"); #include <dev/isp/isp_freebsd.h> #endif #ifdef __OpenBSD__ diff --git a/sys/dev/isp/isp_freebsd.c b/sys/dev/isp/isp_freebsd.c index 443ab24fe8a5..4de93f827038 100644 --- a/sys/dev/isp/isp_freebsd.c +++ b/sys/dev/isp/isp_freebsd.c @@ -28,7 +28,7 @@ * Platform (FreeBSD) dependent common attachment code for Qlogic adapters. */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/isp/isp_freebsd.c,v 1.146.2.6.2.1 2010/12/21 17:10:29 kensmith Exp $"); #include <dev/isp/isp_freebsd.h> #include <sys/unistd.h> #include <sys/kthread.h> diff --git a/sys/dev/isp/isp_freebsd.h b/sys/dev/isp/isp_freebsd.h index 44c8bdf1ca5f..0ec3054ee6cd 100644 --- a/sys/dev/isp/isp_freebsd.h +++ b/sys/dev/isp/isp_freebsd.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/isp/isp_freebsd.h,v 1.107.2.3.2.1 2010/12/21 17:10:29 kensmith Exp $ */ /*- * Qlogic ISP SCSI Host Adapter FreeBSD Wrapper Definitions * diff --git a/sys/dev/isp/isp_ioctl.h b/sys/dev/isp/isp_ioctl.h index 8fda052067bb..e1b5745b0c18 100644 --- a/sys/dev/isp/isp_ioctl.h +++ b/sys/dev/isp/isp_ioctl.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/isp/isp_ioctl.h,v 1.20.2.1.2.1 2010/12/21 17:10:29 kensmith Exp $ */ /*- * Copyright (c) 1997-2006 by Matthew Jacob * All rights reserved. diff --git a/sys/dev/isp/isp_library.c b/sys/dev/isp/isp_library.c index 1853bbad94d8..537104b1722f 100644 --- a/sys/dev/isp/isp_library.c +++ b/sys/dev/isp/isp_library.c @@ -35,7 +35,7 @@ __KERNEL_RCSID(0, "$NetBSD$"); #endif #ifdef __FreeBSD__ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/isp/isp_library.c,v 1.14.2.3.2.1 2010/12/21 17:10:29 kensmith Exp $"); #include <dev/isp/isp_freebsd.h> #endif #ifdef __OpenBSD__ diff --git a/sys/dev/isp/isp_library.h b/sys/dev/isp/isp_library.h index 4e0c7f8e67b1..fcf75eeb5d03 100644 --- a/sys/dev/isp/isp_library.h +++ b/sys/dev/isp/isp_library.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/isp/isp_library.h,v 1.8.2.2.2.1 2010/12/21 17:10:29 kensmith Exp $ */ /*- * Copyright (c) 1997-2009 by Matthew Jacob * All rights reserved. diff --git a/sys/dev/isp/isp_pci.c b/sys/dev/isp/isp_pci.c index e152e99ee67b..fb1f55c8e34d 100644 --- a/sys/dev/isp/isp_pci.c +++ b/sys/dev/isp/isp_pci.c @@ -28,7 +28,7 @@ * FreeBSD Version. */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/isp/isp_pci.c,v 1.148.2.5.2.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/isp/isp_sbus.c b/sys/dev/isp/isp_sbus.c index 34dcc09f9e57..912a28023219 100644 --- a/sys/dev/isp/isp_sbus.c +++ b/sys/dev/isp/isp_sbus.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/isp/isp_sbus.c,v 1.35.2.4.2.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/isp/isp_stds.h b/sys/dev/isp/isp_stds.h index 2ed66cb5f37d..8201b65e1b56 100644 --- a/sys/dev/isp/isp_stds.h +++ b/sys/dev/isp/isp_stds.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/isp/isp_stds.h,v 1.4.6.1.2.1 2010/12/21 17:10:29 kensmith Exp $ */ /*- * Copyright (c) 1997-2009 by Matthew Jacob * All rights reserved. diff --git a/sys/dev/isp/isp_target.c b/sys/dev/isp/isp_target.c index 8707961c24f9..8b3eefb4cc26 100644 --- a/sys/dev/isp/isp_target.c +++ b/sys/dev/isp/isp_target.c @@ -41,7 +41,7 @@ #endif #ifdef __FreeBSD__ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/isp/isp_target.c,v 1.44.2.3.2.1 2010/12/21 17:10:29 kensmith Exp $"); #include <dev/isp/isp_freebsd.h> #endif #ifdef __OpenBSD__ diff --git a/sys/dev/isp/isp_target.h b/sys/dev/isp/isp_target.h index 9905c4fbcb32..8abf5622d6ed 100644 --- a/sys/dev/isp/isp_target.h +++ b/sys/dev/isp/isp_target.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/isp/isp_target.h,v 1.30.2.1.2.1 2010/12/21 17:10:29 kensmith Exp $ */ /*- * Copyright (c) 1997-2009 by Matthew Jacob * All rights reserved. diff --git a/sys/dev/isp/ispmbox.h b/sys/dev/isp/ispmbox.h index 36a73913ac8f..536f66489647 100644 --- a/sys/dev/isp/ispmbox.h +++ b/sys/dev/isp/ispmbox.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/isp/ispmbox.h,v 1.59.2.2.2.1 2010/12/21 17:10:29 kensmith Exp $ */ /*- * Copyright (c) 1997-2009 by Matthew Jacob * All rights reserved. diff --git a/sys/dev/isp/ispreg.h b/sys/dev/isp/ispreg.h index 2d616aeb1807..2315e261d33f 100644 --- a/sys/dev/isp/ispreg.h +++ b/sys/dev/isp/ispreg.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/isp/ispreg.h,v 1.29.2.2.2.1 2010/12/21 17:10:29 kensmith Exp $ */ /*- * Copyright (c) 1997-2009 by Matthew Jacob * All rights reserved. diff --git a/sys/dev/isp/ispvar.h b/sys/dev/isp/ispvar.h index 48a10742f7b3..d9d6023acfdb 100644 --- a/sys/dev/isp/ispvar.h +++ b/sys/dev/isp/ispvar.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/isp/ispvar.h,v 1.85.2.3.2.1 2010/12/21 17:10:29 kensmith Exp $ */ /*- * Copyright (c) 1997-2009 by Matthew Jacob * All rights reserved. |