summaryrefslogtreecommitdiffstats
path: root/sys/pci
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-08-28 01:08:13 +0000
committerpeter <peter@FreeBSD.org>1999-08-28 01:08:13 +0000
commit3b842d34e82312a8004a7ecd65ccdb837ef72ac1 (patch)
tree09d2a69509b3515b773279fd0db04acc03aee4db /sys/pci
parent76f0c923fe4b2a1616453876611dc76b4f6b5355 (diff)
downloadFreeBSD-src-3b842d34e82312a8004a7ecd65ccdb837ef72ac1.zip
FreeBSD-src-3b842d34e82312a8004a7ecd65ccdb837ef72ac1.tar.gz
$Id$ -> $FreeBSD$
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/alpm.c2
-rw-r--r--sys/pci/brktree_reg.h2
-rw-r--r--sys/pci/brooktree848.c2
-rw-r--r--sys/pci/bt848_i2c.c2
-rw-r--r--sys/pci/bt848_i2c.h2
-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/dpt_pci.c2
-rw-r--r--sys/pci/dpt_pci.h2
-rw-r--r--sys/pci/es1370.c2
-rw-r--r--sys/pci/es1370_reg.h2
-rw-r--r--sys/pci/ida_pci.c2
-rw-r--r--sys/pci/ide_pci.c2
-rw-r--r--sys/pci/ide_pcireg.h2
-rw-r--r--sys/pci/if_al.c4
-rw-r--r--sys/pci/if_alreg.h2
-rw-r--r--sys/pci/if_ax.c4
-rw-r--r--sys/pci/if_axreg.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_mx.c4
-rw-r--r--sys/pci/if_mxreg.h2
-rw-r--r--sys/pci/if_pn.c4
-rw-r--r--sys/pci/if_pnreg.h2
-rw-r--r--sys/pci/if_rl.c4
-rw-r--r--sys/pci/if_rlreg.h2
-rw-r--r--sys/pci/if_sf.c4
-rw-r--r--sys/pci/if_sfreg.h2
-rw-r--r--sys/pci/if_sk.c4
-rw-r--r--sys/pci/if_skreg.h2
-rw-r--r--sys/pci/if_sr_p.c2
-rw-r--r--sys/pci/if_ste.c4
-rw-r--r--sys/pci/if_stereg.h2
-rw-r--r--sys/pci/if_ti.c4
-rw-r--r--sys/pci/if_tireg.h2
-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_txvar.h2
-rw-r--r--sys/pci/if_vr.c4
-rw-r--r--sys/pci/if_vrreg.h2
-rw-r--r--sys/pci/if_wb.c4
-rw-r--r--sys/pci/if_wbreg.h2
-rw-r--r--sys/pci/if_xl.c4
-rw-r--r--sys/pci/if_xlreg.h2
-rw-r--r--sys/pci/intpm.c2
-rw-r--r--sys/pci/intpmreg.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/pci_if.m2
-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/ti_fw.h2
-rw-r--r--sys/pci/ti_fw2.h2
-rw-r--r--sys/pci/xmaciireg.h2
-rw-r--r--sys/pci/xrpu.c2
72 files changed, 86 insertions, 86 deletions
diff --git a/sys/pci/adv_pci.c b/sys/pci/adv_pci.c
index 1ca2cee..8f8fc58 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: adv_pci.c,v 1.7 1999/07/03 20:16:58 peter Exp $
+ * $FreeBSD$
*/
#include <sys/param.h>
diff --git a/sys/pci/adw_pci.c b/sys/pci/adw_pci.c
index 6509786..10eda81 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: adw_pci.c,v 1.6 1999/07/03 20:16:58 peter Exp $
+ * $FreeBSD$
*/
#include <sys/param.h>
diff --git a/sys/pci/ahc_pci.c b/sys/pci/ahc_pci.c
index 54f429f..64fcbd5 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.17 1999/08/16 02:33:46 gibbs Exp $
+ * $FreeBSD$
*/
#include <sys/param.h>
diff --git a/sys/pci/alpm.c b/sys/pci/alpm.c
index 4f98d1a..ff4c5d3 100644
--- a/sys/pci/alpm.c
+++ b/sys/pci/alpm.c
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: alpm.c,v 1.5 1999/07/03 20:17:00 peter Exp $
+ * $FreeBSD$
*
*/
diff --git a/sys/pci/brktree_reg.h b/sys/pci/brktree_reg.h
index ab34cec..643d3f3 100644
--- a/sys/pci/brktree_reg.h
+++ b/sys/pci/brktree_reg.h
@@ -30,7 +30,7 @@
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: brktree_reg.h,v 1.29 1999/06/12 14:54:56 roger Exp $
+ * $FreeBSD$
*/
#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 27b73d0..46cf72e 100644
--- a/sys/pci/brooktree848.c
+++ b/sys/pci/brooktree848.c
@@ -1,4 +1,4 @@
-/* $Id: brooktree848.c,v 1.89 1999/07/12 15:51:48 roger Exp $ */
+/* $FreeBSD$ */
/* BT848 Driver for Brooktree's Bt848, Bt848A, Bt849A, Bt878, Bt879 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/bt848_i2c.c b/sys/pci/bt848_i2c.c
index a3a1fdd..5e4ecc9 100644
--- a/sys/pci/bt848_i2c.c
+++ b/sys/pci/bt848_i2c.c
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: bt848_i2c.c,v 1.5 1999/07/03 20:17:01 peter Exp $
+ * $FreeBSD$
*
*/
diff --git a/sys/pci/bt848_i2c.h b/sys/pci/bt848_i2c.h
index c7d22c5..075e988 100644
--- a/sys/pci/bt848_i2c.h
+++ b/sys/pci/bt848_i2c.h
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
+ * $FreeBSD$
*
*/
#ifndef _BT848_I2C_H
diff --git a/sys/pci/bt_pci.c b/sys/pci/bt_pci.c
index 5aa8844..154a2f2 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: bt_pci.c,v 1.8 1999/07/03 20:17:01 peter Exp $
+ * $FreeBSD$
*/
#include <sys/param.h>
diff --git a/sys/pci/cy_pci.c b/sys/pci/cy_pci.c
index 61848c3..71e1695 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.15 1999/05/10 10:23:38 bde Exp $
+ * $FreeBSD$
*/
/*
diff --git a/sys/pci/cy_pcireg.h b/sys/pci/cy_pcireg.h
index 150dc54..707c4db 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: cy_pcireg.h,v 1.5 1999/01/11 23:43:54 bde Exp $
+ * $FreeBSD$
*/
#define CY_PCI_BASE_ADDR0 0x10
diff --git a/sys/pci/dpt_pci.c b/sys/pci/dpt_pci.c
index 3828d08..9df90db 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.14 1999/08/16 01:52:20 gibbs Exp $"
+#ident "$FreeBSD$"
#include "opt_dpt.h"
diff --git a/sys/pci/dpt_pci.h b/sys/pci/dpt_pci.h
index 4db7bf9..fe7206a 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 "$FreeBSD$"
#define DPT_VENDOR_ID 0x00001044
#define DPT_DEVICE_ID 0x0000a400
diff --git a/sys/pci/es1370.c b/sys/pci/es1370.c
index dff26f8..d1370aa 100644
--- a/sys/pci/es1370.c
+++ b/sys/pci/es1370.c
@@ -36,7 +36,7 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
* OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: es1370.c,v 1.5 1999/06/15 00:00:10 newton Exp $
+ * $FreeBSD$
*/
#include "pcm.h"
diff --git a/sys/pci/es1370_reg.h b/sys/pci/es1370_reg.h
index 72546c6..a1adc35 100644
--- a/sys/pci/es1370_reg.h
+++ b/sys/pci/es1370_reg.h
@@ -18,7 +18,7 @@
* 4. Modifications may be freely made to this file if the above conditions
* are met.
*
- * $Id$
+ * $FreeBSD$
*/
#ifndef _ES1370_REG_H
diff --git a/sys/pci/ida_pci.c b/sys/pci/ida_pci.c
index 330ce7c..70007fb 100644
--- a/sys/pci/ida_pci.c
+++ b/sys/pci/ida_pci.c
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: ida_pci.c,v 1.3 1999/07/29 01:03:02 mdodd Exp $
+ * $FreeBSD$
*/
#include <sys/param.h>
diff --git a/sys/pci/ide_pci.c b/sys/pci/ide_pci.c
index d71bfcc..9870df2 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.38 1999/07/22 19:45:33 julian Exp $
+ * $FreeBSD$
*/
#include "wd.h"
diff --git a/sys/pci/ide_pcireg.h b/sys/pci/ide_pcireg.h
index 769645f..1f1c540 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$
+ * $FreeBSD$
*/
#ifndef _PCI_IDEPCIREG_H_
diff --git a/sys/pci/if_al.c b/sys/pci/if_al.c
index 05ea417..5d07973 100644
--- a/sys/pci/if_al.c
+++ b/sys/pci/if_al.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_al.c,v 1.8 1999/08/21 22:10:48 msmith Exp $
+ * $FreeBSD$
*/
/*
@@ -91,7 +91,7 @@
#ifndef lint
static const char rcsid[] =
- "$Id: if_al.c,v 1.8 1999/08/21 22:10:48 msmith Exp $";
+ "$FreeBSD$";
#endif
/*
diff --git a/sys/pci/if_alreg.h b/sys/pci/if_alreg.h
index 6d8e354..2af519b 100644
--- a/sys/pci/if_alreg.h
+++ b/sys/pci/if_alreg.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_alreg.h,v 1.1 1999/05/21 04:37:24 wpaul Exp $
+ * $FreeBSD$
*/
/*
diff --git a/sys/pci/if_ax.c b/sys/pci/if_ax.c
index e9612ee..da6637f 100644
--- a/sys/pci/if_ax.c
+++ b/sys/pci/if_ax.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_ax.c,v 1.11 1999/07/06 19:23:22 des Exp $
+ * $FreeBSD$
*/
/*
@@ -90,7 +90,7 @@
#ifndef lint
static const char rcsid[] =
- "$Id: if_ax.c,v 1.11 1999/07/06 19:23:22 des Exp $";
+ "$FreeBSD$";
#endif
/*
diff --git a/sys/pci/if_axreg.h b/sys/pci/if_axreg.h
index 0e17fa5..669234a 100644
--- a/sys/pci/if_axreg.h
+++ b/sys/pci/if_axreg.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_axreg.h,v 1.6 1999/05/06 15:32:43 wpaul Exp $
+ * $FreeBSD$
*/
/*
diff --git a/sys/pci/if_ed_p.c b/sys/pci/if_ed_p.c
index 5f9d268..023457e 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.16 1999/05/09 17:06:52 peter Exp $
+ * $FreeBSD$
*/
#include <sys/param.h>
diff --git a/sys/pci/if_fpa.c b/sys/pci/if_fpa.c
index 7d816b8..d70628a 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.11 1999/08/21 06:24:34 msmith Exp $
+ * $FreeBSD$
*
*/
diff --git a/sys/pci/if_fxp.c b/sys/pci/if_fxp.c
index 724668c..ee97515 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.69 1999/05/09 10:45:54 peter Exp $
+ * $FreeBSD$
*/
/*
diff --git a/sys/pci/if_fxpreg.h b/sys/pci/if_fxpreg.h
index d6db196..e593608 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.14 1999/02/11 21:47:10 julian Exp $
+ * $FreeBSD$
*/
#define FXP_VENDORID_INTEL 0x8086
diff --git a/sys/pci/if_fxpvar.h b/sys/pci/if_fxpvar.h
index 042d2df..7c4717d 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.6 1998/08/02 00:29:15 dg Exp $
+ * $FreeBSD$
*/
/*
diff --git a/sys/pci/if_lnc_p.c b/sys/pci/if_lnc_p.c
index c92ffc0..33c7212 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.11 1999/07/03 20:17:04 peter Exp $
+ * $FreeBSD$
*/
#include <sys/param.h>
diff --git a/sys/pci/if_mx.c b/sys/pci/if_mx.c
index 5dca10c..a6fbdb4 100644
--- a/sys/pci/if_mx.c
+++ b/sys/pci/if_mx.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_mx.c,v 1.21 1999/07/06 19:23:26 des Exp $
+ * $FreeBSD$
*/
/*
@@ -97,7 +97,7 @@
#ifndef lint
static const char rcsid[] =
- "$Id: if_mx.c,v 1.21 1999/07/06 19:23:26 des Exp $";
+ "$FreeBSD$";
#endif
/*
diff --git a/sys/pci/if_mxreg.h b/sys/pci/if_mxreg.h
index 5755826..c19e891 100644
--- a/sys/pci/if_mxreg.h
+++ b/sys/pci/if_mxreg.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_mxreg.h,v 1.7 1999/05/28 18:43:14 wpaul Exp $
+ * $FreeBSD$
*/
/*
diff --git a/sys/pci/if_pn.c b/sys/pci/if_pn.c
index 02d5a48..c3744db 100644
--- a/sys/pci/if_pn.c
+++ b/sys/pci/if_pn.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_pn.c,v 1.24 1999/07/28 02:19:51 wpaul Exp $
+ * $FreeBSD$
*/
/*
@@ -105,7 +105,7 @@
#ifndef lint
static const char rcsid[] =
- "$Id: if_pn.c,v 1.24 1999/07/28 02:19:51 wpaul Exp $";
+ "$FreeBSD$";
#endif
/*
diff --git a/sys/pci/if_pnreg.h b/sys/pci/if_pnreg.h
index 7072353..0c567d0 100644
--- a/sys/pci/if_pnreg.h
+++ b/sys/pci/if_pnreg.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_pnreg.h,v 1.15 1999/07/28 02:19:52 wpaul Exp $
+ * $FreeBSD$
*/
/*
diff --git a/sys/pci/if_rl.c b/sys/pci/if_rl.c
index 223f878..657aabb 100644
--- a/sys/pci/if_rl.c
+++ b/sys/pci/if_rl.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_rl.c,v 1.21 1999/08/21 06:24:35 msmith Exp $
+ * $FreeBSD$
*/
/*
@@ -128,7 +128,7 @@
#ifndef lint
static const char rcsid[] =
- "$Id: if_rl.c,v 1.21 1999/08/21 06:24:35 msmith Exp $";
+ "$FreeBSD$";
#endif
/*
diff --git a/sys/pci/if_rlreg.h b/sys/pci/if_rlreg.h
index f064ef6..5eff4a4 100644
--- a/sys/pci/if_rlreg.h
+++ b/sys/pci/if_rlreg.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_rlreg.h,v 1.10 1999/07/22 20:56:49 wpaul Exp $
+ * $FreeBSD$
*/
/*
diff --git a/sys/pci/if_sf.c b/sys/pci/if_sf.c
index e4de7e6..9a79c26 100644
--- a/sys/pci/if_sf.c
+++ b/sys/pci/if_sf.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_sf.c,v 1.12 1999/07/25 05:10:18 wpaul Exp $
+ * $FreeBSD$
*/
/*
@@ -119,7 +119,7 @@
#ifndef lint
static const char rcsid[] =
- "$Id: if_sf.c,v 1.12 1999/07/25 05:10:18 wpaul Exp $";
+ "$FreeBSD$";
#endif
static struct sf_type sf_devs[] = {
diff --git a/sys/pci/if_sfreg.h b/sys/pci/if_sfreg.h
index 4ead870..e5149ae 100644
--- a/sys/pci/if_sfreg.h
+++ b/sys/pci/if_sfreg.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_sfreg.h,v 1.4 1999/07/21 03:44:25 wpaul Exp $
+ * $FreeBSD$
*/
/*
diff --git a/sys/pci/if_sk.c b/sys/pci/if_sk.c
index aee546f..4038967 100644
--- a/sys/pci/if_sk.c
+++ b/sys/pci/if_sk.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_sk.c,v 1.51 1999/07/14 21:48:19 wpaul Exp $
+ * $FreeBSD$
*/
/*
@@ -102,7 +102,7 @@
#ifndef lint
static const char rcsid[] =
- "$Id: if_sk.c,v 1.51 1999/07/14 21:48:19 wpaul Exp $";
+ "$FreeBSD$";
#endif
static struct sk_type sk_devs[] = {
diff --git a/sys/pci/if_skreg.h b/sys/pci/if_skreg.h
index f03aeff..b0eaa90 100644
--- a/sys/pci/if_skreg.h
+++ b/sys/pci/if_skreg.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_skreg.h,v 1.5 1999/07/23 02:06:56 wpaul Exp $
+ * $FreeBSD$
*/
/*
diff --git a/sys/pci/if_sr_p.c b/sys/pci/if_sr_p.c
index 260f5ef..04d0db8 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.9 1999/05/09 17:06:59 peter Exp $
+ * $FreeBSD$
*/
#include "sr.h"
diff --git a/sys/pci/if_ste.c b/sys/pci/if_ste.c
index 6b5bfd4..d808578 100644
--- a/sys/pci/if_ste.c
+++ b/sys/pci/if_ste.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_ste.c,v 1.1 1999/08/21 18:34:44 wpaul Exp $
+ * $FreeBSD$
*/
@@ -82,7 +82,7 @@
#if !defined(lint)
static const char rcsid[] =
- "$Id: if_ste.c,v 1.1 1999/08/21 18:34:44 wpaul Exp $";
+ "$FreeBSD$";
#endif
/*
diff --git a/sys/pci/if_stereg.h b/sys/pci/if_stereg.h
index 78bc215..4fe1a0f 100644
--- a/sys/pci/if_stereg.h
+++ b/sys/pci/if_stereg.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_stereg.h,v 1.1 1999/08/21 18:34:45 wpaul Exp $
+ * $FreeBSD$
*/
/*
diff --git a/sys/pci/if_ti.c b/sys/pci/if_ti.c
index c83deef..5195324 100644
--- a/sys/pci/if_ti.c
+++ b/sys/pci/if_ti.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_ti.c,v 1.14 1999/07/27 13:54:15 wpaul Exp $
+ * $FreeBSD$
*/
/*
@@ -131,7 +131,7 @@
#if !defined(lint)
static const char rcsid[] =
- "$Id: if_ti.c,v 1.14 1999/07/27 13:54:15 wpaul Exp $";
+ "$FreeBSD$";
#endif
/*
diff --git a/sys/pci/if_tireg.h b/sys/pci/if_tireg.h
index 09b1982..36bbadd 100644
--- a/sys/pci/if_tireg.h
+++ b/sys/pci/if_tireg.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_tireg.h,v 1.8 1999/07/23 18:46:24 wpaul Exp $
+ * $FreeBSD$
*/
/*
diff --git a/sys/pci/if_tl.c b/sys/pci/if_tl.c
index bfa0e3d..80fc4aa 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.37 1999/07/23 02:06:56 wpaul Exp $
+ * $FreeBSD$
*/
/*
@@ -227,7 +227,7 @@
#if !defined(lint)
static const char rcsid[] =
- "$Id: if_tl.c,v 1.37 1999/07/23 02:06:56 wpaul Exp $";
+ "$FreeBSD$";
#endif
/*
diff --git a/sys/pci/if_tlreg.h b/sys/pci/if_tlreg.h
index e9ef74d..b06f5e9 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 1999/07/23 02:17:59 wpaul Exp $
+ * $FreeBSD$
*/
diff --git a/sys/pci/if_tx.c b/sys/pci/if_tx.c
index b7cdc5d..6830e10 100644
--- a/sys/pci/if_tx.c
+++ b/sys/pci/if_tx.c
@@ -1,5 +1,5 @@
/* $OpenBSD: if_tx.c,v 1.3 1998/10/10 04:30:09 jason Exp $ */
-/* $Id: if_tx.c,v 1.30 1999/08/21 06:24:35 msmith Exp $ */
+/* $FreeBSD$ */
/*-
* Copyright (c) 1997 Semen Ustimenko (semen@iclub.nsu.ru)
diff --git a/sys/pci/if_txvar.h b/sys/pci/if_txvar.h
index 5d0d895..5efe056 100644
--- a/sys/pci/if_txvar.h
+++ b/sys/pci/if_txvar.h
@@ -1,5 +1,5 @@
/* $OpenBSD: if_txvar.h,v 1.3 1998/10/10 04:30:09 jason Exp $ */
-/* $Id: if_txvar.h,v 1.2 1999/03/14 08:30:23 semenu Exp $ */
+/* $FreeBSD$ */
/*-
* Copyright (c) 1997 Semen Ustimenko
diff --git a/sys/pci/if_vr.c b/sys/pci/if_vr.c
index 2f91c23..cae329a 100644
--- a/sys/pci/if_vr.c
+++ b/sys/pci/if_vr.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_vr.c,v 1.14 1999/08/10 17:15:10 wpaul Exp $
+ * $FreeBSD$
*/
/*
@@ -100,7 +100,7 @@
#ifndef lint
static const char rcsid[] =
- "$Id: if_vr.c,v 1.14 1999/08/10 17:15:10 wpaul Exp $";
+ "$FreeBSD$";
#endif
/*
diff --git a/sys/pci/if_vrreg.h b/sys/pci/if_vrreg.h
index e1e4ae6..fef8e48 100644
--- a/sys/pci/if_vrreg.h
+++ b/sys/pci/if_vrreg.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_vrreg.h,v 1.4 1999/05/06 15:32:50 wpaul Exp $
+ * $FreeBSD$
*/
/*
diff --git a/sys/pci/if_wb.c b/sys/pci/if_wb.c
index 1ea58f4..fb635b2 100644
--- a/sys/pci/if_wb.c
+++ b/sys/pci/if_wb.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_wb.c,v 1.13 1999/07/11 00:56:07 wpaul Exp $
+ * $FreeBSD$
*/
/*
@@ -129,7 +129,7 @@
#ifndef lint
static const char rcsid[] =
- "$Id: if_wb.c,v 1.13 1999/07/11 00:56:07 wpaul Exp $";
+ "$FreeBSD$";
#endif
/*
diff --git a/sys/pci/if_wbreg.h b/sys/pci/if_wbreg.h
index ed8b35a..5411339 100644
--- a/sys/pci/if_wbreg.h
+++ b/sys/pci/if_wbreg.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_wbreg.h,v 1.4 1999/07/11 00:56:07 wpaul Exp $
+ * $FreeBSD$
*/
/*
diff --git a/sys/pci/if_xl.c b/sys/pci/if_xl.c
index be5b83e..04d76a7 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.50 1999/08/02 21:57:57 wpaul Exp $
+ * $FreeBSD$
*/
/*
@@ -163,7 +163,7 @@
#if !defined(lint)
static const char rcsid[] =
- "$Id: if_xl.c,v 1.50 1999/08/02 21:57:57 wpaul Exp $";
+ "$FreeBSD$";
#endif
/*
diff --git a/sys/pci/if_xlreg.h b/sys/pci/if_xlreg.h
index c748246..b50f068 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.17 1999/05/30 18:09:17 wpaul Exp $
+ * $FreeBSD$
*/
#define XL_EE_READ 0x0080 /* read, 5 bit address */
diff --git a/sys/pci/intpm.c b/sys/pci/intpm.c
index 7163d37..e90466b 100644
--- a/sys/pci/intpm.c
+++ b/sys/pci/intpm.c
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: intpm.c,v 1.12 1999/07/24 19:13:54 nsouch Exp $
+ * $FreeBSD$
*/
#include <sys/param.h>
diff --git a/sys/pci/intpmreg.h b/sys/pci/intpmreg.h
index fdadef0..73816e7 100644
--- a/sys/pci/intpmreg.h
+++ b/sys/pci/intpmreg.h
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
+ * $FreeBSD$
*/
/*Register Difinition for Intel Chipset with ACPI Support*/
diff --git a/sys/pci/isp_pci.c b/sys/pci/isp_pci.c
index 8fd49bb..1aa3195 100644
--- a/sys/pci/isp_pci.c
+++ b/sys/pci/isp_pci.c
@@ -1,4 +1,4 @@
-/* $Id: isp_pci.c,v 1.30 1999/08/16 19:52:29 mjacob Exp $ */
+/* $FreeBSD$ */
/*
* 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 03256db..6b166b3 100644
--- a/sys/pci/ncr.c
+++ b/sys/pci/ncr.c
@@ -1,6 +1,6 @@
/**************************************************************************
**
-** $Id: ncr.c,v 1.149 1999/06/15 13:14:56 des Exp $
+** $FreeBSD$
**
** Device driver for the NCR 53C8XX PCI-SCSI-Controller Family.
**
@@ -1360,7 +1360,7 @@ static void ncr_attach (pcici_t tag, int unit);
#if !defined(lint)
static const char ident[] =
- "\n$Id: ncr.c,v 1.149 1999/06/15 13:14:56 des Exp $\n";
+ "\n$FreeBSD$\n";
#endif
static const u_long ncr_version = NCR_VERSION * 11
diff --git a/sys/pci/ncrreg.h b/sys/pci/ncrreg.h
index 2b5c925..fcc7212 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 $
+** $FreeBSD$
**
** Device driver for the NCR 53C810 PCI-SCSI-Controller.
**
diff --git a/sys/pci/pci.c b/sys/pci/pci.c
index 75f41e8..214d6f9 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.114 1999/07/29 01:03:03 mdodd Exp $
+ * $FreeBSD$
*
*/
diff --git a/sys/pci/pci_compat.c b/sys/pci/pci_compat.c
index db4d56a..c007dc5 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.30 1999/07/03 20:17:08 peter Exp $
+ * $FreeBSD$
*
*/
diff --git a/sys/pci/pci_if.m b/sys/pci/pci_if.m
index b2fa675..95b0081 100644
--- a/sys/pci/pci_if.m
+++ b/sys/pci/pci_if.m
@@ -23,7 +23,7 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
#
-# $Id$
+# $FreeBSD$
#
INTERFACE pci;
diff --git a/sys/pci/pcic_p.c b/sys/pci/pcic_p.c
index e596a75..5b23c5e 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.12 1999/05/09 17:07:11 peter Exp $
+ * $FreeBSD$
*/
#include <sys/param.h>
diff --git a/sys/pci/pcic_p.h b/sys/pci/pcic_p.h
index 47934f3..bd8e06c 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.5 1999/04/01 15:28:10 nsayer Exp $
+ * $FreeBSD$
*/
/* PCI/CardBus Device IDs */
diff --git a/sys/pci/pcireg.h b/sys/pci/pcireg.h
index 9c0dba0..f90df10 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.20 1998/10/07 03:40:51 gibbs Exp $
+ * $FreeBSD$
*
*/
diff --git a/sys/pci/pcisupport.c b/sys/pci/pcisupport.c
index a5882df..e883b5f 100644
--- a/sys/pci/pcisupport.c
+++ b/sys/pci/pcisupport.c
@@ -1,6 +1,6 @@
/**************************************************************************
**
-** $Id: pcisupport.c,v 1.124 1999/08/09 21:11:44 mdodd Exp $
+** $FreeBSD$
**
** Device driver for DEC/INTEL PCI chipsets.
**
diff --git a/sys/pci/pcivar.h b/sys/pci/pcivar.h
index f1c6f5e..ae4958d 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.33 1999/05/20 15:33:33 gallatin Exp $
+ * $FreeBSD$
*
*/
diff --git a/sys/pci/simos.c b/sys/pci/simos.c
index 7a9954b..2a9a706 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.5 1999/05/06 20:16:39 ken Exp $
+ * $FreeBSD$
*/
#include <sys/param.h>
diff --git a/sys/pci/simos.h b/sys/pci/simos.h
index 4609354..e703074 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$
+ * $FreeBSD$
*/
/*
diff --git a/sys/pci/ti_fw.h b/sys/pci/ti_fw.h
index 51bc014..8d4ae4d 100644
--- a/sys/pci/ti_fw.h
+++ b/sys/pci/ti_fw.h
@@ -2,7 +2,7 @@
* Firmware for Alteon Tigon 1 chip.
* Generated by genfw.c
*
- * $Id$
+ * $FreeBSD$
*/
static int tigonFwReleaseMajor = 0xc;
static int tigonFwReleaseMinor = 0x3;
diff --git a/sys/pci/ti_fw2.h b/sys/pci/ti_fw2.h
index e2ee31f..e46ac96 100644
--- a/sys/pci/ti_fw2.h
+++ b/sys/pci/ti_fw2.h
@@ -3,7 +3,7 @@
* Built on Thu Jul 15 17:08:34 1999 by wpaul@xylophone
* OS: FreeBSD 3.2-RELEASE
*
- * $Id: genfw.c,v 1.2 1999/03/18 17:16:43 wpaul Exp $
+ * $FreeBSD$
*/
static int tigon2FwReleaseMajor = 0xc;
static int tigon2FwReleaseMinor = 0x3;
diff --git a/sys/pci/xmaciireg.h b/sys/pci/xmaciireg.h
index fe8946b..f649e93 100644
--- a/sys/pci/xmaciireg.h
+++ b/sys/pci/xmaciireg.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: xmaciireg.h,v 1.10 1999/07/09 03:35:12 wpaul Exp $
+ * $FreeBSD$
*/
/*
diff --git a/sys/pci/xrpu.c b/sys/pci/xrpu.c
index e34e3c2..1b56e6b 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.15 1999/07/13 08:15:22 phk Exp $
+ * $FreeBSD$
*
* 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
OpenPOWER on IntegriCloud