summaryrefslogtreecommitdiff
path: root/sys/dev/asr
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/asr')
-rw-r--r--sys/dev/asr/MAINTAINER2
-rw-r--r--sys/dev/asr/asr.c2
-rw-r--r--sys/dev/asr/dptalign.h2
-rw-r--r--sys/dev/asr/dptsig.h2
-rw-r--r--sys/dev/asr/i2oadptr.h2
-rw-r--r--sys/dev/asr/i2obscsi.h2
-rw-r--r--sys/dev/asr/i2odep.h2
-rw-r--r--sys/dev/asr/i2odpt.h2
-rw-r--r--sys/dev/asr/i2oexec.h2
-rw-r--r--sys/dev/asr/i2omsg.h2
-rw-r--r--sys/dev/asr/i2otypes.h2
-rw-r--r--sys/dev/asr/i2outil.h2
-rw-r--r--sys/dev/asr/osd_defs.h2
-rw-r--r--sys/dev/asr/osd_unix.h2
-rw-r--r--sys/dev/asr/osd_util.h2
-rw-r--r--sys/dev/asr/sys_info.h2
16 files changed, 16 insertions, 16 deletions
diff --git a/sys/dev/asr/MAINTAINER b/sys/dev/asr/MAINTAINER
index 084a690866e7..8b0dc3543181 100644
--- a/sys/dev/asr/MAINTAINER
+++ b/sys/dev/asr/MAINTAINER
@@ -1,2 +1,2 @@
-$FreeBSD$
+$FreeBSD: src/sys/dev/asr/MAINTAINER,v 1.1.2.1 2000/09/21 20:33:49 msmith Exp $
MAINTAINER = msmith@freebsd.org, mark_salyzyn@adaptec.com
diff --git a/sys/dev/asr/asr.c b/sys/dev/asr/asr.c
index d64d006e8397..ac9a4b358691 100644
--- a/sys/dev/asr/asr.c
+++ b/sys/dev/asr/asr.c
@@ -1,4 +1,4 @@
-/* $FreeBSD$ */
+/* $FreeBSD: src/sys/dev/asr/asr.c,v 1.3.2.1 2000/09/21 20:33:49 msmith Exp $ */
/*
* Copyright (c) 1996-2000 Distributed Processing Technology Corporation
* Copyright (c) 2000 Adaptec Corporation
diff --git a/sys/dev/asr/dptalign.h b/sys/dev/asr/dptalign.h
index c04a1b6e273e..573b97ba7722 100644
--- a/sys/dev/asr/dptalign.h
+++ b/sys/dev/asr/dptalign.h
@@ -1,4 +1,4 @@
-/* $FreeBSD$ */
+/* $FreeBSD: src/sys/dev/asr/dptalign.h,v 1.1.2.1 2000/09/21 20:33:50 msmith Exp $ */
/*
* Copyright (c) 1996-1999 Distributed Processing Technology Corporation
* All rights reserved.
diff --git a/sys/dev/asr/dptsig.h b/sys/dev/asr/dptsig.h
index af6a404db64d..51517c2051c3 100644
--- a/sys/dev/asr/dptsig.h
+++ b/sys/dev/asr/dptsig.h
@@ -1,4 +1,4 @@
-/* $FreeBSD$ */
+/* $FreeBSD: src/sys/dev/asr/dptsig.h,v 1.1.2.1 2000/09/21 20:33:50 msmith Exp $ */
/* BSDI dptsig.h,v 1.7 1998/06/03 19:15:00 karels Exp */
/*
diff --git a/sys/dev/asr/i2oadptr.h b/sys/dev/asr/i2oadptr.h
index d2ec6a975674..e2f2ae95715f 100644
--- a/sys/dev/asr/i2oadptr.h
+++ b/sys/dev/asr/i2oadptr.h
@@ -1,4 +1,4 @@
-/* $FreeBSD$ */
+/* $FreeBSD: src/sys/dev/asr/i2oadptr.h,v 1.1.2.1 2000/09/21 20:33:50 msmith Exp $ */
/****************************************************************
* Copyright (c) 1996-2000 Distributed Processing Technology Corporation
* Copyright (c) 2000 Adaptec Corproation.
diff --git a/sys/dev/asr/i2obscsi.h b/sys/dev/asr/i2obscsi.h
index 72957724b274..7cef40890720 100644
--- a/sys/dev/asr/i2obscsi.h
+++ b/sys/dev/asr/i2obscsi.h
@@ -1,4 +1,4 @@
-/* $FreeBSD$ */
+/* $FreeBSD: src/sys/dev/asr/i2obscsi.h,v 1.1.2.1 2000/09/21 20:33:50 msmith Exp $ */
/****************************************************************
* Copyright (c) 1996-2000 Distributed Processing Technology Corporation
* Copyright (c) 2000 Adaptec Corporation.
diff --git a/sys/dev/asr/i2odep.h b/sys/dev/asr/i2odep.h
index 0fe2fc18954d..138c2d639093 100644
--- a/sys/dev/asr/i2odep.h
+++ b/sys/dev/asr/i2odep.h
@@ -1,4 +1,4 @@
-/* $FreeBSD$ */
+/* $FreeBSD: src/sys/dev/asr/i2odep.h,v 1.1.2.1 2000/09/21 20:33:50 msmith Exp $ */
/****************************************************************************
*
* Copyright (c) 1996-2000 Distributed Processing Technology Corporation
diff --git a/sys/dev/asr/i2odpt.h b/sys/dev/asr/i2odpt.h
index 0add374e1271..a1be15e64da1 100644
--- a/sys/dev/asr/i2odpt.h
+++ b/sys/dev/asr/i2odpt.h
@@ -1,4 +1,4 @@
-/* $FreeBSD$ */
+/* $FreeBSD: src/sys/dev/asr/i2odpt.h,v 1.1.2.1 2000/09/21 20:33:50 msmith Exp $ */
/****************************************************************
* Copyright (c) 1996-2000 Distributed Processing Technology Corporation
* Copyright (c) 2000 Adaptec Corporation.
diff --git a/sys/dev/asr/i2oexec.h b/sys/dev/asr/i2oexec.h
index eb0413560f0a..d25dff14e42b 100644
--- a/sys/dev/asr/i2oexec.h
+++ b/sys/dev/asr/i2oexec.h
@@ -1,4 +1,4 @@
-/* $FreeBSD$ */
+/* $FreeBSD: src/sys/dev/asr/i2oexec.h,v 1.1.2.1 2000/09/21 20:33:50 msmith Exp $ */
/****************************************************************
* Copyright (c) 1996-2000 Distributed Processing Technology Corporation
* Copyright (c) 2000 Adaptec Corporation.
diff --git a/sys/dev/asr/i2omsg.h b/sys/dev/asr/i2omsg.h
index bb28d628c626..7d0a3356a46f 100644
--- a/sys/dev/asr/i2omsg.h
+++ b/sys/dev/asr/i2omsg.h
@@ -1,4 +1,4 @@
-/* $FreeBSD$ */
+/* $FreeBSD: src/sys/dev/asr/i2omsg.h,v 1.1.2.1 2000/09/21 20:33:50 msmith Exp $ */
/****************************************************************
* Copyright (c) 1996-2000 Distributed Processing Technology Corporation
* Copyright (c) 2000 Adaptec Corporation.
diff --git a/sys/dev/asr/i2otypes.h b/sys/dev/asr/i2otypes.h
index 18511e66252d..4b53c686bdf1 100644
--- a/sys/dev/asr/i2otypes.h
+++ b/sys/dev/asr/i2otypes.h
@@ -1,4 +1,4 @@
-/* $FreeBSD$ */
+/* $FreeBSD: src/sys/dev/asr/i2otypes.h,v 1.1.2.1 2000/09/21 20:33:50 msmith Exp $ */
/****************************************************************
* Copyright (c) 1996-2000 Distributed Processing Technology Corporation
* Copyright (c) 2000 Adaptec Corporation.
diff --git a/sys/dev/asr/i2outil.h b/sys/dev/asr/i2outil.h
index ee9ba54609ce..4d19516c0277 100644
--- a/sys/dev/asr/i2outil.h
+++ b/sys/dev/asr/i2outil.h
@@ -1,4 +1,4 @@
-/* $FreeBSD$ */
+/* $FreeBSD: src/sys/dev/asr/i2outil.h,v 1.1.2.1 2000/09/21 20:33:50 msmith Exp $ */
/****************************************************************
* Copyright (c) 1996-2000 Distributed Processing Technology Corporation
* Copyright (c) 2000 Adaptec Corporation.
diff --git a/sys/dev/asr/osd_defs.h b/sys/dev/asr/osd_defs.h
index 89591343bd54..e9789318c4d4 100644
--- a/sys/dev/asr/osd_defs.h
+++ b/sys/dev/asr/osd_defs.h
@@ -1,4 +1,4 @@
-/* $FreeBSD$ */
+/* $FreeBSD: src/sys/dev/asr/osd_defs.h,v 1.1.2.1 2000/09/21 20:33:50 msmith Exp $ */
/* BSDI osd_defs.h,v 1.4 1998/06/03 19:14:58 karels Exp */
/*
* Copyright (c) 1996-1999 Distributed Processing Technology Corporation
diff --git a/sys/dev/asr/osd_unix.h b/sys/dev/asr/osd_unix.h
index d283aff050ae..610df8ae334d 100644
--- a/sys/dev/asr/osd_unix.h
+++ b/sys/dev/asr/osd_unix.h
@@ -1,4 +1,4 @@
-/* $FreeBSD$ */
+/* $FreeBSD: src/sys/dev/asr/osd_unix.h,v 1.1.2.1 2000/09/21 20:33:50 msmith Exp $ */
/* BSDI osd_unix.h,v 1.7 1998/06/03 19:14:58 karels Exp */
/*
diff --git a/sys/dev/asr/osd_util.h b/sys/dev/asr/osd_util.h
index fb232c7f1315..5fefa7b9350d 100644
--- a/sys/dev/asr/osd_util.h
+++ b/sys/dev/asr/osd_util.h
@@ -1,4 +1,4 @@
-/* $FreeBSD$ */
+/* $FreeBSD: src/sys/dev/asr/osd_util.h,v 1.1.2.1 2000/09/21 20:33:50 msmith Exp $ */
/* BSDI osd_util.h,v 1.8 1998/06/03 19:14:58 karels Exp */
/*
diff --git a/sys/dev/asr/sys_info.h b/sys/dev/asr/sys_info.h
index 41fba378c554..49377cbbd53b 100644
--- a/sys/dev/asr/sys_info.h
+++ b/sys/dev/asr/sys_info.h
@@ -1,4 +1,4 @@
-/* $FreeBSD$ */
+/* $FreeBSD: src/sys/dev/asr/sys_info.h,v 1.1.2.1 2000/09/21 20:33:50 msmith Exp $ */
/* BSDI sys_info.h,v 1.6 1998/06/03 19:14:59 karels Exp */
/*