summaryrefslogtreecommitdiff
path: root/sys/pci
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1999-01-21 00:55:32 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1999-01-21 00:55:32 +0000
commit2e61cbb7f50878e738849ea4384118c13733f09c (patch)
treee87cf98a8f654158f3ba922ed4d31607b79c4944 /sys/pci
parent76b5366091f76c9bc73570149ef5055648fc2c39 (diff)
Diffstat (limited to 'sys/pci')
-rw-r--r--sys/pci/adv_pci.c2
-rw-r--r--sys/pci/adw_pci.c2
-rw-r--r--sys/pci/ahc_pci.c2
-rw-r--r--sys/pci/brktree_reg.h2
-rw-r--r--sys/pci/brooktree848.c2
-rw-r--r--sys/pci/bt_pci.c2
-rw-r--r--sys/pci/cy_pci.c2
-rw-r--r--sys/pci/cy_pcireg.h2
-rw-r--r--sys/pci/dc21040reg.h2
-rw-r--r--sys/pci/dpt_pci.c2
-rw-r--r--sys/pci/dpt_pci.h2
-rw-r--r--sys/pci/ide_pci.c2
-rw-r--r--sys/pci/ide_pcireg.h2
-rw-r--r--sys/pci/if_de.c2
-rw-r--r--sys/pci/if_devar.h2
-rw-r--r--sys/pci/if_ed_p.c2
-rw-r--r--sys/pci/if_fpa.c2
-rw-r--r--sys/pci/if_fxp.c2
-rw-r--r--sys/pci/if_fxpreg.h2
-rw-r--r--sys/pci/if_fxpvar.h2
-rw-r--r--sys/pci/if_lnc_p.c2
-rw-r--r--sys/pci/if_sr_p.c2
-rw-r--r--sys/pci/if_tl.c4
-rw-r--r--sys/pci/if_tlreg.h2
-rw-r--r--sys/pci/if_tx.c2
-rw-r--r--sys/pci/if_xl.c4
-rw-r--r--sys/pci/if_xlreg.h2
-rw-r--r--sys/pci/isp_pci.c2
-rw-r--r--sys/pci/ncr.c4
-rw-r--r--sys/pci/ncrreg.h2
-rw-r--r--sys/pci/pci.c2
-rw-r--r--sys/pci/pci_compat.c2
-rw-r--r--sys/pci/pcic_p.c2
-rw-r--r--sys/pci/pcic_p.h2
-rw-r--r--sys/pci/pcireg.h2
-rw-r--r--sys/pci/pcisupport.c2
-rw-r--r--sys/pci/pcivar.h2
-rw-r--r--sys/pci/simos.c2
-rw-r--r--sys/pci/simos.h2
-rw-r--r--sys/pci/smc83c170.h2
-rw-r--r--sys/pci/wdc_p.c2
-rw-r--r--sys/pci/xrpu.c2
42 files changed, 45 insertions, 45 deletions
diff --git a/sys/pci/adv_pci.c b/sys/pci/adv_pci.c
index 2f9e4e1eb712..acf3c3eaed3e 100644
--- a/sys/pci/adv_pci.c
+++ b/sys/pci/adv_pci.c
@@ -47,7 +47,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
+ * $Id: adv_pci.c,v 1.1 1998/09/15 07:03:43 gibbs Exp $
*/
#include <pci.h>
diff --git a/sys/pci/adw_pci.c b/sys/pci/adw_pci.c
index 2109b91d1b0f..04ffe9b7cc7e 100644
--- a/sys/pci/adw_pci.c
+++ b/sys/pci/adw_pci.c
@@ -28,7 +28,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
+ * $Id: adw_pci.c,v 1.1 1998/10/07 03:20:49 gibbs Exp $
*/
#include <pci.h>
diff --git a/sys/pci/ahc_pci.c b/sys/pci/ahc_pci.c
index 344658de7a13..cfd8db437ed1 100644
--- a/sys/pci/ahc_pci.c
+++ b/sys/pci/ahc_pci.c
@@ -34,7 +34,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: ahc_pci.c,v 1.1 1998/09/15 07:25:33 gibbs Exp $
+ * $Id: ahc_pci.c,v 1.2 1998/10/07 03:40:51 gibbs Exp $
*/
#include <pci.h>
diff --git a/sys/pci/brktree_reg.h b/sys/pci/brktree_reg.h
index 9ef9aae3e544..bb2971c2e0e7 100644
--- a/sys/pci/brktree_reg.h
+++ b/sys/pci/brktree_reg.h
@@ -28,7 +28,7 @@
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*
- * $Id$
+ * $Id: brktree_reg.h,v 1.22 1998/09/30 21:06:54 sos Exp $
*/
#ifndef PCI_LATENCY_TIMER
#define PCI_LATENCY_TIMER 0x0c /* pci timer register */
diff --git a/sys/pci/brooktree848.c b/sys/pci/brooktree848.c
index 2801499427dd..bc3176d05fd6 100644
--- a/sys/pci/brooktree848.c
+++ b/sys/pci/brooktree848.c
@@ -1,4 +1,4 @@
-/* $Id$ */
+/* $Id: brooktree848.c,v 1.56 1998/10/01 09:35:48 sos Exp $ */
/* BT848 Driver for Brooktree's Bt848 based cards.
The Brooktree BT848 Driver driver is based upon Mark Tinguely and
Jim Lowe's driver for the Matrox Meteor PCI card . The
diff --git a/sys/pci/bt_pci.c b/sys/pci/bt_pci.c
index 028624592c29..4d3fee5cd635 100644
--- a/sys/pci/bt_pci.c
+++ b/sys/pci/bt_pci.c
@@ -26,7 +26,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
+ * $Id: bt_pci.c,v 1.1 1998/09/15 07:32:57 gibbs Exp $
*/
#include "pci.h"
diff --git a/sys/pci/cy_pci.c b/sys/pci/cy_pci.c
index ae48965f69e6..b8fb9d79050d 100644
--- a/sys/pci/cy_pci.c
+++ b/sys/pci/cy_pci.c
@@ -24,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: cy_pci.c,v 1.5 1997/02/22 09:44:00 peter Exp $
+ * $Id: cy_pci.c,v 1.6 1997/09/02 20:06:24 bde Exp $
*/
/*
diff --git a/sys/pci/cy_pcireg.h b/sys/pci/cy_pcireg.h
index 412622fe422e..8e0753283884 100644
--- a/sys/pci/cy_pcireg.h
+++ b/sys/pci/cy_pcireg.h
@@ -24,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
+ * $Id: cy_pcireg.h,v 1.3 1997/02/22 09:44:01 peter Exp $
*/
#define CY_VENDORID_CYCLADES 0x120e
diff --git a/sys/pci/dc21040reg.h b/sys/pci/dc21040reg.h
index cb49e48866e7..d410b67f8f11 100644
--- a/sys/pci/dc21040reg.h
+++ b/sys/pci/dc21040reg.h
@@ -1,5 +1,5 @@
/* $NetBSD: dc21040reg.h,v 1.15 1998/05/22 18:50:59 matt Exp $ */
-/* $Id: dc21040reg.h,v 1.3 1998/03/08 16:53:50 peter Exp $ */
+/* $Id: dc21040reg.h,v 1.4 1998/06/13 17:20:03 peter Exp $ */
/*-
* Copyright (c) 1994, 1995, 1996 Matt Thomas <matt@3am-software.com>
diff --git a/sys/pci/dpt_pci.c b/sys/pci/dpt_pci.c
index 7af9a2aece84..00b9c8b13478 100644
--- a/sys/pci/dpt_pci.c
+++ b/sys/pci/dpt_pci.c
@@ -32,7 +32,7 @@
* dptpci.c: PCI Bus Attachment for DPT SCSI HBAs
*/
-#ident "$Id: dpt_pci.c,v 1.8 1998/09/15 08:33:38 gibbs Exp $"
+#ident "$Id: dpt_pci.c,v 1.9 1998/10/07 03:40:51 gibbs Exp $"
#include "opt_devfs.h"
#include "opt_dpt.h"
diff --git a/sys/pci/dpt_pci.h b/sys/pci/dpt_pci.h
index 4db7bf985f57..16beea6ad88c 100644
--- a/sys/pci/dpt_pci.h
+++ b/sys/pci/dpt_pci.h
@@ -28,7 +28,7 @@
*
*/
-#ident "$Id: dpt_pci.h,v 1.3 1997/10/02 04:25:30 ShimonR Exp $"
+#ident "$Id: dpt_pci.h,v 1.1 1998/01/26 06:11:18 julian Exp $"
#define DPT_VENDOR_ID 0x00001044
#define DPT_DEVICE_ID 0x0000a400
diff --git a/sys/pci/ide_pci.c b/sys/pci/ide_pci.c
index 68df969ff56b..ffaca9e22ba7 100644
--- a/sys/pci/ide_pci.c
+++ b/sys/pci/ide_pci.c
@@ -26,7 +26,7 @@
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: ide_pci.c,v 1.13 1998/07/11 07:45:52 bde Exp $
+ * $Id: ide_pci.c,v 1.14 1998/07/15 02:32:26 bde Exp $
*/
#include "pci.h"
diff --git a/sys/pci/ide_pcireg.h b/sys/pci/ide_pcireg.h
index 769645f33134..3df709e3bc81 100644
--- a/sys/pci/ide_pcireg.h
+++ b/sys/pci/ide_pcireg.h
@@ -27,7 +27,7 @@
* SUCH DAMAGE.
*
* From: wd82371reg.h,v 1.3 1997/02/22 09:44:15 peter Exp $
- * $Id$
+ * $Id: ide_pcireg.h,v 1.1 1997/07/29 12:57:10 sos Exp $
*/
#ifndef _PCI_IDEPCIREG_H_
diff --git a/sys/pci/if_de.c b/sys/pci/if_de.c
index 8b74e4358aaf..bff2c55a21b3 100644
--- a/sys/pci/if_de.c
+++ b/sys/pci/if_de.c
@@ -1,5 +1,5 @@
/* $NetBSD: if_de.c,v 1.80 1998/09/25 18:06:53 matt Exp $ */
-/* $Id: if_de.c,v 1.88 1998/10/13 09:05:57 peter Exp $ */
+/* $Id: if_de.c,v 1.89 1998/10/14 08:31:26 peter Exp $ */
/*-
* Copyright (c) 1994-1997 Matt Thomas (matt@3am-software.com)
diff --git a/sys/pci/if_devar.h b/sys/pci/if_devar.h
index 1f4b577a8084..5f1f80d29d92 100644
--- a/sys/pci/if_devar.h
+++ b/sys/pci/if_devar.h
@@ -1,5 +1,5 @@
/* $NetBSD: if_devar.h,v 1.31 1998/09/29 22:40:52 matt Exp $ */
-/* $Id: if_devar.h,v 1.10 1998/10/13 09:05:58 peter Exp $ */
+/* $Id: if_devar.h,v 1.11 1998/10/14 08:31:27 peter Exp $ */
/*-
* Copyright (c) 1994-1997 Matt Thomas (matt@3am-software.com)
diff --git a/sys/pci/if_ed_p.c b/sys/pci/if_ed_p.c
index d284ee6074e0..184546068574 100644
--- a/sys/pci/if_ed_p.c
+++ b/sys/pci/if_ed_p.c
@@ -17,7 +17,7 @@
* 4. Modifications may be freely made to this file if the above conditions
* are met.
*
- * $Id: if_ed_p.c,v 1.12 1998/02/27 22:29:36 se Exp $
+ * $Id: if_ed_p.c,v 1.13 1998/03/17 10:54:23 danny Exp $
*/
#include "pci.h"
diff --git a/sys/pci/if_fpa.c b/sys/pci/if_fpa.c
index 8706f2a06d5c..d9a288a132df 100644
--- a/sys/pci/if_fpa.c
+++ b/sys/pci/if_fpa.c
@@ -21,7 +21,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: if_fpa.c,v 1.6 1998/02/09 06:10:49 eivind Exp $
+ * $Id: if_fpa.c,v 1.7 1998/02/20 13:11:53 bde Exp $
*
*/
diff --git a/sys/pci/if_fxp.c b/sys/pci/if_fxp.c
index 750e268c8abe..b72d7c3232ba 100644
--- a/sys/pci/if_fxp.c
+++ b/sys/pci/if_fxp.c
@@ -27,7 +27,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: if_fxp.c,v 1.56 1998/10/10 19:26:40 dg Exp $
+ * $Id: if_fxp.c,v 1.57 1998/10/11 06:28:54 dg Exp $
*/
/*
diff --git a/sys/pci/if_fxpreg.h b/sys/pci/if_fxpreg.h
index 8203e1747096..4fdae198ab2e 100644
--- a/sys/pci/if_fxpreg.h
+++ b/sys/pci/if_fxpreg.h
@@ -24,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: if_fxpreg.h,v 1.12 1998/03/03 14:19:09 dg Exp $
+ * $Id: if_fxpreg.h,v 1.13 1998/06/08 09:47:46 bde Exp $
*/
#define FXP_VENDORID_INTEL 0x8086
diff --git a/sys/pci/if_fxpvar.h b/sys/pci/if_fxpvar.h
index ce8d8fe9de6d..023704951870 100644
--- a/sys/pci/if_fxpvar.h
+++ b/sys/pci/if_fxpvar.h
@@ -27,7 +27,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: if_fxpvar.h,v 1.5 1998/06/07 17:12:38 dfr Exp $
+ * $Id: if_fxpvar.h,v 1.6 1998/08/02 00:29:15 dg Exp $
*/
/*
diff --git a/sys/pci/if_lnc_p.c b/sys/pci/if_lnc_p.c
index 3cffcab8030a..9fd2faec915a 100644
--- a/sys/pci/if_lnc_p.c
+++ b/sys/pci/if_lnc_p.c
@@ -17,7 +17,7 @@
* 4. Modifications may be freely made to this file if the above conditions
* are met.
*
- * $Id: if_lnc_p.c,v 1.5 1997/08/02 14:33:11 bde Exp $
+ * $Id: if_lnc_p.c,v 1.6 1998/07/20 17:33:01 msmith Exp $
*/
#include "pci.h"
diff --git a/sys/pci/if_sr_p.c b/sys/pci/if_sr_p.c
index 02a32e089f39..4c008ca07f00 100644
--- a/sys/pci/if_sr_p.c
+++ b/sys/pci/if_sr_p.c
@@ -27,7 +27,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: if_sr_p.c,v 1.5 1997/09/02 20:06:27 bde Exp $
+ * $Id: if_sr_p.c,v 1.6 1998/02/09 06:10:52 eivind Exp $
*/
#include "pci.h"
diff --git a/sys/pci/if_tl.c b/sys/pci/if_tl.c
index abf68c9e2b82..ad24d1f5e048 100644
--- a/sys/pci/if_tl.c
+++ b/sys/pci/if_tl.c
@@ -29,7 +29,7 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
* THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: if_tl.c,v 1.17 1998/10/04 18:47:38 wpaul Exp $
+ * $Id: if_tl.c,v 1.18 1998/10/08 15:45:36 wpaul Exp $
*/
/*
@@ -218,7 +218,7 @@
#ifndef lint
static char rcsid[] =
- "$Id: if_tl.c,v 1.17 1998/10/04 18:47:38 wpaul Exp $";
+ "$Id: if_tl.c,v 1.18 1998/10/08 15:45:36 wpaul Exp $";
#endif
#ifdef TL_DEBUG
diff --git a/sys/pci/if_tlreg.h b/sys/pci/if_tlreg.h
index a9b80ea64415..7b39debed369 100644
--- a/sys/pci/if_tlreg.h
+++ b/sys/pci/if_tlreg.h
@@ -29,7 +29,7 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
* THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: if_tlreg.h,v 1.12 1998/09/17 21:16:31 wpaul Exp $
+ * $Id: if_tlreg.h,v 1.6 1998/09/23 05:08:54 wpaul Exp $
*/
diff --git a/sys/pci/if_tx.c b/sys/pci/if_tx.c
index 56a176ba8f74..2fcbfca19acd 100644
--- a/sys/pci/if_tx.c
+++ b/sys/pci/if_tx.c
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: if_tx.c,v 1.14 1998/07/13 09:53:07 bde Exp $
+ * $Id: if_tx.c,v 1.15 1998/09/24 16:00:30 peter Exp $
*
*/
diff --git a/sys/pci/if_xl.c b/sys/pci/if_xl.c
index aede51e4c831..ba489af98120 100644
--- a/sys/pci/if_xl.c
+++ b/sys/pci/if_xl.c
@@ -29,7 +29,7 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
* THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: if_xl.c,v 1.54 1998/09/25 17:43:57 wpaul Exp wpaul $
+ * $Id: if_xl.c,v 1.13 1998/10/09 03:59:23 wpaul Exp $
*/
/*
@@ -147,7 +147,7 @@
#ifndef lint
static char rcsid[] =
- "$Id: if_xl.c,v 1.54 1998/09/25 17:43:57 wpaul Exp wpaul $";
+ "$Id: if_xl.c,v 1.13 1998/10/09 03:59:23 wpaul Exp $";
#endif
/*
diff --git a/sys/pci/if_xlreg.h b/sys/pci/if_xlreg.h
index b2604737c68f..612e026e4ff7 100644
--- a/sys/pci/if_xlreg.h
+++ b/sys/pci/if_xlreg.h
@@ -29,7 +29,7 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
* THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: if_xlreg.h,v 1.16 1998/09/25 17:43:57 wpaul Exp wpaul $
+ * $Id: if_xlreg.h,v 1.6 1998/10/09 03:59:24 wpaul Exp $
*/
#define XL_EE_READ 0x0080 /* read, 5 bit address */
diff --git a/sys/pci/isp_pci.c b/sys/pci/isp_pci.c
index ae7842b2e079..7c6216d10ab3 100644
--- a/sys/pci/isp_pci.c
+++ b/sys/pci/isp_pci.c
@@ -1,4 +1,4 @@
-/* $FreeBSD$ */
+/* $FreeBSD: src/sys/pci/isp_pci.c,v 1.8 1998/09/26 14:37:49 dfr Exp $ */
/*
* PCI specific probe and attach routines for Qlogic ISP SCSI adapters.
* FreeBSD Version.
diff --git a/sys/pci/ncr.c b/sys/pci/ncr.c
index 37033226272c..735af0d152a4 100644
--- a/sys/pci/ncr.c
+++ b/sys/pci/ncr.c
@@ -1,6 +1,6 @@
/**************************************************************************
**
-** $Id: ncr.c,v 1.136 1998/09/29 09:14:52 bde Exp $
+** $Id: ncr.c,v 1.137 1998/10/15 23:17:49 gibbs Exp $
**
** Device driver for the NCR 53C8XX PCI-SCSI-Controller Family.
**
@@ -1357,7 +1357,7 @@ static void ncr_attach (pcici_t tag, int unit);
static char ident[] =
- "\n$Id: ncr.c,v 1.136 1998/09/29 09:14:52 bde Exp $\n";
+ "\n$Id: ncr.c,v 1.137 1998/10/15 23:17:49 gibbs Exp $\n";
static const u_long ncr_version = NCR_VERSION * 11
+ (u_long) sizeof (struct ncb) * 7
diff --git a/sys/pci/ncrreg.h b/sys/pci/ncrreg.h
index 2b5c92572dce..9189c1b70e5f 100644
--- a/sys/pci/ncrreg.h
+++ b/sys/pci/ncrreg.h
@@ -1,6 +1,6 @@
/**************************************************************************
**
-** $Id: ncrreg.h,v 1.11 1997/08/31 19:42:31 se Exp $
+** $Id: ncrreg.h,v 1.12 1998/09/15 10:06:23 gibbs Exp $
**
** Device driver for the NCR 53C810 PCI-SCSI-Controller.
**
diff --git a/sys/pci/pci.c b/sys/pci/pci.c
index 8d5fd193fe2e..933150062940 100644
--- a/sys/pci/pci.c
+++ b/sys/pci/pci.c
@@ -23,7 +23,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: pci.c,v 1.88 1998/09/15 22:05:37 gibbs Exp $
+ * $Id: pci.c,v 1.89 1998/09/16 08:28:11 dfr Exp $
*
*/
diff --git a/sys/pci/pci_compat.c b/sys/pci/pci_compat.c
index c08231820733..09db672609c6 100644
--- a/sys/pci/pci_compat.c
+++ b/sys/pci/pci_compat.c
@@ -23,7 +23,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: pci_compat.c,v 1.11 1998/09/15 08:21:09 gibbs Exp $
+ * $Id: pci_compat.c,v 1.12 1998/10/06 14:18:40 dfr Exp $
*
*/
diff --git a/sys/pci/pcic_p.c b/sys/pci/pcic_p.c
index 4c667f223d0d..9dac56d57d71 100644
--- a/sys/pci/pcic_p.c
+++ b/sys/pci/pcic_p.c
@@ -26,7 +26,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: pcic_p.c,v 1.5 1998/02/07 20:41:20 nate Exp $
+ * $Id: pcic_p.c,v 1.6 1998/08/18 00:32:48 bde Exp $
*/
#include "pci.h"
diff --git a/sys/pci/pcic_p.h b/sys/pci/pcic_p.h
index 088193c9e61f..6b11e704c9d9 100644
--- a/sys/pci/pcic_p.h
+++ b/sys/pci/pcic_p.h
@@ -26,7 +26,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: pcic_p.h,v 1.2 1997/12/02 22:13:59 nate Exp $
+ * $Id: pcic_p.h,v 1.3 1998/01/20 21:11:03 nate Exp $
*/
/* PCI/CardBus Device IDs */
diff --git a/sys/pci/pcireg.h b/sys/pci/pcireg.h
index 0adb5404021e..35f4bee092a9 100644
--- a/sys/pci/pcireg.h
+++ b/sys/pci/pcireg.h
@@ -26,7 +26,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: pcireg.h,v 1.19 1997/09/20 07:41:58 dyson Exp $
+ * $Id: pcireg.h,v 1.20 1998/10/07 03:40:51 gibbs Exp $
*
*/
diff --git a/sys/pci/pcisupport.c b/sys/pci/pcisupport.c
index b78ac652d8b0..8abe67cd3460 100644
--- a/sys/pci/pcisupport.c
+++ b/sys/pci/pcisupport.c
@@ -1,6 +1,6 @@
/**************************************************************************
**
-** $Id: pcisupport.c,v 1.71 1998/07/07 05:00:09 bde Exp $
+** $Id: pcisupport.c,v 1.72 1998/09/16 20:29:22 msmith Exp $
**
** Device driver for DEC/INTEL PCI chipsets.
**
diff --git a/sys/pci/pcivar.h b/sys/pci/pcivar.h
index 13e9991eefc3..3995c405602e 100644
--- a/sys/pci/pcivar.h
+++ b/sys/pci/pcivar.h
@@ -23,7 +23,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: pcivar.h,v 1.21 1998/09/15 08:21:09 gibbs Exp $
+ * $Id: pcivar.h,v 1.22 1998/10/06 14:18:40 dfr Exp $
*
*/
diff --git a/sys/pci/simos.c b/sys/pci/simos.c
index 0be0397f52e2..2f4f3d1ea680 100644
--- a/sys/pci/simos.c
+++ b/sys/pci/simos.c
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: simos.c,v 1.1 1998/06/10 10:57:14 dfr Exp $
+ * $Id: simos.c,v 1.2 1998/09/26 14:49:26 dfr Exp $
*/
#include <sys/param.h>
diff --git a/sys/pci/simos.h b/sys/pci/simos.h
index 46093547cf0d..64e028ef8a91 100644
--- a/sys/pci/simos.h
+++ b/sys/pci/simos.h
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
+ * $Id: simos.h,v 1.1 1998/06/10 10:57:16 dfr Exp $
*/
/*
diff --git a/sys/pci/smc83c170.h b/sys/pci/smc83c170.h
index 737eac398c6e..ddd10a84ecc7 100644
--- a/sys/pci/smc83c170.h
+++ b/sys/pci/smc83c170.h
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: smc83c170.h,v 1.14 1998/07/03 23:59:09 galv Exp $
+ * $Id: smc83c170.h,v 1.9 1998/07/04 08:02:46 semenu Exp $
*
*/
diff --git a/sys/pci/wdc_p.c b/sys/pci/wdc_p.c
index 67d9de617112..7cf1e9c06e42 100644
--- a/sys/pci/wdc_p.c
+++ b/sys/pci/wdc_p.c
@@ -16,7 +16,7 @@
* 4. Modifications may be freely made to this file if the above conditions
* are met.
*
- * $Id: wdc_p.c,v 1.2 1997/04/28 19:26:18 se Exp $
+ * $Id: wdc_p.c,v 1.3 1997/08/02 14:33:14 bde Exp $
*/
/*
diff --git a/sys/pci/xrpu.c b/sys/pci/xrpu.c
index b46a3952dbcd..a2357fe2dca1 100644
--- a/sys/pci/xrpu.c
+++ b/sys/pci/xrpu.c
@@ -6,7 +6,7 @@
* this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
* ----------------------------------------------------------------------------
*
- * $Id: xrpu.c,v 1.1 1998/05/30 18:28:11 phk Exp $
+ * $Id: xrpu.c,v 1.2 1998/08/18 00:32:48 bde Exp $
*
* A very simple device driver for PCI cards based on Xilinx 6200 series
* FPGA/RPU devices. Current Functionality is to allow you to open and