diff options
| author | Ken Smith <kensmith@FreeBSD.org> | 2012-04-09 16:18:55 +0000 |
|---|---|---|
| committer | Ken Smith <kensmith@FreeBSD.org> | 2012-04-09 16:18:55 +0000 |
| commit | 039ea811636f62633b18bcadb9f5332b215f7900 (patch) | |
| tree | 2b6265c3f691194eb9ff68f608c028eb43e14708 /sys/dev/ips | |
| parent | 0724db41d65f0854fe1349e284feceb8c5c047ed (diff) | |
Diffstat (limited to 'sys/dev/ips')
| -rw-r--r-- | sys/dev/ips/ips.c | 2 | ||||
| -rw-r--r-- | sys/dev/ips/ips.h | 2 | ||||
| -rw-r--r-- | sys/dev/ips/ips_commands.c | 2 | ||||
| -rw-r--r-- | sys/dev/ips/ips_disk.c | 2 | ||||
| -rw-r--r-- | sys/dev/ips/ips_disk.h | 2 | ||||
| -rw-r--r-- | sys/dev/ips/ips_ioctl.c | 2 | ||||
| -rw-r--r-- | sys/dev/ips/ips_ioctl.h | 2 | ||||
| -rw-r--r-- | sys/dev/ips/ips_pci.c | 2 | ||||
| -rw-r--r-- | sys/dev/ips/ipsreg.h | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/sys/dev/ips/ips.c b/sys/dev/ips/ips.c index 1f150420936e..d32f161399c9 100644 --- a/sys/dev/ips/ips.c +++ b/sys/dev/ips/ips.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ips/ips.c,v 1.21.10.1.8.1 2012/03/03 06:15:13 kensmith Exp $"); #include <dev/ips/ipsreg.h> #include <dev/ips/ips.h> diff --git a/sys/dev/ips/ips.h b/sys/dev/ips/ips.h index 1b32164d9065..1d3a2c7f5c7b 100644 --- a/sys/dev/ips/ips.h +++ b/sys/dev/ips/ips.h @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ips/ips.h,v 1.17.10.1.8.1 2012/03/03 06:15:13 kensmith Exp $ */ #ifndef _IPS_H #define _IPS_H diff --git a/sys/dev/ips/ips_commands.c b/sys/dev/ips/ips_commands.c index 151c0022a309..30b2e8025476 100644 --- a/sys/dev/ips/ips_commands.c +++ b/sys/dev/ips/ips_commands.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ips/ips_commands.c,v 1.16.10.1.8.1 2012/03/03 06:15:13 kensmith Exp $"); #include <dev/ips/ipsreg.h> #include <dev/ips/ips.h> diff --git a/sys/dev/ips/ips_disk.c b/sys/dev/ips/ips_disk.c index 12bdacd63115..d8e5620a5c80 100644 --- a/sys/dev/ips/ips_disk.c +++ b/sys/dev/ips/ips_disk.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ips/ips_disk.c,v 1.10.10.2.6.1 2012/03/03 06:15:13 kensmith Exp $"); #include <dev/ips/ipsreg.h> #include <dev/ips/ips.h> diff --git a/sys/dev/ips/ips_disk.h b/sys/dev/ips/ips_disk.h index b841eeaeea2f..1c188713e566 100644 --- a/sys/dev/ips/ips_disk.h +++ b/sys/dev/ips/ips_disk.h @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ips/ips_disk.h,v 1.4.22.1.8.1 2012/03/03 06:15:13 kensmith Exp $ */ diff --git a/sys/dev/ips/ips_ioctl.c b/sys/dev/ips/ips_ioctl.c index ea076703237c..552ac18b097b 100644 --- a/sys/dev/ips/ips_ioctl.c +++ b/sys/dev/ips/ips_ioctl.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ips/ips_ioctl.c,v 1.8.10.1.8.1 2012/03/03 06:15:13 kensmith Exp $"); #include <dev/ips/ipsreg.h> #include <dev/ips/ips.h> diff --git a/sys/dev/ips/ips_ioctl.h b/sys/dev/ips/ips_ioctl.h index ea76ed501fac..9fa9beb310ea 100644 --- a/sys/dev/ips/ips_ioctl.h +++ b/sys/dev/ips/ips_ioctl.h @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ips/ips_ioctl.h,v 1.2.10.1.8.1 2012/03/03 06:15:13 kensmith Exp $ */ #ifndef _IPS_IOCTL_H diff --git a/sys/dev/ips/ips_pci.c b/sys/dev/ips/ips_pci.c index 9781087891d1..94ff7c8b5c41 100644 --- a/sys/dev/ips/ips_pci.c +++ b/sys/dev/ips/ips_pci.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ips/ips_pci.c,v 1.16.2.3.6.1 2012/03/03 06:15:13 kensmith Exp $"); #include <dev/ips/ipsreg.h> #include <dev/ips/ips.h> diff --git a/sys/dev/ips/ipsreg.h b/sys/dev/ips/ipsreg.h index ed282574ab8f..0478d28a500b 100644 --- a/sys/dev/ips/ipsreg.h +++ b/sys/dev/ips/ipsreg.h @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ips/ipsreg.h,v 1.3.10.1.8.1 2012/03/03 06:15:13 kensmith Exp $ */ #include <sys/param.h> |
