diff options
Diffstat (limited to 'sys/pci')
53 files changed, 53 insertions, 53 deletions
diff --git a/sys/pci/agp.c b/sys/pci/agp.c index 6757ebc60316..19ffd0074b57 100644 --- a/sys/pci/agp.c +++ b/sys/pci/agp.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/pci/agp.c,v 1.46.2.1 2005/12/28 16:52:45 jhb Exp $"); #include "opt_bus.h" diff --git a/sys/pci/agp_ali.c b/sys/pci/agp_ali.c index f39476b09409..6064924a5694 100644 --- a/sys/pci/agp_ali.c +++ b/sys/pci/agp_ali.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/pci/agp_ali.c,v 1.17 2005/02/27 13:05:34 cognet Exp $"); #include "opt_bus.h" diff --git a/sys/pci/agp_amd.c b/sys/pci/agp_amd.c index bb1d20e14d64..188413e65a19 100644 --- a/sys/pci/agp_amd.c +++ b/sys/pci/agp_amd.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/pci/agp_amd.c,v 1.22 2005/02/24 21:32:55 imp Exp $"); #include "opt_bus.h" diff --git a/sys/pci/agp_amd64.c b/sys/pci/agp_amd64.c index 2973e517d56c..a721ba7de002 100644 --- a/sys/pci/agp_amd64.c +++ b/sys/pci/agp_amd64.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/pci/agp_amd64.c,v 1.7.2.2 2006/06/05 18:34:13 jkim Exp $"); #include "opt_bus.h" diff --git a/sys/pci/agp_ati.c b/sys/pci/agp_ati.c index 8eed871efcc4..7e6ccd10778d 100644 --- a/sys/pci/agp_ati.c +++ b/sys/pci/agp_ati.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/pci/agp_ati.c,v 1.1.2.1 2005/11/14 21:14:14 anholt Exp $"); #include "opt_bus.h" diff --git a/sys/pci/agp_i810.c b/sys/pci/agp_i810.c index 7bf011179079..3d42f36bb7ac 100644 --- a/sys/pci/agp_i810.c +++ b/sys/pci/agp_i810.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/pci/agp_i810.c,v 1.32.2.2 2006/06/23 17:10:25 anholt Exp $"); #include "opt_bus.h" diff --git a/sys/pci/agp_if.m b/sys/pci/agp_if.m index faf7b1ab8fdf..705d98fa3499 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.3 2005/01/07 02:29:18 imp Exp $ # #include <sys/bus.h> diff --git a/sys/pci/agp_intel.c b/sys/pci/agp_intel.c index 373d8dc15193..035edd790f89 100644 --- a/sys/pci/agp_intel.c +++ b/sys/pci/agp_intel.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/pci/agp_intel.c,v 1.27.2.2 2006/09/01 02:39:25 anholt Exp $"); #include "opt_bus.h" diff --git a/sys/pci/agp_nvidia.c b/sys/pci/agp_nvidia.c index 5e26622c69a7..7f565caa0f22 100644 --- a/sys/pci/agp_nvidia.c +++ b/sys/pci/agp_nvidia.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/pci/agp_nvidia.c,v 1.9.2.1 2005/11/14 21:10:39 anholt Exp $"); /* * Written using information gleaned from the diff --git a/sys/pci/agp_sis.c b/sys/pci/agp_sis.c index f42236bd48e1..c7c362b29388 100644 --- a/sys/pci/agp_sis.c +++ b/sys/pci/agp_sis.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/pci/agp_sis.c,v 1.18.2.1 2006/06/05 18:34:13 jkim Exp $"); #include "opt_bus.h" diff --git a/sys/pci/agp_via.c b/sys/pci/agp_via.c index f2cd381f2734..a79d0b30c2d7 100644 --- a/sys/pci/agp_via.c +++ b/sys/pci/agp_via.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/pci/agp_via.c,v 1.22 2005/06/26 04:01:11 anholt Exp $"); #include "opt_bus.h" diff --git a/sys/pci/agppriv.h b/sys/pci/agppriv.h index 7e846d17cdff..dba984fb62e8 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.5 2004/06/16 09:47:20 phk Exp $ */ #ifndef _PCI_AGPPRIV_H_ diff --git a/sys/pci/agpreg.h b/sys/pci/agpreg.h index 8e5365e952f6..cc5f107e4fad 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.13.8.3 2005/12/14 00:47:25 anholt Exp $ */ #ifndef _PCI_AGPREG_H_ diff --git a/sys/pci/agpvar.h b/sys/pci/agpvar.h index 0869c26d2b86..797c88a680f9 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.2 2001/12/19 08:54:29 mdodd Exp $ */ #ifndef _PCI_AGPVAR_H_ diff --git a/sys/pci/alpm.c b/sys/pci/alpm.c index d90d919c9afa..c87909f5e0d5 100644 --- a/sys/pci/alpm.c +++ b/sys/pci/alpm.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/pci/alpm.c,v 1.24.2.1 2006/09/22 19:19:16 jhb Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/pci/amdpm.c b/sys/pci/amdpm.c index 6eb954144279..1f922e05df31 100644 --- a/sys/pci/amdpm.c +++ b/sys/pci/amdpm.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/pci/amdpm.c,v 1.15.2.2 2006/09/22 19:19:16 jhb Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/pci/amdsmb.c b/sys/pci/amdsmb.c index dde1f123fced..f895fb8fe509 100644 --- a/sys/pci/amdsmb.c +++ b/sys/pci/amdsmb.c @@ -1,5 +1,5 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/pci/amdsmb.c,v 1.2.2.2 2006/09/22 19:19:16 jhb Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/pci/dc21040reg.h b/sys/pci/dc21040reg.h index c0ff1916578f..432f494d2b9d 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.7 2002/06/02 20:05:55 schweikh Exp $ */ /*- * Copyright (c) 1994, 1995, 1996 Matt Thomas <matt@3am-software.com> diff --git a/sys/pci/if_dc.c b/sys/pci/if_dc.c index ffc8850fafb5..98081ccd4aeb 100644 --- a/sys/pci/if_dc.c +++ b/sys/pci/if_dc.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/pci/if_dc.c,v 1.160.2.12 2006/11/13 17:24:24 marius Exp $"); /* * DEC "tulip" clone ethernet driver. Supports the DEC/Intel 21143 diff --git a/sys/pci/if_dcreg.h b/sys/pci/if_dcreg.h index fe729c936234..301fab7ce147 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.44.2.5 2006/11/13 17:24:24 marius Exp $ */ /* diff --git a/sys/pci/if_de.c b/sys/pci/if_de.c index c0f69b460326..b64e416e233d 100644 --- a/sys/pci/if_de.c +++ b/sys/pci/if_de.c @@ -36,7 +36,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/pci/if_de.c,v 1.162.2.6 2005/11/28 19:43:57 jhb Exp $"); #define TULIP_HDR_DATA diff --git a/sys/pci/if_devar.h b/sys/pci/if_devar.h index ae96b2e70edf..9bf1a21f6838 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.32.2.2 2005/11/14 19:29:56 jhb Exp $ */ /*- * Copyright (c) 1994-1997 Matt Thomas (matt@3am-software.com) diff --git a/sys/pci/if_mn.c b/sys/pci/if_mn.c index 3a10bb190229..39c32bc43363 100644 --- a/sys/pci/if_mn.c +++ b/sys/pci/if_mn.c @@ -23,7 +23,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/pci/if_mn.c,v 1.48 2005/06/10 16:49:22 brooks Exp $"); /* * Stuff to describe the MUNIC32X and FALC54 chips. diff --git a/sys/pci/if_pcn.c b/sys/pci/if_pcn.c index d8f8071a8c9c..bfb02046e3c1 100644 --- a/sys/pci/if_pcn.c +++ b/sys/pci/if_pcn.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/pci/if_pcn.c,v 1.69.2.5 2006/03/17 21:30:56 glebius Exp $"); /* * AMD Am79c972 fast ethernet PCI NIC driver. Datasheets are available diff --git a/sys/pci/if_pcnreg.h b/sys/pci/if_pcnreg.h index 84e4a3f66d89..d58a2b5a8e9a 100644 --- a/sys/pci/if_pcnreg.h +++ b/sys/pci/if_pcnreg.h @@ -30,7 +30,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_pcnreg.h,v 1.11.2.1 2005/08/26 14:33:05 jhb Exp $ */ /* diff --git a/sys/pci/if_rl.c b/sys/pci/if_rl.c index bfe0bea718c0..a62353b25146 100644 --- a/sys/pci/if_rl.c +++ b/sys/pci/if_rl.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/pci/if_rl.c,v 1.152.2.6 2006/10/13 07:39:25 glebius Exp $"); /* * RealTek 8129/8139 PCI NIC driver diff --git a/sys/pci/if_rlreg.h b/sys/pci/if_rlreg.h index 61d7c2e31f90..4236873ec12a 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.51.2.7 2006/08/01 17:36:50 wpaul Exp $ */ /* diff --git a/sys/pci/if_sf.c b/sys/pci/if_sf.c index d3d5bb81b85c..b1ccb83d7d9c 100644 --- a/sys/pci/if_sf.c +++ b/sys/pci/if_sf.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/pci/if_sf.c,v 1.82.2.6 2006/03/17 21:30:57 glebius Exp $"); /* * Adaptec AIC-6915 "Starfire" PCI fast ethernet driver for FreeBSD. diff --git a/sys/pci/if_sfreg.h b/sys/pci/if_sfreg.h index 652f804faa3d..859c55031bc3 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.14.2.1 2005/08/26 14:50:16 jhb Exp $ */ /* diff --git a/sys/pci/if_sis.c b/sys/pci/if_sis.c index 897a98e9ff85..d243bf46cee8 100644 --- a/sys/pci/if_sis.c +++ b/sys/pci/if_sis.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/pci/if_sis.c,v 1.132.2.7 2006/03/17 21:30:57 glebius Exp $"); /* * SiS 900/SiS 7016 fast ethernet PCI NIC driver. Datasheets are diff --git a/sys/pci/if_sisreg.h b/sys/pci/if_sisreg.h index eab53e153acc..aacd42fdc9f7 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.33.2.1 2005/09/29 18:52:21 jhb Exp $ */ /* diff --git a/sys/pci/if_ste.c b/sys/pci/if_ste.c index d6eca1e41577..6aa9476132b7 100644 --- a/sys/pci/if_ste.c +++ b/sys/pci/if_ste.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/pci/if_ste.c,v 1.84.2.7 2006/03/17 21:30:57 glebius Exp $"); #ifdef HAVE_KERNEL_OPTION_HEADERS #include "opt_device_polling.h" diff --git a/sys/pci/if_stereg.h b/sys/pci/if_stereg.h index eab5164062b3..ab74be879982 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.18.2.2 2005/09/15 19:16:29 jhb Exp $ */ /* diff --git a/sys/pci/if_ti.c b/sys/pci/if_ti.c index 512547888a75..090107a432d7 100644 --- a/sys/pci/if_ti.c +++ b/sys/pci/if_ti.c @@ -77,7 +77,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/pci/if_ti.c,v 1.107.2.5 2006/01/14 10:05:07 glebius Exp $"); #include "opt_ti.h" diff --git a/sys/pci/if_tireg.h b/sys/pci/if_tireg.h index 1bcdfbc44f83..299a6d8d5cbc 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.31 2005/06/10 16:49:23 brooks Exp $ */ /* diff --git a/sys/pci/if_tl.c b/sys/pci/if_tl.c index 6743912f88fe..09f88c201c5d 100644 --- a/sys/pci/if_tl.c +++ b/sys/pci/if_tl.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/pci/if_tl.c,v 1.99.2.4 2005/10/09 04:11:19 delphij Exp $"); /* * Texas Instruments ThunderLAN driver for FreeBSD 2.2.6 and 3.x. diff --git a/sys/pci/if_tlreg.h b/sys/pci/if_tlreg.h index 7f3dfb971d03..1a55e8cee422 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.21.2.1 2005/09/26 19:36:38 jhb Exp $ */ diff --git a/sys/pci/if_vr.c b/sys/pci/if_vr.c index 3bd5a953766d..3d2f0ffc23eb 100644 --- a/sys/pci/if_vr.c +++ b/sys/pci/if_vr.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/pci/if_vr.c,v 1.104.2.6 2006/03/17 21:30:57 glebius Exp $"); /* * VIA Rhine fast ethernet PCI NIC driver diff --git a/sys/pci/if_vrreg.h b/sys/pci/if_vrreg.h index 1ef375606244..1fe99c3c6f42 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.22.2.1 2005/11/08 16:05:56 jhb Exp $ */ /* diff --git a/sys/pci/if_wb.c b/sys/pci/if_wb.c index a63913347f79..70517517f99b 100644 --- a/sys/pci/if_wb.c +++ b/sys/pci/if_wb.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/pci/if_wb.c,v 1.79.2.6 2006/03/17 21:30:57 glebius Exp $"); /* * Winbond fast ethernet PCI NIC driver diff --git a/sys/pci/if_wbreg.h b/sys/pci/if_wbreg.h index 8a5b2cd7036e..efb02d8283f2 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.12.2.2 2005/11/15 19:59:04 jhb Exp $ */ /* diff --git a/sys/pci/if_xl.c b/sys/pci/if_xl.c index 826718cd1903..65d6e3b1cf2a 100644 --- a/sys/pci/if_xl.c +++ b/sys/pci/if_xl.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/pci/if_xl.c,v 1.190.2.10 2006/08/17 00:13:07 yongari Exp $"); /* * 3Com 3c90x Etherlink XL PCI NIC driver diff --git a/sys/pci/if_xlreg.h b/sys/pci/if_xlreg.h index f999b71fa74c..7dab376a42b6 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.55.2.1 2005/08/26 14:46:22 jhb Exp $ */ #define XL_EE_READ 0x0080 /* read, 5 bit address */ diff --git a/sys/pci/intpm.c b/sys/pci/intpm.c index 75a1b2b7fdac..c0b28c5adaf1 100644 --- a/sys/pci/intpm.c +++ b/sys/pci/intpm.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/pci/intpm.c,v 1.33.2.2 2006/10/04 19:09:43 jhb Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/pci/intpmreg.h b/sys/pci/intpmreg.h index c15fc77e4695..49b429e2f20b 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.36.1 2006/10/04 19:09:43 jhb Exp $ */ #ifndef __INTPMREG_H__ diff --git a/sys/pci/locate.pl b/sys/pci/locate.pl index 89688e1c6af2..dfd8e54f93bc 100755 --- a/sys/pci/locate.pl +++ b/sys/pci/locate.pl @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# $FreeBSD$ +# $FreeBSD: src/sys/pci/locate.pl,v 1.4 2000/06/27 22:41:12 alfred Exp $ use strict; diff --git a/sys/pci/ncr.c b/sys/pci/ncr.c index 1520c10aff1d..ded490a2ad2a 100644 --- a/sys/pci/ncr.c +++ b/sys/pci/ncr.c @@ -40,7 +40,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/pci/ncr.c,v 1.188 2005/02/25 03:43:43 imp Exp $"); #define NCR_DATE "pl30 98/1/1" diff --git a/sys/pci/ncrreg.h b/sys/pci/ncrreg.h index 34f1618f8d49..fede60ac6f5c 100644 --- a/sys/pci/ncrreg.h +++ b/sys/pci/ncrreg.h @@ -1,6 +1,6 @@ /************************************************************************** ** -** $FreeBSD$ +** $FreeBSD: src/sys/pci/ncrreg.h,v 1.15 2005/01/07 05:01:24 scottl Exp $ ** ** Device driver for the NCR 53C810 PCI-SCSI-Controller. ** diff --git a/sys/pci/nfsmb.c b/sys/pci/nfsmb.c index b7cbca7838eb..b51b68e4fa2e 100644 --- a/sys/pci/nfsmb.c +++ b/sys/pci/nfsmb.c @@ -1,5 +1,5 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/pci/nfsmb.c,v 1.2.2.3 2006/10/21 15:40:26 ru Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/pci/ti_fw.h b/sys/pci/ti_fw.h index 89f5c9f9dae7..e06ef85370dd 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.10 2002/06/26 03:34:52 ken Exp $ */ static int tigonFwReleaseMajor = 0xc; static int tigonFwReleaseMinor = 0x4; diff --git a/sys/pci/ti_fw2.h b/sys/pci/ti_fw2.h index e54c920531e5..6d46ed297dc3 100644 --- a/sys/pci/ti_fw2.h +++ b/sys/pci/ti_fw2.h @@ -2,7 +2,7 @@ * Generated by Ken's special genfw.c * Built on Wed Aug 2 17:21:09 MDT 2000 by ken@roadwarrior.plutotech.com * OS: FreeBSD 5.0-CURRENT - * $FreeBSD$ + * $FreeBSD: src/sys/pci/ti_fw2.h,v 1.11 2002/06/26 03:34:52 ken Exp $ */ static int tigon2FwReleaseMajor = 0xc; static int tigon2FwReleaseMinor = 0x4; diff --git a/sys/pci/viapm.c b/sys/pci/viapm.c index 3a5563bec6bc..ed667cd28841 100644 --- a/sys/pci/viapm.c +++ b/sys/pci/viapm.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/pci/viapm.c,v 1.10.2.3 2006/09/22 19:19:16 jhb Exp $"); #include "opt_isa.h" diff --git a/sys/pci/xrpu.c b/sys/pci/xrpu.c index 0ca567f8853c..eba1360df8b0 100644 --- a/sys/pci/xrpu.c +++ b/sys/pci/xrpu.c @@ -17,7 +17,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/pci/xrpu.c,v 1.41 2005/02/24 21:32:56 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> |