diff options
Diffstat (limited to 'sys/dev/firewire')
| -rw-r--r-- | sys/dev/firewire/00README | 2 | ||||
| -rw-r--r-- | sys/dev/firewire/firewire.c | 2 | ||||
| -rw-r--r-- | sys/dev/firewire/firewire.h | 2 | ||||
| -rw-r--r-- | sys/dev/firewire/firewire_phy.h | 2 | ||||
| -rw-r--r-- | sys/dev/firewire/firewirereg.h | 2 | ||||
| -rw-r--r-- | sys/dev/firewire/fwcrom.c | 2 | ||||
| -rw-r--r-- | sys/dev/firewire/fwdev.c | 2 | ||||
| -rw-r--r-- | sys/dev/firewire/fwdma.c | 2 | ||||
| -rw-r--r-- | sys/dev/firewire/fwdma.h | 2 | ||||
| -rw-r--r-- | sys/dev/firewire/fwmem.c | 2 | ||||
| -rw-r--r-- | sys/dev/firewire/fwmem.h | 2 | ||||
| -rw-r--r-- | sys/dev/firewire/fwohci.c | 2 | ||||
| -rw-r--r-- | sys/dev/firewire/fwohci_pci.c | 2 | ||||
| -rw-r--r-- | sys/dev/firewire/fwohcireg.h | 2 | ||||
| -rw-r--r-- | sys/dev/firewire/fwohcivar.h | 2 | ||||
| -rw-r--r-- | sys/dev/firewire/fwphyreg.h | 2 | ||||
| -rw-r--r-- | sys/dev/firewire/iec13213.h | 2 | ||||
| -rw-r--r-- | sys/dev/firewire/iec68113.h | 2 | ||||
| -rw-r--r-- | sys/dev/firewire/if_fwe.c | 2 | ||||
| -rw-r--r-- | sys/dev/firewire/if_fwevar.h | 2 | ||||
| -rw-r--r-- | sys/dev/firewire/sbp.c | 2 | ||||
| -rw-r--r-- | sys/dev/firewire/sbp.h | 2 | ||||
| -rw-r--r-- | sys/dev/firewire/sbp_targ.c | 2 |
23 files changed, 23 insertions, 23 deletions
diff --git a/sys/dev/firewire/00README b/sys/dev/firewire/00README index d879f31a6b15..59e3c5fa99fe 100644 --- a/sys/dev/firewire/00README +++ b/sys/dev/firewire/00README @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/sys/dev/firewire/00README,v 1.1 2002/09/13 12:31:56 ikob Exp $ IEEE 1394 support for FreeBSD-5.X and 4.X. diff --git a/sys/dev/firewire/firewire.c b/sys/dev/firewire/firewire.c index 9844e7b22b62..0d23f8bd5ad5 100644 --- a/sys/dev/firewire/firewire.c +++ b/sys/dev/firewire/firewire.c @@ -31,7 +31,7 @@ * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/firewire/firewire.c,v 1.65 2003/11/09 09:17:21 tanimura Exp $ * */ diff --git a/sys/dev/firewire/firewire.h b/sys/dev/firewire/firewire.h index 2e115f7a9bd1..1d9e24982c9e 100644 --- a/sys/dev/firewire/firewire.h +++ b/sys/dev/firewire/firewire.h @@ -31,7 +31,7 @@ * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/firewire/firewire.h,v 1.17 2003/11/07 09:01:41 simokawa Exp $ * */ diff --git a/sys/dev/firewire/firewire_phy.h b/sys/dev/firewire/firewire_phy.h index 02cda696ea3f..eff01ac9e05c 100644 --- a/sys/dev/firewire/firewire_phy.h +++ b/sys/dev/firewire/firewire_phy.h @@ -30,7 +30,7 @@ * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/firewire/firewire_phy.h,v 1.2 2003/04/17 03:38:02 simokawa Exp $ * */ diff --git a/sys/dev/firewire/firewirereg.h b/sys/dev/firewire/firewirereg.h index 3297db695c20..0bb5c87959ad 100644 --- a/sys/dev/firewire/firewirereg.h +++ b/sys/dev/firewire/firewirereg.h @@ -31,7 +31,7 @@ * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/firewire/firewirereg.h,v 1.31 2003/10/31 04:58:03 simokawa Exp $ * */ diff --git a/sys/dev/firewire/fwcrom.c b/sys/dev/firewire/fwcrom.c index 15dd818e2728..09e2c2784e74 100644 --- a/sys/dev/firewire/fwcrom.c +++ b/sys/dev/firewire/fwcrom.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/firewire/fwcrom.c,v 1.9 2003/10/02 04:06:55 simokawa Exp $"); #include <sys/param.h> #if defined(_KERNEL) || defined(TEST) diff --git a/sys/dev/firewire/fwdev.c b/sys/dev/firewire/fwdev.c index 3337080bb1c1..d55d7a56a987 100644 --- a/sys/dev/firewire/fwdev.c +++ b/sys/dev/firewire/fwdev.c @@ -31,7 +31,7 @@ * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/firewire/fwdev.c,v 1.35 2003/11/07 12:30:57 simokawa Exp $ * */ diff --git a/sys/dev/firewire/fwdma.c b/sys/dev/firewire/fwdma.c index 95420c0a4f45..b42ddd85a09e 100644 --- a/sys/dev/firewire/fwdma.c +++ b/sys/dev/firewire/fwdma.c @@ -34,7 +34,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/firewire/fwdma.c,v 1.5 2003/08/24 17:46:07 obrien Exp $"); #include <sys/param.h> #include <sys/systm.h> #include <sys/types.h> diff --git a/sys/dev/firewire/fwdma.h b/sys/dev/firewire/fwdma.h index 6bf66c702d6f..cabe74c474ae 100644 --- a/sys/dev/firewire/fwdma.h +++ b/sys/dev/firewire/fwdma.h @@ -31,7 +31,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/firewire/fwdma.h,v 1.2 2003/05/27 16:34:52 scottl Exp $ */ struct fwdma_alloc { diff --git a/sys/dev/firewire/fwmem.c b/sys/dev/firewire/fwmem.c index c9eec114ddb9..fe9b85526851 100644 --- a/sys/dev/firewire/fwmem.c +++ b/sys/dev/firewire/fwmem.c @@ -34,7 +34,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/firewire/fwmem.c,v 1.25 2003/11/07 12:39:39 simokawa Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/firewire/fwmem.h b/sys/dev/firewire/fwmem.h index f9442bb9123b..04814d71dae6 100644 --- a/sys/dev/firewire/fwmem.h +++ b/sys/dev/firewire/fwmem.h @@ -31,7 +31,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/firewire/fwmem.h,v 1.6 2003/10/02 04:06:56 simokawa Exp $ */ struct fw_xfer *fwmem_read_quad(struct fw_device *, caddr_t, u_int8_t, diff --git a/sys/dev/firewire/fwohci.c b/sys/dev/firewire/fwohci.c index 63cbbecda5d5..16d63ec7570e 100644 --- a/sys/dev/firewire/fwohci.c +++ b/sys/dev/firewire/fwohci.c @@ -31,7 +31,7 @@ * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/firewire/fwohci.c,v 1.67 2003/10/31 05:05:12 simokawa Exp $ * */ diff --git a/sys/dev/firewire/fwohci_pci.c b/sys/dev/firewire/fwohci_pci.c index 795aade86b76..a3afb822f59d 100644 --- a/sys/dev/firewire/fwohci_pci.c +++ b/sys/dev/firewire/fwohci_pci.c @@ -31,7 +31,7 @@ * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/firewire/fwohci_pci.c,v 1.36 2003/11/28 05:28:27 imp Exp $ */ #define BOUNCE_BUFFER_TEST 0 diff --git a/sys/dev/firewire/fwohcireg.h b/sys/dev/firewire/fwohcireg.h index 5295cd53fed0..d4967e749d06 100644 --- a/sys/dev/firewire/fwohcireg.h +++ b/sys/dev/firewire/fwohcireg.h @@ -31,7 +31,7 @@ * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/firewire/fwohcireg.h,v 1.14 2003/10/02 04:06:56 simokawa Exp $ * */ #define PCI_CBMEM 0x10 diff --git a/sys/dev/firewire/fwohcivar.h b/sys/dev/firewire/fwohcivar.h index 9a9fbd891e73..166cbc1979ef 100644 --- a/sys/dev/firewire/fwohcivar.h +++ b/sys/dev/firewire/fwohcivar.h @@ -31,7 +31,7 @@ * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/firewire/fwohcivar.h,v 1.10 2003/10/25 15:05:59 simokawa Exp $ * */ diff --git a/sys/dev/firewire/fwphyreg.h b/sys/dev/firewire/fwphyreg.h index f1c1ed7a2d3b..0788455c4c60 100644 --- a/sys/dev/firewire/fwphyreg.h +++ b/sys/dev/firewire/fwphyreg.h @@ -31,7 +31,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/firewire/fwphyreg.h,v 1.1 2003/09/25 09:27:05 simokawa Exp $ */ struct phyreg_base { diff --git a/sys/dev/firewire/iec13213.h b/sys/dev/firewire/iec13213.h index 56d02a65fb41..5ac933665cbc 100644 --- a/sys/dev/firewire/iec13213.h +++ b/sys/dev/firewire/iec13213.h @@ -31,7 +31,7 @@ * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/firewire/iec13213.h,v 1.10 2003/06/16 08:29:24 simokawa Exp $ * */ diff --git a/sys/dev/firewire/iec68113.h b/sys/dev/firewire/iec68113.h index 7b7c1884fe78..16aedfc949cd 100644 --- a/sys/dev/firewire/iec68113.h +++ b/sys/dev/firewire/iec68113.h @@ -31,7 +31,7 @@ * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/firewire/iec68113.h,v 1.7 2003/04/29 13:27:13 simokawa Exp $ * */ diff --git a/sys/dev/firewire/if_fwe.c b/sys/dev/firewire/if_fwe.c index c8887bbf4175..c60f5257091b 100644 --- a/sys/dev/firewire/if_fwe.c +++ b/sys/dev/firewire/if_fwe.c @@ -31,7 +31,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/firewire/if_fwe.c,v 1.25 2003/11/13 06:29:40 simokawa Exp $ */ #include "opt_inet.h" diff --git a/sys/dev/firewire/if_fwevar.h b/sys/dev/firewire/if_fwevar.h index 97422168621b..b25d988f8adf 100644 --- a/sys/dev/firewire/if_fwevar.h +++ b/sys/dev/firewire/if_fwevar.h @@ -31,7 +31,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/firewire/if_fwevar.h,v 1.3 2003/04/17 03:38:02 simokawa Exp $ */ #ifndef _NET_IF_FWEVAR_H_ diff --git a/sys/dev/firewire/sbp.c b/sys/dev/firewire/sbp.c index 39c753664c21..de9b41d25f79 100644 --- a/sys/dev/firewire/sbp.c +++ b/sys/dev/firewire/sbp.c @@ -31,7 +31,7 @@ * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/firewire/sbp.c,v 1.71 2003/11/12 04:06:21 simokawa Exp $ * */ diff --git a/sys/dev/firewire/sbp.h b/sys/dev/firewire/sbp.h index 1e878cf8b7bd..e7296f7ca8be 100644 --- a/sys/dev/firewire/sbp.h +++ b/sys/dev/firewire/sbp.h @@ -31,7 +31,7 @@ * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/firewire/sbp.h,v 1.2 2003/11/12 03:29:57 simokawa Exp $ * */ diff --git a/sys/dev/firewire/sbp_targ.c b/sys/dev/firewire/sbp_targ.c index a5c35818ac0a..fc8ac084c22d 100644 --- a/sys/dev/firewire/sbp_targ.c +++ b/sys/dev/firewire/sbp_targ.c @@ -31,7 +31,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/firewire/sbp_targ.c,v 1.2 2003/11/12 04:06:21 simokawa Exp $ */ #include <sys/param.h> |
