diff options
Diffstat (limited to 'sys/pci')
85 files changed, 97 insertions, 97 deletions
diff --git a/sys/pci/adw_pci.c b/sys/pci/adw_pci.c index 10eda815814ac..efff01cff0f68 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. * - * $FreeBSD$ + * $FreeBSD: src/sys/pci/adw_pci.c,v 1.8 1999/08/28 00:50:41 peter Exp $ */ #include <sys/param.h> diff --git a/sys/pci/agp.c b/sys/pci/agp.c index cb05518c431c1..b936679cb6add 100644 --- a/sys/pci/agp.c +++ b/sys/pci/agp.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/pci/agp.c,v 1.3.2.1 2000/07/19 09:48:04 ru Exp $ */ #include "opt_bus.h" diff --git a/sys/pci/agp_ali.c b/sys/pci/agp_ali.c index 86e070e8d2ae4..7dd7fba35373e 100644 --- a/sys/pci/agp_ali.c +++ b/sys/pci/agp_ali.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/pci/agp_ali.c,v 1.1.2.1 2000/07/19 09:48:04 ru Exp $ */ #include "opt_bus.h" diff --git a/sys/pci/agp_amd.c b/sys/pci/agp_amd.c index 198b926241fb2..1030460145fdb 100644 --- a/sys/pci/agp_amd.c +++ b/sys/pci/agp_amd.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/pci/agp_amd.c,v 1.3.2.1 2000/07/19 09:48:04 ru Exp $ */ #include "opt_bus.h" diff --git a/sys/pci/agp_i810.c b/sys/pci/agp_i810.c index 3b209bd515969..c4626cbe28048 100644 --- a/sys/pci/agp_i810.c +++ b/sys/pci/agp_i810.c @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/pci/agp_i810.c,v 1.1.2.1 2000/07/19 09:48:04 ru Exp $ */ #include "opt_bus.h" diff --git a/sys/pci/agp_if.m b/sys/pci/agp_if.m index 06f64d376babd..dfe9c4a55b671 100644 --- a/sys/pci/agp_if.m +++ b/sys/pci/agp_if.m @@ -23,7 +23,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/sys/pci/agp_if.m,v 1.1.2.1 2000/07/19 09:48:04 ru Exp $ # #include <sys/bus.h> diff --git a/sys/pci/agp_intel.c b/sys/pci/agp_intel.c index 88d38ec027cf4..f8d1bccc0b55e 100644 --- a/sys/pci/agp_intel.c +++ b/sys/pci/agp_intel.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/pci/agp_intel.c,v 1.1.2.1 2000/07/19 09:48:04 ru Exp $ */ #include "opt_bus.h" diff --git a/sys/pci/agp_sis.c b/sys/pci/agp_sis.c index 1f1a50b7ecebc..412c4ce1e5e8d 100644 --- a/sys/pci/agp_sis.c +++ b/sys/pci/agp_sis.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/pci/agp_sis.c,v 1.1.2.1 2000/07/19 09:48:04 ru Exp $ */ #include "opt_bus.h" diff --git a/sys/pci/agp_via.c b/sys/pci/agp_via.c index 983348ea25d49..6259d2d1176b3 100644 --- a/sys/pci/agp_via.c +++ b/sys/pci/agp_via.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/pci/agp_via.c,v 1.1.2.1 2000/07/19 09:48:04 ru Exp $ */ #include "opt_bus.h" diff --git a/sys/pci/agppriv.h b/sys/pci/agppriv.h index 1c5f0226390e6..a54fa8ca25aa0 100644 --- a/sys/pci/agppriv.h +++ b/sys/pci/agppriv.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/pci/agppriv.h,v 1.3.2.1 2000/07/19 09:48:04 ru Exp $ */ #ifndef _PCI_AGPPRIV_H_ diff --git a/sys/pci/agpreg.h b/sys/pci/agpreg.h index 3d32c76791cc7..e3a95780f9742 100644 --- a/sys/pci/agpreg.h +++ b/sys/pci/agpreg.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/pci/agpreg.h,v 1.3.2.1 2000/07/19 09:48:04 ru Exp $ */ #ifndef _PCI_AGPREG_H_ diff --git a/sys/pci/agpvar.h b/sys/pci/agpvar.h index df3112b49d297..929a74aef6d65 100644 --- a/sys/pci/agpvar.h +++ b/sys/pci/agpvar.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/pci/agpvar.h,v 1.1.2.1 2000/07/19 09:48:04 ru Exp $ */ #ifndef _PCI_AGPVAR_H_ diff --git a/sys/pci/alpm.c b/sys/pci/alpm.c index 358a0320811e3..995e429f35887 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. * - * $FreeBSD$ + * $FreeBSD: src/sys/pci/alpm.c,v 1.8 1999/12/03 08:41:21 mdodd Exp $ * */ diff --git a/sys/pci/amd.c b/sys/pci/amd.c index b07bc14acef27..52221b50c00cc 100644 --- a/sys/pci/amd.c +++ b/sys/pci/amd.c @@ -30,7 +30,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. ********************************************************************* - * $FreeBSD$ + * $FreeBSD: src/sys/pci/amd.c,v 1.3.2.1 2000/04/14 13:16:52 nyan Exp $ */ /* diff --git a/sys/pci/amd.h b/sys/pci/amd.h index 85f4f80e1474a..622caa3a8e37b 100644 --- a/sys/pci/amd.h +++ b/sys/pci/amd.h @@ -30,7 +30,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. ********************************************************************* - * $FreeBSD$ + * $FreeBSD: src/sys/pci/amd.h,v 1.1.4.1 2000/04/14 13:16:54 nyan Exp $ */ #ifndef AMD_H diff --git a/sys/pci/cy_pci.c b/sys/pci/cy_pci.c index 71e16953af7ad..d3f4de38c9286 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. * - * $FreeBSD$ + * $FreeBSD: src/sys/pci/cy_pci.c,v 1.17 1999/08/28 00:50:45 peter Exp $ */ /* diff --git a/sys/pci/cy_pcireg.h b/sys/pci/cy_pcireg.h index 707c4db62fece..17bc897db078e 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. * - * $FreeBSD$ + * $FreeBSD: src/sys/pci/cy_pcireg.h,v 1.7 1999/08/28 00:50:45 peter Exp $ */ #define CY_PCI_BASE_ADDR0 0x10 diff --git a/sys/pci/dc21040reg.h b/sys/pci/dc21040reg.h index 8959de04cc033..0dfbce7730f52 100644 --- a/sys/pci/dc21040reg.h +++ b/sys/pci/dc21040reg.h @@ -1,6 +1,6 @@ /* $NetBSD: dc21040reg.h,v 1.15 1998/05/22 18:50:59 matt Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pci/dc21040reg.h,v 1.5 1999/08/09 12:52:49 peter Exp $ */ /*- * Copyright (c) 1994, 1995, 1996 Matt Thomas <matt@3am-software.com> diff --git a/sys/pci/ide_pci.c b/sys/pci/ide_pci.c index 1a226b974ce72..6fc1968b6c93a 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. * - * $FreeBSD$ + * $FreeBSD: src/sys/pci/ide_pci.c,v 1.42 2000/01/29 16:59:53 peter Exp $ */ #include <sys/param.h> diff --git a/sys/pci/ide_pcireg.h b/sys/pci/ide_pcireg.h index 1f1c540be300e..ef89e6654ab5f 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 $ - * $FreeBSD$ + * $FreeBSD: src/sys/pci/ide_pcireg.h,v 1.2 1999/08/28 00:50:47 peter Exp $ */ #ifndef _PCI_IDEPCIREG_H_ diff --git a/sys/pci/if_ar_p.c b/sys/pci/if_ar_p.c index 800e63db2acb4..b809167240038 100644 --- a/sys/pci/if_ar_p.c +++ b/sys/pci/if_ar_p.c @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/pci/if_ar_p.c,v 1.1 1999/10/17 09:40:04 jhay Exp $ */ #include "ar.h" diff --git a/sys/pci/if_dc.c b/sys/pci/if_dc.c index f964d6a5e7e18..e93dc3004f849 100644 --- a/sys/pci/if_dc.c +++ b/sys/pci/if_dc.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. * - * $FreeBSD$ + * $FreeBSD: src/sys/pci/if_dc.c,v 1.9.2.10 2000/09/21 20:33:42 wpaul Exp $ */ /* @@ -148,7 +148,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sys/pci/if_dc.c,v 1.9.2.10 2000/09/21 20:33:42 wpaul Exp $"; #endif /* diff --git a/sys/pci/if_dcreg.h b/sys/pci/if_dcreg.h index a0a2444de88b6..a1e5eee0738e4 100644 --- a/sys/pci/if_dcreg.h +++ b/sys/pci/if_dcreg.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. * - * $FreeBSD$ + * $FreeBSD: src/sys/pci/if_dcreg.h,v 1.4.2.7 2000/09/07 18:51:49 wpaul Exp $ */ /* diff --git a/sys/pci/if_de.c b/sys/pci/if_de.c index 7037f6dbfa730..14384eda04355 100644 --- a/sys/pci/if_de.c +++ b/sys/pci/if_de.c @@ -1,6 +1,6 @@ /* $NetBSD: if_de.c,v 1.86 1999/06/01 19:17:59 thorpej Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pci/if_de.c,v 1.123.2.4 2000/08/04 23:25:09 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 f462e744ba3f3..e11ec058678d3 100644 --- a/sys/pci/if_devar.h +++ b/sys/pci/if_devar.h @@ -1,6 +1,6 @@ /* $NetBSD: if_devar.h,v 1.32 1999/04/01 14:55:25 tsubai Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pci/if_devar.h,v 1.23.2.1 2000/08/04 23:25:10 peter Exp $ */ /*- * Copyright (c) 1994-1997 Matt Thomas (matt@3am-software.com) diff --git a/sys/pci/if_en_pci.c b/sys/pci/if_en_pci.c index a72a292e874ac..cbde5d5daf519 100644 --- a/sys/pci/if_en_pci.c +++ b/sys/pci/if_en_pci.c @@ -31,7 +31,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. * - * $FreeBSD$ + * $FreeBSD: src/sys/pci/if_en_pci.c,v 1.12 1999/08/21 22:10:49 msmith Exp $ */ /* diff --git a/sys/pci/if_fxp.c b/sys/pci/if_fxp.c index 4611ed9552fb4..ffdef678ed9b6 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. * - * $FreeBSD$ + * $FreeBSD: src/sys/pci/if_fxp.c,v 1.77.2.7 2000/08/07 18:18:28 peter Exp $ */ /* diff --git a/sys/pci/if_fxpreg.h b/sys/pci/if_fxpreg.h index 9ca2f7e792c34..52ddd80db6f9c 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. * - * $FreeBSD$ + * $FreeBSD: src/sys/pci/if_fxpreg.h,v 1.18.2.1 2000/06/19 00:54:30 dg Exp $ */ #define FXP_VENDORID_INTEL 0x8086 diff --git a/sys/pci/if_fxpvar.h b/sys/pci/if_fxpvar.h index 7ef7149305f46..e9b2ba1d0b53a 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. * - * $FreeBSD$ + * $FreeBSD: src/sys/pci/if_fxpvar.h,v 1.9.2.1 2000/03/29 02:02:39 dg Exp $ */ /* diff --git a/sys/pci/if_lnc_p.c b/sys/pci/if_lnc_p.c index 33c7212295eed..347917ead73ce 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. * - * $FreeBSD$ + * $FreeBSD: src/sys/pci/if_lnc_p.c,v 1.13 1999/08/28 00:50:51 peter Exp $ */ #include <sys/param.h> diff --git a/sys/pci/if_mn.c b/sys/pci/if_mn.c index 775846621a0f8..2b88b688f54cc 100644 --- a/sys/pci/if_mn.c +++ b/sys/pci/if_mn.c @@ -21,7 +21,7 @@ * you will (badly!) need the documentation anyway if you want to mess with * this gadget. * - * $FreeBSD$ + * $FreeBSD: src/sys/pci/if_mn.c,v 1.11.2.2 2000/08/03 00:26:00 peter Exp $ */ /* diff --git a/sys/pci/if_rl.c b/sys/pci/if_rl.c index 43892409ffbaa..0dc2c70b66302 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. * - * $FreeBSD$ + * $FreeBSD: src/sys/pci/if_rl.c,v 1.38.2.5 2000/08/04 23:45:28 peter Exp $ */ /* @@ -132,7 +132,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sys/pci/if_rl.c,v 1.38.2.5 2000/08/04 23:45:28 peter Exp $"; #endif /* diff --git a/sys/pci/if_rlreg.h b/sys/pci/if_rlreg.h index 0bb9ffcc48cb4..1ce697eb658ab 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. * - * $FreeBSD$ + * $FreeBSD: src/sys/pci/if_rlreg.h,v 1.14 1999/10/21 19:42:03 wpaul Exp $ */ /* diff --git a/sys/pci/if_sf.c b/sys/pci/if_sf.c index eccd50a67c831..201c6538caf5a 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. * - * $FreeBSD$ + * $FreeBSD: src/sys/pci/if_sf.c,v 1.18.2.4 2000/08/04 23:45:28 peter Exp $ */ /* @@ -120,7 +120,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sys/pci/if_sf.c,v 1.18.2.4 2000/08/04 23:45:28 peter Exp $"; #endif static struct sf_type sf_devs[] = { diff --git a/sys/pci/if_sfreg.h b/sys/pci/if_sfreg.h index 49fdd5ae1afcc..b9438fc855910 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. * - * $FreeBSD$ + * $FreeBSD: src/sys/pci/if_sfreg.h,v 1.6 1999/12/05 20:02:45 wpaul Exp $ */ /* diff --git a/sys/pci/if_sis.c b/sys/pci/if_sis.c index 0d40912b0a824..f68b310efa8c3 100644 --- a/sys/pci/if_sis.c +++ b/sys/pci/if_sis.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. * - * $FreeBSD$ + * $FreeBSD: src/sys/pci/if_sis.c,v 1.13.4.4 2000/08/25 19:09:43 wpaul Exp $ */ /* @@ -98,7 +98,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sys/pci/if_sis.c,v 1.13.4.4 2000/08/25 19:09:43 wpaul Exp $"; #endif /* diff --git a/sys/pci/if_sisreg.h b/sys/pci/if_sisreg.h index ee46c92b2b868..e0913f398d256 100644 --- a/sys/pci/if_sisreg.h +++ b/sys/pci/if_sisreg.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. * - * $FreeBSD$ + * $FreeBSD: src/sys/pci/if_sisreg.h,v 1.1.4.1 2000/08/25 19:09:43 wpaul Exp $ */ /* diff --git a/sys/pci/if_sk.c b/sys/pci/if_sk.c index 6101fbffd4269..c5445e240fedf 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. * - * $FreeBSD$ + * $FreeBSD: src/sys/pci/if_sk.c,v 1.19.2.5 2000/08/02 18:19:56 wpaul Exp $ */ /* @@ -110,7 +110,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sys/pci/if_sk.c,v 1.19.2.5 2000/08/02 18:19:56 wpaul Exp $"; #endif static struct sk_type sk_devs[] = { diff --git a/sys/pci/if_skreg.h b/sys/pci/if_skreg.h index af17c1c165cee..ce1a40db7fa40 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. * - * $FreeBSD$ + * $FreeBSD: src/sys/pci/if_skreg.h,v 1.8.2.1 2000/04/27 14:48:07 wpaul Exp $ */ /* diff --git a/sys/pci/if_sr_p.c b/sys/pci/if_sr_p.c index 04d0db82c418f..2977b5634c5d7 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. * - * $FreeBSD$ + * $FreeBSD: src/sys/pci/if_sr_p.c,v 1.11 1999/08/28 00:50:55 peter Exp $ */ #include "sr.h" diff --git a/sys/pci/if_ste.c b/sys/pci/if_ste.c index fb7e92bf178f2..4996b2871940e 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. * - * $FreeBSD$ + * $FreeBSD: src/sys/pci/if_ste.c,v 1.14.2.3 2000/08/04 23:45:28 peter Exp $ */ #include <sys/param.h> @@ -73,7 +73,7 @@ #if !defined(lint) static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sys/pci/if_ste.c,v 1.14.2.3 2000/08/04 23:45:28 peter Exp $"; #endif /* diff --git a/sys/pci/if_stereg.h b/sys/pci/if_stereg.h index 7a0b4876df7f4..c1df24b551eee 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. * - * $FreeBSD$ + * $FreeBSD: src/sys/pci/if_stereg.h,v 1.5 1999/12/07 20:14:42 wpaul Exp $ */ /* diff --git a/sys/pci/if_ti.c b/sys/pci/if_ti.c index 96b1bbd2cb51c..ba58af03b4a28 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. * - * $FreeBSD$ + * $FreeBSD: src/sys/pci/if_ti.c,v 1.25.2.7 2000/08/24 00:07:58 wpaul Exp $ */ /* @@ -138,7 +138,7 @@ #if !defined(lint) static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sys/pci/if_ti.c,v 1.25.2.7 2000/08/24 00:07:58 wpaul Exp $"; #endif /* diff --git a/sys/pci/if_tireg.h b/sys/pci/if_tireg.h index 636a42f353f49..7e716625b6375 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. * - * $FreeBSD$ + * $FreeBSD: src/sys/pci/if_tireg.h,v 1.13.2.3 2000/08/24 00:07:59 wpaul Exp $ */ /* diff --git a/sys/pci/if_tl.c b/sys/pci/if_tl.c index f665b91b993a8..2edeb605c75e7 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. * - * $FreeBSD$ + * $FreeBSD: src/sys/pci/if_tl.c,v 1.51.2.3 2000/08/04 23:45:28 peter Exp $ */ /* @@ -224,7 +224,7 @@ #if !defined(lint) static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sys/pci/if_tl.c,v 1.51.2.3 2000/08/04 23:45:28 peter Exp $"; #endif /* diff --git a/sys/pci/if_tlreg.h b/sys/pci/if_tlreg.h index 29c7e62d4fc0c..2887262ea65f0 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. * - * $FreeBSD$ + * $FreeBSD: src/sys/pci/if_tlreg.h,v 1.15 1999/09/19 22:39:24 wpaul Exp $ */ diff --git a/sys/pci/if_tx.c b/sys/pci/if_tx.c index 7cbe32de48b8d..3832935303451 100644 --- a/sys/pci/if_tx.c +++ b/sys/pci/if_tx.c @@ -1,5 +1,5 @@ /* $OpenBSD: if_tx.c,v 1.9.2.1 2000/02/21 22:29:13 niklas Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pci/if_tx.c,v 1.34.2.3 2000/09/10 19:51:07 semenu Exp $ */ /*- * Copyright (c) 1997 Semen Ustimenko (semen@iclub.nsu.ru) diff --git a/sys/pci/if_txvar.h b/sys/pci/if_txvar.h index 6e7dd86ce07da..4f72174dfb7bd 100644 --- a/sys/pci/if_txvar.h +++ b/sys/pci/if_txvar.h @@ -1,5 +1,5 @@ /* $OpenBSD: if_txvar.h,v 1.7 1999/11/17 05:21:19 jason Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pci/if_txvar.h,v 1.5.2.1 2000/09/10 19:51:07 semenu Exp $ */ /*- * Copyright (c) 1997 Semen Ustimenko diff --git a/sys/pci/if_vr.c b/sys/pci/if_vr.c index cbf5a153ef752..69c670f92ffe5 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. * - * $FreeBSD$ + * $FreeBSD: src/sys/pci/if_vr.c,v 1.26.2.4 2000/08/04 23:45:28 peter Exp $ */ /* @@ -100,7 +100,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sys/pci/if_vr.c,v 1.26.2.4 2000/08/04 23:45:28 peter Exp $"; #endif /* diff --git a/sys/pci/if_vrreg.h b/sys/pci/if_vrreg.h index 2f2ac97ed3ff8..3069da4bf43aa 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. * - * $FreeBSD$ + * $FreeBSD: src/sys/pci/if_vrreg.h,v 1.7.2.1 2000/07/05 21:43:59 wpaul Exp $ */ /* diff --git a/sys/pci/if_wb.c b/sys/pci/if_wb.c index 78688e170656b..20488903e5198 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. * - * $FreeBSD$ + * $FreeBSD: src/sys/pci/if_wb.c,v 1.26.2.3 2000/08/04 23:45:28 peter Exp $ */ /* @@ -127,7 +127,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sys/pci/if_wb.c,v 1.26.2.3 2000/08/04 23:45:28 peter Exp $"; #endif /* diff --git a/sys/pci/if_wbreg.h b/sys/pci/if_wbreg.h index 5bfccd84c9bab..35151d69c126d 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. * - * $FreeBSD$ + * $FreeBSD: src/sys/pci/if_wbreg.h,v 1.7 1999/08/30 23:08:30 wpaul Exp $ */ /* diff --git a/sys/pci/if_wx.c b/sys/pci/if_wx.c index c509f588d1933..3ddb7dd9e33cd 100644 --- a/sys/pci/if_wx.c +++ b/sys/pci/if_wx.c @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/pci/if_wx.c,v 1.5.2.5 2000/07/17 21:24:40 archie Exp $ */ /* diff --git a/sys/pci/if_wxreg.h b/sys/pci/if_wxreg.h index 9a7309b2f9a48..3bdae7831796e 100644 --- a/sys/pci/if_wxreg.h +++ b/sys/pci/if_wxreg.h @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/pci/if_wxreg.h,v 1.3.2.1 2000/06/16 22:58:03 mjacob Exp $ */ #define WX_VENDOR_INTEL 0x8086 diff --git a/sys/pci/if_wxvar.h b/sys/pci/if_wxvar.h index 3288a248c772a..cabe3a6d72753 100644 --- a/sys/pci/if_wxvar.h +++ b/sys/pci/if_wxvar.h @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/pci/if_wxvar.h,v 1.4.2.1 2000/06/16 22:58:03 mjacob Exp $ */ /* diff --git a/sys/pci/if_xl.c b/sys/pci/if_xl.c index ade447acbe030..0346fe65b3d79 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. * - * $FreeBSD$ + * $FreeBSD: src/sys/pci/if_xl.c,v 1.72.2.4 2000/08/30 05:46:21 dec Exp $ */ /* @@ -145,7 +145,7 @@ #if !defined(lint) static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sys/pci/if_xl.c,v 1.72.2.4 2000/08/30 05:46:21 dec Exp $"; #endif /* diff --git a/sys/pci/if_xlreg.h b/sys/pci/if_xlreg.h index eccf66971552c..6d4a5e34c8cca 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. * - * $FreeBSD$ + * $FreeBSD: src/sys/pci/if_xlreg.h,v 1.25.2.1 2000/08/30 05:46:23 dec Exp $ */ #define XL_EE_READ 0x0080 /* read, 5 bit address */ diff --git a/sys/pci/intpm.c b/sys/pci/intpm.c index fccd0c3dd9162..d97b46eced228 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. * - * $FreeBSD$ + * $FreeBSD: src/sys/pci/intpm.c,v 1.16 1999/12/03 08:41:21 mdodd Exp $ */ #include <sys/param.h> diff --git a/sys/pci/intpmreg.h b/sys/pci/intpmreg.h index 73816e7748d5a..7fd49024eb889 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. * - * $FreeBSD$ + * $FreeBSD: src/sys/pci/intpmreg.h,v 1.2 1999/08/28 00:51:01 peter Exp $ */ /*Register Difinition for Intel Chipset with ACPI Support*/ diff --git a/sys/pci/isp_pci.c b/sys/pci/isp_pci.c index dcccdce5006ae..751e42ab70bef 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.45.2.3 2000/09/21 21:19:06 mjacob Exp $ */ /* * PCI specific probe and attach routines for Qlogic ISP SCSI adapters. * FreeBSD Version. diff --git a/sys/pci/locate.pl b/sys/pci/locate.pl index 1cb45ad47b8f7..ca732b939f091 100755 --- a/sys/pci/locate.pl +++ b/sys/pci/locate.pl @@ -1,5 +1,5 @@ #!/usr/bin/perl -# $FreeBSD$ +# $FreeBSD: src/sys/pci/locate.pl,v 1.2.2.1 2000/08/03 01:09:11 peter Exp $ $errpos = hex($ARGV[0])/4; $ofs=0; diff --git a/sys/pci/meteor.c b/sys/pci/meteor.c index de0deea5c93ba..2bc0d24c4fc25 100644 --- a/sys/pci/meteor.c +++ b/sys/pci/meteor.c @@ -28,7 +28,7 @@ * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/pci/meteor.c,v 1.49 1999/09/25 18:24:41 phk Exp $ */ /* Change History: diff --git a/sys/pci/meteor_reg.h b/sys/pci/meteor_reg.h index a1f5eccd52f2b..8e0d664b04424 100644 --- a/sys/pci/meteor_reg.h +++ b/sys/pci/meteor_reg.h @@ -28,7 +28,7 @@ * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/pci/meteor_reg.h,v 1.5.2.1 2000/08/03 01:09:11 peter Exp $ */ #ifndef PCI_LATENCY_TIMER #define PCI_LATENCY_TIMER 0x0c /* pci timer register */ diff --git a/sys/pci/ncr.c b/sys/pci/ncr.c index dd90a2525e024..3a2bf5d10063d 100644 --- a/sys/pci/ncr.c +++ b/sys/pci/ncr.c @@ -1,6 +1,6 @@ /************************************************************************** ** -** $FreeBSD$ +** $FreeBSD: src/sys/pci/ncr.c,v 1.155.2.2 2000/09/17 18:47:00 groudier Exp $ ** ** Device driver for the NCR 53C8XX PCI-SCSI-Controller Family. ** @@ -1310,7 +1310,7 @@ static int ncr_attach (device_t dev); #if !defined(lint) static const char ident[] = - "\n$FreeBSD$\n"; + "\n$FreeBSD: src/sys/pci/ncr.c,v 1.155.2.2 2000/09/17 18:47:00 groudier Exp $\n"; #endif static const u_long ncr_version = NCR_VERSION * 11 diff --git a/sys/pci/ncrreg.h b/sys/pci/ncrreg.h index fcc72124377f3..37c3c50ef6f95 100644 --- a/sys/pci/ncrreg.h +++ b/sys/pci/ncrreg.h @@ -1,6 +1,6 @@ /************************************************************************** ** -** $FreeBSD$ +** $FreeBSD: src/sys/pci/ncrreg.h,v 1.13 1999/08/28 00:51:03 peter Exp $ ** ** Device driver for the NCR 53C810 PCI-SCSI-Controller. ** diff --git a/sys/pci/ohci_pci.c b/sys/pci/ohci_pci.c index d66fe8adde8dd..dc950b6a4b1e0 100644 --- a/sys/pci/ohci_pci.c +++ b/sys/pci/ohci_pci.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pci/ohci_pci.c,v 1.16.2.2 2000/07/02 12:42:40 n_hibma Exp $ */ /* * Copyright (c) 1998 The NetBSD Foundation, Inc. diff --git a/sys/pci/pccbb.c b/sys/pci/pccbb.c index ac51e7058c7b2..3bf04d5090ab1 100644 --- a/sys/pci/pccbb.c +++ b/sys/pci/pccbb.c @@ -28,7 +28,7 @@ */ /* $Id: pccbb.c,v 1.12 1999/09/07 17:38:17 gehenna Exp $ */ /* FreeBSD/newconfig version UCHIYAMA Yasushi 1999 */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pci/pccbb.c,v 1.1 1999/11/18 07:14:53 imp Exp $ */ #define CBB_DEBUG #undef SHOW_REGS diff --git a/sys/pci/pccbbreg.h b/sys/pci/pccbbreg.h index 9dad13ae8fcb3..5cee091a5388e 100644 --- a/sys/pci/pccbbreg.h +++ b/sys/pci/pccbbreg.h @@ -28,7 +28,7 @@ */ /* $Id: pccbbreg.h,v 1.4 1999/08/02 01:35:50 kanaoka Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pci/pccbbreg.h,v 1.1 1999/11/18 07:14:54 imp Exp $ */ #ifndef _DEV_PCI_PCCBBREG_H_ #define _DEV_PCI_PCCBBREG_H_ diff --git a/sys/pci/pccbbvar.h b/sys/pci/pccbbvar.h index 20a3ea7ab125e..bbaff401ac896 100644 --- a/sys/pci/pccbbvar.h +++ b/sys/pci/pccbbvar.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. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pci/pccbbvar.h,v 1.1 1999/11/18 07:14:54 imp Exp $ */ struct pccbb_softc; diff --git a/sys/pci/pci.c b/sys/pci/pci.c index 749f01ca2d7ce..37b824bcbc413 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. * - * $FreeBSD$ + * $FreeBSD: src/sys/pci/pci.c,v 1.141.2.3 2000/09/01 23:29:34 msmith Exp $ * */ diff --git a/sys/pci/pci_compat.c b/sys/pci/pci_compat.c index efd3edfa6f122..525dc9641a616 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. * - * $FreeBSD$ + * $FreeBSD: src/sys/pci/pci_compat.c,v 1.35 2000/02/28 08:12:24 bde Exp $ * */ diff --git a/sys/pci/pci_if.m b/sys/pci/pci_if.m index 95b0081ca32bd..c63d6bf279d2f 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. # -# $FreeBSD$ +# $FreeBSD: src/sys/pci/pci_if.m,v 1.2 1999/08/28 00:51:04 peter Exp $ # INTERFACE pci; diff --git a/sys/pci/pcic_p.c b/sys/pci/pcic_p.c index cb5a5a6a18690..619c87c1f03f3 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. * - * $FreeBSD$ + * $FreeBSD: src/sys/pci/pcic_p.c,v 1.20.2.2 2000/08/04 23:41:10 peter Exp $ */ #include <sys/param.h> diff --git a/sys/pci/pcic_p.h b/sys/pci/pcic_p.h index bb96d09f9270a..c9e0171ce9f95 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. * - * $FreeBSD$ + * $FreeBSD: src/sys/pci/pcic_p.h,v 1.10.2.2 2000/08/04 23:41:10 peter Exp $ */ /* PCI/CardBus Device IDs */ diff --git a/sys/pci/pcireg.h b/sys/pci/pcireg.h index 2b94b3551ce94..b1a9a41d2316d 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. * - * $FreeBSD$ + * $FreeBSD: src/sys/pci/pcireg.h,v 1.24.2.1 2000/09/23 00:08:14 gibbs Exp $ * */ diff --git a/sys/pci/pcisupport.c b/sys/pci/pcisupport.c index 94dcca1435120..6c31b2f00604b 100644 --- a/sys/pci/pcisupport.c +++ b/sys/pci/pcisupport.c @@ -1,6 +1,6 @@ /************************************************************************** ** -** $FreeBSD$ +** $FreeBSD: src/sys/pci/pcisupport.c,v 1.154.2.1 2000/03/29 06:56:04 cpiazza Exp $ ** ** Device driver for DEC/INTEL PCI chipsets. ** diff --git a/sys/pci/pcivar.h b/sys/pci/pcivar.h index 9c345c08d9696..6ba8c0b168fca 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. * - * $FreeBSD$ + * $FreeBSD: src/sys/pci/pcivar.h,v 1.41 2000/02/19 09:44:06 dfr Exp $ * */ diff --git a/sys/pci/scsiiom.c b/sys/pci/scsiiom.c index 49d020be469ad..5c8fb669502e9 100644 --- a/sys/pci/scsiiom.c +++ b/sys/pci/scsiiom.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pci/scsiiom.c,v 1.4.6.1 2000/08/03 01:09:11 peter Exp $ */ /*********************************************************************** * FILE NAME : SCSIIOM.C * * BY : C.L. Huang (ching@tekram.com.tw) * diff --git a/sys/pci/simos.c b/sys/pci/simos.c index 2a9a706b311be..de0e7f42b01ec 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. * - * $FreeBSD$ + * $FreeBSD: src/sys/pci/simos.c,v 1.7 1999/08/28 00:51:06 peter Exp $ */ #include <sys/param.h> diff --git a/sys/pci/simos.h b/sys/pci/simos.h index e703074e58c3d..b1ea6338b06ea 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. * - * $FreeBSD$ + * $FreeBSD: src/sys/pci/simos.h,v 1.2 1999/08/28 00:51:06 peter Exp $ */ /* diff --git a/sys/pci/ti_fw.h b/sys/pci/ti_fw.h index 5c2633022058f..f4675dab88bd8 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 * - * $FreeBSD$ + * $FreeBSD: src/sys/pci/ti_fw.h,v 1.6.2.3 2000/08/24 00:07:56 wpaul Exp $ */ static int tigonFwReleaseMajor = 0xc; static int tigonFwReleaseMinor = 0x4; diff --git a/sys/pci/ti_fw2.h b/sys/pci/ti_fw2.h index e917ba575b97c..0338d2a3708db 100644 --- a/sys/pci/ti_fw2.h +++ b/sys/pci/ti_fw2.h @@ -7,7 +7,7 @@ * modifications. Release 12.4.13 apparently fails to handle 10/100 * modes in some cases. * - * $FreeBSD$ + * $FreeBSD: src/sys/pci/ti_fw2.h,v 1.6.2.3 2000/08/24 00:07:57 wpaul Exp $ */ static int tigon2FwReleaseMajor = 0xc; static int tigon2FwReleaseMinor = 0x4; diff --git a/sys/pci/uhci_pci.c b/sys/pci/uhci_pci.c index 216a0a18dbec8..eea07df12b039 100644 --- a/sys/pci/uhci_pci.c +++ b/sys/pci/uhci_pci.c @@ -34,7 +34,7 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/pci/uhci_pci.c,v 1.26.2.2 2000/07/02 12:42:40 n_hibma Exp $ */ /* Universal Host Controller Interface diff --git a/sys/pci/xmaciireg.h b/sys/pci/xmaciireg.h index 137f47ee062b2..a58b7f36f8e35 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. * - * $FreeBSD$ + * $FreeBSD: src/sys/pci/xmaciireg.h,v 1.2.4.1 2000/04/27 14:48:07 wpaul Exp $ */ /* diff --git a/sys/pci/xrpu.c b/sys/pci/xrpu.c index bf02a179d996f..530394b7e913b 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 * ---------------------------------------------------------------------------- * - * $FreeBSD$ + * $FreeBSD: src/sys/pci/xrpu.c,v 1.19.2.1 2000/08/02 22:19:57 peter 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 |