diff options
Diffstat (limited to 'sys/pci')
54 files changed, 55 insertions, 55 deletions
diff --git a/sys/pci/agp.c b/sys/pci/agp.c index a31c4d06f965..2ee279747925 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 2004/10/24 07:12:13 alc 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 efa71a506738..6d6436b4fdc2 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 2005/04/08 18:04:39 obrien Exp $"); #include "opt_bus.h" diff --git a/sys/pci/agp_i810.c b/sys/pci/agp_i810.c index 3cb8fd429a2b..9eeb38c97894 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 2005/02/24 21:32:55 imp 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 7e8477b93c10..70c664190b68 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 2005/02/24 21:32:55 imp Exp $"); #include "opt_bus.h" diff --git a/sys/pci/agp_nvidia.c b/sys/pci/agp_nvidia.c index e49c1404299d..6d6add6b335b 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 2005/04/02 01:10:09 obrien Exp $"); /* * Written using information gleaned from the diff --git a/sys/pci/agp_sis.c b/sys/pci/agp_sis.c index 0f3b31a41da1..f8a1f5640c39 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 2005/02/24 21:32:55 imp 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 4b2d5b3088dc..d934560923d3 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 2004/08/16 12:25:48 obrien 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 e6f81493a800..89b9fabcc62c 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 2005/05/29 04:42:29 nyan Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/pci/amdpm.c b/sys/pci/amdpm.c index 2c8af6266ed2..137d10f3ac83 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 2005/05/29 04:42:29 nyan 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 4a4ec5350105..a2a8d8f1ab43 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.6 2005/10/09 04:11:19 delphij 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 ecf9962fcf55..24527d88c3ce 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.1 2005/08/26 14:52:36 jhb Exp $ */ /* diff --git a/sys/pci/if_de.c b/sys/pci/if_de.c index c153f3748eab..0dad9bd7fadd 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.4 2005/08/25 05:01:23 rwatson Exp $"); #define TULIP_HDR_DATA diff --git a/sys/pci/if_devar.h b/sys/pci/if_devar.h index 46ff1ea81f52..e7f5d261eeef 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.1 2005/08/05 19:07:19 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 3c41ff1ce61f..6f079d07ee98 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.4 2005/10/09 04:11:19 delphij 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 23da0b275d10..4a9e39036349 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.4 2005/10/07 14:00:06 glebius Exp $"); /* * RealTek 8129/8139 PCI NIC driver diff --git a/sys/pci/if_rlreg.h b/sys/pci/if_rlreg.h index c8b3c0b6c968..69e327b430f7 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.2 2005/10/06 20:17:17 jhb Exp $ */ /* diff --git a/sys/pci/if_sf.c b/sys/pci/if_sf.c index 7b2538bd8d12..fe667629d252 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.5 2005/10/09 04:11:19 delphij 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 9dd4a4c768de..a120a090bdbf 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.6 2005/10/09 04:11:19 delphij 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_sk.c b/sys/pci/if_sk.c index 6ae2352792e2..5a02249f6e7b 100644 --- a/sys/pci/if_sk.c +++ b/sys/pci/if_sk.c @@ -48,7 +48,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/pci/if_sk.c,v 1.106.2.4 2005/10/09 04:11:19 delphij Exp $"); /* * SysKonnect SK-NET gigabit ethernet driver for FreeBSD. Supports @@ -136,7 +136,7 @@ MODULE_DEPEND(sk, miibus, 1, 1, 1); #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sys/pci/if_sk.c,v 1.106.2.4 2005/10/09 04:11:19 delphij Exp $"; #endif static struct sk_type sk_devs[] = { diff --git a/sys/pci/if_skreg.h b/sys/pci/if_skreg.h index e8b6b8ae45c5..36ecc47132f0 100644 --- a/sys/pci/if_skreg.h +++ b/sys/pci/if_skreg.h @@ -31,7 +31,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.29 2005/06/10 16:49:23 brooks Exp $ */ /*- diff --git a/sys/pci/if_ste.c b/sys/pci/if_ste.c index 02815b9df73b..9b3e6a3dbfaf 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.6 2005/10/09 04:11:19 delphij 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 a6126df1834e..07038bfb2da9 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.3 2005/10/09 04:11:19 delphij 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 8f15b84404e2..48bb1002d8e9 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.4 2005/10/09 04:11:20 delphij Exp $"); /* * VIA Rhine fast ethernet PCI NIC driver diff --git a/sys/pci/if_vrreg.h b/sys/pci/if_vrreg.h index 7d426560a4f1..06cfe3644514 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 2005/06/10 16:49:23 brooks Exp $ */ /* diff --git a/sys/pci/if_wb.c b/sys/pci/if_wb.c index 205e007efb61..90a49a1d0718 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.4 2005/10/09 04:11:20 delphij Exp $"); /* * Winbond fast ethernet PCI NIC driver diff --git a/sys/pci/if_wbreg.h b/sys/pci/if_wbreg.h index 95ecbefc1c8e..965844ced3f9 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.1 2005/09/21 21:06:39 jhb Exp $ */ /* diff --git a/sys/pci/if_xl.c b/sys/pci/if_xl.c index 7ecbfa6de54f..c1c32bd2e6fb 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.6 2005/10/09 04:11:20 delphij 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 1e454bb8413c..1c50fea52780 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 2005/05/29 04:42:29 nyan Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/pci/intpmreg.h b/sys/pci/intpmreg.h index 73816e7748d5..7fd49024eb88 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/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/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 685eccd468f4..e9c7dd055759 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 2005/05/29 04:42:29 nyan Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/pci/xmaciireg.h b/sys/pci/xmaciireg.h index 38cd8cbbfb34..d19df20023c3 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.4 2005/01/07 02:29:18 imp Exp $ */ /* 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> diff --git a/sys/pci/yukonreg.h b/sys/pci/yukonreg.h index 51d9f3a3a0f9..635c84987200 100644 --- a/sys/pci/yukonreg.h +++ b/sys/pci/yukonreg.h @@ -14,7 +14,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $FreeBSD$ + * $FreeBSD: src/sys/pci/yukonreg.h,v 1.2 2005/01/07 02:29:18 imp Exp $ */ /* General Purpose Status Register (GPSR) */ |