diff options
author | Marco Peereboom <marco@cvs.openbsd.org> | 2004-05-20 04:36:20 +0000 |
---|---|---|
committer | Marco Peereboom <marco@cvs.openbsd.org> | 2004-05-20 04:36:20 +0000 |
commit | 54c3a06cf136aa6860d56c94f886c75d15ddd670 (patch) | |
tree | 7b9cd97c37213ef482febdafb283c679240bb3eb /sys/dev | |
parent | 5d4f3cf2cb81fc3de957771767c52753320a103b (diff) |
Remove bogus $Id.
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/ic/aic79xx.c | 4 | ||||
-rw-r--r-- | sys/dev/ic/aic79xx.h | 4 | ||||
-rw-r--r-- | sys/dev/ic/aic79xx_inline.h | 4 | ||||
-rw-r--r-- | sys/dev/ic/aic79xx_openbsd.c | 4 | ||||
-rw-r--r-- | sys/dev/ic/aic79xx_openbsd.h | 4 | ||||
-rw-r--r-- | sys/dev/pci/ahd_pci.c | 4 |
6 files changed, 6 insertions, 18 deletions
diff --git a/sys/dev/ic/aic79xx.c b/sys/dev/ic/aic79xx.c index 7977b5b7080..837384bd425 100644 --- a/sys/dev/ic/aic79xx.c +++ b/sys/dev/ic/aic79xx.c @@ -1,4 +1,4 @@ -/* $OpenBSD: aic79xx.c,v 1.1 2004/05/20 03:11:45 marco Exp $ */ +/* $OpenBSD: aic79xx.c,v 1.2 2004/05/20 04:35:47 marco Exp $ */ /* * Core routines and tables shareable across OS platforms. * @@ -38,8 +38,6 @@ * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGES. * - * $Id: aic79xx.c,v 1.1 2004/05/20 03:11:45 marco Exp $ - * * Additional copyrights by: * Milos Urbanek * Kenneth R. Westerback diff --git a/sys/dev/ic/aic79xx.h b/sys/dev/ic/aic79xx.h index 10addec952f..306c672c500 100644 --- a/sys/dev/ic/aic79xx.h +++ b/sys/dev/ic/aic79xx.h @@ -1,4 +1,4 @@ -/* $OpenBSD: aic79xx.h,v 1.1 2004/05/20 03:11:45 marco Exp $ */ +/* $OpenBSD: aic79xx.h,v 1.2 2004/05/20 04:35:47 marco Exp $ */ /* * Core definitions and data structures shareable across OS platforms. * @@ -38,8 +38,6 @@ * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGES. * - * $Id: aic79xx.h,v 1.1 2004/05/20 03:11:45 marco Exp $ - * * $FreeBSD: src/sys/dev/aic7xxx/aic79xx.h,v 1.18 2004/02/04 16:38:38 gibbs Exp $ * * Additional copyrights by: diff --git a/sys/dev/ic/aic79xx_inline.h b/sys/dev/ic/aic79xx_inline.h index 48c05ef7030..57e587f16a7 100644 --- a/sys/dev/ic/aic79xx_inline.h +++ b/sys/dev/ic/aic79xx_inline.h @@ -1,4 +1,4 @@ -/* $OpenBSD: aic79xx_inline.h,v 1.1 2004/05/20 03:11:45 marco Exp $ */ +/* $OpenBSD: aic79xx_inline.h,v 1.2 2004/05/20 04:35:47 marco Exp $ */ /* * Inline routines shareable across OS platforms. * @@ -38,8 +38,6 @@ * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGES. * - * $Id: aic79xx_inline.h,v 1.1 2004/05/20 03:11:45 marco Exp $ - * * $FreeBSD: src/sys/dev/aic7xxx/aic79xx_inline.h,v 1.14 2004/02/04 16:38:38 gibbs Exp $ * * Additional copyrights by: diff --git a/sys/dev/ic/aic79xx_openbsd.c b/sys/dev/ic/aic79xx_openbsd.c index ad61e8e668a..9087cfb5ab7 100644 --- a/sys/dev/ic/aic79xx_openbsd.c +++ b/sys/dev/ic/aic79xx_openbsd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: aic79xx_openbsd.c,v 1.1 2004/05/20 03:11:45 marco Exp $ */ +/* $OpenBSD: aic79xx_openbsd.c,v 1.2 2004/05/20 04:35:47 marco Exp $ */ /* * Bus independent OpenBSD shim for the aic79xx based Adaptec SCSI controllers * @@ -30,8 +30,6 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: aic79xx_openbsd.c,v 1.1 2004/05/20 03:11:45 marco Exp $ - * * Additional copyrights by: * Milos Urbanek * Kenneth R. Westerback diff --git a/sys/dev/ic/aic79xx_openbsd.h b/sys/dev/ic/aic79xx_openbsd.h index 07334f0f5fa..9e9fefd8cfc 100644 --- a/sys/dev/ic/aic79xx_openbsd.h +++ b/sys/dev/ic/aic79xx_openbsd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: aic79xx_openbsd.h,v 1.1 2004/05/20 03:11:45 marco Exp $ */ +/* $OpenBSD: aic79xx_openbsd.h,v 1.2 2004/05/20 04:35:47 marco Exp $ */ /* * FreeBSD platform specific driver option settings, data structures, * function declarations and includes. @@ -31,8 +31,6 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: aic79xx_openbsd.h,v 1.1 2004/05/20 03:11:45 marco Exp $ - * * $FreeBSD: src/sys/dev/aic7xxx/aic79xx_osm.h,v 1.13 2003/12/17 00:02:09 gibbs Exp $ * * Additional copyrights by: diff --git a/sys/dev/pci/ahd_pci.c b/sys/dev/pci/ahd_pci.c index ed8c2c16524..d7fa57913dc 100644 --- a/sys/dev/pci/ahd_pci.c +++ b/sys/dev/pci/ahd_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ahd_pci.c,v 1.1 2004/05/20 03:09:34 marco Exp $ */ +/* $OpenBSD: ahd_pci.c,v 1.2 2004/05/20 04:36:19 marco Exp $ */ /* * Product specific probe and attach routines for: * aic7901 and aic7902 SCSI controllers @@ -39,8 +39,6 @@ * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGES. * - * $Id: ahd_pci.c,v 1.1 2004/05/20 03:09:34 marco Exp $ - * * Additional copyrights by: * Milos Urbanek * Kenneth R. Westerback |