summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authordante <dante@NetBSD.org>1998-08-29 13:44:49 +0000
committerdante <dante@NetBSD.org>1998-08-29 13:44:49 +0000
commit17759893b0b4e8b6c44ac17dc1b9d0bd2d96ab23 (patch)
treefa3f2d961a37ef8f21a6635b8a8bb66088b06fa8 /sys/dev
parentb5f69ff66727524eb48ea50c4d6ac01cc51371bb (diff)
Add rcs id
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/ic/adv.c2
-rw-r--r--sys/dev/ic/adv.h2
-rw-r--r--sys/dev/ic/advlib.c2
-rw-r--r--sys/dev/ic/advlib.h2
-rw-r--r--sys/dev/ic/advmcode.c2
-rw-r--r--sys/dev/ic/advmcode.h2
-rw-r--r--sys/dev/pci/adv_pci.c2
7 files changed, 14 insertions, 0 deletions
diff --git a/sys/dev/ic/adv.c b/sys/dev/ic/adv.c
index c3d03b107a6..064416f88f6 100644
--- a/sys/dev/ic/adv.c
+++ b/sys/dev/ic/adv.c
@@ -1,3 +1,5 @@
+/* $NetBSD: adv.c,v 1.2 1998/08/29 13:45:56 dante Exp $ */
+
/*
* Generic driver for the Advanced Systems Inc. SCSI controllers
*
diff --git a/sys/dev/ic/adv.h b/sys/dev/ic/adv.h
index ed49462e6dd..c82edd4aee7 100644
--- a/sys/dev/ic/adv.h
+++ b/sys/dev/ic/adv.h
@@ -1,3 +1,5 @@
+/* $NetBSD: adv.h,v 1.2 1998/08/29 13:45:56 dante Exp $ */
+
/*
* Generic driver definitions and exported functions for the Advanced
* Systems Inc. SCSI controllers
diff --git a/sys/dev/ic/advlib.c b/sys/dev/ic/advlib.c
index 04c4ac39298..db3ebbb5374 100644
--- a/sys/dev/ic/advlib.c
+++ b/sys/dev/ic/advlib.c
@@ -1,3 +1,5 @@
+/* $NetBSD: advlib.c,v 1.3 1998/08/29 13:45:57 dante Exp $ */
+
/*
* Low level routines for the Advanced Systems Inc. SCSI controllers chips
*
diff --git a/sys/dev/ic/advlib.h b/sys/dev/ic/advlib.h
index 56bce28ec50..3bb657ee738 100644
--- a/sys/dev/ic/advlib.h
+++ b/sys/dev/ic/advlib.h
@@ -1,3 +1,5 @@
+/* $NetBSD: advlib.h,v 1.2 1998/08/29 13:45:57 dante Exp $ */
+
/*
* Definitions for low level routines and data structures
* for the Advanced Systems Inc. SCSI controllers chips.
diff --git a/sys/dev/ic/advmcode.c b/sys/dev/ic/advmcode.c
index fd975400e28..75ea53931de 100644
--- a/sys/dev/ic/advmcode.c
+++ b/sys/dev/ic/advmcode.c
@@ -1,3 +1,5 @@
+/* $NetBSD: advmcode.c,v 1.2 1998/08/29 13:45:57 dante Exp $ */
+
/*
* Generic driver definitions and exported functions for the Advanced
* Systems Inc. SCSI controllers
diff --git a/sys/dev/ic/advmcode.h b/sys/dev/ic/advmcode.h
index 42bf52fd3e2..7a654ce329c 100644
--- a/sys/dev/ic/advmcode.h
+++ b/sys/dev/ic/advmcode.h
@@ -1,3 +1,5 @@
+/* $NetBSD: advmcode.h,v 1.2 1998/08/29 13:45:57 dante Exp $ */
+
/*
* Generic driver definitions and exported functions for the Advanced
* Systems Inc. SCSI controllers
diff --git a/sys/dev/pci/adv_pci.c b/sys/dev/pci/adv_pci.c
index 7ee1ac8e58d..b934a7f443d 100644
--- a/sys/dev/pci/adv_pci.c
+++ b/sys/dev/pci/adv_pci.c
@@ -1,3 +1,5 @@
+/* $NetBSD: adv_pci.c,v 1.2 1998/08/29 13:44:49 dante Exp $ */
+
/*
* Copyright (c) 1998 The NetBSD Foundation, Inc. All rights reserved.
*