diff options
Diffstat (limited to 'sys/dev/isp')
| -rw-r--r-- | sys/dev/isp/MAINTAINER | 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_inline.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 |
11 files changed, 11 insertions, 11 deletions
diff --git a/sys/dev/isp/MAINTAINER b/sys/dev/isp/MAINTAINER index be95ab6dd9d5..8de186a11c08 100644 --- a/sys/dev/isp/MAINTAINER +++ b/sys/dev/isp/MAINTAINER @@ -1,2 +1,2 @@ -$FreeBSD$ +$FreeBSD: src/sys/dev/isp/MAINTAINER,v 1.1 2000/01/13 18:45:14 mjacob Exp $ MAINTAINER = mjacob@freebsd.org diff --git a/sys/dev/isp/isp.c b/sys/dev/isp/isp.c index 4ee5d47821ce..e6df195c709a 100644 --- a/sys/dev/isp/isp.c +++ b/sys/dev/isp/isp.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/isp/isp.c,v 1.41.2.4 2000/07/18 06:47:19 mjacob Exp $ */ /* * Machine and OS Independent (well, as best as possible) * code for the Qlogic ISP SCSI adapters. diff --git a/sys/dev/isp/isp_freebsd.c b/sys/dev/isp/isp_freebsd.c index f4318687b237..fc22be635b13 100644 --- a/sys/dev/isp/isp_freebsd.c +++ b/sys/dev/isp/isp_freebsd.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/isp/isp_freebsd.c,v 1.32.2.4 2000/07/18 07:03:42 mjacob Exp $ */ /* * Platform (FreeBSD) dependent common attachment code for Qlogic adapters. * diff --git a/sys/dev/isp/isp_freebsd.h b/sys/dev/isp/isp_freebsd.h index 1715fb909c67..c5e24efee5f1 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.26.2.2 2000/07/04 02:26:34 mjacob Exp $ */ /* * Qlogic ISP SCSI Host Adapter FreeBSD Wrapper Definitions (CAM version) *--------------------------------------- diff --git a/sys/dev/isp/isp_inline.h b/sys/dev/isp/isp_inline.h index c6be127cde3c..f2c856a72dc0 100644 --- a/sys/dev/isp/isp_inline.h +++ b/sys/dev/isp/isp_inline.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/isp/isp_inline.h,v 1.6.2.2 2000/07/18 07:20:53 mjacob Exp $ */ /* * Qlogic Host Adapter Inline Functions * diff --git a/sys/dev/isp/isp_target.c b/sys/dev/isp/isp_target.c index a099849cd0c0..23daf620c3a0 100644 --- a/sys/dev/isp/isp_target.c +++ b/sys/dev/isp/isp_target.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/isp/isp_target.c,v 1.5.4.3 2000/07/18 07:05:58 mjacob Exp $ */ /* * Machine and OS Independent Target Mode Code for the Qlogic SCSI/FC adapters. * diff --git a/sys/dev/isp/isp_target.h b/sys/dev/isp/isp_target.h index 862a717ef90f..29099bf4fe17 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.3.4.3 2000/07/18 07:07:26 mjacob Exp $ */ /* * Qlogic Target Mode Structure and Flag Definitions * diff --git a/sys/dev/isp/isp_tpublic.h b/sys/dev/isp/isp_tpublic.h index d5e886fb1b41..ef532bb3c860 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.2.4.1 2000/05/09 05:09:25 mjacob Exp $ */ /* * Qlogic ISP Host Adapter Public Target Interface Structures && Routines *--------------------------------------- diff --git a/sys/dev/isp/ispmbox.h b/sys/dev/isp/ispmbox.h index 86f5bda21bdc..3bb0a9d97914 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.20.2.2 2000/07/04 02:29:24 mjacob Exp $ */ /* * Mailbox and Queue Entry Definitions for for Qlogic ISP SCSI adapters. * diff --git a/sys/dev/isp/ispreg.h b/sys/dev/isp/ispreg.h index 44a8e1d9a750..69df9c3cf295 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.13.2.2 2000/07/04 02:30:09 mjacob Exp $ */ /* * Machine Independent (well, as best as possible) register * definitions for Qlogic ISP SCSI adapters. diff --git a/sys/dev/isp/ispvar.h b/sys/dev/isp/ispvar.h index 763f01e196f8..c041d93c6dc6 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.25.2.2 2000/07/04 02:31:19 mjacob Exp $ */ /* * Soft Definitions for for Qlogic ISP SCSI adapters. * |
