diff options
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/isp_tpublic.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 |
17 files changed, 17 insertions, 17 deletions
diff --git a/sys/dev/isp/DriverManual.txt b/sys/dev/isp/DriverManual.txt index ea1968f9f883..fc35af47d07a 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 2001/10/07 18:26:47 mjacob Exp $ */ Driver Theory of Operation Manual diff --git a/sys/dev/isp/Hardware.txt b/sys/dev/isp/Hardware.txt index 75f01bf7dd36..00593d82aa38 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 2003/01/01 18:48:50 schweikh 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 e22b7bfc0e19..3faf4c70cb77 100644 --- a/sys/dev/isp/isp.c +++ b/sys/dev/isp/isp.c @@ -46,7 +46,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 2007/07/10 07:55:04 mjacob 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 4ff2f5f34352..829c21648930 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 2007/08/23 15:57:13 jkim 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 b18f0dc9abcc..8cd35fbba86f 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 2007/08/28 00:09:12 jkim 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 b52c6f196285..a27e201d1fe3 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 2007/06/11 19:15:49 mjacob 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 1d6e6ee8b277..b8bdda847a58 100644 --- a/sys/dev/isp/isp_library.c +++ b/sys/dev/isp/isp_library.c @@ -34,7 +34,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 2007/07/02 20:08:20 mjacob 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 a614bb658fe8..8f4640d4bad1 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 2007/04/02 01:04:20 mjacob Exp $ */ /*- * Copyright (c) 1997-2007 by Matthew Jacob * All rights reserved. diff --git a/sys/dev/isp/isp_pci.c b/sys/dev/isp/isp_pci.c index 526337ccd7a2..fd939a305695 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 2007/06/26 23:08:57 mjacob 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 839d7eb5f461..1dcbbfb1fde8 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.4.1 2008/01/27 15:44:37 marius 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 42bffd98c74c..1c996b83ef7b 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 2007/03/10 02:39:54 mjacob Exp $ */ /*- * Copyright (c) 1997-2007 by Matthew Jacob * All rights reserved. diff --git a/sys/dev/isp/isp_target.c b/sys/dev/isp/isp_target.c index 9ad79abc675f..faba36cc7034 100644 --- a/sys/dev/isp/isp_target.c +++ b/sys/dev/isp/isp_target.c @@ -40,7 +40,7 @@ #endif #ifdef __FreeBSD__ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/isp/isp_target.c,v 1.44 2007/03/10 02:39:54 mjacob 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 e57df6cc3549..9838cecfdce3 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 2007/03/10 02:39:54 mjacob Exp $ */ /*- * Copyright (c) 1997-2007 by Matthew Jacob * All rights reserved. diff --git a/sys/dev/isp/isp_tpublic.h b/sys/dev/isp/isp_tpublic.h index b16440b0748e..17a27984c19d 100644 --- a/sys/dev/isp/isp_tpublic.h +++ b/sys/dev/isp/isp_tpublic.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/isp/isp_tpublic.h,v 1.19 2007/05/05 20:17:23 mjacob Exp $ */ /*- * Copyright (c) 1997-2007 by Matthew Jacob * All rights reserved. diff --git a/sys/dev/isp/ispmbox.h b/sys/dev/isp/ispmbox.h index 272d74e8650c..0d950d4f992d 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 2007/03/10 02:39:54 mjacob Exp $ */ /*- * Copyright (c) 1997-2007 by Matthew Jacob * All rights reserved. diff --git a/sys/dev/isp/ispreg.h b/sys/dev/isp/ispreg.h index ee0e154da32a..96d79d6b1115 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 2007/03/10 02:39:54 mjacob Exp $ */ /*- * Copyright (c) 1997-2007 by Matthew Jacob * All rights reserved. diff --git a/sys/dev/isp/ispvar.h b/sys/dev/isp/ispvar.h index 96c8b067ac21..9a8bfedc662b 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 2007/07/02 20:08:20 mjacob Exp $ */ /*- * Copyright (c) 1997-2007 by Matthew Jacob * All rights reserved. |
