diff options
Diffstat (limited to 'sys/cam')
41 files changed, 41 insertions, 41 deletions
diff --git a/sys/cam/cam.c b/sys/cam/cam.c index 4c28e42954fc..d8c671e69767 100644 --- a/sys/cam/cam.c +++ b/sys/cam/cam.c @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/cam/cam.c,v 1.3 1999/08/28 00:40:38 peter Exp $ */ #include <sys/param.h> diff --git a/sys/cam/cam.h b/sys/cam/cam.h index 37e67fd89039..40cd270a0aba 100644 --- a/sys/cam/cam.h +++ b/sys/cam/cam.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/cam/cam.h,v 1.6.2.1 2000/03/17 22:36:21 peter Exp $ */ #ifndef _CAM_CAM_H diff --git a/sys/cam/cam_ccb.h b/sys/cam/cam_ccb.h index 2184465bda95..4d4ae699636b 100644 --- a/sys/cam/cam_ccb.h +++ b/sys/cam/cam_ccb.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/cam/cam_ccb.h,v 1.15.2.2 2000/09/22 23:09:19 gibbs Exp $ */ #ifndef _CAM_CAM_CCB_H diff --git a/sys/cam/cam_debug.h b/sys/cam/cam_debug.h index 22c56c6e05d3..70ffe2647235 100644 --- a/sys/cam/cam_debug.h +++ b/sys/cam/cam_debug.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/cam/cam_debug.h,v 1.6 1999/12/29 04:54:25 peter Exp $ */ #ifndef _CAM_CAM_DEBUG_H #define _CAM_CAM_DEBUG_H 1 diff --git a/sys/cam/cam_extend.c b/sys/cam/cam_extend.c index 0802febac443..4dd545973e51 100644 --- a/sys/cam/cam_extend.c +++ b/sys/cam/cam_extend.c @@ -12,7 +12,7 @@ * on the understanding that TFS is not responsible for the correct * functioning of this software in any circumstances. * - * $FreeBSD$ + * $FreeBSD: src/sys/cam/cam_extend.c,v 1.3 1999/08/28 00:40:39 peter Exp $ */ /* * XXX XXX XXX XXX We should get DEVFS working so that we diff --git a/sys/cam/cam_extend.h b/sys/cam/cam_extend.h index 1ac38354fec5..65a0b3026a98 100644 --- a/sys/cam/cam_extend.h +++ b/sys/cam/cam_extend.h @@ -12,7 +12,7 @@ * on the understanding that TFS is not responsible for the correct * functioning of this software in any circumstances. * - * $FreeBSD$ + * $FreeBSD: src/sys/cam/cam_extend.h,v 1.3 1999/12/29 04:54:25 peter Exp $ */ #ifndef _CAM_CAM_EXTEND_H diff --git a/sys/cam/cam_periph.c b/sys/cam/cam_periph.c index 44710528a970..e8d0aade3053 100644 --- a/sys/cam/cam_periph.c +++ b/sys/cam/cam_periph.c @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/cam/cam_periph.c,v 1.24.2.1 2000/09/11 05:37:00 ken Exp $ */ #include <sys/param.h> diff --git a/sys/cam/cam_periph.h b/sys/cam/cam_periph.h index 54c549c39572..fb9679cc4509 100644 --- a/sys/cam/cam_periph.h +++ b/sys/cam/cam_periph.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/cam/cam_periph.h,v 1.6.2.1 2000/05/07 18:16:49 n_hibma Exp $ */ #ifndef _CAM_CAM_PERIPH_H diff --git a/sys/cam/cam_queue.c b/sys/cam/cam_queue.c index 988a1a2f42e3..5c08ec80ac61 100644 --- a/sys/cam/cam_queue.c +++ b/sys/cam/cam_queue.c @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/cam/cam_queue.c,v 1.5 1999/08/28 00:40:41 peter Exp $ */ #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/cam/cam_queue.h b/sys/cam/cam_queue.h index 3d0a29c6bf88..b446508136c4 100644 --- a/sys/cam/cam_queue.h +++ b/sys/cam/cam_queue.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/cam/cam_queue.h,v 1.6 1999/12/29 04:54:26 peter Exp $ */ #ifndef _CAM_CAM_QUEUE_H diff --git a/sys/cam/cam_sim.c b/sys/cam/cam_sim.c index c8843e24c825..84b427d6b18b 100644 --- a/sys/cam/cam_sim.c +++ b/sys/cam/cam_sim.c @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/cam/cam_sim.c,v 1.3 1999/08/28 00:40:42 peter Exp $ */ #include <sys/param.h> diff --git a/sys/cam/cam_sim.h b/sys/cam/cam_sim.h index 95e6dcebd158..eaa3cd44a5ac 100644 --- a/sys/cam/cam_sim.h +++ b/sys/cam/cam_sim.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/cam/cam_sim.h,v 1.4 1999/12/29 04:54:27 peter Exp $ */ #ifndef _CAM_CAM_SIM_H diff --git a/sys/cam/cam_xpt.c b/sys/cam/cam_xpt.c index 7f49d09df981..6c0a4a24f8de 100644 --- a/sys/cam/cam_xpt.c +++ b/sys/cam/cam_xpt.c @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/cam/cam_xpt.c,v 1.80.2.10 2000/10/31 22:09:59 gibbs Exp $ */ #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/cam/cam_xpt.h b/sys/cam/cam_xpt.h index 8eb77e0c0842..0d7ef71a9dbd 100644 --- a/sys/cam/cam_xpt.h +++ b/sys/cam/cam_xpt.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/cam/cam_xpt.h,v 1.3 1999/12/29 04:54:27 peter Exp $ */ #ifndef _CAM_CAM_XPT_H diff --git a/sys/cam/cam_xpt_periph.h b/sys/cam/cam_xpt_periph.h index 6281a1594fbb..4ef2abfa5ed6 100644 --- a/sys/cam/cam_xpt_periph.h +++ b/sys/cam/cam_xpt_periph.h @@ -27,7 +27,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/cam/cam_xpt_periph.h,v 1.3 1999/12/29 04:54:28 peter Exp $ */ #ifndef _CAM_CAM_XPT_PERIPH_H diff --git a/sys/cam/cam_xpt_sim.h b/sys/cam/cam_xpt_sim.h index 040532060ac8..2b6b9058b819 100644 --- a/sys/cam/cam_xpt_sim.h +++ b/sys/cam/cam_xpt_sim.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/cam/cam_xpt_sim.h,v 1.7 2000/01/14 23:08:46 gibbs Exp $ */ #ifndef _CAM_CAM_XPT_SIM_H diff --git a/sys/cam/scsi/scsi_all.c b/sys/cam/scsi/scsi_all.c index abe14d2063a7..8d79aab3586d 100644 --- a/sys/cam/scsi/scsi_all.c +++ b/sys/cam/scsi/scsi_all.c @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/cam/scsi/scsi_all.c,v 1.14.2.2 2000/09/22 23:10:54 gibbs Exp $ */ #include <sys/param.h> diff --git a/sys/cam/scsi/scsi_all.h b/sys/cam/scsi/scsi_all.h index ca39b09a0516..da472525bec9 100644 --- a/sys/cam/scsi/scsi_all.h +++ b/sys/cam/scsi/scsi_all.h @@ -14,7 +14,7 @@ * * Ported to run under 386BSD by Julian Elischer (julian@tfs.com) Sept 1992 * - * $FreeBSD$ + * $FreeBSD: src/sys/cam/scsi/scsi_all.h,v 1.14.2.3 2000/08/14 05:42:33 kbyanc Exp $ */ /* diff --git a/sys/cam/scsi/scsi_cd.c b/sys/cam/scsi/scsi_cd.c index f1d9fa4b5c5b..6d0dcedc0fe8 100644 --- a/sys/cam/scsi/scsi_cd.c +++ b/sys/cam/scsi/scsi_cd.c @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/cam/scsi/scsi_cd.c,v 1.31.2.4 2000/10/31 08:09:49 dwmalone Exp $ */ /* * Portions of this driver taken from the original FreeBSD cd driver. diff --git a/sys/cam/scsi/scsi_cd.h b/sys/cam/scsi/scsi_cd.h index b055202e9600..52cadc4a5215 100644 --- a/sys/cam/scsi/scsi_cd.h +++ b/sys/cam/scsi/scsi_cd.h @@ -41,7 +41,7 @@ * Ported to run under 386BSD by Julian Elischer (julian@tfs.com) Sept 1992 * * from: scsi_cd.h,v 1.10 1997/02/22 09:44:28 peter Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/cam/scsi/scsi_cd.h,v 1.2.6.1 2000/05/31 03:14:32 ken Exp $ */ #ifndef _SCSI_SCSI_CD_H #define _SCSI_SCSI_CD_H 1 diff --git a/sys/cam/scsi/scsi_ch.c b/sys/cam/scsi/scsi_ch.c index f30c6026b21e..e4ec62a76abe 100644 --- a/sys/cam/scsi/scsi_ch.c +++ b/sys/cam/scsi/scsi_ch.c @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/cam/scsi/scsi_ch.c,v 1.20.2.2 2000/10/31 08:09:49 dwmalone Exp $ */ /* * Derived from the NetBSD SCSI changer driver. diff --git a/sys/cam/scsi/scsi_ch.h b/sys/cam/scsi/scsi_ch.h index 5239243aefda..0c9eafa9a981 100644 --- a/sys/cam/scsi/scsi_ch.h +++ b/sys/cam/scsi/scsi_ch.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/cam/scsi/scsi_ch.h,v 1.2.6.1 2000/08/03 00:50:59 peter Exp $ */ /* $NetBSD: scsi_changer.h,v 1.11 1998/02/13 08:28:32 enami Exp $ */ /* diff --git a/sys/cam/scsi/scsi_da.c b/sys/cam/scsi/scsi_da.c index ff4409095181..4159ffa97be7 100644 --- a/sys/cam/scsi/scsi_da.c +++ b/sys/cam/scsi/scsi_da.c @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/cam/scsi/scsi_da.c,v 1.42.2.7 2000/10/23 11:51:56 n_hibma Exp $ */ #ifdef _KERNEL diff --git a/sys/cam/scsi/scsi_da.h b/sys/cam/scsi/scsi_da.h index 994eb0313488..c46ea5c2fcfb 100644 --- a/sys/cam/scsi/scsi_da.h +++ b/sys/cam/scsi/scsi_da.h @@ -46,7 +46,7 @@ * * Ported to run under 386BSD by Julian Elischer (julian@tfs.com) Sept 1992 * - * $FreeBSD$ + * $FreeBSD: src/sys/cam/scsi/scsi_da.h,v 1.3.2.2 2000/07/01 23:35:49 ken Exp $ */ #ifndef _SCSI_SCSI_DA_H diff --git a/sys/cam/scsi/scsi_dvcfg.h b/sys/cam/scsi/scsi_dvcfg.h index b963e5d77721..a7672f02ca38 100644 --- a/sys/cam/scsi/scsi_dvcfg.h +++ b/sys/cam/scsi/scsi_dvcfg.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/cam/scsi/scsi_dvcfg.h,v 1.1.2.1 2000/10/29 11:05:44 non Exp $ */ /* $NecBSD: scsi_dvcfg.h,v 1.4 1998/03/14 07:05:06 kmatsuda Exp $ */ /* $NetBSD$ */ diff --git a/sys/cam/scsi/scsi_low.c b/sys/cam/scsi/scsi_low.c index 1d0a01d0c1d0..97a610813c77 100644 --- a/sys/cam/scsi/scsi_low.c +++ b/sys/cam/scsi/scsi_low.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/cam/scsi/scsi_low.c,v 1.1.2.1 2000/10/29 11:05:44 non Exp $ */ /* $NecBSD: scsi_low.c,v 1.24 1999/07/26 06:27:01 honda Exp $ */ /* $NetBSD$ */ diff --git a/sys/cam/scsi/scsi_low.h b/sys/cam/scsi/scsi_low.h index 0d8f9964a356..e7dc108106cc 100644 --- a/sys/cam/scsi/scsi_low.h +++ b/sys/cam/scsi/scsi_low.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/cam/scsi/scsi_low.h,v 1.1.2.1 2000/10/29 11:05:45 non Exp $ */ /* $NecBSD: scsi_low.h,v 1.24 1999/07/23 21:00:05 honda Exp $ */ /* $NetBSD$ */ diff --git a/sys/cam/scsi/scsi_low_pisa.c b/sys/cam/scsi/scsi_low_pisa.c index b095a80c3918..226a046e4cb2 100644 --- a/sys/cam/scsi/scsi_low_pisa.c +++ b/sys/cam/scsi/scsi_low_pisa.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/cam/scsi/scsi_low_pisa.c,v 1.2.2.1 2000/10/29 11:05:45 non Exp $ */ /* $NecBSD: scsi_low_pisa.c,v 1.13 1998/11/26 14:26:11 honda Exp $ */ /* $NetBSD$ */ diff --git a/sys/cam/scsi/scsi_low_pisa.h b/sys/cam/scsi/scsi_low_pisa.h index 8a8a5425ad1d..9e9cf7283541 100644 --- a/sys/cam/scsi/scsi_low_pisa.h +++ b/sys/cam/scsi/scsi_low_pisa.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/cam/scsi/scsi_low_pisa.h,v 1.2.2.1 2000/10/29 11:05:45 non Exp $ */ /* $NecBSD: scsi_low_pisa.h,v 1.3 1999/04/15 01:35:57 kmatsuda Exp $ */ /* $NetBSD$ */ diff --git a/sys/cam/scsi/scsi_message.h b/sys/cam/scsi/scsi_message.h index cd759f160e86..d3eb7e136e3b 100644 --- a/sys/cam/scsi/scsi_message.h +++ b/sys/cam/scsi/scsi_message.h @@ -1,6 +1,6 @@ /* * This file is in the public domain. - * $FreeBSD$ + * $FreeBSD: src/sys/cam/scsi/scsi_message.h,v 1.1.6.3 2000/10/31 18:54:02 gibbs Exp $ */ /* Messages (1 byte) */ /* I/T (M)andatory or (O)ptional */ diff --git a/sys/cam/scsi/scsi_pass.c b/sys/cam/scsi/scsi_pass.c index c8f512401bf2..2ddf45418c88 100644 --- a/sys/cam/scsi/scsi_pass.c +++ b/sys/cam/scsi/scsi_pass.c @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/cam/scsi/scsi_pass.c,v 1.19 2000/01/17 06:27:37 mjacob Exp $ */ #include <sys/param.h> diff --git a/sys/cam/scsi/scsi_pass.h b/sys/cam/scsi/scsi_pass.h index 39e92c35227e..ad95353ef7ec 100644 --- a/sys/cam/scsi/scsi_pass.h +++ b/sys/cam/scsi/scsi_pass.h @@ -22,7 +22,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/cam/scsi/scsi_pass.h,v 1.3 1999/08/28 00:40:48 peter Exp $ */ #ifndef _SCSI_PASS_H diff --git a/sys/cam/scsi/scsi_pt.c b/sys/cam/scsi/scsi_pt.c index 4f7b8e03bb49..ed3e21870720 100644 --- a/sys/cam/scsi/scsi_pt.c +++ b/sys/cam/scsi/scsi_pt.c @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/cam/scsi/scsi_pt.c,v 1.17 2000/01/17 06:27:37 mjacob Exp $ */ #include <sys/param.h> diff --git a/sys/cam/scsi/scsi_pt.h b/sys/cam/scsi/scsi_pt.h index b5eea824fcf6..c71c83cc1519 100644 --- a/sys/cam/scsi/scsi_pt.h +++ b/sys/cam/scsi/scsi_pt.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/cam/scsi/scsi_pt.h,v 1.2 1999/08/28 00:40:48 peter Exp $ */ #ifndef _SCSI_SCSI_PT_H diff --git a/sys/cam/scsi/scsi_sa.c b/sys/cam/scsi/scsi_sa.c index 2cb002e6e8bb..10e9d34e058e 100644 --- a/sys/cam/scsi/scsi_sa.c +++ b/sys/cam/scsi/scsi_sa.c @@ -1,5 +1,5 @@ /* - * $FreeBSD$ + * $FreeBSD: src/sys/cam/scsi/scsi_sa.c,v 1.45.2.6 2000/10/05 17:05:51 mjacob Exp $ * * Implementation of SCSI Sequential Access Peripheral driver for CAM. * diff --git a/sys/cam/scsi/scsi_sa.h b/sys/cam/scsi/scsi_sa.h index fb4b652de5e5..ebd249de2458 100644 --- a/sys/cam/scsi/scsi_sa.h +++ b/sys/cam/scsi/scsi_sa.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/cam/scsi/scsi_sa.h,v 1.6.2.1 2000/10/31 22:38:41 mjacob Exp $ */ #ifndef _SCSI_SCSI_SA_H diff --git a/sys/cam/scsi/scsi_ses.c b/sys/cam/scsi/scsi_ses.c index d5bd0837d26d..17236b875bc4 100644 --- a/sys/cam/scsi/scsi_ses.c +++ b/sys/cam/scsi/scsi_ses.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/cam/scsi/scsi_ses.c,v 1.8.2.2 2000/08/08 23:19:21 mjacob Exp $ */ /* * Copyright (c) 2000 Matthew Jacob * All rights reserved. diff --git a/sys/cam/scsi/scsi_ses.h b/sys/cam/scsi/scsi_ses.h index 1849019af226..4863bcfe0929 100644 --- a/sys/cam/scsi/scsi_ses.h +++ b/sys/cam/scsi/scsi_ses.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/cam/scsi/scsi_ses.h,v 1.2 2000/01/15 22:40:04 mjacob Exp $ */ /* * Copyright (c) 2000 by Matthew Jacob * All rights reserved. diff --git a/sys/cam/scsi/scsi_targ_bh.c b/sys/cam/scsi/scsi_targ_bh.c index cdf0f76c26d6..0d01789e12ae 100644 --- a/sys/cam/scsi/scsi_targ_bh.c +++ b/sys/cam/scsi/scsi_targ_bh.c @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/cam/scsi/scsi_targ_bh.c,v 1.4.2.3 2000/07/14 21:10:26 mjacob Exp $ */ #include <stddef.h> /* For offsetof */ #include <sys/param.h> diff --git a/sys/cam/scsi/scsi_target.c b/sys/cam/scsi/scsi_target.c index 0fceb8e41983..f34964bbdfc2 100644 --- a/sys/cam/scsi/scsi_target.c +++ b/sys/cam/scsi/scsi_target.c @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/cam/scsi/scsi_target.c,v 1.22.2.5 2000/07/18 06:44:14 mjacob Exp $ */ #include <stddef.h> /* For offsetof */ #include <sys/param.h> diff --git a/sys/cam/scsi/scsi_targetio.h b/sys/cam/scsi/scsi_targetio.h index bbb4c8b5b0d2..54d8f55b0ae7 100644 --- a/sys/cam/scsi/scsi_targetio.h +++ b/sys/cam/scsi/scsi_targetio.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/cam/scsi/scsi_targetio.h,v 1.5.2.2 2000/07/14 20:17:18 mjacob Exp $ */ #ifndef _CAM_SCSI_SCSI_TARGETIO_H_ |
