diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2008-01-15 15:46:22 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2008-01-15 15:46:22 +0000 |
commit | 5cd221028ba5e7ada35a0dd196fb642b44f197d1 (patch) | |
tree | d019bfe23aa5d3b5b6bb2c54e65e169e3c463b12 /sys/dev | |
parent | 665ce17da44f98ae193440703de789dedfb6a72c (diff) |
Diffstat (limited to 'sys/dev')
1583 files changed, 1612 insertions, 1612 deletions
diff --git a/sys/dev/aac/aac.c b/sys/dev/aac/aac.c index 3b6ad54fb9d02..abfc6774e5fd6 100644 --- a/sys/dev/aac/aac.c +++ b/sys/dev/aac/aac.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/aac/aac.c,v 1.109.2.7 2007/08/21 20:31:49 emaste Exp $"); /* * Driver for the Adaptec 'FSA' family of PCI/SCSI RAID adapters. diff --git a/sys/dev/aac/aac_cam.c b/sys/dev/aac/aac_cam.c index 4bbae78bc90e4..b54f2a0a997be 100644 --- a/sys/dev/aac/aac_cam.c +++ b/sys/dev/aac/aac_cam.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/aac/aac_cam.c,v 1.20.2.4 2007/08/22 14:46:27 emaste Exp $"); /* * CAM front-end for communicating with non-DASD devices diff --git a/sys/dev/aac/aac_debug.c b/sys/dev/aac/aac_debug.c index 8afcee5a10e38..e12215f87db00 100644 --- a/sys/dev/aac/aac_debug.c +++ b/sys/dev/aac/aac_debug.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/aac/aac_debug.c,v 1.20.2.2.6.1 2007/12/10 19:30:54 emaste Exp $"); /* * Debugging support. diff --git a/sys/dev/aac/aac_disk.c b/sys/dev/aac/aac_disk.c index 12c5515ee1fda..98af72942d8bc 100644 --- a/sys/dev/aac/aac_disk.c +++ b/sys/dev/aac/aac_disk.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/aac/aac_disk.c,v 1.43 2005/05/02 22:56:52 scottl Exp $"); #include "opt_aac.h" diff --git a/sys/dev/aac/aac_linux.c b/sys/dev/aac/aac_linux.c index f8852358adec9..4f86d7fb99186 100644 --- a/sys/dev/aac/aac_linux.c +++ b/sys/dev/aac/aac_linux.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/aac/aac_linux.c,v 1.3.8.1 2007/01/20 07:05:55 delphij Exp $"); /* * Linux ioctl handler for the aac device driver diff --git a/sys/dev/aac/aac_pci.c b/sys/dev/aac/aac_pci.c index a16917fc606cf..f315050601fec 100644 --- a/sys/dev/aac/aac_pci.c +++ b/sys/dev/aac/aac_pci.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/aac/aac_pci.c,v 1.54.2.9.2.1 2007/12/10 19:35:42 emaste Exp $"); /* * PCI bus interface and resource allocation. diff --git a/sys/dev/aac/aac_tables.h b/sys/dev/aac/aac_tables.h index 4a0d0e3dddd4c..ce9fd3e25a10f 100644 --- a/sys/dev/aac/aac_tables.h +++ b/sys/dev/aac/aac_tables.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/dev/aac/aac_tables.h,v 1.5.2.1 2005/10/09 06:39:21 scottl Exp $ */ /* diff --git a/sys/dev/aac/aacreg.h b/sys/dev/aac/aacreg.h index dacdead6c5b4c..bb054721245c2 100644 --- a/sys/dev/aac/aacreg.h +++ b/sys/dev/aac/aacreg.h @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/aac/aacreg.h,v 1.21.2.2 2005/10/28 15:48:09 scottl Exp $ */ /* diff --git a/sys/dev/aac/aacvar.h b/sys/dev/aac/aacvar.h index a5ae32bf16ee8..ed3d0843ae2a6 100644 --- a/sys/dev/aac/aacvar.h +++ b/sys/dev/aac/aacvar.h @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/aac/aacvar.h,v 1.46.8.1 2005/10/09 06:39:21 scottl Exp $ */ #include <sys/bio.h> diff --git a/sys/dev/acpi_support/acpi_asus.c b/sys/dev/acpi_support/acpi_asus.c index bf3e062793d32..70b6c9ec3d6df 100644 --- a/sys/dev/acpi_support/acpi_asus.c +++ b/sys/dev/acpi_support/acpi_asus.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/acpi_support/acpi_asus.c,v 1.24.2.3 2007/06/03 22:44:23 philip Exp $"); /* * Driver for extra ACPI-controlled gadgets (hotkeys, leds, etc) found on diff --git a/sys/dev/acpi_support/acpi_fujitsu.c b/sys/dev/acpi_support/acpi_fujitsu.c index 7bd43e2eb73d5..de0ed19e6510a 100644 --- a/sys/dev/acpi_support/acpi_fujitsu.c +++ b/sys/dev/acpi_support/acpi_fujitsu.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/acpi_support/acpi_fujitsu.c,v 1.2.2.2 2006/06/11 11:34:09 philip Exp $"); #include "opt_acpi.h" #include <sys/param.h> diff --git a/sys/dev/acpi_support/acpi_ibm.c b/sys/dev/acpi_support/acpi_ibm.c index 895687d288089..5c8b2a7f935a4 100644 --- a/sys/dev/acpi_support/acpi_ibm.c +++ b/sys/dev/acpi_support/acpi_ibm.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/acpi_support/acpi_ibm.c,v 1.7.2.4 2007/11/02 18:54:50 jhb Exp $"); /* * Driver for extra ACPI-controlled gadgets found on IBM ThinkPad laptops. diff --git a/sys/dev/acpi_support/acpi_panasonic.c b/sys/dev/acpi_support/acpi_panasonic.c index 14ddd83814822..db2bce1285dfc 100644 --- a/sys/dev/acpi_support/acpi_panasonic.c +++ b/sys/dev/acpi_support/acpi_panasonic.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/acpi_support/acpi_panasonic.c,v 1.8.2.2 2006/06/16 14:05:13 nyan Exp $"); #include "opt_acpi.h" #include <sys/param.h> diff --git a/sys/dev/acpi_support/acpi_sony.c b/sys/dev/acpi_support/acpi_sony.c index 9f08ea666162d..643b9f90df9c3 100644 --- a/sys/dev/acpi_support/acpi_sony.c +++ b/sys/dev/acpi_support/acpi_sony.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/acpi_support/acpi_sony.c,v 1.8.2.1 2005/11/10 11:22:11 ru Exp $"); #include "opt_acpi.h" #include <sys/param.h> diff --git a/sys/dev/acpi_support/acpi_toshiba.c b/sys/dev/acpi_support/acpi_toshiba.c index d15fe7e4ae4a0..f2ef9bf8d2a4f 100644 --- a/sys/dev/acpi_support/acpi_toshiba.c +++ b/sys/dev/acpi_support/acpi_toshiba.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/acpi_support/acpi_toshiba.c,v 1.16.2.1 2005/11/10 11:22:11 ru Exp $"); #include "opt_acpi.h" #include <sys/param.h> diff --git a/sys/dev/acpica/Osd/OsdDebug.c b/sys/dev/acpica/Osd/OsdDebug.c index 946e875ccd213..8e77f866a5311 100644 --- a/sys/dev/acpica/Osd/OsdDebug.c +++ b/sys/dev/acpica/Osd/OsdDebug.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/acpica/Osd/OsdDebug.c,v 1.9.2.3 2007/03/14 19:50:07 njl Exp $"); #include "opt_ddb.h" #include <sys/param.h> diff --git a/sys/dev/acpica/Osd/OsdHardware.c b/sys/dev/acpica/Osd/OsdHardware.c index 6e3beea6a566f..838d08e7754c4 100644 --- a/sys/dev/acpica/Osd/OsdHardware.c +++ b/sys/dev/acpica/Osd/OsdHardware.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/acpica/Osd/OsdHardware.c,v 1.15.2.5 2007/06/02 19:15:58 njl Exp $"); #include <contrib/dev/acpica/acpi.h> diff --git a/sys/dev/acpica/Osd/OsdInterrupt.c b/sys/dev/acpica/Osd/OsdInterrupt.c index 4842cfc4d12ab..c8fece313e867 100644 --- a/sys/dev/acpica/Osd/OsdInterrupt.c +++ b/sys/dev/acpica/Osd/OsdInterrupt.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/acpica/Osd/OsdInterrupt.c,v 1.19.2.2 2005/11/07 09:53:23 obrien Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/dev/acpica/Osd/OsdMemory.c b/sys/dev/acpica/Osd/OsdMemory.c index b99bd6206e906..2b797eab1bcff 100644 --- a/sys/dev/acpica/Osd/OsdMemory.c +++ b/sys/dev/acpica/Osd/OsdMemory.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/acpica/Osd/OsdMemory.c,v 1.11.8.3 2007/05/02 18:42:46 jhb Exp $"); #include <contrib/dev/acpica/acpi.h> diff --git a/sys/dev/acpica/Osd/OsdSchedule.c b/sys/dev/acpica/Osd/OsdSchedule.c index 1e8aecab25263..0bffdced55800 100644 --- a/sys/dev/acpica/Osd/OsdSchedule.c +++ b/sys/dev/acpica/Osd/OsdSchedule.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/acpica/Osd/OsdSchedule.c,v 1.32.2.6 2006/07/06 08:32:49 glebius Exp $"); #include "opt_acpi.h" #include <sys/param.h> diff --git a/sys/dev/acpica/Osd/OsdStream.c b/sys/dev/acpica/Osd/OsdStream.c index 8d1291a568a72..fd4e116a628d0 100644 --- a/sys/dev/acpica/Osd/OsdStream.c +++ b/sys/dev/acpica/Osd/OsdStream.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/acpica/Osd/OsdStream.c,v 1.4.8.2 2005/11/07 09:53:23 obrien Exp $"); #include <contrib/dev/acpica/acpi.h> diff --git a/sys/dev/acpica/Osd/OsdSynch.c b/sys/dev/acpica/Osd/OsdSynch.c index f579d4e9c2d69..27f24fb5f65af 100644 --- a/sys/dev/acpica/Osd/OsdSynch.c +++ b/sys/dev/acpica/Osd/OsdSynch.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/acpica/Osd/OsdSynch.c,v 1.22.8.2 2005/11/07 09:53:23 obrien Exp $"); #include <contrib/dev/acpica/acpi.h> diff --git a/sys/dev/acpica/Osd/OsdTable.c b/sys/dev/acpica/Osd/OsdTable.c index f938ad8a3be99..078158bdbac84 100644 --- a/sys/dev/acpica/Osd/OsdTable.c +++ b/sys/dev/acpica/Osd/OsdTable.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/acpica/Osd/OsdTable.c,v 1.8.2.2 2005/11/07 09:53:24 obrien Exp $"); #include <sys/param.h> #include <sys/endian.h> diff --git a/sys/dev/acpica/acpi.c b/sys/dev/acpica/acpi.c index 6547e65e57c78..42de4214f7276 100644 --- a/sys/dev/acpica/acpi.c +++ b/sys/dev/acpica/acpi.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/acpica/acpi.c,v 1.214.2.12 2007/11/08 21:22:20 njl Exp $"); #include "opt_acpi.h" #include <sys/param.h> diff --git a/sys/dev/acpica/acpi_acad.c b/sys/dev/acpica/acpi_acad.c index f2572361d8337..09ab4063a7fd1 100644 --- a/sys/dev/acpica/acpi_acad.c +++ b/sys/dev/acpica/acpi_acad.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/acpica/acpi_acad.c,v 1.33.2.2 2005/11/05 23:48:38 njl Exp $"); #include "opt_acpi.h" #include <sys/param.h> diff --git a/sys/dev/acpica/acpi_battery.c b/sys/dev/acpica/acpi_battery.c index cfbae03e2f5b9..114535710ef6a 100644 --- a/sys/dev/acpica/acpi_battery.c +++ b/sys/dev/acpica/acpi_battery.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/acpica/acpi_battery.c,v 1.12.2.7 2007/11/08 21:22:20 njl Exp $"); #include "opt_acpi.h" #include <sys/param.h> diff --git a/sys/dev/acpica/acpi_button.c b/sys/dev/acpica/acpi_button.c index aded9a2137484..84e2db306ccee 100644 --- a/sys/dev/acpica/acpi_button.c +++ b/sys/dev/acpica/acpi_button.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/acpica/acpi_button.c,v 1.30.2.1 2005/11/07 09:53:22 obrien Exp $"); #include "opt_acpi.h" #include <sys/param.h> diff --git a/sys/dev/acpica/acpi_cmbat.c b/sys/dev/acpica/acpi_cmbat.c index 062926aa63210..0ff98e32acf96 100644 --- a/sys/dev/acpica/acpi_cmbat.c +++ b/sys/dev/acpica/acpi_cmbat.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/acpica/acpi_cmbat.c,v 1.39.2.5 2006/06/11 20:50:08 njl Exp $"); #include "opt_acpi.h" #include <sys/param.h> diff --git a/sys/dev/acpica/acpi_cpu.c b/sys/dev/acpica/acpi_cpu.c index 696de070fd0dd..a8096d9bca28e 100644 --- a/sys/dev/acpica/acpi_cpu.c +++ b/sys/dev/acpica/acpi_cpu.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/acpica/acpi_cpu.c,v 1.57.2.5 2007/11/06 20:13:51 njl Exp $"); #include "opt_acpi.h" #include <sys/param.h> diff --git a/sys/dev/acpica/acpi_dock.c b/sys/dev/acpica/acpi_dock.c index 277c1f4c1cb1b..630c9c06fb53e 100644 --- a/sys/dev/acpica/acpi_dock.c +++ b/sys/dev/acpica/acpi_dock.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/dev/acpica/acpi_dock.c,v 1.5.2.1 2007/03/23 19:45:52 njl Exp $ */ #include "opt_acpi.h" diff --git a/sys/dev/acpica/acpi_ec.c b/sys/dev/acpica/acpi_ec.c index d2776e03acb12..9945d05963dd4 100644 --- a/sys/dev/acpica/acpi_ec.c +++ b/sys/dev/acpica/acpi_ec.c @@ -136,7 +136,7 @@ *****************************************************************************/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/acpica/acpi_ec.c,v 1.65.2.3 2007/09/04 22:40:39 alfred Exp $"); #include "opt_acpi.h" #include <sys/param.h> diff --git a/sys/dev/acpica/acpi_hpet.c b/sys/dev/acpica/acpi_hpet.c index 4c88e1a71f603..f1269edc9110d 100644 --- a/sys/dev/acpica/acpi_hpet.c +++ b/sys/dev/acpica/acpi_hpet.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/acpica/acpi_hpet.c,v 1.5.2.6 2007/11/08 21:22:20 njl Exp $"); #include "opt_acpi.h" #include <sys/param.h> diff --git a/sys/dev/acpica/acpi_if.m b/sys/dev/acpica/acpi_if.m index 2ae19f444e04e..a2d44877e0c6c 100644 --- a/sys/dev/acpica/acpi_if.m +++ b/sys/dev/acpica/acpi_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/dev/acpica/acpi_if.m,v 1.6.2.2 2005/11/07 09:53:22 obrien Exp $ # #include <sys/bus.h> diff --git a/sys/dev/acpica/acpi_isab.c b/sys/dev/acpica/acpi_isab.c index 382d1c6f77d79..740284f684c31 100644 --- a/sys/dev/acpica/acpi_isab.c +++ b/sys/dev/acpica/acpi_isab.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/acpica/acpi_isab.c,v 1.9.8.1 2005/11/07 09:53:22 obrien Exp $"); /* * ISA Bridge driver for Generic ISA Bus Devices. See section 10.7 of the diff --git a/sys/dev/acpica/acpi_lid.c b/sys/dev/acpica/acpi_lid.c index 4a6f63c26ff7c..88e46e7947209 100644 --- a/sys/dev/acpica/acpi_lid.c +++ b/sys/dev/acpica/acpi_lid.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/acpica/acpi_lid.c,v 1.27.2.1 2005/11/07 09:53:22 obrien Exp $"); #include "opt_acpi.h" #include <sys/param.h> diff --git a/sys/dev/acpica/acpi_package.c b/sys/dev/acpica/acpi_package.c index d7be2571d6e62..8d0a1a6f5b96f 100644 --- a/sys/dev/acpica/acpi_package.c +++ b/sys/dev/acpica/acpi_package.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/acpica/acpi_package.c,v 1.6.2.3 2007/01/23 07:21:23 njl Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/dev/acpica/acpi_pci.c b/sys/dev/acpica/acpi_pci.c index abee1b22cc5d5..df295ae43f0d5 100644 --- a/sys/dev/acpica/acpi_pci.c +++ b/sys/dev/acpica/acpi_pci.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/acpica/acpi_pci.c,v 1.26.2.4 2007/10/31 16:11:01 jhb Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/acpica/acpi_pci_link.c b/sys/dev/acpica/acpi_pci_link.c index 67b903d2158d6..1e587ea707133 100644 --- a/sys/dev/acpica/acpi_pci_link.c +++ b/sys/dev/acpica/acpi_pci_link.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/acpica/acpi_pci_link.c,v 1.44.2.8 2007/11/08 20:24:53 jhb Exp $"); #include "opt_acpi.h" #include <sys/param.h> diff --git a/sys/dev/acpica/acpi_pcib.c b/sys/dev/acpica/acpi_pcib.c index c5b4bcb001df5..576c6c9051448 100644 --- a/sys/dev/acpica/acpi_pcib.c +++ b/sys/dev/acpica/acpi_pcib.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/acpica/acpi_pcib.c,v 1.56.2.4 2005/12/12 19:33:32 jhb Exp $"); #include "opt_acpi.h" #include <sys/param.h> diff --git a/sys/dev/acpica/acpi_pcib_acpi.c b/sys/dev/acpica/acpi_pcib_acpi.c index 036b25e6bea53..74c33caca8d50 100644 --- a/sys/dev/acpica/acpi_pcib_acpi.c +++ b/sys/dev/acpica/acpi_pcib_acpi.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/acpica/acpi_pcib_acpi.c,v 1.47.2.5 2007/08/15 20:56:09 jhb Exp $"); #include "opt_acpi.h" #include <sys/param.h> diff --git a/sys/dev/acpica/acpi_pcib_pci.c b/sys/dev/acpica/acpi_pcib_pci.c index f0f2d76e4feac..580322cde8a89 100644 --- a/sys/dev/acpica/acpi_pcib_pci.c +++ b/sys/dev/acpica/acpi_pcib_pci.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/acpica/acpi_pcib_pci.c,v 1.12.2.4 2007/08/15 20:56:09 jhb Exp $"); #include "opt_acpi.h" diff --git a/sys/dev/acpica/acpi_pcibvar.h b/sys/dev/acpica/acpi_pcibvar.h index 5514a262b82d4..3a8b7c33d364d 100644 --- a/sys/dev/acpica/acpi_pcibvar.h +++ b/sys/dev/acpica/acpi_pcibvar.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/dev/acpica/acpi_pcibvar.h,v 1.6 2005/02/28 05:39:34 njl Exp $ */ #ifndef _ACPI_PCIBVAR_H_ diff --git a/sys/dev/acpica/acpi_perf.c b/sys/dev/acpica/acpi_perf.c index 7b39fb90c634f..f89cc3aab441d 100644 --- a/sys/dev/acpica/acpi_perf.c +++ b/sys/dev/acpica/acpi_perf.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/acpica/acpi_perf.c,v 1.21.2.4 2007/01/23 07:21:23 njl Exp $"); #include "opt_acpi.h" #include <sys/param.h> diff --git a/sys/dev/acpica/acpi_powerres.c b/sys/dev/acpica/acpi_powerres.c index 3a64e3acd163c..8b7600c9873ed 100644 --- a/sys/dev/acpica/acpi_powerres.c +++ b/sys/dev/acpica/acpi_powerres.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/acpica/acpi_powerres.c,v 1.28.2.2 2006/05/11 17:41:00 njl Exp $"); #include "opt_acpi.h" #include <sys/param.h> diff --git a/sys/dev/acpica/acpi_quirk.c b/sys/dev/acpica/acpi_quirk.c index ac284e0a5c986..cf9733d361c66 100644 --- a/sys/dev/acpica/acpi_quirk.c +++ b/sys/dev/acpica/acpi_quirk.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/acpica/acpi_quirk.c,v 1.1.8.2 2005/11/07 09:53:23 obrien Exp $"); #include <sys/param.h> #include <sys/bus.h> diff --git a/sys/dev/acpica/acpi_quirks b/sys/dev/acpica/acpi_quirks index 4b2099d592567..39201529db6d7 100644 --- a/sys/dev/acpica/acpi_quirks +++ b/sys/dev/acpica/acpi_quirks @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/dev/acpica/acpi_quirks,v 1.6 2005/06/26 18:19:14 dwmalone Exp $ # # Quirks for ACPI tables can be added here. # diff --git a/sys/dev/acpica/acpi_resource.c b/sys/dev/acpica/acpi_resource.c index f58f55195da4f..227e18f7dbe95 100644 --- a/sys/dev/acpica/acpi_resource.c +++ b/sys/dev/acpica/acpi_resource.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/acpica/acpi_resource.c,v 1.34.2.2 2006/06/11 20:50:08 njl Exp $"); #include "opt_acpi.h" #include <sys/param.h> diff --git a/sys/dev/acpica/acpi_smbat.c b/sys/dev/acpica/acpi_smbat.c index 5e1c66e083d23..117d65abc0097 100644 --- a/sys/dev/acpica/acpi_smbat.c +++ b/sys/dev/acpica/acpi_smbat.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/acpica/acpi_smbat.c,v 1.1.2.4 2006/05/11 17:41:00 njl Exp $"); #include "opt_acpi.h" #include <sys/param.h> diff --git a/sys/dev/acpica/acpi_smbus.h b/sys/dev/acpica/acpi_smbus.h index dd0d9b250ccd3..95d8305dee45f 100644 --- a/sys/dev/acpica/acpi_smbus.h +++ b/sys/dev/acpica/acpi_smbus.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/dev/acpica/acpi_smbus.h,v 1.1.2.1 2005/11/05 23:55:56 njl Exp $ */ #ifndef _ACPI_SMBUS_H_ diff --git a/sys/dev/acpica/acpi_thermal.c b/sys/dev/acpica/acpi_thermal.c index 61eed29935454..503c4f646b399 100644 --- a/sys/dev/acpica/acpi_thermal.c +++ b/sys/dev/acpica/acpi_thermal.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/acpica/acpi_thermal.c,v 1.53.2.7.2.1 2008/01/07 21:27:50 jhb Exp $"); #include "opt_acpi.h" #include <sys/param.h> diff --git a/sys/dev/acpica/acpi_throttle.c b/sys/dev/acpica/acpi_throttle.c index 9710abb23ee6c..29544c502d7b8 100644 --- a/sys/dev/acpica/acpi_throttle.c +++ b/sys/dev/acpica/acpi_throttle.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/acpica/acpi_throttle.c,v 1.7.2.3 2007/01/23 07:21:23 njl Exp $"); #include "opt_acpi.h" #include <sys/param.h> diff --git a/sys/dev/acpica/acpi_timer.c b/sys/dev/acpica/acpi_timer.c index 3c2a6f9e55443..6b990c6f7db90 100644 --- a/sys/dev/acpica/acpi_timer.c +++ b/sys/dev/acpica/acpi_timer.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/acpica/acpi_timer.c,v 1.38.2.2 2007/11/08 21:22:20 njl Exp $"); #include "opt_acpi.h" #include <sys/param.h> diff --git a/sys/dev/acpica/acpi_video.c b/sys/dev/acpica/acpi_video.c index a67fa78067267..50057c2e815e5 100644 --- a/sys/dev/acpica/acpi_video.c +++ b/sys/dev/acpica/acpi_video.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/acpica/acpi_video.c,v 1.10.2.2 2006/08/16 13:51:05 bruno Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/dev/acpica/acpiio.h b/sys/dev/acpica/acpiio.h index 1f5526fa31c7a..f3b2ea74d9c34 100644 --- a/sys/dev/acpica/acpiio.h +++ b/sys/dev/acpica/acpiio.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/dev/acpica/acpiio.h,v 1.14.2.2 2005/11/05 23:55:56 njl Exp $ */ #ifndef _ACPIIO_H_ diff --git a/sys/dev/acpica/acpivar.h b/sys/dev/acpica/acpivar.h index ac7ca6a105cbf..982ea9ada5fe3 100644 --- a/sys/dev/acpica/acpivar.h +++ b/sys/dev/acpica/acpivar.h @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/acpica/acpivar.h,v 1.95.2.7 2007/11/08 21:22:20 njl Exp $ */ #ifndef _ACPIVAR_H_ diff --git a/sys/dev/adlink/adlink.c b/sys/dev/adlink/adlink.c index b87db9ae991b7..17d4902fdd878 100644 --- a/sys/dev/adlink/adlink.c +++ b/sys/dev/adlink/adlink.c @@ -43,7 +43,7 @@ #ifdef _KERNEL #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/adlink/adlink.c,v 1.14 2005/03/19 12:55:46 phk Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/advansys/adv_eisa.c b/sys/dev/advansys/adv_eisa.c index 5848cafa328dc..30fbf685f1976 100644 --- a/sys/dev/advansys/adv_eisa.c +++ b/sys/dev/advansys/adv_eisa.c @@ -34,7 +34,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/advansys/adv_eisa.c,v 1.18.2.1 2006/12/14 02:57:04 mjacob Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/advansys/adv_isa.c b/sys/dev/advansys/adv_isa.c index dde65ef4dcb74..8eaedb3d2d63f 100644 --- a/sys/dev/advansys/adv_isa.c +++ b/sys/dev/advansys/adv_isa.c @@ -46,7 +46,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/advansys/adv_isa.c,v 1.28.2.2 2006/12/14 02:57:04 mjacob Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/advansys/adv_pci.c b/sys/dev/advansys/adv_pci.c index 5d986b178ac4a..ca510e1f57487 100644 --- a/sys/dev/advansys/adv_pci.c +++ b/sys/dev/advansys/adv_pci.c @@ -59,7 +59,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/advansys/adv_pci.c,v 1.27.2.1 2006/12/14 02:57:04 mjacob Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/advansys/advansys.c b/sys/dev/advansys/advansys.c index 91a1d690a579e..bbcaa837adcb8 100644 --- a/sys/dev/advansys/advansys.c +++ b/sys/dev/advansys/advansys.c @@ -46,7 +46,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/advansys/advansys.c,v 1.29.2.1 2006/12/14 02:57:04 mjacob Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/advansys/advansys.h b/sys/dev/advansys/advansys.h index a8c5604728605..4a1c755d0998a 100644 --- a/sys/dev/advansys/advansys.h +++ b/sys/dev/advansys/advansys.h @@ -30,7 +30,7 @@ * SUCH DAMAGE. * All rights reserved. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/advansys/advansys.h,v 1.4 2005/01/06 01:42:24 imp Exp $ */ #ifndef _ADVANSYS_H_ diff --git a/sys/dev/advansys/advlib.c b/sys/dev/advansys/advlib.c index e89829f962e33..cb143a7f51fae 100644 --- a/sys/dev/advansys/advlib.c +++ b/sys/dev/advansys/advlib.c @@ -42,7 +42,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/advansys/advlib.c,v 1.23 2005/05/29 04:42:16 nyan Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/dev/advansys/advlib.h b/sys/dev/advansys/advlib.h index f7a3acb633b58..bdc60c3026482 100644 --- a/sys/dev/advansys/advlib.h +++ b/sys/dev/advansys/advlib.h @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/advansys/advlib.h,v 1.12 2005/01/06 01:42:24 imp Exp $ */ /*- * Ported from: diff --git a/sys/dev/advansys/advmcode.c b/sys/dev/advansys/advmcode.c index d5e7bba9634a3..7a983a8bc07db 100644 --- a/sys/dev/advansys/advmcode.c +++ b/sys/dev/advansys/advmcode.c @@ -15,7 +15,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/advansys/advmcode.c,v 1.9 2005/01/06 01:42:24 imp Exp $"); #include <sys/param.h> diff --git a/sys/dev/advansys/advmcode.h b/sys/dev/advansys/advmcode.h index 60b4e03cdb1ad..aa6b786304b36 100644 --- a/sys/dev/advansys/advmcode.h +++ b/sys/dev/advansys/advmcode.h @@ -1,7 +1,7 @@ /*- * Exported interface to downloadable microcode for AdvanSys SCSI Adapters * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/advansys/advmcode.h,v 1.8 2005/01/06 01:42:24 imp Exp $ * * Obtained from: * diff --git a/sys/dev/advansys/adw_pci.c b/sys/dev/advansys/adw_pci.c index 15cd78566d441..2f088fe9db434 100644 --- a/sys/dev/advansys/adw_pci.c +++ b/sys/dev/advansys/adw_pci.c @@ -34,7 +34,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/advansys/adw_pci.c,v 1.23.2.1 2006/12/14 02:57:04 mjacob Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/advansys/adwcam.c b/sys/dev/advansys/adwcam.c index ec0f94dfb77fc..985460015076a 100644 --- a/sys/dev/advansys/adwcam.c +++ b/sys/dev/advansys/adwcam.c @@ -44,7 +44,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/advansys/adwcam.c,v 1.21.2.1 2006/12/14 02:57:04 mjacob Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/advansys/adwlib.c b/sys/dev/advansys/adwlib.c index b926bba2c159e..88b6c9fed7516 100644 --- a/sys/dev/advansys/adwlib.c +++ b/sys/dev/advansys/adwlib.c @@ -43,7 +43,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/advansys/adwlib.c,v 1.12 2005/05/29 04:42:16 nyan Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/advansys/adwlib.h b/sys/dev/advansys/adwlib.h index a1d72ec7c383d..00f1e968332fa 100644 --- a/sys/dev/advansys/adwlib.h +++ b/sys/dev/advansys/adwlib.h @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/advansys/adwlib.h,v 1.9 2005/02/14 01:10:50 obrien Exp $ */ /*- * Ported from: diff --git a/sys/dev/advansys/adwmcode.c b/sys/dev/advansys/adwmcode.c index a43720c423dd7..e7a6262ffe6a2 100644 --- a/sys/dev/advansys/adwmcode.c +++ b/sys/dev/advansys/adwmcode.c @@ -16,7 +16,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/advansys/adwmcode.c,v 1.5 2005/01/06 01:42:24 imp Exp $"); #include <sys/param.h> diff --git a/sys/dev/advansys/adwmcode.h b/sys/dev/advansys/adwmcode.h index e3ab3f47a0ec9..b6370b15fbefc 100644 --- a/sys/dev/advansys/adwmcode.h +++ b/sys/dev/advansys/adwmcode.h @@ -1,7 +1,7 @@ /*- * Exported interface to downloadable microcode for AdvanSys SCSI Adapters * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/advansys/adwmcode.h,v 1.4 2005/01/06 01:42:24 imp Exp $ * * Obtained from: * diff --git a/sys/dev/advansys/adwvar.h b/sys/dev/advansys/adwvar.h index 0510ab0185c38..ee25626290d2e 100644 --- a/sys/dev/advansys/adwvar.h +++ b/sys/dev/advansys/adwvar.h @@ -30,7 +30,7 @@ * SUCH DAMAGE. * All rights reserved. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/advansys/adwvar.h,v 1.5 2005/01/06 01:42:24 imp Exp $ */ #ifndef _ADWVAR_H_ diff --git a/sys/dev/aha/aha.c b/sys/dev/aha/aha.c index e901f145ff352..3a9092e02e7dd 100644 --- a/sys/dev/aha/aha.c +++ b/sys/dev/aha/aha.c @@ -58,7 +58,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/aha/aha.c,v 1.59.2.1 2006/12/14 02:57:04 mjacob Exp $"); #include <sys/param.h> #include <sys/bus.h> diff --git a/sys/dev/aha/aha_isa.c b/sys/dev/aha/aha_isa.c index 93e7955542bb1..527f868b78b26 100644 --- a/sys/dev/aha/aha_isa.c +++ b/sys/dev/aha/aha_isa.c @@ -55,7 +55,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/aha/aha_isa.c,v 1.36.2.1 2006/12/14 02:57:04 mjacob Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/aha/aha_mca.c b/sys/dev/aha/aha_mca.c index f7ad707716f79..d074f5a3656b9 100644 --- a/sys/dev/aha/aha_mca.c +++ b/sys/dev/aha/aha_mca.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/aha/aha_mca.c,v 1.13.2.1 2006/12/14 02:57:04 mjacob Exp $"); #include <sys/types.h> #include <sys/param.h> diff --git a/sys/dev/aha/ahareg.h b/sys/dev/aha/ahareg.h index a248caab08da2..f807751855815 100644 --- a/sys/dev/aha/ahareg.h +++ b/sys/dev/aha/ahareg.h @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/aha/ahareg.h,v 1.19 2005/01/19 06:54:10 imp Exp $ */ #ifndef _AHAREG_H_ diff --git a/sys/dev/ahb/ahb.c b/sys/dev/ahb/ahb.c index fc52a2f0a76c6..8470bc9e01e2e 100644 --- a/sys/dev/ahb/ahb.c +++ b/sys/dev/ahb/ahb.c @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ahb/ahb.c,v 1.34.2.2 2006/12/14 02:57:05 mjacob Exp $ */ #include <sys/param.h> diff --git a/sys/dev/ahb/ahbreg.h b/sys/dev/ahb/ahbreg.h index d4544434eadbf..9adb46c483e0e 100644 --- a/sys/dev/ahb/ahbreg.h +++ b/sys/dev/ahb/ahbreg.h @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ahb/ahbreg.h,v 1.5 2005/01/06 01:42:25 imp Exp $ */ /* Resource Constatns */ diff --git a/sys/dev/aic/aic.c b/sys/dev/aic/aic.c index b09d3e82bc073..e00f3327b5eb1 100644 --- a/sys/dev/aic/aic.c +++ b/sys/dev/aic/aic.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/aic/aic.c,v 1.23 2005/05/29 04:42:17 nyan Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/aic/aic6360reg.h b/sys/dev/aic/aic6360reg.h index 53962aed9d35b..84a7bcac0ee50 100644 --- a/sys/dev/aic/aic6360reg.h +++ b/sys/dev/aic/aic6360reg.h @@ -29,7 +29,7 @@ * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/aic/aic6360reg.h,v 1.4 2005/01/06 01:42:25 imp Exp $ */ #define SCSISEQ 0x00 /* SCSI sequence control */ diff --git a/sys/dev/aic/aic_cbus.c b/sys/dev/aic/aic_cbus.c index f72df43ac70c0..f2b42946c1966 100644 --- a/sys/dev/aic/aic_cbus.c +++ b/sys/dev/aic/aic_cbus.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/aic/aic_cbus.c,v 1.11 2005/04/13 13:02:58 nyan Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/dev/aic/aic_isa.c b/sys/dev/aic/aic_isa.c index 71736f21d6671..239038bca10db 100644 --- a/sys/dev/aic/aic_isa.c +++ b/sys/dev/aic/aic_isa.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/aic/aic_isa.c,v 1.12 2005/05/29 04:42:17 nyan Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/dev/aic/aic_pccard.c b/sys/dev/aic/aic_pccard.c index 37e19a5090409..4313694263841 100644 --- a/sys/dev/aic/aic_pccard.c +++ b/sys/dev/aic/aic_pccard.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/aic/aic_pccard.c,v 1.16 2005/06/24 14:36:51 imp Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/dev/aic/aicvar.h b/sys/dev/aic/aicvar.h index d834fb64dda44..f10815a475ace 100644 --- a/sys/dev/aic/aicvar.h +++ b/sys/dev/aic/aicvar.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/dev/aic/aicvar.h,v 1.8 2002/03/20 02:02:34 alfred Exp $ */ struct aic_transinfo { diff --git a/sys/dev/aic7xxx/ahc_eisa.c b/sys/dev/aic7xxx/ahc_eisa.c index f98059f69016d..39cb09e8d3014 100644 --- a/sys/dev/aic7xxx/ahc_eisa.c +++ b/sys/dev/aic7xxx/ahc_eisa.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/aic7xxx/ahc_eisa.c,v 1.35 2005/01/06 01:42:25 imp Exp $"); #include <dev/aic7xxx/aic7xxx_osm.h> diff --git a/sys/dev/aic7xxx/ahc_isa.c b/sys/dev/aic7xxx/ahc_isa.c index d01ffc96d3f85..620b09cce42e5 100644 --- a/sys/dev/aic7xxx/ahc_isa.c +++ b/sys/dev/aic7xxx/ahc_isa.c @@ -36,7 +36,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/aic7xxx/ahc_isa.c,v 1.6 2005/01/06 01:42:25 imp Exp $"); #include <dev/aic7xxx/aic7xxx_osm.h> diff --git a/sys/dev/aic7xxx/ahc_pci.c b/sys/dev/aic7xxx/ahc_pci.c index 4a4889c497070..a7e0e07d10836 100644 --- a/sys/dev/aic7xxx/ahc_pci.c +++ b/sys/dev/aic7xxx/ahc_pci.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/aic7xxx/ahc_pci.c,v 1.64 2005/03/05 19:24:22 imp Exp $"); #include <dev/aic7xxx/aic7xxx_osm.h> diff --git a/sys/dev/aic7xxx/ahd_pci.c b/sys/dev/aic7xxx/ahd_pci.c index df7fd5c6ecc7c..204ecdce95afd 100644 --- a/sys/dev/aic7xxx/ahd_pci.c +++ b/sys/dev/aic7xxx/ahd_pci.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/aic7xxx/ahd_pci.c,v 1.18 2005/03/05 19:24:22 imp Exp $"); #include <dev/aic7xxx/aic79xx_osm.h> diff --git a/sys/dev/aic7xxx/aic7770.c b/sys/dev/aic7xxx/aic7770.c index 1ce48f9b8df94..e17fae9ffd83e 100644 --- a/sys/dev/aic7xxx/aic7770.c +++ b/sys/dev/aic7xxx/aic7770.c @@ -46,7 +46,7 @@ #include "aic7xxx_93cx6.h" #else #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/aic7xxx/aic7770.c,v 1.18 2005/01/06 01:42:25 imp Exp $"); #include <dev/aic7xxx/aic7xxx_osm.h> #include <dev/aic7xxx/aic7xxx_inline.h> #include <dev/aic7xxx/aic7xxx_93cx6.h> diff --git a/sys/dev/aic7xxx/aic79xx.c b/sys/dev/aic7xxx/aic79xx.c index 0cd1a7950574d..500b5906c8fb7 100644 --- a/sys/dev/aic7xxx/aic79xx.c +++ b/sys/dev/aic7xxx/aic79xx.c @@ -46,7 +46,7 @@ #include "aicasm/aicasm_insformat.h" #else #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/aic7xxx/aic79xx.c,v 1.36 2005/02/16 23:13:38 gibbs Exp $"); #include <dev/aic7xxx/aic79xx_osm.h> #include <dev/aic7xxx/aic79xx_inline.h> #include <dev/aic7xxx/aicasm/aicasm_insformat.h> diff --git a/sys/dev/aic7xxx/aic79xx.h b/sys/dev/aic7xxx/aic79xx.h index 2f6368303dcc8..03af6a9db1ba6 100644 --- a/sys/dev/aic7xxx/aic79xx.h +++ b/sys/dev/aic7xxx/aic79xx.h @@ -39,7 +39,7 @@ * * $Id: //depot/aic7xxx/aic7xxx/aic79xx.h#107 $ * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/aic7xxx/aic79xx.h,v 1.24.2.1 2007/02/09 14:42:58 jhb Exp $ */ #ifndef _AIC79XX_H_ diff --git a/sys/dev/aic7xxx/aic79xx.reg b/sys/dev/aic7xxx/aic79xx.reg index e856b6236eae8..545c27861d947 100644 --- a/sys/dev/aic7xxx/aic79xx.reg +++ b/sys/dev/aic7xxx/aic79xx.reg @@ -37,7 +37,7 @@ * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGES. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/aic7xxx/aic79xx.reg,v 1.19 2005/01/06 01:42:26 imp Exp $ */ VERSION = "$Id: //depot/aic7xxx/aic7xxx/aic79xx.reg#76 $" diff --git a/sys/dev/aic7xxx/aic79xx.seq b/sys/dev/aic7xxx/aic79xx.seq index d8d4f921380ce..835db1d25b0b1 100644 --- a/sys/dev/aic7xxx/aic79xx.seq +++ b/sys/dev/aic7xxx/aic79xx.seq @@ -37,7 +37,7 @@ * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGES. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/aic7xxx/aic79xx.seq,v 1.18 2005/01/06 01:42:26 imp Exp $ */ VERSION = "$Id: //depot/aic7xxx/aic7xxx/aic79xx.seq#119 $" diff --git a/sys/dev/aic7xxx/aic79xx_inline.h b/sys/dev/aic7xxx/aic79xx_inline.h index 064a5e8ddd7f3..73a278a381d37 100644 --- a/sys/dev/aic7xxx/aic79xx_inline.h +++ b/sys/dev/aic7xxx/aic79xx_inline.h @@ -39,7 +39,7 @@ * * $Id: //depot/aic7xxx/aic7xxx/aic79xx_inline.h#57 $ * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/aic7xxx/aic79xx_inline.h,v 1.17 2005/01/06 01:42:26 imp Exp $ */ #ifndef _AIC79XX_INLINE_H_ diff --git a/sys/dev/aic7xxx/aic79xx_osm.c b/sys/dev/aic7xxx/aic79xx_osm.c index d8f189093830d..a3cc3d956464f 100644 --- a/sys/dev/aic7xxx/aic79xx_osm.c +++ b/sys/dev/aic7xxx/aic79xx_osm.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/aic7xxx/aic79xx_osm.c,v 1.21.2.1 2005/10/14 02:03:27 delphij Exp $"); #include <dev/aic7xxx/aic79xx_osm.h> #include <dev/aic7xxx/aic79xx_inline.h> diff --git a/sys/dev/aic7xxx/aic79xx_osm.h b/sys/dev/aic7xxx/aic79xx_osm.h index 66153321a06e1..c036f1afc4fca 100644 --- a/sys/dev/aic7xxx/aic79xx_osm.h +++ b/sys/dev/aic7xxx/aic79xx_osm.h @@ -32,7 +32,7 @@ * * $Id: //depot/aic7xxx/freebsd/dev/aic7xxx/aic79xx_osm.h#23 $ * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/aic7xxx/aic79xx_osm.h,v 1.16 2005/05/29 04:42:17 nyan Exp $ */ #ifndef _AIC79XX_FREEBSD_H_ diff --git a/sys/dev/aic7xxx/aic79xx_pci.c b/sys/dev/aic7xxx/aic79xx_pci.c index 8cd8791c3a7a5..9773c2dac7f71 100644 --- a/sys/dev/aic7xxx/aic79xx_pci.c +++ b/sys/dev/aic7xxx/aic79xx_pci.c @@ -46,7 +46,7 @@ #include "aic79xx_inline.h" #else #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/aic7xxx/aic79xx_pci.c,v 1.23.2.1 2007/02/09 14:42:58 jhb Exp $"); #include <dev/aic7xxx/aic79xx_osm.h> #include <dev/aic7xxx/aic79xx_inline.h> #endif diff --git a/sys/dev/aic7xxx/aic7xxx.c b/sys/dev/aic7xxx/aic7xxx.c index 71714abb6f998..c6e5b62440b47 100644 --- a/sys/dev/aic7xxx/aic7xxx.c +++ b/sys/dev/aic7xxx/aic7xxx.c @@ -46,7 +46,7 @@ #include "aicasm/aicasm_insformat.h" #else #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/aic7xxx/aic7xxx.c,v 1.109 2005/03/31 05:00:31 sam Exp $"); #include <dev/aic7xxx/aic7xxx_osm.h> #include <dev/aic7xxx/aic7xxx_inline.h> #include <dev/aic7xxx/aicasm/aicasm_insformat.h> diff --git a/sys/dev/aic7xxx/aic7xxx.h b/sys/dev/aic7xxx/aic7xxx.h index 0ac10be927522..a755e5d93e42a 100644 --- a/sys/dev/aic7xxx/aic7xxx.h +++ b/sys/dev/aic7xxx/aic7xxx.h @@ -39,7 +39,7 @@ * * $Id: //depot/aic7xxx/aic7xxx/aic7xxx.h#85 $ * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/aic7xxx/aic7xxx.h,v 1.54 2005/01/06 01:42:26 imp Exp $ */ #ifndef _AIC7XXX_H_ diff --git a/sys/dev/aic7xxx/aic7xxx.reg b/sys/dev/aic7xxx/aic7xxx.reg index 076c2ba49f926..b90d63a9b7433 100644 --- a/sys/dev/aic7xxx/aic7xxx.reg +++ b/sys/dev/aic7xxx/aic7xxx.reg @@ -37,7 +37,7 @@ * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGES. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/aic7xxx/aic7xxx.reg,v 1.47 2005/01/06 01:42:26 imp Exp $ */ VERSION = "$Id: //depot/aic7xxx/aic7xxx/aic7xxx.reg#40 $" diff --git a/sys/dev/aic7xxx/aic7xxx.seq b/sys/dev/aic7xxx/aic7xxx.seq index 0eefaaa41b791..4b3450b4b4b56 100644 --- a/sys/dev/aic7xxx/aic7xxx.seq +++ b/sys/dev/aic7xxx/aic7xxx.seq @@ -37,7 +37,7 @@ * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGES. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/aic7xxx/aic7xxx.seq,v 1.128 2005/01/06 01:42:26 imp Exp $ */ VERSION = "$Id: //depot/aic7xxx/aic7xxx/aic7xxx.seq#58 $" diff --git a/sys/dev/aic7xxx/aic7xxx_93cx6.c b/sys/dev/aic7xxx/aic7xxx_93cx6.c index ab63f181901b4..c028c5695981f 100644 --- a/sys/dev/aic7xxx/aic7xxx_93cx6.c +++ b/sys/dev/aic7xxx/aic7xxx_93cx6.c @@ -70,7 +70,7 @@ #include "aic7xxx_93cx6.h" #else #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/aic7xxx/aic7xxx_93cx6.c,v 1.21 2005/01/06 05:30:44 scottl Exp $"); #include <dev/aic7xxx/aic7xxx_osm.h> #include <dev/aic7xxx/aic7xxx_inline.h> #include <dev/aic7xxx/aic7xxx_93cx6.h> diff --git a/sys/dev/aic7xxx/aic7xxx_93cx6.h b/sys/dev/aic7xxx/aic7xxx_93cx6.h index 3827015edcbb8..34e4fc2584cf9 100644 --- a/sys/dev/aic7xxx/aic7xxx_93cx6.h +++ b/sys/dev/aic7xxx/aic7xxx_93cx6.h @@ -40,7 +40,7 @@ * * $Id: //depot/aic7xxx/aic7xxx/aic7xxx_93cx6.h#12 $ * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/aic7xxx/aic7xxx_93cx6.h,v 1.12 2005/01/06 01:42:26 imp Exp $ */ #ifndef _AIC7XXX_93CX6_H_ #define _AIC7XXX_93CX6_H_ diff --git a/sys/dev/aic7xxx/aic7xxx_inline.h b/sys/dev/aic7xxx/aic7xxx_inline.h index 989ac79dfc249..fed8c9da55de0 100644 --- a/sys/dev/aic7xxx/aic7xxx_inline.h +++ b/sys/dev/aic7xxx/aic7xxx_inline.h @@ -39,7 +39,7 @@ * * $Id: //depot/aic7xxx/aic7xxx/aic7xxx_inline.h#47 $ * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/aic7xxx/aic7xxx_inline.h,v 1.24 2005/01/06 01:42:26 imp Exp $ */ #ifndef _AIC7XXX_INLINE_H_ diff --git a/sys/dev/aic7xxx/aic7xxx_osm.c b/sys/dev/aic7xxx/aic7xxx_osm.c index 638a56a2e4196..96946c7d40527 100644 --- a/sys/dev/aic7xxx/aic7xxx_osm.c +++ b/sys/dev/aic7xxx/aic7xxx_osm.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/aic7xxx/aic7xxx_osm.c,v 1.42.2.1 2005/10/14 02:03:27 delphij Exp $"); #include <dev/aic7xxx/aic7xxx_osm.h> #include <dev/aic7xxx/aic7xxx_inline.h> diff --git a/sys/dev/aic7xxx/aic7xxx_osm.h b/sys/dev/aic7xxx/aic7xxx_osm.h index 159f9f9c31bab..822501fee967e 100644 --- a/sys/dev/aic7xxx/aic7xxx_osm.h +++ b/sys/dev/aic7xxx/aic7xxx_osm.h @@ -31,7 +31,7 @@ * * $Id: //depot/aic7xxx/freebsd/dev/aic7xxx/aic7xxx_osm.h#18 $ * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/aic7xxx/aic7xxx_osm.h,v 1.29 2005/05/29 04:42:17 nyan Exp $ */ #ifndef _AIC7XXX_FREEBSD_H_ diff --git a/sys/dev/aic7xxx/aic7xxx_pci.c b/sys/dev/aic7xxx/aic7xxx_pci.c index d37607daadd58..40d182e3e247c 100644 --- a/sys/dev/aic7xxx/aic7xxx_pci.c +++ b/sys/dev/aic7xxx/aic7xxx_pci.c @@ -48,7 +48,7 @@ #include "aic7xxx_93cx6.h" #else #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/aic7xxx/aic7xxx_pci.c,v 1.34 2005/01/06 01:42:26 imp Exp $"); #include <dev/aic7xxx/aic7xxx_osm.h> #include <dev/aic7xxx/aic7xxx_inline.h> #include <dev/aic7xxx/aic7xxx_93cx6.h> diff --git a/sys/dev/aic7xxx/aic_osm_lib.c b/sys/dev/aic7xxx/aic_osm_lib.c index 8919789c6db06..db5dc05e606e8 100644 --- a/sys/dev/aic7xxx/aic_osm_lib.c +++ b/sys/dev/aic7xxx/aic_osm_lib.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/aic7xxx/aic_osm_lib.c,v 1.4 2005/01/06 01:42:26 imp Exp $"); static void aic_recovery_thread(void *arg); diff --git a/sys/dev/aic7xxx/aic_osm_lib.h b/sys/dev/aic7xxx/aic_osm_lib.h index 1c8678b58bf70..9c000196818bb 100644 --- a/sys/dev/aic7xxx/aic_osm_lib.h +++ b/sys/dev/aic7xxx/aic_osm_lib.h @@ -32,7 +32,7 @@ * * $Id: //depot/aic7xxx/freebsd/dev/aic7xxx/aic_osm_lib.h#5 $ * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/aic7xxx/aic_osm_lib.h,v 1.5 2005/01/06 01:42:26 imp Exp $ */ /******************************** OS Includes *********************************/ diff --git a/sys/dev/aic7xxx/aicasm/Makefile b/sys/dev/aic7xxx/aicasm/Makefile index 78701b0068e39..b62b35ecdda14 100644 --- a/sys/dev/aic7xxx/aicasm/Makefile +++ b/sys/dev/aic7xxx/aicasm/Makefile @@ -1,7 +1,7 @@ # # $Id: //depot/aic7xxx/freebsd/dev/aic7xxx/aicasm/Makefile#2 $ # -# $FreeBSD$ +# $FreeBSD: src/sys/dev/aic7xxx/aicasm/Makefile,v 1.20.2.1 2005/12/27 21:35:40 ru Exp $ PROG= aicasm diff --git a/sys/dev/aic7xxx/aicasm/aicasm.c b/sys/dev/aic7xxx/aicasm/aicasm.c index ad010649c8b55..41371f0818a29 100644 --- a/sys/dev/aic7xxx/aicasm/aicasm.c +++ b/sys/dev/aic7xxx/aicasm/aicasm.c @@ -39,7 +39,7 @@ * * $Id: //depot/aic7xxx/aic7xxx/aicasm/aicasm.c#23 $ * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/aic7xxx/aicasm/aicasm.c,v 1.38 2005/01/06 01:42:27 imp Exp $ */ #include <sys/types.h> #include <sys/mman.h> diff --git a/sys/dev/aic7xxx/aicasm/aicasm.h b/sys/dev/aic7xxx/aicasm/aicasm.h index 440cb495f9552..2b0c884b20fe0 100644 --- a/sys/dev/aic7xxx/aicasm/aicasm.h +++ b/sys/dev/aic7xxx/aicasm/aicasm.h @@ -39,7 +39,7 @@ * * $Id: //depot/aic7xxx/aic7xxx/aicasm/aicasm.h#14 $ * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/aic7xxx/aicasm/aicasm.h,v 1.17 2005/01/06 01:42:27 imp Exp $ */ #ifdef __linux__ diff --git a/sys/dev/aic7xxx/aicasm/aicasm_gram.y b/sys/dev/aic7xxx/aicasm/aicasm_gram.y index f96116d0f9cbd..6db26d309badb 100644 --- a/sys/dev/aic7xxx/aicasm/aicasm_gram.y +++ b/sys/dev/aic7xxx/aicasm/aicasm_gram.y @@ -40,7 +40,7 @@ * * $Id: //depot/aic7xxx/aic7xxx/aicasm/aicasm_gram.y#29 $ * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/aic7xxx/aicasm/aicasm_gram.y,v 1.24 2005/01/06 01:42:27 imp Exp $ */ #include <sys/types.h> diff --git a/sys/dev/aic7xxx/aicasm/aicasm_insformat.h b/sys/dev/aic7xxx/aicasm/aicasm_insformat.h index 820310b469cd7..a987c66c2dee4 100644 --- a/sys/dev/aic7xxx/aicasm/aicasm_insformat.h +++ b/sys/dev/aic7xxx/aicasm/aicasm_insformat.h @@ -39,7 +39,7 @@ * * $Id: //depot/aic7xxx/aic7xxx/aicasm/aicasm_insformat.h#11 $ * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/aic7xxx/aicasm/aicasm_insformat.h,v 1.9 2005/01/06 01:42:27 imp Exp $ */ struct ins_format1 { diff --git a/sys/dev/aic7xxx/aicasm/aicasm_macro_gram.y b/sys/dev/aic7xxx/aicasm/aicasm_macro_gram.y index 48551c6b0f84c..63237dd1d1509 100644 --- a/sys/dev/aic7xxx/aicasm/aicasm_macro_gram.y +++ b/sys/dev/aic7xxx/aicasm/aicasm_macro_gram.y @@ -40,7 +40,7 @@ * * $Id: //depot/aic7xxx/aic7xxx/aicasm/aicasm_macro_gram.y#5 $ * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/aic7xxx/aicasm/aicasm_macro_gram.y,v 1.3 2005/01/06 01:42:27 imp Exp $ */ #include <sys/types.h> diff --git a/sys/dev/aic7xxx/aicasm/aicasm_macro_scan.l b/sys/dev/aic7xxx/aicasm/aicasm_macro_scan.l index 49557a8837f84..480e97bf84731 100644 --- a/sys/dev/aic7xxx/aicasm/aicasm_macro_scan.l +++ b/sys/dev/aic7xxx/aicasm/aicasm_macro_scan.l @@ -40,7 +40,7 @@ * * $Id: //depot/aic7xxx/aic7xxx/aicasm/aicasm_macro_scan.l#8 $ * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/aic7xxx/aicasm/aicasm_macro_scan.l,v 1.6 2005/01/06 01:42:27 imp Exp $ */ #include <sys/types.h> diff --git a/sys/dev/aic7xxx/aicasm/aicasm_scan.l b/sys/dev/aic7xxx/aicasm/aicasm_scan.l index ced09dc2b12b6..b87f8cd2a4d2e 100644 --- a/sys/dev/aic7xxx/aicasm/aicasm_scan.l +++ b/sys/dev/aic7xxx/aicasm/aicasm_scan.l @@ -40,7 +40,7 @@ * * $Id: //depot/aic7xxx/aic7xxx/aicasm/aicasm_scan.l#19 $ * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/aic7xxx/aicasm/aicasm_scan.l,v 1.23 2005/01/06 01:42:27 imp Exp $ */ #include <sys/types.h> diff --git a/sys/dev/aic7xxx/aicasm/aicasm_symbol.c b/sys/dev/aic7xxx/aicasm/aicasm_symbol.c index 9770a71b8d091..f895fd84b8c3f 100644 --- a/sys/dev/aic7xxx/aicasm/aicasm_symbol.c +++ b/sys/dev/aic7xxx/aicasm/aicasm_symbol.c @@ -39,7 +39,7 @@ * * $Id: //depot/aic7xxx/aic7xxx/aicasm/aicasm_symbol.c#24 $ * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c,v 1.24 2005/01/06 01:42:27 imp Exp $ */ #include <sys/types.h> diff --git a/sys/dev/aic7xxx/aicasm/aicasm_symbol.h b/sys/dev/aic7xxx/aicasm/aicasm_symbol.h index 1496c3768c815..507db5310e245 100644 --- a/sys/dev/aic7xxx/aicasm/aicasm_symbol.h +++ b/sys/dev/aic7xxx/aicasm/aicasm_symbol.h @@ -39,7 +39,7 @@ * * $Id: //depot/aic7xxx/aic7xxx/aicasm/aicasm_symbol.h#17 $ * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/aic7xxx/aicasm/aicasm_symbol.h,v 1.17 2005/01/06 01:42:27 imp Exp $ */ #ifdef __linux__ diff --git a/sys/dev/amd/amd.c b/sys/dev/amd/amd.c index d6b50405ea1f0..d094777153c0e 100644 --- a/sys/dev/amd/amd.c +++ b/sys/dev/amd/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/dev/amd/amd.c,v 1.30.2.1 2006/12/14 02:57:05 mjacob Exp $ */ /* diff --git a/sys/dev/amd/amd.h b/sys/dev/amd/amd.h index d9b8cd209b342..1515324695eb6 100644 --- a/sys/dev/amd/amd.h +++ b/sys/dev/amd/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/dev/amd/amd.h,v 1.6 2005/01/06 01:42:27 imp Exp $ */ #ifndef AMD_H diff --git a/sys/dev/amr/amr.c b/sys/dev/amr/amr.c index 52db8fb166155..a7ac2ad2d6404 100644 --- a/sys/dev/amr/amr.c +++ b/sys/dev/amr/amr.c @@ -56,7 +56,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/amr/amr.c,v 1.65.2.7 2006/07/20 19:58:12 jhb Exp $"); /* * Driver for the AMI MegaRaid family of controllers. diff --git a/sys/dev/amr/amr_cam.c b/sys/dev/amr/amr_cam.c index 251ec6b693ec8..0df17b1a59cfb 100644 --- a/sys/dev/amr/amr_cam.c +++ b/sys/dev/amr/amr_cam.c @@ -55,7 +55,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/amr/amr_cam.c,v 1.15.2.1 2006/01/26 22:04:21 ambrisko Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/amr/amr_disk.c b/sys/dev/amr/amr_disk.c index 91b43c8f6a05e..7958eb6fd6387 100644 --- a/sys/dev/amr/amr_disk.c +++ b/sys/dev/amr/amr_disk.c @@ -56,7 +56,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/amr/amr_disk.c,v 1.35.2.1 2006/01/26 22:04:21 ambrisko Exp $"); /* * Disk driver for AMI MegaRaid controllers diff --git a/sys/dev/amr/amr_linux.c b/sys/dev/amr/amr_linux.c index 0fe89d7f045eb..7040be484a1d8 100644 --- a/sys/dev/amr/amr_linux.c +++ b/sys/dev/amr/amr_linux.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/amr/amr_linux.c,v 1.1.2.3 2006/06/15 16:44:27 ambrisko Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/amr/amr_pci.c b/sys/dev/amr/amr_pci.c index 7d48572dfd4d9..29a3cbe907f74 100644 --- a/sys/dev/amr/amr_pci.c +++ b/sys/dev/amr/amr_pci.c @@ -55,7 +55,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/amr/amr_pci.c,v 1.29.2.4 2006/12/14 02:57:05 mjacob Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/amr/amr_tables.h b/sys/dev/amr/amr_tables.h index b1a4e441af426..914438ee9daf9 100644 --- a/sys/dev/amr/amr_tables.h +++ b/sys/dev/amr/amr_tables.h @@ -53,7 +53,7 @@ * SUCH DAMAGE. * * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/amr/amr_tables.h,v 1.3 2002/10/30 22:00:11 emoore Exp $ */ /* diff --git a/sys/dev/amr/amrio.h b/sys/dev/amr/amrio.h index bc06a863268db..79da5b412b1cc 100644 --- a/sys/dev/amr/amrio.h +++ b/sys/dev/amr/amrio.h @@ -52,7 +52,7 @@ * SUCH DAMAGE. * * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/amr/amrio.h,v 1.6.8.1 2006/01/26 22:04:21 ambrisko Exp $ */ /* diff --git a/sys/dev/amr/amrreg.h b/sys/dev/amr/amrreg.h index cb9b83d9233e9..59384a7b14f52 100644 --- a/sys/dev/amr/amrreg.h +++ b/sys/dev/amr/amrreg.h @@ -53,7 +53,7 @@ * SUCH DAMAGE. * * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/amr/amrreg.h,v 1.8.2.1 2006/01/26 22:04:21 ambrisko Exp $ */ /******************************************************************************** diff --git a/sys/dev/amr/amrvar.h b/sys/dev/amr/amrvar.h index 1fd78fd977461..02ebd8505e9c0 100644 --- a/sys/dev/amr/amrvar.h +++ b/sys/dev/amr/amrvar.h @@ -53,7 +53,7 @@ * SUCH DAMAGE. * * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/amr/amrvar.h,v 1.26.2.3 2006/06/15 16:44:27 ambrisko Exp $ */ #include <geom/geom_disk.h> diff --git a/sys/dev/an/if_aironet_ieee.h b/sys/dev/an/if_aironet_ieee.h index 28e4f72148e96..41a6475c3b578 100644 --- a/sys/dev/an/if_aironet_ieee.h +++ b/sys/dev/an/if_aironet_ieee.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/dev/an/if_aironet_ieee.h,v 1.15 2005/01/06 01:42:28 imp Exp $ */ #ifndef _IF_AIRONET_IEEE_H diff --git a/sys/dev/an/if_an.c b/sys/dev/an/if_an.c index 767305f08e818..27715a012c809 100644 --- a/sys/dev/an/if_an.c +++ b/sys/dev/an/if_an.c @@ -38,7 +38,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/an/if_an.c,v 1.67.2.2.8.1 2007/11/27 08:22:37 avatar Exp $"); /* * The Aironet 4500/4800 series cards come in PCMCIA, ISA and PCI form. diff --git a/sys/dev/an/if_an_isa.c b/sys/dev/an/if_an_isa.c index 7144cc8778add..a7b60021a7081 100644 --- a/sys/dev/an/if_an_isa.c +++ b/sys/dev/an/if_an_isa.c @@ -38,7 +38,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/an/if_an_isa.c,v 1.15 2005/01/06 01:42:28 imp Exp $"); #include "opt_inet.h" diff --git a/sys/dev/an/if_an_pccard.c b/sys/dev/an/if_an_pccard.c index 5e5d9d12d97d6..252011381ca18 100644 --- a/sys/dev/an/if_an_pccard.c +++ b/sys/dev/an/if_an_pccard.c @@ -38,7 +38,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/an/if_an_pccard.c,v 1.28 2005/06/24 14:36:51 imp Exp $"); #include "opt_inet.h" diff --git a/sys/dev/an/if_an_pci.c b/sys/dev/an/if_an_pci.c index 5098f5026dd9c..f24bf57e81d4d 100644 --- a/sys/dev/an/if_an_pci.c +++ b/sys/dev/an/if_an_pci.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/an/if_an_pci.c,v 1.27 2005/03/05 19:06:11 imp Exp $"); /* * This is a PCI shim for the Aironet PC4500/4800 wireless network diff --git a/sys/dev/an/if_anreg.h b/sys/dev/an/if_anreg.h index 0a96ee30f3f05..8653582cdd990 100644 --- a/sys/dev/an/if_anreg.h +++ b/sys/dev/an/if_anreg.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/dev/an/if_anreg.h,v 1.23.12.1 2007/11/27 08:22:37 avatar Exp $ */ #define AN_TIMEOUT 65536 diff --git a/sys/dev/ar/if_ar.c b/sys/dev/ar/if_ar.c index 6a6efdac81d9d..4271e0e833b01 100644 --- a/sys/dev/ar/if_ar.c +++ b/sys/dev/ar/if_ar.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ar/if_ar.c,v 1.71.2.2 2007/05/12 06:10:09 nyan Exp $"); /* * Programming assumptions and other issues. diff --git a/sys/dev/ar/if_ar.h b/sys/dev/ar/if_ar.h index a6fc8cf088ec1..5c75a70c8a9bc 100644 --- a/sys/dev/ar/if_ar.h +++ b/sys/dev/ar/if_ar.h @@ -33,7 +33,7 @@ * THIS SOFTWARE, EVEN IF WHISTLE COMMUNICATIONS IS ADVISED OF THE POSSIBILITY * OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ar/if_ar.h,v 1.4 2005/01/06 01:42:28 imp Exp $ */ #ifndef _I386_ISA_IF_AR_H_ diff --git a/sys/dev/ar/if_ar_isa.c b/sys/dev/ar/if_ar_isa.c index afe36153d0d37..d97d4a21cb419 100644 --- a/sys/dev/ar/if_ar_isa.c +++ b/sys/dev/ar/if_ar_isa.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ar/if_ar_isa.c,v 1.55 2005/05/29 04:42:17 nyan Exp $"); /* * Programming assumptions and other issues. diff --git a/sys/dev/ar/if_ar_pci.c b/sys/dev/ar/if_ar_pci.c index 3715c8b8ee333..b98b63e8dc7a9 100644 --- a/sys/dev/ar/if_ar_pci.c +++ b/sys/dev/ar/if_ar_pci.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ar/if_ar_pci.c,v 1.13 2005/05/29 04:42:18 nyan Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ar/if_arregs.h b/sys/dev/ar/if_arregs.h index d643cafee44cc..b1f07a70dd7fe 100644 --- a/sys/dev/ar/if_arregs.h +++ b/sys/dev/ar/if_arregs.h @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ar/if_arregs.h,v 1.10 2005/01/06 01:42:28 imp Exp $ */ #ifndef _IF_ARREGS_H_ #define _IF_ARREGS_H_ diff --git a/sys/dev/arcmsr/arcmsr.c b/sys/dev/arcmsr/arcmsr.c index 1c2318191b157..f028702a9aeb3 100644 --- a/sys/dev/arcmsr/arcmsr.c +++ b/sys/dev/arcmsr/arcmsr.c @@ -56,7 +56,7 @@ ** and cause g_vfs_done() read write error ** 1.20.00.15 10/10/2007 Erich Chen support new RAID adapter type ARC120x ****************************************************************************************** -* $FreeBSD$ +* $FreeBSD: src/sys/dev/arcmsr/arcmsr.c,v 1.8.2.4.2.1 2007/12/09 19:53:59 scottl Exp $ */ #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/arcmsr/arcmsr.h b/sys/dev/arcmsr/arcmsr.h index 0b573816a184e..b9e2a138c75f1 100644 --- a/sys/dev/arcmsr/arcmsr.h +++ b/sys/dev/arcmsr/arcmsr.h @@ -35,7 +35,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/dev/arcmsr/arcmsr.h,v 1.1.4.2.2.1 2007/12/09 19:53:59 scottl Exp $ */ #define ARCMSR_DRIVER_VERSION "Driver Version 1.20.00.15 2007-10-07" #define ARCMSR_SCSI_INITIATOR_ID 255 diff --git a/sys/dev/arl/if_arl.c b/sys/dev/arl/if_arl.c index 6ed2e38e621e0..5221d2e0f9866 100644 --- a/sys/dev/arl/if_arl.c +++ b/sys/dev/arl/if_arl.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/arl/if_arl.c,v 1.10.2.2 2007/01/19 23:01:27 jhb Exp $"); #include "opt_inet.h" diff --git a/sys/dev/arl/if_arl_isa.c b/sys/dev/arl/if_arl_isa.c index e318adf7d704f..759bf9d0ac38a 100644 --- a/sys/dev/arl/if_arl_isa.c +++ b/sys/dev/arl/if_arl_isa.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/arl/if_arl_isa.c,v 1.5 2005/06/10 16:49:04 brooks Exp $"); #include "opt_inet.h" diff --git a/sys/dev/arl/if_arlreg.h b/sys/dev/arl/if_arlreg.h index 49982cb416871..d10cd863cbfa1 100644 --- a/sys/dev/arl/if_arlreg.h +++ b/sys/dev/arl/if_arlreg.h @@ -25,7 +25,7 @@ * SUCH DAMAGE. * * $RISS: if_arl/dev/arl/if_arlreg.h,v 1.4 2004/03/16 04:43:27 count Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/dev/arl/if_arlreg.h,v 1.6 2005/06/10 16:49:04 brooks Exp $ */ #ifndef _IF_ARLREG_H diff --git a/sys/dev/asr/asr.c b/sys/dev/asr/asr.c index 0e3ca68e70e84..71597a7826110 100644 --- a/sys/dev/asr/asr.c +++ b/sys/dev/asr/asr.c @@ -164,7 +164,7 @@ #include "dev/asr/sys_info.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/asr/asr.c,v 1.68.2.1 2006/12/14 02:57:05 mjacob Exp $"); #define ASR_VERSION 1 #define ASR_REVISION '1' diff --git a/sys/dev/asr/dptalign.h b/sys/dev/asr/dptalign.h index 038dc6f4b5bb0..92cff261131a6 100644 --- a/sys/dev/asr/dptalign.h +++ b/sys/dev/asr/dptalign.h @@ -20,7 +20,7 @@ * * DPT Alignment Description File * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/asr/dptalign.h,v 1.6 2005/01/06 01:42:29 imp Exp $ */ #if (!defined(__DPTALIGN_H)) #define __DPTALIGN_H diff --git a/sys/dev/asr/dptsig.h b/sys/dev/asr/dptsig.h index a70ad114bdc39..94bfd5d7035c5 100644 --- a/sys/dev/asr/dptsig.h +++ b/sys/dev/asr/dptsig.h @@ -19,7 +19,7 @@ * arising in any way out of the use of this driver software, even if advised * of the possibility of such damage. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/asr/dptsig.h,v 1.8 2005/01/06 01:42:29 imp Exp $ */ #ifndef __DPTSIG_H_ diff --git a/sys/dev/asr/i2oadptr.h b/sys/dev/asr/i2oadptr.h index c189d8d658d99..ff8f09b7dc19c 100644 --- a/sys/dev/asr/i2oadptr.h +++ b/sys/dev/asr/i2oadptr.h @@ -77,7 +77,7 @@ * Developer of the I2O SIG, sign up at the Web site or call 415.750.8352 * (United States). * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/asr/i2oadptr.h,v 1.6 2005/01/06 01:42:29 imp Exp $ * ****************************************************************/ diff --git a/sys/dev/asr/i2obscsi.h b/sys/dev/asr/i2obscsi.h index a6666feb661bb..1120a4e73fab6 100644 --- a/sys/dev/asr/i2obscsi.h +++ b/sys/dev/asr/i2obscsi.h @@ -77,7 +77,7 @@ * Developer of the I2O SIG, sign up at the Web site or call 415.750.8352 * (United States). * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/asr/i2obscsi.h,v 1.6 2005/01/06 01:42:29 imp Exp $ * ****************************************************************/ diff --git a/sys/dev/asr/i2odep.h b/sys/dev/asr/i2odep.h index c1e6e5067ce2a..fa013a5686333 100644 --- a/sys/dev/asr/i2odep.h +++ b/sys/dev/asr/i2odep.h @@ -46,7 +46,7 @@ * become a "Registered Developer" of the I2O SIG. This can be done by calling * 415-750-8352 in the US, or via http://www.i2osig.org. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/asr/i2odep.h,v 1.8 2005/01/06 01:42:29 imp Exp $ * **************************************************************************/ diff --git a/sys/dev/asr/i2odpt.h b/sys/dev/asr/i2odpt.h index 4c9a9d4623187..2151db958a5a5 100644 --- a/sys/dev/asr/i2odpt.h +++ b/sys/dev/asr/i2odpt.h @@ -4,7 +4,7 @@ * Copyright (c) 2000 Adaptec Corporation. * All rights reserved. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/asr/i2odpt.h,v 1.6 2005/01/06 01:42:29 imp Exp $ * ****************************************************************/ diff --git a/sys/dev/asr/i2oexec.h b/sys/dev/asr/i2oexec.h index ae4327a6cb801..70bd9f657ed95 100644 --- a/sys/dev/asr/i2oexec.h +++ b/sys/dev/asr/i2oexec.h @@ -77,7 +77,7 @@ * Developer of the I2O SIG, sign up at the Web site or call 415.750.8352 * (United States). * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/asr/i2oexec.h,v 1.6 2005/01/06 01:42:29 imp Exp $ * ****************************************************************/ diff --git a/sys/dev/asr/i2omsg.h b/sys/dev/asr/i2omsg.h index 833bd9173d387..79a3bbe7ffe18 100644 --- a/sys/dev/asr/i2omsg.h +++ b/sys/dev/asr/i2omsg.h @@ -77,7 +77,7 @@ * Developer of the I2O SIG, sign up at the Web site or call 415.750.8352 * (United States). * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/asr/i2omsg.h,v 1.7 2005/01/06 01:42:29 imp Exp $ * ****************************************************************/ diff --git a/sys/dev/asr/i2otypes.h b/sys/dev/asr/i2otypes.h index c85d92dd2c327..53eeeabce6717 100644 --- a/sys/dev/asr/i2otypes.h +++ b/sys/dev/asr/i2otypes.h @@ -77,7 +77,7 @@ * Developer of the I2O SIG, sign up at the Web site or call 415.750.8352 * (United States). * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/asr/i2otypes.h,v 1.6 2005/01/06 01:42:29 imp Exp $ * ****************************************************************/ diff --git a/sys/dev/asr/i2outil.h b/sys/dev/asr/i2outil.h index c7e3061dbb282..3ba1ccf2f8cfe 100644 --- a/sys/dev/asr/i2outil.h +++ b/sys/dev/asr/i2outil.h @@ -77,7 +77,7 @@ * Developer of the I2O SIG, sign up at the Web site or call 415.750.8352 * (United States). * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/asr/i2outil.h,v 1.6 2005/01/06 01:42:29 imp Exp $ * ****************************************************************/ diff --git a/sys/dev/asr/osd_defs.h b/sys/dev/asr/osd_defs.h index c954be9816b17..481df157a0a71 100644 --- a/sys/dev/asr/osd_defs.h +++ b/sys/dev/asr/osd_defs.h @@ -18,7 +18,7 @@ * arising in any way out of the use of this driver software, even if advised * of the possibility of such damage. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/asr/osd_defs.h,v 1.7 2005/01/06 01:42:29 imp Exp $ */ #ifndef _OSD_DEFS_H diff --git a/sys/dev/asr/osd_unix.h b/sys/dev/asr/osd_unix.h index 04f7a29b6969f..4bb99a60b5ac9 100644 --- a/sys/dev/asr/osd_unix.h +++ b/sys/dev/asr/osd_unix.h @@ -18,7 +18,7 @@ * arising in any way out of the use of this driver software, even if advised * of the possibility of such damage. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/asr/osd_unix.h,v 1.9 2005/01/06 01:42:29 imp Exp $ */ #ifndef __OSD_UNIX_H diff --git a/sys/dev/asr/osd_util.h b/sys/dev/asr/osd_util.h index baa233804a3f6..bf5842eb9448c 100644 --- a/sys/dev/asr/osd_util.h +++ b/sys/dev/asr/osd_util.h @@ -18,7 +18,7 @@ * arising in any way out of the use of this driver software, even if advised * of the possibility of such damage. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/asr/osd_util.h,v 1.10 2005/01/06 01:42:29 imp Exp $ */ #ifndef __OSD_UTIL_H diff --git a/sys/dev/asr/sys_info.h b/sys/dev/asr/sys_info.h index b4c78fe819fd1..d220d0813047c 100644 --- a/sys/dev/asr/sys_info.h +++ b/sys/dev/asr/sys_info.h @@ -18,7 +18,7 @@ * arising in any way out of the use of this driver software, even if advised * of the possibility of such damage. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/asr/sys_info.h,v 1.9 2005/01/06 01:42:29 imp Exp $ */ #ifndef __SYS_INFO_H diff --git a/sys/dev/ata/ata-all.c b/sys/dev/ata/ata-all.c index 2b195bd837212..6a38c05c0b14b 100644 --- a/sys/dev/ata/ata-all.c +++ b/sys/dev/ata/ata-all.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ata/ata-all.c,v 1.252.2.12 2007/11/09 09:58:07 delphij Exp $"); #include "opt_ata.h" #include <sys/param.h> diff --git a/sys/dev/ata/ata-all.h b/sys/dev/ata/ata-all.h index 35d0035631495..b123560d21e04 100644 --- a/sys/dev/ata/ata-all.h +++ b/sys/dev/ata/ata-all.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/dev/ata/ata-all.h,v 1.103.2.13 2007/11/22 07:50:36 sos Exp $ */ /* ATA register defines */ diff --git a/sys/dev/ata/ata-card.c b/sys/dev/ata/ata-card.c index a6747183ee0e4..d31dedf2d0aee 100644 --- a/sys/dev/ata/ata-card.c +++ b/sys/dev/ata/ata-card.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ata/ata-card.c,v 1.36.2.1 2006/01/25 08:13:44 sos Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ata/ata-cbus.c b/sys/dev/ata/ata-cbus.c index 0eaee5ba060c4..0acfa1cad446c 100644 --- a/sys/dev/ata/ata-cbus.c +++ b/sys/dev/ata/ata-cbus.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ata/ata-cbus.c,v 1.22.2.1 2006/01/25 08:13:44 sos Exp $"); #include "opt_ata.h" #include <sys/param.h> diff --git a/sys/dev/ata/ata-chipset.c b/sys/dev/ata/ata-chipset.c index 10603d06a3bba..a09192d0a4e97 100644 --- a/sys/dev/ata/ata-chipset.c +++ b/sys/dev/ata/ata-chipset.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ata/ata-chipset.c,v 1.126.2.23.2.2 2007/12/09 19:27:19 delphij Exp $"); #include "opt_ata.h" #include <sys/param.h> diff --git a/sys/dev/ata/ata-disk.c b/sys/dev/ata/ata-disk.c index 0288337ea57c9..03b2eb552a2f1 100644 --- a/sys/dev/ata/ata-disk.c +++ b/sys/dev/ata/ata-disk.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ata/ata-disk.c,v 1.189.2.6.2.1 2007/12/09 19:27:19 delphij Exp $"); #include "opt_ata.h" #include <sys/param.h> diff --git a/sys/dev/ata/ata-disk.h b/sys/dev/ata/ata-disk.h index c602f2e06b2e0..b12af20a447d6 100644 --- a/sys/dev/ata/ata-disk.h +++ b/sys/dev/ata/ata-disk.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/dev/ata/ata-disk.h,v 1.50.2.1 2006/01/25 08:13:44 sos Exp $ */ /* structure describing an ATA disk */ diff --git a/sys/dev/ata/ata-dma.c b/sys/dev/ata/ata-dma.c index 44c59fdfdd2b2..6f5ad86bccc1d 100644 --- a/sys/dev/ata/ata-dma.c +++ b/sys/dev/ata/ata-dma.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ata/ata-dma.c,v 1.137.2.4 2007/11/22 07:50:36 sos Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ata/ata-isa.c b/sys/dev/ata/ata-isa.c index a5ac568e4bdf1..97a64d0819783 100644 --- a/sys/dev/ata/ata-isa.c +++ b/sys/dev/ata/ata-isa.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ata/ata-isa.c,v 1.29.2.1 2006/01/25 08:13:45 sos Exp $"); #include "opt_ata.h" #include <sys/param.h> diff --git a/sys/dev/ata/ata-lowlevel.c b/sys/dev/ata/ata-lowlevel.c index a7356c0b39e2f..ba50d8efffff4 100644 --- a/sys/dev/ata/ata-lowlevel.c +++ b/sys/dev/ata/ata-lowlevel.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ata/ata-lowlevel.c,v 1.69.2.5 2007/05/25 17:06:46 jhb Exp $"); #include "opt_ata.h" #include <sys/param.h> diff --git a/sys/dev/ata/ata-pci.c b/sys/dev/ata/ata-pci.c index 578feb60ffa40..10fa9857627fe 100644 --- a/sys/dev/ata/ata-pci.c +++ b/sys/dev/ata/ata-pci.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ata/ata-pci.c,v 1.105.2.7 2007/11/22 07:50:36 sos Exp $"); #include "opt_ata.h" #include <sys/param.h> diff --git a/sys/dev/ata/ata-pci.h b/sys/dev/ata/ata-pci.h index c0073d7a80754..aae9efd7b84ff 100644 --- a/sys/dev/ata/ata-pci.h +++ b/sys/dev/ata/ata-pci.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/dev/ata/ata-pci.h,v 1.49.2.15 2007/11/22 07:50:36 sos Exp $ */ /* structure holding chipset config info */ diff --git a/sys/dev/ata/ata-queue.c b/sys/dev/ata/ata-queue.c index 3b3be8b6cb483..d28e294509ac5 100644 --- a/sys/dev/ata/ata-queue.c +++ b/sys/dev/ata/ata-queue.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ata/ata-queue.c,v 1.50.2.8 2007/03/29 19:14:39 thomas Exp $"); #include "opt_ata.h" #include <sys/param.h> diff --git a/sys/dev/ata/ata-raid.c b/sys/dev/ata/ata-raid.c index 7144c81fe06c1..abc0aff954967 100644 --- a/sys/dev/ata/ata-raid.c +++ b/sys/dev/ata/ata-raid.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ata/ata-raid.c,v 1.98.2.10 2007/08/24 18:43:00 jhb Exp $"); #include "opt_ata.h" #include <sys/param.h> diff --git a/sys/dev/ata/ata-raid.h b/sys/dev/ata/ata-raid.h index 12a099f314b50..2c98e5fc04dcb 100644 --- a/sys/dev/ata/ata-raid.h +++ b/sys/dev/ata/ata-raid.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/dev/ata/ata-raid.h,v 1.34.2.4 2006/09/30 14:51:49 sos Exp $ */ /* misc defines */ diff --git a/sys/dev/ata/ata-usb.c b/sys/dev/ata/ata-usb.c index 5c1fbfb680501..2b2dbec7a1a71 100644 --- a/sys/dev/ata/ata-usb.c +++ b/sys/dev/ata/ata-usb.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ata/ata-usb.c,v 1.5.2.1 2006/10/09 18:11:19 sos Exp $"); #include "opt_ata.h" #include <sys/param.h> diff --git a/sys/dev/ata/ata_if.m b/sys/dev/ata/ata_if.m index 2621fef7dfebd..e4c33191a1075 100644 --- a/sys/dev/ata/ata_if.m +++ b/sys/dev/ata/ata_if.m @@ -22,7 +22,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/dev/ata/ata_if.m,v 1.5.2.2 2007/05/25 17:06:46 jhb Exp $ #include <sys/bus.h> #include <sys/kernel.h> diff --git a/sys/dev/ata/atapi-cam.c b/sys/dev/ata/atapi-cam.c index f1f1437532570..0c344d3e277f8 100644 --- a/sys/dev/ata/atapi-cam.c +++ b/sys/dev/ata/atapi-cam.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ata/atapi-cam.c,v 1.42.2.5 2007/05/15 16:19:42 thomas Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ata/atapi-cd.c b/sys/dev/ata/atapi-cd.c index 7438bcebab4b6..f6eea3aec9c89 100644 --- a/sys/dev/ata/atapi-cd.c +++ b/sys/dev/ata/atapi-cd.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ata/atapi-cd.c,v 1.179.2.9 2007/11/22 07:50:36 sos Exp $"); #include "opt_ata.h" #include <sys/param.h> diff --git a/sys/dev/ata/atapi-cd.h b/sys/dev/ata/atapi-cd.h index 33588703ef399..680d39acf6c9c 100644 --- a/sys/dev/ata/atapi-cd.h +++ b/sys/dev/ata/atapi-cd.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/dev/ata/atapi-cd.h,v 1.44.2.2 2007/11/09 09:58:08 delphij Exp $ */ /* CDROM Table Of Contents */ diff --git a/sys/dev/ata/atapi-fd.c b/sys/dev/ata/atapi-fd.c index 290460c962258..30195b3bcfd0e 100644 --- a/sys/dev/ata/atapi-fd.c +++ b/sys/dev/ata/atapi-fd.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ata/atapi-fd.c,v 1.102.2.5 2007/11/22 07:50:36 sos Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ata/atapi-fd.h b/sys/dev/ata/atapi-fd.h index 0a3588a982a3a..afe2221340be6 100644 --- a/sys/dev/ata/atapi-fd.h +++ b/sys/dev/ata/atapi-fd.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/dev/ata/atapi-fd.h,v 1.24.2.2 2006/03/10 12:30:08 sos Exp $ */ /* ATAPI Rewriteable drive Capabilities and Mechanical Status Page */ diff --git a/sys/dev/ata/atapi-tape.c b/sys/dev/ata/atapi-tape.c index 4e673daee527b..9b1c8b5b02ce6 100644 --- a/sys/dev/ata/atapi-tape.c +++ b/sys/dev/ata/atapi-tape.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ata/atapi-tape.c,v 1.99.2.2 2007/11/22 07:50:37 sos Exp $"); #include "opt_ata.h" #include <sys/param.h> diff --git a/sys/dev/ata/atapi-tape.h b/sys/dev/ata/atapi-tape.h index b85c8e4498057..68c4c726145b0 100644 --- a/sys/dev/ata/atapi-tape.h +++ b/sys/dev/ata/atapi-tape.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/dev/ata/atapi-tape.h,v 1.23.2.1 2006/01/25 08:13:45 sos Exp $ */ /* ATAPI tape drive Capabilities and Mechanical Status Page */ diff --git a/sys/dev/ath/ah_osdep.c b/sys/dev/ath/ah_osdep.c index 4f926fddb73b3..a348837e1fb05 100644 --- a/sys/dev/ath/ah_osdep.c +++ b/sys/dev/ath/ah_osdep.c @@ -33,7 +33,7 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF * THE POSSIBILITY OF SUCH DAMAGES. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ath/ah_osdep.c,v 1.1.2.2 2006/10/17 00:20:22 sam Exp $ */ #include "opt_ah.h" diff --git a/sys/dev/ath/ah_osdep.h b/sys/dev/ath/ah_osdep.h index b85608039326a..471afd9a066f5 100644 --- a/sys/dev/ath/ah_osdep.h +++ b/sys/dev/ath/ah_osdep.h @@ -33,7 +33,7 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF * THE POSSIBILITY OF SUCH DAMAGES. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ath/ah_osdep.h,v 1.1.2.1 2006/10/16 01:26:14 sam Exp $ */ #ifndef _ATH_AH_OSDEP_H_ #define _ATH_AH_OSDEP_H_ diff --git a/sys/dev/ath/ath_rate/amrr/amrr.c b/sys/dev/ath/ath_rate/amrr/amrr.c index fc72abfb088df..89f72e038dc22 100644 --- a/sys/dev/ath/ath_rate/amrr/amrr.c +++ b/sys/dev/ath/ath_rate/amrr/amrr.c @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ath/ath_rate/amrr/amrr.c,v 1.8.2.4 2007/01/27 07:12:57 sam Exp $"); /* * AMRR rate control. See: diff --git a/sys/dev/ath/ath_rate/amrr/amrr.h b/sys/dev/ath/ath_rate/amrr/amrr.h index cb5d135975bf2..1c52df17d3cdc 100644 --- a/sys/dev/ath/ath_rate/amrr/amrr.h +++ b/sys/dev/ath/ath_rate/amrr/amrr.h @@ -34,7 +34,7 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF * THE POSSIBILITY OF SUCH DAMAGES. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ath/ath_rate/amrr/amrr.h,v 1.2 2004/12/31 22:41:45 sam Exp $ */ #ifndef _DEV_ATH_RATE_AMRR_H diff --git a/sys/dev/ath/ath_rate/onoe/onoe.c b/sys/dev/ath/ath_rate/onoe/onoe.c index 4cda9e122d1e3..118cc1eb3fe0d 100644 --- a/sys/dev/ath/ath_rate/onoe/onoe.c +++ b/sys/dev/ath/ath_rate/onoe/onoe.c @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ath/ath_rate/onoe/onoe.c,v 1.8.2.4 2007/01/27 07:12:58 sam Exp $"); /* * Atsushi Onoe's rate control algorithm. diff --git a/sys/dev/ath/ath_rate/onoe/onoe.h b/sys/dev/ath/ath_rate/onoe/onoe.h index 9d0661c23e7f9..565c705d3ddf6 100644 --- a/sys/dev/ath/ath_rate/onoe/onoe.h +++ b/sys/dev/ath/ath_rate/onoe/onoe.h @@ -33,7 +33,7 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF * THE POSSIBILITY OF SUCH DAMAGES. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ath/ath_rate/onoe/onoe.h,v 1.2 2004/12/31 22:41:45 sam Exp $ */ /* diff --git a/sys/dev/ath/ath_rate/sample/sample.c b/sys/dev/ath/ath_rate/sample/sample.c index a87352705500a..e36303c808c83 100644 --- a/sys/dev/ath/ath_rate/sample/sample.c +++ b/sys/dev/ath/ath_rate/sample/sample.c @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ath/ath_rate/sample/sample.c,v 1.8.2.4 2007/01/27 07:12:58 sam Exp $"); /* * John Bicket's SampleRate control algorithm. diff --git a/sys/dev/ath/ath_rate/sample/sample.h b/sys/dev/ath/ath_rate/sample/sample.h index 90593aa6160d5..b43f03765a2d2 100644 --- a/sys/dev/ath/ath_rate/sample/sample.h +++ b/sys/dev/ath/ath_rate/sample/sample.h @@ -33,7 +33,7 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF * THE POSSIBILITY OF SUCH DAMAGES. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ath/ath_rate/sample/sample.h,v 1.3.2.3 2007/01/27 07:12:58 sam Exp $ */ /* diff --git a/sys/dev/ath/if_ath.c b/sys/dev/ath/if_ath.c index 2dbaa4c7006cd..83561f388fc39 100644 --- a/sys/dev/ath/if_ath.c +++ b/sys/dev/ath/if_ath.c @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ath/if_ath.c,v 1.94.2.39 2007/10/28 18:14:57 sam Exp $"); /* * Driver for the Atheros Wireless LAN controller. diff --git a/sys/dev/ath/if_ath_pci.c b/sys/dev/ath/if_ath_pci.c index 0d906a4c907a2..77a9d4ecbb2ff 100644 --- a/sys/dev/ath/if_ath_pci.c +++ b/sys/dev/ath/if_ath_pci.c @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ath/if_ath_pci.c,v 1.12.2.2 2006/12/24 00:15:55 sam Exp $"); /* * PCI/Cardbus front-end for the Atheros Wireless LAN controller driver. diff --git a/sys/dev/ath/if_athioctl.h b/sys/dev/ath/if_athioctl.h index 193cf783c9005..2b9c47b9d5778 100644 --- a/sys/dev/ath/if_athioctl.h +++ b/sys/dev/ath/if_athioctl.h @@ -33,7 +33,7 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF * THE POSSIBILITY OF SUCH DAMAGES. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ath/if_athioctl.h,v 1.10.2.5 2006/09/02 15:37:09 sam Exp $ */ /* diff --git a/sys/dev/ath/if_athrate.h b/sys/dev/ath/if_athrate.h index 385bf2a2c7e3f..c11e70ca1886d 100644 --- a/sys/dev/ath/if_athrate.h +++ b/sys/dev/ath/if_athrate.h @@ -34,7 +34,7 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF * THE POSSIBILITY OF SUCH DAMAGES. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ath/if_athrate.h,v 1.4.2.1 2007/01/27 07:12:57 sam Exp $ */ #ifndef _ATH_RATECTRL_H_ #define _ATH_RATECTRL_H_ diff --git a/sys/dev/ath/if_athvar.h b/sys/dev/ath/if_athvar.h index e11a85f9602dc..6cce0d30a8282 100644 --- a/sys/dev/ath/if_athvar.h +++ b/sys/dev/ath/if_athvar.h @@ -33,7 +33,7 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF * THE POSSIBILITY OF SUCH DAMAGES. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ath/if_athvar.h,v 1.27.2.15 2007/03/19 05:34:30 sam Exp $ */ /* diff --git a/sys/dev/atkbdc/atkbd.c b/sys/dev/atkbdc/atkbd.c index 0f60b2b572dd7..a9f8070650ed8 100644 --- a/sys/dev/atkbdc/atkbd.c +++ b/sys/dev/atkbdc/atkbd.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/atkbdc/atkbd.c,v 1.47.2.3 2006/10/29 07:31:40 ru Exp $"); #include "opt_kbd.h" #include "opt_atkbd.h" diff --git a/sys/dev/atkbdc/atkbd_atkbdc.c b/sys/dev/atkbdc/atkbd_atkbdc.c index 63c30d99f5c97..46a7c9bb49205 100644 --- a/sys/dev/atkbdc/atkbd_atkbdc.c +++ b/sys/dev/atkbdc/atkbd_atkbdc.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/atkbdc/atkbd_atkbdc.c,v 1.19 2005/06/10 20:56:37 marius Exp $"); #include "opt_kbd.h" diff --git a/sys/dev/atkbdc/atkbdc.c b/sys/dev/atkbdc/atkbdc.c index 6d6fe17faf610..ed4b11ebf8238 100644 --- a/sys/dev/atkbdc/atkbdc.c +++ b/sys/dev/atkbdc/atkbdc.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/atkbdc/atkbdc.c,v 1.21.2.2 2006/09/22 01:05:30 dwhite Exp $"); #include "opt_kbd.h" diff --git a/sys/dev/atkbdc/atkbdc_ebus.c b/sys/dev/atkbdc/atkbdc_ebus.c index 639203d548bc2..0c59180cd001f 100644 --- a/sys/dev/atkbdc/atkbdc_ebus.c +++ b/sys/dev/atkbdc/atkbdc_ebus.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/atkbdc/atkbdc_ebus.c,v 1.1 2005/06/10 20:56:37 marius Exp $"); #include "opt_kbd.h" diff --git a/sys/dev/atkbdc/atkbdc_isa.c b/sys/dev/atkbdc/atkbdc_isa.c index 96abfb5a15616..896249b79d79f 100644 --- a/sys/dev/atkbdc/atkbdc_isa.c +++ b/sys/dev/atkbdc/atkbdc_isa.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/atkbdc/atkbdc_isa.c,v 1.33.2.1 2006/05/26 00:56:14 sobomax Exp $"); #include "opt_kbd.h" diff --git a/sys/dev/atkbdc/atkbdc_subr.c b/sys/dev/atkbdc/atkbdc_subr.c index b97b592bafa9a..a7e91fdefba45 100644 --- a/sys/dev/atkbdc/atkbdc_subr.c +++ b/sys/dev/atkbdc/atkbdc_subr.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/atkbdc/atkbdc_subr.c,v 1.33 2005/06/10 20:56:37 marius Exp $"); #include "opt_kbd.h" diff --git a/sys/dev/atkbdc/atkbdc_subr.h b/sys/dev/atkbdc/atkbdc_subr.h index fa8f1f8000b87..a449ff8819330 100644 --- a/sys/dev/atkbdc/atkbdc_subr.h +++ b/sys/dev/atkbdc/atkbdc_subr.h @@ -24,7 +24,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * from: FreeBSD: src/sys/isa/atkbdc_isa.c,v 1.31 2005/05/29 04:42:28 nyan Exp - * $FreeBSD$ + * $FreeBSD: src/sys/dev/atkbdc/atkbdc_subr.h,v 1.1 2005/06/10 20:56:37 marius Exp $ */ #ifndef _DEV_ATKBDC_ATKBDC_SUBR_H_ diff --git a/sys/dev/atkbdc/atkbdcreg.h b/sys/dev/atkbdc/atkbdcreg.h index 0715d9ece634b..4d4bfb9f08bb4 100644 --- a/sys/dev/atkbdc/atkbdcreg.h +++ b/sys/dev/atkbdc/atkbdcreg.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/dev/atkbdc/atkbdcreg.h,v 1.12 2005/06/10 20:56:37 marius Exp $ * from kbdio.h,v 1.8 1998/09/25 11:55:46 yokota Exp */ diff --git a/sys/dev/atkbdc/atkbdreg.h b/sys/dev/atkbdc/atkbdreg.h index cf7ee6b31280b..594895a91bec3 100644 --- a/sys/dev/atkbdc/atkbdreg.h +++ b/sys/dev/atkbdc/atkbdreg.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/dev/atkbdc/atkbdreg.h,v 1.9 2005/06/10 20:56:37 marius Exp $ */ #ifndef _DEV_ATKBDC_ATKBDREG_H_ diff --git a/sys/dev/atkbdc/psm.c b/sys/dev/atkbdc/psm.c index c353e719e2e81..7543107f885b9 100644 --- a/sys/dev/atkbdc/psm.c +++ b/sys/dev/atkbdc/psm.c @@ -59,7 +59,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/atkbdc/psm.c,v 1.86.2.2 2006/04/21 09:40:25 takawata Exp $"); #include "opt_isa.h" #include "opt_psm.h" diff --git a/sys/dev/atkbdc/psm.h b/sys/dev/atkbdc/psm.h index e687728f56ebd..dd025f1f9d3bb 100644 --- a/sys/dev/atkbdc/psm.h +++ b/sys/dev/atkbdc/psm.h @@ -21,7 +21,7 @@ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * from: FreeBSD: src/sys/isa/psm.c,v 1.84 2005/01/10 13:05:58 philip - * $FreeBSD$ + * $FreeBSD: src/sys/dev/atkbdc/psm.h,v 1.1 2005/06/10 20:56:37 marius Exp $ */ #ifndef _DEV_ATKBDC_PSM_H_ diff --git a/sys/dev/auxio/auxio.c b/sys/dev/auxio/auxio.c index 9943a0afd600c..b1996f56127ae 100644 --- a/sys/dev/auxio/auxio.c +++ b/sys/dev/auxio/auxio.c @@ -61,7 +61,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/auxio/auxio.c,v 1.4.2.1 2006/01/30 21:47:48 marius Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/auxio/auxioreg.h b/sys/dev/auxio/auxioreg.h index 0c9ce8e9fa933..5dd1c388033d3 100644 --- a/sys/dev/auxio/auxioreg.h +++ b/sys/dev/auxio/auxioreg.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/auxio/auxioreg.h,v 1.2 2005/01/06 01:42:30 imp Exp $ */ /* $NetBSD: auxioreg.h,v 1.4 2001/10/22 07:31:41 mrg Exp $ */ /*- diff --git a/sys/dev/awi/am79c930.c b/sys/dev/awi/am79c930.c index a2eddd4bd7680..e7717c866edcf 100644 --- a/sys/dev/awi/am79c930.c +++ b/sys/dev/awi/am79c930.c @@ -65,7 +65,7 @@ __KERNEL_RCSID(0, "$NetBSD: am79c930.c,v 1.9 2004/01/15 09:33:48 onoe Exp $"); #endif #ifdef __FreeBSD__ -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/awi/am79c930.c,v 1.7 2005/05/29 04:42:18 nyan Exp $"); #endif #include <sys/param.h> diff --git a/sys/dev/awi/am79c930reg.h b/sys/dev/awi/am79c930reg.h index 74d38bf38b37d..c31b4c75e127e 100644 --- a/sys/dev/awi/am79c930reg.h +++ b/sys/dev/awi/am79c930reg.h @@ -1,5 +1,5 @@ /* $NetBSD: am79c930reg.h,v 1.4 2003/11/02 11:07:45 wiz Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/awi/am79c930reg.h,v 1.2 2004/01/15 10:04:20 onoe Exp $ */ /*- * Copyright (c) 1999 The NetBSD Foundation, Inc. diff --git a/sys/dev/awi/am79c930var.h b/sys/dev/awi/am79c930var.h index 3836521f1e290..64e6964bfb9bb 100644 --- a/sys/dev/awi/am79c930var.h +++ b/sys/dev/awi/am79c930var.h @@ -1,5 +1,5 @@ /* $NetBSD: am79c930var.h,v 1.3 2004/01/15 09:33:48 onoe Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/awi/am79c930var.h,v 1.3 2004/01/15 10:04:20 onoe Exp $ */ /*- * Copyright (c) 1999 The NetBSD Foundation, Inc. diff --git a/sys/dev/awi/awi.c b/sys/dev/awi/awi.c index da32cc0b9e9a8..451b1f05219e4 100644 --- a/sys/dev/awi/awi.c +++ b/sys/dev/awi/awi.c @@ -89,7 +89,7 @@ __KERNEL_RCSID(0, "$NetBSD: awi.c,v 1.62 2004/01/16 14:13:15 onoe Exp $"); #endif #ifdef __FreeBSD__ -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/awi/awi.c,v 1.37.2.5 2007/01/19 23:01:27 jhb Exp $"); #endif #include "opt_inet.h" diff --git a/sys/dev/awi/awireg.h b/sys/dev/awi/awireg.h index 555e058b3d146..133505be439af 100644 --- a/sys/dev/awi/awireg.h +++ b/sys/dev/awi/awireg.h @@ -1,5 +1,5 @@ /* $NetBSD: awireg.h,v 1.8 2003/01/20 05:30:06 simonb Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/awi/awireg.h,v 1.2 2004/01/15 10:04:20 onoe Exp $ */ /*- * Copyright (c) 1999 The NetBSD Foundation, Inc. diff --git a/sys/dev/awi/awivar.h b/sys/dev/awi/awivar.h index 25934ab0e1274..1d3143c8df606 100644 --- a/sys/dev/awi/awivar.h +++ b/sys/dev/awi/awivar.h @@ -1,5 +1,5 @@ /* $NetBSD: awivar.h,v 1.20 2004/01/15 09:39:15 onoe Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/awi/awivar.h,v 1.12 2005/06/10 16:49:05 brooks Exp $ */ /*- * Copyright (c) 1999,2000,2001 The NetBSD Foundation, Inc. diff --git a/sys/dev/awi/if_awi_pccard.c b/sys/dev/awi/if_awi_pccard.c index bc8bb328dc402..5cc60c9e4448e 100644 --- a/sys/dev/awi/if_awi_pccard.c +++ b/sys/dev/awi/if_awi_pccard.c @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/awi/if_awi_pccard.c,v 1.21 2005/06/24 14:36:51 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/bce/if_bce.c b/sys/dev/bce/if_bce.c index 4aac415f3afaf..0c3b4f499334e 100644 --- a/sys/dev/bce/if_bce.c +++ b/sys/dev/bce/if_bce.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/bce/if_bce.c,v 1.2.2.20 2007/08/20 21:47:49 davidch Exp $"); /* * The following controllers are supported by this driver: diff --git a/sys/dev/bce/if_bcefw.h b/sys/dev/bce/if_bcefw.h index 3cb134d5733ac..f01dfc02ead78 100644 --- a/sys/dev/bce/if_bcefw.h +++ b/sys/dev/bce/if_bcefw.h @@ -26,7 +26,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/dev/bce/if_bcefw.h,v 1.1.2.2 2007/06/14 21:28:14 davidch Exp $ */ /* diff --git a/sys/dev/bce/if_bcereg.h b/sys/dev/bce/if_bcereg.h index f4d7cd760ec41..dcfe7a541a4b6 100644 --- a/sys/dev/bce/if_bcereg.h +++ b/sys/dev/bce/if_bcereg.h @@ -26,7 +26,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/dev/bce/if_bcereg.h,v 1.1.2.8 2007/08/20 21:47:49 davidch Exp $ */ #ifndef _BCE_H_DEFINED diff --git a/sys/dev/bfe/if_bfe.c b/sys/dev/bfe/if_bfe.c index f59dd88ae8b28..ee4e1ef5eef5a 100644 --- a/sys/dev/bfe/if_bfe.c +++ b/sys/dev/bfe/if_bfe.c @@ -26,7 +26,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/bfe/if_bfe.c,v 1.25.2.7 2006/12/01 17:02:35 jhb Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/bfe/if_bfereg.h b/sys/dev/bfe/if_bfereg.h index f5af78069b972..fc127c2e5401b 100644 --- a/sys/dev/bfe/if_bfereg.h +++ b/sys/dev/bfe/if_bfereg.h @@ -22,7 +22,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/bfe/if_bfereg.h,v 1.7.2.1 2006/06/18 06:23:14 silby Exp $ */ #ifndef _BFE_H #define _BFE_H diff --git a/sys/dev/bge/if_bge.c b/sys/dev/bge/if_bge.c index 58dcae865a528..8251e37d2ba80 100644 --- a/sys/dev/bge/if_bge.c +++ b/sys/dev/bge/if_bge.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/bge/if_bge.c,v 1.91.2.23 2007/05/08 16:18:21 jkim Exp $"); /* * Broadcom BCM570x family gigabit ethernet driver for FreeBSD. diff --git a/sys/dev/bge/if_bgereg.h b/sys/dev/bge/if_bgereg.h index 769cbdff369a0..435decb4f52f6 100644 --- a/sys/dev/bge/if_bgereg.h +++ b/sys/dev/bge/if_bgereg.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/dev/bge/if_bgereg.h,v 1.36.2.10 2007/03/21 22:53:22 jkim Exp $ */ /* diff --git a/sys/dev/bktr/CHANGELOG.TXT b/sys/dev/bktr/CHANGELOG.TXT index 6c7fd057ccf26..605be6bbde6e4 100755 --- a/sys/dev/bktr/CHANGELOG.TXT +++ b/sys/dev/bktr/CHANGELOG.TXT @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/bktr/CHANGELOG.TXT,v 1.20.2.1 2006/07/09 15:38:31 markm Exp $ */ /* * This is part of the Driver for Video Capture Cards (Frame grabbers) diff --git a/sys/dev/bktr/bktr_audio.c b/sys/dev/bktr/bktr_audio.c index efc63da05bf4d..e4aff8cecb679 100644 --- a/sys/dev/bktr/bktr_audio.c +++ b/sys/dev/bktr/bktr_audio.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/bktr/bktr_audio.c,v 1.16 2005/05/29 04:42:18 nyan Exp $"); /* * This is part of the Driver for Video Capture Cards (Frame grabbers) diff --git a/sys/dev/bktr/bktr_audio.h b/sys/dev/bktr/bktr_audio.h index c05e40c31ea3f..fd31fb0d6b313 100644 --- a/sys/dev/bktr/bktr_audio.h +++ b/sys/dev/bktr/bktr_audio.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/bktr/bktr_audio.h,v 1.4 2005/01/06 01:42:31 imp Exp $ */ /* * This is part of the Driver for Video Capture Cards (Frame grabbers) * and TV Tuner cards using the Brooktree Bt848, Bt848A, Bt849A, Bt878, Bt879 diff --git a/sys/dev/bktr/bktr_card.c b/sys/dev/bktr/bktr_card.c index 8882b8bfb2ca4..754d3dc3b25c1 100644 --- a/sys/dev/bktr/bktr_card.c +++ b/sys/dev/bktr/bktr_card.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/bktr/bktr_card.c,v 1.34.2.1 2006/01/14 14:18:34 netchild Exp $"); /* * This is part of the Driver for Video Capture Cards (Frame grabbers) diff --git a/sys/dev/bktr/bktr_card.h b/sys/dev/bktr/bktr_card.h index 30a90a880d688..e4a2106733e4c 100644 --- a/sys/dev/bktr/bktr_card.h +++ b/sys/dev/bktr/bktr_card.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/bktr/bktr_card.h,v 1.11.2.1 2006/01/14 14:18:34 netchild Exp $ */ /* * This is part of the Driver for Video Capture Cards (Frame grabbers) diff --git a/sys/dev/bktr/bktr_core.c b/sys/dev/bktr/bktr_core.c index 41f0b09ad6ea6..38ce4b3b09944 100644 --- a/sys/dev/bktr/bktr_core.c +++ b/sys/dev/bktr/bktr_core.c @@ -63,7 +63,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/bktr/bktr_core.c,v 1.139 2005/05/29 04:42:18 nyan Exp $"); /* * This is part of the Driver for Video Capture Cards (Frame grabbers) diff --git a/sys/dev/bktr/bktr_core.h b/sys/dev/bktr/bktr_core.h index 980ced76621a3..d707bf58f1a84 100644 --- a/sys/dev/bktr/bktr_core.h +++ b/sys/dev/bktr/bktr_core.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/bktr/bktr_core.h,v 1.7 2005/01/06 01:42:31 imp Exp $ */ /* * This is part of the Driver for Video Capture Cards (Frame grabbers) diff --git a/sys/dev/bktr/bktr_i2c.c b/sys/dev/bktr/bktr_i2c.c index 0bf52628c8e92..08d9a5f031c68 100644 --- a/sys/dev/bktr/bktr_i2c.c +++ b/sys/dev/bktr/bktr_i2c.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/bktr/bktr_i2c.c,v 1.27.2.1 2006/09/22 19:19:15 jhb Exp $"); /* * I2C support for the bti2c chipset. diff --git a/sys/dev/bktr/bktr_i2c.h b/sys/dev/bktr/bktr_i2c.h index 5008e6bfb9ceb..f04eb0a070056 100644 --- a/sys/dev/bktr/bktr_i2c.h +++ b/sys/dev/bktr/bktr_i2c.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/dev/bktr/bktr_i2c.h,v 1.4.14.1 2006/09/22 19:19:15 jhb Exp $ * */ #ifndef _BT848_I2C_H diff --git a/sys/dev/bktr/bktr_mem.c b/sys/dev/bktr/bktr_mem.c index 77c5971bacd46..0961a3034a3a5 100644 --- a/sys/dev/bktr/bktr_mem.c +++ b/sys/dev/bktr/bktr_mem.c @@ -44,7 +44,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/bktr/bktr_mem.c,v 1.13 2005/01/27 01:40:12 imp Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/dev/bktr/bktr_mem.h b/sys/dev/bktr/bktr_mem.h index 8feb55206c11d..87bd3ca08021b 100644 --- a/sys/dev/bktr/bktr_mem.h +++ b/sys/dev/bktr/bktr_mem.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/bktr/bktr_mem.h,v 1.2 2005/01/06 01:42:31 imp Exp $ */ /* * This is prt of the Driver for Video Capture Cards (Frame grabbers) diff --git a/sys/dev/bktr/bktr_os.c b/sys/dev/bktr/bktr_os.c index e51cdf92dfe31..ccf24f624bc0d 100644 --- a/sys/dev/bktr/bktr_os.c +++ b/sys/dev/bktr/bktr_os.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/bktr/bktr_os.c,v 1.51.2.2 2006/10/17 03:45:54 jmg Exp $"); /* * This is part of the Driver for Video Capture Cards (Frame grabbers) diff --git a/sys/dev/bktr/bktr_os.h b/sys/dev/bktr/bktr_os.h index 1cd708df3c6ad..74ead039940df 100644 --- a/sys/dev/bktr/bktr_os.h +++ b/sys/dev/bktr/bktr_os.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/bktr/bktr_os.h,v 1.8 2005/01/06 01:42:31 imp Exp $ */ /* * This is part of the Driver for Video Capture Cards (Frame grabbers) diff --git a/sys/dev/bktr/bktr_reg.h b/sys/dev/bktr/bktr_reg.h index 982fe2c4a6000..7373dcefea295 100644 --- a/sys/dev/bktr/bktr_reg.h +++ b/sys/dev/bktr/bktr_reg.h @@ -1,5 +1,5 @@ /*- - * $FreeBSD$ + * $FreeBSD: src/sys/dev/bktr/bktr_reg.h,v 1.50 2005/05/24 20:42:08 cognet Exp $ * * Copyright (c) 1999 Roger Hardiman * Copyright (c) 1998 Amancio Hasty diff --git a/sys/dev/bktr/bktr_tuner.c b/sys/dev/bktr/bktr_tuner.c index df24c862cd479..007c4429c88a1 100644 --- a/sys/dev/bktr/bktr_tuner.c +++ b/sys/dev/bktr/bktr_tuner.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/bktr/bktr_tuner.c,v 1.19.2.1 2006/01/14 14:18:34 netchild Exp $"); /* * This is part of the Driver for Video Capture Cards (Frame grabbers) diff --git a/sys/dev/bktr/bktr_tuner.h b/sys/dev/bktr/bktr_tuner.h index cc00150151ff6..538b82af45b35 100644 --- a/sys/dev/bktr/bktr_tuner.h +++ b/sys/dev/bktr/bktr_tuner.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/bktr/bktr_tuner.h,v 1.6.2.1 2006/01/14 14:18:34 netchild Exp $ */ /* * This is part of the Driver for Video Capture Cards (Frame grabbers) diff --git a/sys/dev/bktr/ioctl_bt848.h b/sys/dev/bktr/ioctl_bt848.h index 3731e7d2b34bd..fca5decc36038 100644 --- a/sys/dev/bktr/ioctl_bt848.h +++ b/sys/dev/bktr/ioctl_bt848.h @@ -1,7 +1,7 @@ /* * extensions to ioctl_meteor.h for the bt848 cards * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/bktr/ioctl_bt848.h,v 1.30 2003/12/20 17:12:25 obrien Exp $ */ #ifndef _DEV_BKTR_IOCTL_BT848_H_ diff --git a/sys/dev/bktr/ioctl_meteor.h b/sys/dev/bktr/ioctl_meteor.h index 681990aa03c0d..2f3320319b33f 100644 --- a/sys/dev/bktr/ioctl_meteor.h +++ b/sys/dev/bktr/ioctl_meteor.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/dev/bktr/ioctl_meteor.h,v 1.16 2005/01/06 01:42:31 imp Exp $ */ /* * ioctl constants for Matrox Meteor Capture card. diff --git a/sys/dev/bktr/msp34xx.c b/sys/dev/bktr/msp34xx.c index 940205ac4af8e..df96ce1aa24fa 100644 --- a/sys/dev/bktr/msp34xx.c +++ b/sys/dev/bktr/msp34xx.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/dev/bktr/msp34xx.c,v 1.5 2004/12/16 23:19:57 julian Exp $ */ /* diff --git a/sys/dev/buslogic/bt.c b/sys/dev/buslogic/bt.c index 6d44c50fc7098..d21feed586f71 100644 --- a/sys/dev/buslogic/bt.c +++ b/sys/dev/buslogic/bt.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/buslogic/bt.c,v 1.45.2.1 2006/12/14 02:57:06 mjacob Exp $"); /* * Special thanks to Leonard N. Zubkoff for writing such a complete and diff --git a/sys/dev/buslogic/bt_eisa.c b/sys/dev/buslogic/bt_eisa.c index 85a13ac0f5267..4696d5c08d71b 100644 --- a/sys/dev/buslogic/bt_eisa.c +++ b/sys/dev/buslogic/bt_eisa.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/buslogic/bt_eisa.c,v 1.21.2.1 2006/12/14 02:57:06 mjacob Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/buslogic/bt_isa.c b/sys/dev/buslogic/bt_isa.c index 6206dc6ffdf1b..912aaf009bfdd 100644 --- a/sys/dev/buslogic/bt_isa.c +++ b/sys/dev/buslogic/bt_isa.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/buslogic/bt_isa.c,v 1.25.2.1 2006/12/14 02:57:06 mjacob Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/buslogic/bt_mca.c b/sys/dev/buslogic/bt_mca.c index 2f72ee4264123..df46a7686221f 100644 --- a/sys/dev/buslogic/bt_mca.c +++ b/sys/dev/buslogic/bt_mca.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/buslogic/bt_mca.c,v 1.10.2.1 2006/12/14 02:57:06 mjacob Exp $"); /* * Written using the bt_isa/bt_pci code as a reference. diff --git a/sys/dev/buslogic/bt_pci.c b/sys/dev/buslogic/bt_pci.c index de7cc9ed4e8b3..822027810aff5 100644 --- a/sys/dev/buslogic/bt_pci.c +++ b/sys/dev/buslogic/bt_pci.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/buslogic/bt_pci.c,v 1.20.2.1 2006/12/14 02:57:06 mjacob Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/buslogic/btreg.h b/sys/dev/buslogic/btreg.h index be6e74f90ebe8..8bf5b2366d41a 100644 --- a/sys/dev/buslogic/btreg.h +++ b/sys/dev/buslogic/btreg.h @@ -31,7 +31,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/buslogic/btreg.h,v 1.16 2005/01/06 01:42:31 imp Exp $ */ #ifndef _BTREG_H_ diff --git a/sys/dev/cardbus/cardbus.c b/sys/dev/cardbus/cardbus.c index bf84f00ffe487..7c09f92ca5f58 100644 --- a/sys/dev/cardbus/cardbus.c +++ b/sys/dev/cardbus/cardbus.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/cardbus/cardbus.c,v 1.52.2.4 2006/12/28 22:20:40 jhb Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/cardbus/cardbus_cis.c b/sys/dev/cardbus/cardbus_cis.c index e44d69c4ca47b..dd72bed7052fc 100644 --- a/sys/dev/cardbus/cardbus_cis.c +++ b/sys/dev/cardbus/cardbus_cis.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/cardbus/cardbus_cis.c,v 1.50.2.2 2006/03/01 18:19:33 imp Exp $"); /* * CIS Handling for the Cardbus Bus diff --git a/sys/dev/cardbus/cardbus_cis.h b/sys/dev/cardbus/cardbus_cis.h index 086e4ea2f64fb..a5c2c9d4d7ea9 100644 --- a/sys/dev/cardbus/cardbus_cis.h +++ b/sys/dev/cardbus/cardbus_cis.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/dev/cardbus/cardbus_cis.h,v 1.13 2005/02/06 21:03:13 imp Exp $ */ /* diff --git a/sys/dev/cardbus/cardbus_device.c b/sys/dev/cardbus/cardbus_device.c index c03a18a2002e2..fd88fb0af4977 100644 --- a/sys/dev/cardbus/cardbus_device.c +++ b/sys/dev/cardbus/cardbus_device.c @@ -26,7 +26,7 @@ * */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/cardbus/cardbus_device.c,v 1.1.2.1 2006/01/30 20:04:59 imp Exp $"); #include <sys/param.h> #include <sys/conf.h> diff --git a/sys/dev/cardbus/cardbusreg.h b/sys/dev/cardbus/cardbusreg.h index 76332a0ddfd01..a0b37505a27b7 100644 --- a/sys/dev/cardbus/cardbusreg.h +++ b/sys/dev/cardbus/cardbusreg.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/dev/cardbus/cardbusreg.h,v 1.8.2.2 2006/03/01 18:19:33 imp Exp $ */ /* diff --git a/sys/dev/cardbus/cardbusvar.h b/sys/dev/cardbus/cardbusvar.h index 1e067ea2d64bb..f15e9857dfb10 100644 --- a/sys/dev/cardbus/cardbusvar.h +++ b/sys/dev/cardbus/cardbusvar.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/dev/cardbus/cardbusvar.h,v 1.11.2.2 2006/03/01 18:19:33 imp Exp $ */ /* diff --git a/sys/dev/ce/ceddk.c b/sys/dev/ce/ceddk.c index bc9801292090b..5cc275a62600a 100644 --- a/sys/dev/ce/ceddk.c +++ b/sys/dev/ce/ceddk.c @@ -16,7 +16,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ce/ceddk.c,v 1.1.6.1 2006/03/10 22:57:36 rik Exp $"); #include <dev/cx/machdep.h> #include <dev/ce/ceddk.h> diff --git a/sys/dev/ce/ceddk.h b/sys/dev/ce/ceddk.h index 8cd8c67774bb7..6826be75469c5 100644 --- a/sys/dev/ce/ceddk.h +++ b/sys/dev/ce/ceddk.h @@ -13,7 +13,7 @@ * works or modified versions. * * $Cronyx: ceddk.h,v 1.2.6.1 2005/11/09 13:01:39 rik Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ce/ceddk.h,v 1.1.6.1 2006/03/10 22:57:36 rik Exp $ */ #define TAU32_UserContext_Add void *sys; diff --git a/sys/dev/ce/if_ce.c b/sys/dev/ce/if_ce.c index 7c0aec0f53340..3c6c25b2ddec3 100644 --- a/sys/dev/ce/if_ce.c +++ b/sys/dev/ce/if_ce.c @@ -16,7 +16,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ce/if_ce.c,v 1.3.6.3 2007/05/12 06:10:09 nyan Exp $"); #include <sys/param.h> diff --git a/sys/dev/ce/ng_ce.h b/sys/dev/ce/ng_ce.h index b8e9604c4f5e5..4d03ff55512b8 100644 --- a/sys/dev/ce/ng_ce.h +++ b/sys/dev/ce/ng_ce.h @@ -13,7 +13,7 @@ * works or modified versions. * * $Cronyx: ng_ce.h,v 1.2 2005/04/23 20:11:57 rik Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ce/ng_ce.h,v 1.1.6.1 2006/03/10 22:57:36 rik Exp $ */ #ifdef NETGRAPH diff --git a/sys/dev/ce/tau32-ddk.c b/sys/dev/ce/tau32-ddk.c index 262c8ab38056d..b8cdd733dcc4e 100644 --- a/sys/dev/ce/tau32-ddk.c +++ b/sys/dev/ce/tau32-ddk.c @@ -22,7 +22,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ce/tau32-ddk.c,v 1.2.6.1 2006/03/10 22:57:36 rik Exp $"); #ifndef __noinline # ifdef __GNUC__ diff --git a/sys/dev/ce/tau32-ddk.h b/sys/dev/ce/tau32-ddk.h index 7c2e92b091456..aab016e15bb2c 100644 --- a/sys/dev/ce/tau32-ddk.h +++ b/sys/dev/ce/tau32-ddk.h @@ -8,7 +8,7 @@ * * $Cronyx: tau32-ddk.h,v 1.2 2006/02/01 09:14:40 ly Exp $ * $Rik: tau32-ddk.h,v 1.7 2006/02/28 22:33:29 rik Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ce/tau32-ddk.h,v 1.2.6.1 2006/03/10 22:57:36 rik Exp $ */ #if defined(__GNUC__) || defined(__TURBOC__) diff --git a/sys/dev/ciss/ciss.c b/sys/dev/ciss/ciss.c index e034d8558c0fc..5ed9782686666 100644 --- a/sys/dev/ciss/ciss.c +++ b/sys/dev/ciss/ciss.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/dev/ciss/ciss.c,v 1.64.2.4 2006/12/14 22:00:53 mjacob Exp $ */ /* diff --git a/sys/dev/ciss/cissio.h b/sys/dev/ciss/cissio.h index e05422a5ad369..570cee06ce203 100644 --- a/sys/dev/ciss/cissio.h +++ b/sys/dev/ciss/cissio.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/dev/ciss/cissio.h,v 1.5 2005/05/18 05:31:34 ps Exp $ */ /* diff --git a/sys/dev/ciss/cissreg.h b/sys/dev/ciss/cissreg.h index 16af7bcb03ff1..3ffddfaf5fdfe 100644 --- a/sys/dev/ciss/cissreg.h +++ b/sys/dev/ciss/cissreg.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/dev/ciss/cissreg.h,v 1.15.2.1 2005/09/16 17:59:48 ps Exp $ */ /* diff --git a/sys/dev/ciss/cissvar.h b/sys/dev/ciss/cissvar.h index 24f8126a72ec5..8753cf96ff2a2 100644 --- a/sys/dev/ciss/cissvar.h +++ b/sys/dev/ciss/cissvar.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/dev/ciss/cissvar.h,v 1.10 2005/04/19 06:11:16 ps Exp $ */ /* diff --git a/sys/dev/cm/if_cm_isa.c b/sys/dev/cm/if_cm_isa.c index 1baa6870991c1..372bbb6972bda 100644 --- a/sys/dev/cm/if_cm_isa.c +++ b/sys/dev/cm/if_cm_isa.c @@ -1,7 +1,7 @@ /* $NetBSD: if_bah_zbus.c,v 1.6 2000/01/23 21:06:12 aymeric Exp $ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/cm/if_cm_isa.c,v 1.6.2.1 2005/08/25 05:01:06 rwatson Exp $"); /*- * Copyright (c) 1994, 1995, 1998 The NetBSD Foundation, Inc. diff --git a/sys/dev/cm/smc90cx6.c b/sys/dev/cm/smc90cx6.c index 9294bfd53f709..b5db507cc7ec3 100644 --- a/sys/dev/cm/smc90cx6.c +++ b/sys/dev/cm/smc90cx6.c @@ -1,7 +1,7 @@ /* $NetBSD: smc90cx6.c,v 1.38 2001/07/07 15:57:53 thorpej Exp $ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/cm/smc90cx6.c,v 1.15.2.2 2007/05/12 06:10:09 nyan Exp $"); /*- * Copyright (c) 1994, 1995, 1998 The NetBSD Foundation, Inc. diff --git a/sys/dev/cm/smc90cx6reg.h b/sys/dev/cm/smc90cx6reg.h index 35e7afd998b2e..f9dde5373c55c 100644 --- a/sys/dev/cm/smc90cx6reg.h +++ b/sys/dev/cm/smc90cx6reg.h @@ -1,5 +1,5 @@ /* $NetBSD: smc90cx6reg.h,v 1.7 1999/02/16 23:34:13 is Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/cm/smc90cx6reg.h,v 1.1 2002/01/08 20:03:12 fjoe Exp $ */ /*- * Copyright (c) 1994, 1995, 1998 The NetBSD Foundation, Inc. diff --git a/sys/dev/cm/smc90cx6var.h b/sys/dev/cm/smc90cx6var.h index 7130a880001f3..e113447d67fb7 100644 --- a/sys/dev/cm/smc90cx6var.h +++ b/sys/dev/cm/smc90cx6var.h @@ -1,5 +1,5 @@ /* $NetBSD: smc90cx6var.h,v 1.5 2000/03/23 07:01:32 thorpej Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/cm/smc90cx6var.h,v 1.4 2005/06/10 16:49:05 brooks Exp $ */ /*- * Copyright (c) 1994, 1995, 1998 The NetBSD Foundation, Inc. diff --git a/sys/dev/cnw/if_cnw.c b/sys/dev/cnw/if_cnw.c index 5db732df41e9c..a2d27f1d9ce15 100644 --- a/sys/dev/cnw/if_cnw.c +++ b/sys/dev/cnw/if_cnw.c @@ -2,7 +2,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/cnw/if_cnw.c,v 1.18.2.3 2005/10/09 04:15:11 delphij Exp $"); /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. * All rights reserved. diff --git a/sys/dev/cnw/if_cnwioctl.h b/sys/dev/cnw/if_cnwioctl.h index cc1b54890a998..f50dd6b5c1b75 100644 --- a/sys/dev/cnw/if_cnwioctl.h +++ b/sys/dev/cnw/if_cnwioctl.h @@ -1,5 +1,5 @@ /* $NetBSD: if_cnwioctl.h,v 1.2 1999/11/29 12:54:00 itojun Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/cnw/if_cnwioctl.h,v 1.2 2005/01/06 01:42:32 imp Exp $ */ /*- * Copyright (c) 1996, 1997 Berkeley Software Design, Inc. diff --git a/sys/dev/cnw/if_cnwreg.h b/sys/dev/cnw/if_cnwreg.h index 8b62d203d22c4..297f82d186587 100644 --- a/sys/dev/cnw/if_cnwreg.h +++ b/sys/dev/cnw/if_cnwreg.h @@ -1,5 +1,5 @@ /* $NetBSD: if_cnwreg.h,v 1.3 2000/07/05 18:42:19 itojun Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/cnw/if_cnwreg.h,v 1.1 2001/03/16 07:25:42 imp Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. diff --git a/sys/dev/coretemp/coretemp.c b/sys/dev/coretemp/coretemp.c index a2a126040a9bc..4f672a6eb4382 100644 --- a/sys/dev/coretemp/coretemp.c +++ b/sys/dev/coretemp/coretemp.c @@ -23,7 +23,7 @@ * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/coretemp/coretemp.c,v 1.2.2.1 2007/09/28 08:54:40 des Exp $ * */ @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/coretemp/coretemp.c,v 1.2.2.1 2007/09/28 08:54:40 des Exp $"); #include <sys/param.h> #include <sys/bus.h> diff --git a/sys/dev/cp/cpddk.c b/sys/dev/cp/cpddk.c index 7c82f9b85208a..94f77ffb2163a 100644 --- a/sys/dev/cp/cpddk.c +++ b/sys/dev/cp/cpddk.c @@ -18,7 +18,7 @@ * $Cronyx: cpddk.c,v 1.13.4.37 2004/12/11 16:14:39 rik Exp $ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/cp/cpddk.c,v 1.5 2005/01/06 01:42:32 imp Exp $"); #include <dev/cx/machdep.h> diff --git a/sys/dev/cp/cpddk.h b/sys/dev/cp/cpddk.h index 3ff40bbd68d1d..6871cbd7ecb62 100644 --- a/sys/dev/cp/cpddk.h +++ b/sys/dev/cp/cpddk.h @@ -16,7 +16,7 @@ * works or modified versions. * * $Cronyx: cpddk.h,v 1.8.4.20 2004/12/06 16:21:06 rik Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/dev/cp/cpddk.h,v 1.4 2005/01/06 01:42:32 imp Exp $ */ #define NBRD 6 /* the maximum number of installed boards */ #define NCHAN 4 /* the number of channels on the board */ diff --git a/sys/dev/cp/if_cp.c b/sys/dev/cp/if_cp.c index 67e88711f81cd..b31070d4f00a4 100644 --- a/sys/dev/cp/if_cp.c +++ b/sys/dev/cp/if_cp.c @@ -22,7 +22,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/cp/if_cp.c,v 1.24.2.3 2007/05/12 06:10:09 nyan Exp $"); #include <sys/param.h> #include <sys/ucred.h> diff --git a/sys/dev/cp/ng_cp.h b/sys/dev/cp/ng_cp.h index f35d817604996..448ba56b165a7 100644 --- a/sys/dev/cp/ng_cp.h +++ b/sys/dev/cp/ng_cp.h @@ -13,7 +13,7 @@ * works or modified versions. * * $Cronyx: ng_cp.h,v 1.1.2.4 2004/01/27 14:39:11 rik Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/dev/cp/ng_cp.h,v 1.2 2005/01/06 01:42:32 imp Exp $ */ #ifdef NETGRAPH diff --git a/sys/dev/cpufreq/ichss.c b/sys/dev/cpufreq/ichss.c index f28d477a44086..aca804287ac5f 100644 --- a/sys/dev/cpufreq/ichss.c +++ b/sys/dev/cpufreq/ichss.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/cpufreq/ichss.c,v 1.9 2005/03/20 01:25:21 njl Exp $"); #include <sys/param.h> #include <sys/bus.h> diff --git a/sys/dev/cs/if_cs.c b/sys/dev/cs/if_cs.c index afa3fb7af6caa..17938c8f74bdb 100644 --- a/sys/dev/cs/if_cs.c +++ b/sys/dev/cs/if_cs.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/cs/if_cs.c,v 1.41.2.1 2005/08/25 05:01:06 rwatson Exp $"); /* * diff --git a/sys/dev/cs/if_cs_isa.c b/sys/dev/cs/if_cs_isa.c index 8064f4b3a7a46..f08d9ebee3688 100644 --- a/sys/dev/cs/if_cs_isa.c +++ b/sys/dev/cs/if_cs_isa.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/cs/if_cs_isa.c,v 1.6 2005/01/06 01:42:32 imp Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/dev/cs/if_cs_pccard.c b/sys/dev/cs/if_cs_pccard.c index 6935bf49dc04e..a295f1a581668 100644 --- a/sys/dev/cs/if_cs_pccard.c +++ b/sys/dev/cs/if_cs_pccard.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/cs/if_cs_pccard.c,v 1.17 2005/06/24 14:36:51 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/cs/if_csreg.h b/sys/dev/cs/if_csreg.h index dc844c8cc810a..bb9358075d0e3 100644 --- a/sys/dev/cs/if_csreg.h +++ b/sys/dev/cs/if_csreg.h @@ -27,7 +27,7 @@ */ /* - * $FreeBSD$ + * $FreeBSD: src/sys/dev/cs/if_csreg.h,v 1.6 2005/01/06 01:42:32 imp Exp $ */ #define CS_89x0_IO_PORTS 0x0020 diff --git a/sys/dev/cs/if_csvar.h b/sys/dev/cs/if_csvar.h index 03c4d5def032b..dbaa930c56274 100644 --- a/sys/dev/cs/if_csvar.h +++ b/sys/dev/cs/if_csvar.h @@ -22,7 +22,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/dev/cs/if_csvar.h,v 1.7 2005/06/10 16:49:06 brooks Exp $ */ #ifndef _IF_CSVAR_H diff --git a/sys/dev/ct/bshw_machdep.c b/sys/dev/ct/bshw_machdep.c index 0e48f77ad286f..d42f9da49a5e5 100644 --- a/sys/dev/ct/bshw_machdep.c +++ b/sys/dev/ct/bshw_machdep.c @@ -1,7 +1,7 @@ /* $NecBSD: bshw_machdep.c,v 1.8.12.6 2001/06/29 06:28:05 honda Exp $ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ct/bshw_machdep.c,v 1.7 2005/01/06 01:42:33 imp Exp $"); /* $NetBSD$ */ /*- diff --git a/sys/dev/ct/bshwvar.h b/sys/dev/ct/bshwvar.h index ba42a72069795..7ba92d1bf7334 100644 --- a/sys/dev/ct/bshwvar.h +++ b/sys/dev/ct/bshwvar.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/ct/bshwvar.h,v 1.4 2005/01/06 01:42:33 imp Exp $ */ /* $NecBSD: bshwvar.h,v 1.3.14.3 2001/06/21 04:07:37 honda Exp $ */ /* $NetBSD$ */ diff --git a/sys/dev/ct/ct.c b/sys/dev/ct/ct.c index 602e094509ca1..39cec92a22321 100644 --- a/sys/dev/ct/ct.c +++ b/sys/dev/ct/ct.c @@ -1,7 +1,7 @@ /* $NecBSD: ct.c,v 1.13.12.5 2001/06/26 07:31:53 honda Exp $ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ct/ct.c,v 1.10 2005/01/06 01:42:33 imp Exp $"); /* $NetBSD$ */ #define CT_DEBUG diff --git a/sys/dev/ct/ct_isa.c b/sys/dev/ct/ct_isa.c index 7d6dad6452bbc..db35991edfcbf 100644 --- a/sys/dev/ct/ct_isa.c +++ b/sys/dev/ct/ct_isa.c @@ -1,7 +1,7 @@ /* $NecBSD: ct_isa.c,v 1.6 1999/07/26 06:32:01 honda Exp $ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ct/ct_isa.c,v 1.13 2005/05/10 12:02:14 nyan Exp $"); /* $NetBSD$ */ /*- diff --git a/sys/dev/ct/ct_machdep.h b/sys/dev/ct/ct_machdep.h index 2e069f5d33a12..d2e985514a5cd 100644 --- a/sys/dev/ct/ct_machdep.h +++ b/sys/dev/ct/ct_machdep.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/ct/ct_machdep.h,v 1.6 2005/01/06 01:42:33 imp Exp $ */ /* $NecBSD: ct_machdep.h,v 1.4.12.2 2001/06/20 06:13:34 honda Exp $ */ /* $NetBSD$ */ diff --git a/sys/dev/ct/ctvar.h b/sys/dev/ct/ctvar.h index 8c63445e02004..22d2be9561901 100644 --- a/sys/dev/ct/ctvar.h +++ b/sys/dev/ct/ctvar.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/ct/ctvar.h,v 1.4 2005/01/06 01:42:33 imp Exp $ */ /* $NecBSD: ctvar.h,v 1.4.14.3 2001/06/20 06:13:34 honda Exp $ */ /* $NetBSD$ */ diff --git a/sys/dev/ctau/am8530.h b/sys/dev/ctau/am8530.h index 09831c624ed7f..a85e2637f0d30 100644 --- a/sys/dev/ctau/am8530.h +++ b/sys/dev/ctau/am8530.h @@ -12,7 +12,7 @@ * all derivative works or modified versions. * * Cronyx Id: am8530.h,v 1.1.2.2 2003/11/12 17:31:21 rik Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ctau/am8530.h,v 1.2 2005/01/06 01:42:33 imp Exp $ */ /* diff --git a/sys/dev/ctau/ctau.c b/sys/dev/ctau/ctau.c index 9b4f40475af3e..0deffbd111650 100644 --- a/sys/dev/ctau/ctau.c +++ b/sys/dev/ctau/ctau.c @@ -17,7 +17,7 @@ * Cronyx Id: ctau.c,v 1.1.2.4 2003/12/11 17:33:43 rik Exp $ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ctau/ctau.c,v 1.3 2005/01/06 01:42:33 imp Exp $"); #include <dev/cx/machdep.h> #include <dev/ctau/ctddk.h> diff --git a/sys/dev/ctau/ctau2fw.h b/sys/dev/ctau/ctau2fw.h index 6d43f97258584..fcd1e819593dc 100644 --- a/sys/dev/ctau/ctau2fw.h +++ b/sys/dev/ctau/ctau2fw.h @@ -4,7 +4,7 @@ * from the file `ctau2.dat' * * Cronyx Id: ctau2fw.h,v 1.1 2002/06/03 10:19:39 rik Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ctau/ctau2fw.h,v 1.1 2004/02/23 20:19:00 rik Exp $ */ long ctau2_fw_len = 98448; diff --git a/sys/dev/ctau/ctaue1fw.h b/sys/dev/ctau/ctaue1fw.h index cb3311cd1d668..7058e2b91013f 100644 --- a/sys/dev/ctau/ctaue1fw.h +++ b/sys/dev/ctau/ctaue1fw.h @@ -4,7 +4,7 @@ * from the file `ctaue1.dat' * * Cronyx Id: ctaue1fw.h,v 1.1 2002/06/03 10:19:39 rik Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ctau/ctaue1fw.h,v 1.1 2004/02/23 20:19:00 rik Exp $ */ long ctaue1_fw_len = 323982; diff --git a/sys/dev/ctau/ctaufw.h b/sys/dev/ctau/ctaufw.h index 354f2bac974d3..3212a4c3f683e 100644 --- a/sys/dev/ctau/ctaufw.h +++ b/sys/dev/ctau/ctaufw.h @@ -4,7 +4,7 @@ * from the file `ctau.dat' * * Cronyx Id: ctaufw.h,v 1.1 2002/06/03 10:19:40 rik Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ctau/ctaufw.h,v 1.1 2004/02/23 20:19:00 rik Exp $ */ long ctau_fw_len = 131234; diff --git a/sys/dev/ctau/ctaug7fw.h b/sys/dev/ctau/ctaug7fw.h index 523008932a0f4..8c487da76a72a 100644 --- a/sys/dev/ctau/ctaug7fw.h +++ b/sys/dev/ctau/ctaug7fw.h @@ -4,7 +4,7 @@ * from the file `ctaug703.dat' * * Cronyx Id: ctaug7fw.h,v 1.1 2002/06/03 10:19:40 rik Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ctau/ctaug7fw.h,v 1.1 2004/02/23 20:19:00 rik Exp $ */ long ctaug703_fw_len = 323982; diff --git a/sys/dev/ctau/ctaureg.h b/sys/dev/ctau/ctaureg.h index 3cd2ce21ceddf..8d9e003faa5f2 100644 --- a/sys/dev/ctau/ctaureg.h +++ b/sys/dev/ctau/ctaureg.h @@ -12,7 +12,7 @@ * all derivative works or modified versions. * * Cronyx Id: ctaureg.h,v 1.1.2.1 2003/11/12 17:16:10 rik Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ctau/ctaureg.h,v 1.2 2005/01/06 01:42:33 imp Exp $ */ /* diff --git a/sys/dev/ctau/ctddk.c b/sys/dev/ctau/ctddk.c index 0a9dbd2fd46b6..756b036ef36e5 100644 --- a/sys/dev/ctau/ctddk.c +++ b/sys/dev/ctau/ctddk.c @@ -21,7 +21,7 @@ * Cronyx Id: ctddk.c,v 1.1.2.3 2003/11/14 16:55:36 rik Exp $ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ctau/ctddk.c,v 1.2 2005/01/06 01:42:33 imp Exp $"); #include <dev/cx/machdep.h> #include <dev/ctau/ctddk.h> diff --git a/sys/dev/ctau/ctddk.h b/sys/dev/ctau/ctddk.h index 99620902fc96b..e25510b7d0ebb 100644 --- a/sys/dev/ctau/ctddk.h +++ b/sys/dev/ctau/ctddk.h @@ -12,7 +12,7 @@ * all derivative works or modified versions. * * Cronyx Id: ctddk.h,v 1.1.2.3 2003/12/11 17:33:44 rik Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ctau/ctddk.h,v 1.2 2005/01/06 01:42:33 imp Exp $ */ #define NBRD 3 /* the maximum number of installed boards */ #define NPORT 32 /* the number of i/o ports per board */ diff --git a/sys/dev/ctau/ds2153.h b/sys/dev/ctau/ds2153.h index 44ab02d41fe96..92076fbe3bd1f 100644 --- a/sys/dev/ctau/ds2153.h +++ b/sys/dev/ctau/ds2153.h @@ -12,7 +12,7 @@ * all derivative works or modified versions. * * Cronyx Id: ds2153.h,v 1.2.4.1 2003/11/12 17:22:33 rik Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ctau/ds2153.h,v 1.2 2005/01/06 01:42:33 imp Exp $ */ /* diff --git a/sys/dev/ctau/hdc64570.h b/sys/dev/ctau/hdc64570.h index 29d28cddb04c9..580fa8b45a1ee 100644 --- a/sys/dev/ctau/hdc64570.h +++ b/sys/dev/ctau/hdc64570.h @@ -12,7 +12,7 @@ * all derivative works or modified versions. * * Cronyx Id: hdc64570.h,v 1.1.2.2 2003/11/12 17:31:21 rik Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ctau/hdc64570.h,v 1.2 2005/01/06 01:42:33 imp Exp $ */ /* diff --git a/sys/dev/ctau/if_ct.c b/sys/dev/ctau/if_ct.c index 2769a015b00a6..92d296faf65d8 100644 --- a/sys/dev/ctau/if_ct.c +++ b/sys/dev/ctau/if_ct.c @@ -22,7 +22,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ctau/if_ct.c,v 1.25.2.3 2007/05/12 06:10:10 nyan Exp $"); #include <sys/param.h> #include <sys/proc.h> diff --git a/sys/dev/ctau/lxt318.h b/sys/dev/ctau/lxt318.h index a1064afca67c4..a0a6506e0f05b 100644 --- a/sys/dev/ctau/lxt318.h +++ b/sys/dev/ctau/lxt318.h @@ -17,7 +17,7 @@ * all derivative works or modified versions. * * Cronyx Id: lxt318.h,v 1.2.4.4 2003/11/14 19:08:45 rik Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ctau/lxt318.h,v 1.2 2005/01/06 01:42:33 imp Exp $ */ #define LX_WRITE 0x00 diff --git a/sys/dev/ctau/ng_ct.h b/sys/dev/ctau/ng_ct.h index bd4d208e1204c..6447510e76361 100644 --- a/sys/dev/ctau/ng_ct.h +++ b/sys/dev/ctau/ng_ct.h @@ -13,7 +13,7 @@ * works or modified versions. * * Cronyx Id: ng_ct.h,v 1.1.2.3 2004/01/27 14:39:11 rik Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ctau/ng_ct.h,v 1.2 2005/01/06 01:42:33 imp Exp $ */ #ifdef NETGRAPH diff --git a/sys/dev/cx/cronyxfw.h b/sys/dev/cx/cronyxfw.h index 56b2033b09abf..83a6f6bb0bb4e 100644 --- a/sys/dev/cx/cronyxfw.h +++ b/sys/dev/cx/cronyxfw.h @@ -12,7 +12,7 @@ * all derivative works or modified versions. * * Cronyx Id: cronyxfw.h,v 1.1.2.1 2003/11/12 17:09:49 rik Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/dev/cx/cronyxfw.h,v 1.2 2005/01/06 01:42:34 imp Exp $ */ #define CRONYX_DAT_MAGIC 2001107011L /* firmware file magic */ diff --git a/sys/dev/cx/csigma.c b/sys/dev/cx/csigma.c index e880b88cbef02..a0edab4faa925 100644 --- a/sys/dev/cx/csigma.c +++ b/sys/dev/cx/csigma.c @@ -12,7 +12,7 @@ * all derivative works or modified versions. * * Cronyx Id: csigma.c,v 1.1.2.1 2003/11/12 17:13:41 rik Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/dev/cx/csigma.c,v 1.2 2005/01/06 01:42:34 imp Exp $ */ #include <dev/cx/machdep.h> #include <dev/cx/cxddk.h> diff --git a/sys/dev/cx/csigmafw.h b/sys/dev/cx/csigmafw.h index a5e4e05d75424..b43af9605fed8 100644 --- a/sys/dev/cx/csigmafw.h +++ b/sys/dev/cx/csigmafw.h @@ -4,7 +4,7 @@ * from the file `csigma.dat' * * Cronyx Id: csigmafw.h,v 1.1 2002/06/03 10:19:39 rik Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/dev/cx/csigmafw.h,v 1.1 2003/12/03 07:29:38 imp Exp $ */ long csigma_fw_len = 131234; diff --git a/sys/dev/cx/cxddk.c b/sys/dev/cx/cxddk.c index bbcc904051e82..1193c2ecd0047 100644 --- a/sys/dev/cx/cxddk.c +++ b/sys/dev/cx/cxddk.c @@ -17,7 +17,7 @@ * Cronyx Id: cxddk.c,v 1.1.2.2 2003/11/27 14:24:50 rik Exp $ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/cx/cxddk.c,v 1.2 2005/01/06 01:42:34 imp Exp $"); #include <dev/cx/machdep.h> #include <dev/cx/cxddk.h> diff --git a/sys/dev/cx/cxddk.h b/sys/dev/cx/cxddk.h index bd95aa6e254c0..55a89d9e791f9 100644 --- a/sys/dev/cx/cxddk.h +++ b/sys/dev/cx/cxddk.h @@ -15,7 +15,7 @@ * all derivative works or modified versions. * * Cronyx Id: cxddk.h,v 1.1.2.1 2003/11/12 17:13:41 rik Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/dev/cx/cxddk.h,v 1.2 2005/01/06 01:42:34 imp Exp $ */ #ifndef port_t diff --git a/sys/dev/cx/cxreg.h b/sys/dev/cx/cxreg.h index 70a937d112800..aa1f750d5b0e3 100644 --- a/sys/dev/cx/cxreg.h +++ b/sys/dev/cx/cxreg.h @@ -13,7 +13,7 @@ * all derivative works or modified versions. * * Cronyx Id: cxreg.h,v 1.1.2.1 2003/11/12 17:13:41 rik Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/dev/cx/cxreg.h,v 1.2 2005/01/06 01:42:34 imp Exp $ */ #define REVCL_MIN 7 /* CD2400 min. revision number G */ #define REVCL_MAX 13 /* CD2400 max. revision number M */ diff --git a/sys/dev/cx/if_cx.c b/sys/dev/cx/if_cx.c index 7ad05972fa353..c27070eef9d65 100644 --- a/sys/dev/cx/if_cx.c +++ b/sys/dev/cx/if_cx.c @@ -23,7 +23,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/cx/if_cx.c,v 1.45.2.4 2007/05/12 06:10:10 nyan Exp $"); #include <sys/param.h> diff --git a/sys/dev/cx/machdep.h b/sys/dev/cx/machdep.h index a425af5b717d8..ea071aa7025ed 100644 --- a/sys/dev/cx/machdep.h +++ b/sys/dev/cx/machdep.h @@ -15,7 +15,7 @@ * all derivative works or modified versions. * * Cronyx Id: machdep.h,v 1.3.4.3 2003/11/27 14:21:58 rik Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/dev/cx/machdep.h,v 1.5 2005/03/02 21:33:23 joerg Exp $ */ /* diff --git a/sys/dev/cx/ng_cx.h b/sys/dev/cx/ng_cx.h index 30b3c14daa4ee..33d77105bd055 100644 --- a/sys/dev/cx/ng_cx.h +++ b/sys/dev/cx/ng_cx.h @@ -13,7 +13,7 @@ * works or modified versions. * * Cronyx Id: ng_cx.h,v 1.1.2.3 2004/01/27 14:39:11 rik Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/dev/cx/ng_cx.h,v 1.3 2005/01/06 01:42:34 imp Exp $ */ #ifdef NETGRAPH diff --git a/sys/dev/cxgb/common/cxgb_ael1002.c b/sys/dev/cxgb/common/cxgb_ael1002.c index c570ed30c17dd..9eead20fddc62 100644 --- a/sys/dev/cxgb/common/cxgb_ael1002.c +++ b/sys/dev/cxgb/common/cxgb_ael1002.c @@ -28,7 +28,7 @@ POSSIBILITY OF SUCH DAMAGE. ***************************************************************************/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/cxgb/common/cxgb_ael1002.c,v 1.1.2.2 2007/06/17 23:52:16 kmacy Exp $"); #ifdef CONFIG_DEFINED #include <cxgb_include.h> diff --git a/sys/dev/cxgb/common/cxgb_common.h b/sys/dev/cxgb/common/cxgb_common.h index 0b4b6aa982932..106188958308c 100644 --- a/sys/dev/cxgb/common/cxgb_common.h +++ b/sys/dev/cxgb/common/cxgb_common.h @@ -25,7 +25,7 @@ CONTRACT, STRICT LIABILITY, OR TORT (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/dev/cxgb/common/cxgb_common.h,v 1.1.2.5.2.1 2007/12/06 00:02:00 kmacy Exp $ ***************************************************************************/ #ifndef __CHELSIO_COMMON_H diff --git a/sys/dev/cxgb/common/cxgb_ctl_defs.h b/sys/dev/cxgb/common/cxgb_ctl_defs.h index f8b6f49d56780..469e12233a3ef 100644 --- a/sys/dev/cxgb/common/cxgb_ctl_defs.h +++ b/sys/dev/cxgb/common/cxgb_ctl_defs.h @@ -25,7 +25,7 @@ CONTRACT, STRICT LIABILITY, OR TORT (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/dev/cxgb/common/cxgb_ctl_defs.h,v 1.1.2.3.2.1 2007/12/06 00:02:00 kmacy Exp $ */ diff --git a/sys/dev/cxgb/common/cxgb_firmware_exports.h b/sys/dev/cxgb/common/cxgb_firmware_exports.h index e361c959265d0..3170f037e3638 100644 --- a/sys/dev/cxgb/common/cxgb_firmware_exports.h +++ b/sys/dev/cxgb/common/cxgb_firmware_exports.h @@ -25,7 +25,7 @@ CONTRACT, STRICT LIABILITY, OR TORT (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/dev/cxgb/common/cxgb_firmware_exports.h,v 1.1.2.2 2007/06/17 23:52:16 kmacy Exp $ ***************************************************************************/ #ifndef _FIRMWARE_EXPORTS_H_ diff --git a/sys/dev/cxgb/common/cxgb_mc5.c b/sys/dev/cxgb/common/cxgb_mc5.c index d3eed4a2c32ec..ae37aa237a6e6 100644 --- a/sys/dev/cxgb/common/cxgb_mc5.c +++ b/sys/dev/cxgb/common/cxgb_mc5.c @@ -28,7 +28,7 @@ POSSIBILITY OF SUCH DAMAGE. ***************************************************************************/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/cxgb/common/cxgb_mc5.c,v 1.1.2.4 2007/08/18 09:10:25 kmacy Exp $"); #ifdef CONFIG_DEFINED #include <common/cxgb_common.h> diff --git a/sys/dev/cxgb/common/cxgb_mv88e1xxx.c b/sys/dev/cxgb/common/cxgb_mv88e1xxx.c index 6cee581bb5010..c71fd0f466be0 100644 --- a/sys/dev/cxgb/common/cxgb_mv88e1xxx.c +++ b/sys/dev/cxgb/common/cxgb_mv88e1xxx.c @@ -28,7 +28,7 @@ POSSIBILITY OF SUCH DAMAGE. ***************************************************************************/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/cxgb/common/cxgb_mv88e1xxx.c,v 1.1.2.2 2007/06/17 23:52:16 kmacy Exp $"); #ifdef CONFIG_DEFINED #include <cxgb_include.h> diff --git a/sys/dev/cxgb/common/cxgb_regs.h b/sys/dev/cxgb/common/cxgb_regs.h index 63744c49191e6..1ac6c02a6b782 100644 --- a/sys/dev/cxgb/common/cxgb_regs.h +++ b/sys/dev/cxgb/common/cxgb_regs.h @@ -25,7 +25,7 @@ CONTRACT, STRICT LIABILITY, OR TORT (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/dev/cxgb/common/cxgb_regs.h,v 1.1.2.3 2007/06/17 23:52:16 kmacy Exp $ ***************************************************************************/ /* This file is automatically generated --- do not edit */ diff --git a/sys/dev/cxgb/common/cxgb_sge_defs.h b/sys/dev/cxgb/common/cxgb_sge_defs.h index 2aae7f894e393..44f0e9a8bce7f 100644 --- a/sys/dev/cxgb/common/cxgb_sge_defs.h +++ b/sys/dev/cxgb/common/cxgb_sge_defs.h @@ -25,7 +25,7 @@ CONTRACT, STRICT LIABILITY, OR TORT (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/dev/cxgb/common/cxgb_sge_defs.h,v 1.1.2.2.2.1 2007/12/06 00:02:00 kmacy Exp $ ***************************************************************************/ /* diff --git a/sys/dev/cxgb/common/cxgb_t3_cpl.h b/sys/dev/cxgb/common/cxgb_t3_cpl.h index e1b40303a6f71..b03d072488f24 100644 --- a/sys/dev/cxgb/common/cxgb_t3_cpl.h +++ b/sys/dev/cxgb/common/cxgb_t3_cpl.h @@ -25,7 +25,7 @@ CONTRACT, STRICT LIABILITY, OR TORT (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/dev/cxgb/common/cxgb_t3_cpl.h,v 1.1.2.4 2007/08/18 09:10:25 kmacy Exp $ ***************************************************************************/ #ifndef T3_CPL_H diff --git a/sys/dev/cxgb/common/cxgb_t3_hw.c b/sys/dev/cxgb/common/cxgb_t3_hw.c index 6c8b53a96049c..a20f37fb9a755 100644 --- a/sys/dev/cxgb/common/cxgb_t3_hw.c +++ b/sys/dev/cxgb/common/cxgb_t3_hw.c @@ -28,7 +28,7 @@ POSSIBILITY OF SUCH DAMAGE. ***************************************************************************/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/cxgb/common/cxgb_t3_hw.c,v 1.1.2.5.2.1 2007/12/06 00:02:00 kmacy Exp $"); #ifdef CONFIG_DEFINED diff --git a/sys/dev/cxgb/common/cxgb_tcb.h b/sys/dev/cxgb/common/cxgb_tcb.h index 5dc72f5467fb3..c9b87030ac657 100644 --- a/sys/dev/cxgb/common/cxgb_tcb.h +++ b/sys/dev/cxgb/common/cxgb_tcb.h @@ -25,7 +25,7 @@ CONTRACT, STRICT LIABILITY, OR TORT (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/dev/cxgb/common/cxgb_tcb.h,v 1.1.2.2 2007/06/17 23:52:17 kmacy Exp $ ***************************************************************************/ diff --git a/sys/dev/cxgb/common/cxgb_version.h b/sys/dev/cxgb/common/cxgb_version.h index 88296af4a1528..ce9810d048a5a 100644 --- a/sys/dev/cxgb/common/cxgb_version.h +++ b/sys/dev/cxgb/common/cxgb_version.h @@ -25,7 +25,7 @@ CONTRACT, STRICT LIABILITY, OR TORT (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/dev/cxgb/common/cxgb_version.h,v 1.1.2.4 2007/06/17 23:52:17 kmacy Exp $ ***************************************************************************/ /* diff --git a/sys/dev/cxgb/common/cxgb_vsc7323.c b/sys/dev/cxgb/common/cxgb_vsc7323.c index ded8261b54807..2ffb50dcedebd 100644 --- a/sys/dev/cxgb/common/cxgb_vsc7323.c +++ b/sys/dev/cxgb/common/cxgb_vsc7323.c @@ -29,7 +29,7 @@ POSSIBILITY OF SUCH DAMAGE. ***************************************************************************/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/cxgb/common/cxgb_vsc7323.c,v 1.1.2.2.2.1 2007/12/06 00:02:00 kmacy Exp $"); #ifdef CONFIG_DEFINED #include <common/cxgb_common.h> diff --git a/sys/dev/cxgb/common/cxgb_vsc8211.c b/sys/dev/cxgb/common/cxgb_vsc8211.c index 382ecc73ccacf..ff23591175f30 100644 --- a/sys/dev/cxgb/common/cxgb_vsc8211.c +++ b/sys/dev/cxgb/common/cxgb_vsc8211.c @@ -28,7 +28,7 @@ POSSIBILITY OF SUCH DAMAGE. ***************************************************************************/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/cxgb/common/cxgb_vsc8211.c,v 1.1.2.3 2007/08/25 23:55:21 kmacy Exp $"); #ifdef CONFIG_DEFINED #include <cxgb_include.h> diff --git a/sys/dev/cxgb/common/cxgb_xgmac.c b/sys/dev/cxgb/common/cxgb_xgmac.c index b6cd34731af03..22a93fbe5b07e 100644 --- a/sys/dev/cxgb/common/cxgb_xgmac.c +++ b/sys/dev/cxgb/common/cxgb_xgmac.c @@ -28,7 +28,7 @@ POSSIBILITY OF SUCH DAMAGE. ***************************************************************************/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/cxgb/common/cxgb_xgmac.c,v 1.1.2.5.2.1 2007/12/06 00:02:00 kmacy Exp $"); #ifdef CONFIG_DEFINED #include <cxgb_include.h> diff --git a/sys/dev/cxgb/common/jhash.h b/sys/dev/cxgb/common/jhash.h index 4546b7b3d5b3e..d91578e915586 100644 --- a/sys/dev/cxgb/common/jhash.h +++ b/sys/dev/cxgb/common/jhash.h @@ -14,7 +14,7 @@ * Routines to test the hash are included if SELF_TEST is defined. * You can use this free for any purpose. It has no warranty. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/cxgb/common/jhash.h,v 1.1.2.2 2007/06/17 23:52:17 kmacy Exp $ */ /* NOTE: Arguments are modified. */ diff --git a/sys/dev/cxgb/cxgb_adapter.h b/sys/dev/cxgb/cxgb_adapter.h index 90a5e74531496..447d561dfdc8d 100644 --- a/sys/dev/cxgb/cxgb_adapter.h +++ b/sys/dev/cxgb/cxgb_adapter.h @@ -26,7 +26,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/dev/cxgb/cxgb_adapter.h,v 1.2.2.8.2.1 2007/12/05 23:46:44 kmacy Exp $ ***************************************************************************/ diff --git a/sys/dev/cxgb/cxgb_config.h b/sys/dev/cxgb/cxgb_config.h index 6b072c3cb6e3f..bf7280c432c1a 100644 --- a/sys/dev/cxgb/cxgb_config.h +++ b/sys/dev/cxgb/cxgb_config.h @@ -26,7 +26,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/dev/cxgb/cxgb_config.h,v 1.1.2.3 2007/06/17 23:52:16 kmacy Exp $ ***************************************************************************/ #ifndef _CXGB_CONFIG_H_ diff --git a/sys/dev/cxgb/cxgb_include.h b/sys/dev/cxgb/cxgb_include.h index bbb0f7ac8d425..1d2bf3af62db4 100644 --- a/sys/dev/cxgb/cxgb_include.h +++ b/sys/dev/cxgb/cxgb_include.h @@ -1,5 +1,5 @@ /* - * $FreeBSD$ + * $FreeBSD: src/sys/dev/cxgb/cxgb_include.h,v 1.1.2.2.2.1 2007/12/05 23:46:44 kmacy Exp $ */ diff --git a/sys/dev/cxgb/cxgb_ioctl.h b/sys/dev/cxgb/cxgb_ioctl.h index 65deb447da3b3..0f1c91f4ee3fa 100644 --- a/sys/dev/cxgb/cxgb_ioctl.h +++ b/sys/dev/cxgb/cxgb_ioctl.h @@ -25,7 +25,7 @@ CONTRACT, STRICT LIABILITY, OR TORT (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/dev/cxgb/cxgb_ioctl.h,v 1.1.2.4 2007/08/18 09:10:24 kmacy Exp $ ***************************************************************************/ #ifndef __CHIOCTL_H__ diff --git a/sys/dev/cxgb/cxgb_l2t.c b/sys/dev/cxgb/cxgb_l2t.c index d4a40bad430dc..e1ea7e8137013 100644 --- a/sys/dev/cxgb/cxgb_l2t.c +++ b/sys/dev/cxgb/cxgb_l2t.c @@ -28,7 +28,7 @@ POSSIBILITY OF SUCH DAMAGE. ***************************************************************************/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/cxgb/cxgb_l2t.c,v 1.1.2.3 2007/08/18 09:10:24 kmacy Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/cxgb/cxgb_l2t.h b/sys/dev/cxgb/cxgb_l2t.h index 0c2d0d408c073..e5adcedcf899e 100644 --- a/sys/dev/cxgb/cxgb_l2t.h +++ b/sys/dev/cxgb/cxgb_l2t.h @@ -25,7 +25,7 @@ CONTRACT, STRICT LIABILITY, OR TORT (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/dev/cxgb/cxgb_l2t.h,v 1.1.2.3 2007/06/21 03:30:18 kmacy Exp $ ***************************************************************************/ #ifndef _CHELSIO_L2T_H diff --git a/sys/dev/cxgb/cxgb_lro.c b/sys/dev/cxgb/cxgb_lro.c index a502859572b28..1734bef967351 100644 --- a/sys/dev/cxgb/cxgb_lro.c +++ b/sys/dev/cxgb/cxgb_lro.c @@ -28,7 +28,7 @@ POSSIBILITY OF SUCH DAMAGE. ***************************************************************************/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/cxgb/cxgb_lro.c,v 1.1.2.4 2007/08/25 23:55:20 kmacy Exp $"); #include <sys/param.h> diff --git a/sys/dev/cxgb/cxgb_main.c b/sys/dev/cxgb/cxgb_main.c index 086dcb14d7b21..1b7d4c5c67450 100644 --- a/sys/dev/cxgb/cxgb_main.c +++ b/sys/dev/cxgb/cxgb_main.c @@ -28,7 +28,7 @@ POSSIBILITY OF SUCH DAMAGE. ***************************************************************************/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/cxgb/cxgb_main.c,v 1.3.2.9.2.1 2007/12/05 23:46:44 kmacy Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/cxgb/cxgb_offload.c b/sys/dev/cxgb/cxgb_offload.c index 991fb7e96a659..76df542230812 100644 --- a/sys/dev/cxgb/cxgb_offload.c +++ b/sys/dev/cxgb/cxgb_offload.c @@ -31,7 +31,7 @@ POSSIBILITY OF SUCH DAMAGE. #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/cxgb/cxgb_offload.c,v 1.2.2.4 2007/08/18 09:10:25 kmacy Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/cxgb/cxgb_offload.h b/sys/dev/cxgb/cxgb_offload.h index 590effa288956..80af06c5d3b35 100644 --- a/sys/dev/cxgb/cxgb_offload.h +++ b/sys/dev/cxgb/cxgb_offload.h @@ -26,7 +26,7 @@ CONTRACT, STRICT LIABILITY, OR TORT (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/dev/cxgb/cxgb_offload.h,v 1.1.2.3.2.1 2007/12/05 23:46:44 kmacy Exp $ ***************************************************************************/ diff --git a/sys/dev/cxgb/cxgb_osdep.h b/sys/dev/cxgb/cxgb_osdep.h index c2d41c08acb5f..a044b119f0ba7 100644 --- a/sys/dev/cxgb/cxgb_osdep.h +++ b/sys/dev/cxgb/cxgb_osdep.h @@ -26,7 +26,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/dev/cxgb/cxgb_osdep.h,v 1.5.2.6.2.1 2007/12/05 23:46:44 kmacy Exp $ ***************************************************************************/ diff --git a/sys/dev/cxgb/cxgb_sge.c b/sys/dev/cxgb/cxgb_sge.c index 8de09a39655a2..17e932b7ba115 100644 --- a/sys/dev/cxgb/cxgb_sge.c +++ b/sys/dev/cxgb/cxgb_sge.c @@ -28,7 +28,7 @@ POSSIBILITY OF SUCH DAMAGE. ***************************************************************************/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/cxgb/cxgb_sge.c,v 1.2.2.8.2.1 2007/12/05 23:46:44 kmacy Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/cxgb/sys/mbufq.h b/sys/dev/cxgb/sys/mbufq.h index d8de43296d63f..d62c218606a22 100644 --- a/sys/dev/cxgb/sys/mbufq.h +++ b/sys/dev/cxgb/sys/mbufq.h @@ -25,7 +25,7 @@ CONTRACT, STRICT LIABILITY, OR TORT (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/dev/cxgb/sys/mbufq.h,v 1.1.2.2 2007/06/17 23:52:17 kmacy Exp $ ***************************************************************************/ diff --git a/sys/dev/cxgb/sys/mvec.h b/sys/dev/cxgb/sys/mvec.h index ec7817b2f08dc..053c2b0789fc4 100644 --- a/sys/dev/cxgb/sys/mvec.h +++ b/sys/dev/cxgb/sys/mvec.h @@ -25,7 +25,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/dev/cxgb/sys/mvec.h,v 1.5.2.3 2007/08/18 09:10:25 kmacy Exp $ * ***************************************************************************/ diff --git a/sys/dev/cxgb/sys/uipc_mvec.c b/sys/dev/cxgb/sys/uipc_mvec.c index 0cfaf624612bc..ef8c754b19599 100644 --- a/sys/dev/cxgb/sys/uipc_mvec.c +++ b/sys/dev/cxgb/sys/uipc_mvec.c @@ -29,7 +29,7 @@ ***************************************************************************/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/cxgb/sys/uipc_mvec.c,v 1.13.2.3 2007/06/17 23:52:17 kmacy Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/cxgb/t3b_protocol_sram-1.1.0.bin.gz.uu b/sys/dev/cxgb/t3b_protocol_sram-1.1.0.bin.gz.uu index fc8472b70bf5c..7f6a0cb35d2f2 100644 --- a/sys/dev/cxgb/t3b_protocol_sram-1.1.0.bin.gz.uu +++ b/sys/dev/cxgb/t3b_protocol_sram-1.1.0.bin.gz.uu @@ -25,7 +25,7 @@ CONTRACT, STRICT LIABILITY, OR TORT (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/dev/cxgb/t3b_protocol_sram-1.1.0.bin.gz.uu,v 1.1.2.1 2007/08/18 09:10:25 kmacy Exp $ ***************************************************************************/ diff --git a/sys/dev/cxgb/t3b_tp_eeprom-1.1.0.bin.gz.uu b/sys/dev/cxgb/t3b_tp_eeprom-1.1.0.bin.gz.uu index 73b5298d2e215..24a82910ece0b 100644 --- a/sys/dev/cxgb/t3b_tp_eeprom-1.1.0.bin.gz.uu +++ b/sys/dev/cxgb/t3b_tp_eeprom-1.1.0.bin.gz.uu @@ -25,7 +25,7 @@ CONTRACT, STRICT LIABILITY, OR TORT (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/dev/cxgb/t3b_tp_eeprom-1.1.0.bin.gz.uu,v 1.1.2.1 2007/08/18 09:10:25 kmacy Exp $ ***************************************************************************/ diff --git a/sys/dev/cxgb/t3fw-4.5.0.bin.gz.uu b/sys/dev/cxgb/t3fw-4.5.0.bin.gz.uu index 0b24037bef593..145ca4bfea25c 100644 --- a/sys/dev/cxgb/t3fw-4.5.0.bin.gz.uu +++ b/sys/dev/cxgb/t3fw-4.5.0.bin.gz.uu @@ -25,7 +25,7 @@ CONTRACT, STRICT LIABILITY, OR TORT (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/dev/cxgb/t3fw-4.5.0.bin.gz.uu,v 1.1.2.1 2007/08/18 09:10:25 kmacy Exp $ ***************************************************************************/ diff --git a/sys/dev/cxgb/t3fw-4.7.0.bin.gz.uu b/sys/dev/cxgb/t3fw-4.7.0.bin.gz.uu index 2959b8dc9d68d..f835975903cd9 100644 --- a/sys/dev/cxgb/t3fw-4.7.0.bin.gz.uu +++ b/sys/dev/cxgb/t3fw-4.7.0.bin.gz.uu @@ -25,7 +25,7 @@ CONTRACT, STRICT LIABILITY, OR TORT (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/dev/cxgb/t3fw-4.7.0.bin.gz.uu,v 1.1.4.1 2007/11/05 01:29:41 kmacy Exp $ ***************************************************************************/ diff --git a/sys/dev/cxgb/ulp/toecore/toedev.h b/sys/dev/cxgb/ulp/toecore/toedev.h index edf0263f4c65d..2749d1f8edd31 100644 --- a/sys/dev/cxgb/ulp/toecore/toedev.h +++ b/sys/dev/cxgb/ulp/toecore/toedev.h @@ -26,7 +26,7 @@ CONTRACT, STRICT LIABILITY, OR TORT (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/dev/cxgb/ulp/toecore/toedev.h,v 1.1.2.3 2007/08/18 09:10:26 kmacy Exp $ ***************************************************************************/ diff --git a/sys/dev/cy/cy.c b/sys/dev/cy/cy.c index ee660090877eb..523bcf798cdea 100644 --- a/sys/dev/cy/cy.c +++ b/sys/dev/cy/cy.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/cy/cy.c,v 1.160.2.1 2006/03/10 19:37:31 jhb Exp $"); #include "opt_compat.h" diff --git a/sys/dev/cy/cy_isa.c b/sys/dev/cy/cy_isa.c index 8d6df24127a0b..128daf3c371f0 100644 --- a/sys/dev/cy/cy_isa.c +++ b/sys/dev/cy/cy_isa.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/cy/cy_isa.c,v 1.146 2004/05/30 20:08:29 phk Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/cy/cy_pci.c b/sys/dev/cy/cy_pci.c index 2d072359e07b3..594de9424c5fa 100644 --- a/sys/dev/cy/cy_pci.c +++ b/sys/dev/cy/cy_pci.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/cy/cy_pci.c,v 1.37 2005/03/05 18:30:10 imp Exp $"); #include "opt_cy_pci_fastintr.h" diff --git a/sys/dev/cy/cyreg.h b/sys/dev/cy/cyreg.h index 88a36eb4a65e2..6d643ff9c9bd9 100644 --- a/sys/dev/cy/cyreg.h +++ b/sys/dev/cy/cyreg.h @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/cy/cyreg.h,v 1.9 1999/08/28 00:44:40 peter Exp $ */ /* diff --git a/sys/dev/cy/cyvar.h b/sys/dev/cy/cyvar.h index 15ee98ca3f89e..17ed741db2309 100644 --- a/sys/dev/cy/cyvar.h +++ b/sys/dev/cy/cyvar.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/dev/cy/cyvar.h,v 1.1 2004/05/01 17:44:03 bde Exp $ */ typedef u_char volatile *cy_addr; diff --git a/sys/dev/dcons/dcons.c b/sys/dev/dcons/dcons.c index ace8f7e62c6f2..e563f29c158de 100644 --- a/sys/dev/dcons/dcons.c +++ b/sys/dev/dcons/dcons.c @@ -32,7 +32,7 @@ * SUCH DAMAGE. * * $Id: dcons.c,v 1.65 2003/10/24 03:24:55 simokawa Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/dev/dcons/dcons.c,v 1.20.2.1 2007/05/28 04:31:23 simokawa Exp $ */ #include <sys/param.h> diff --git a/sys/dev/dcons/dcons.h b/sys/dev/dcons/dcons.h index daf9cb4e3b0ee..7c73c4d8f08e7 100644 --- a/sys/dev/dcons/dcons.h +++ b/sys/dev/dcons/dcons.h @@ -32,7 +32,7 @@ * SUCH DAMAGE. * * $Id: dcons.h,v 1.15 2003/10/23 15:05:31 simokawa Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/dev/dcons/dcons.h,v 1.5 2005/01/06 01:42:34 imp Exp $ */ #if defined(_KERNEL) || defined(_BOOT) diff --git a/sys/dev/dcons/dcons_crom.c b/sys/dev/dcons/dcons_crom.c index 57781b85c698d..baed9ad98dd54 100644 --- a/sys/dev/dcons/dcons_crom.c +++ b/sys/dev/dcons/dcons_crom.c @@ -32,7 +32,7 @@ * SUCH DAMAGE. * * $Id: dcons_crom.c,v 1.8 2003/10/23 15:47:21 simokawa Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/dev/dcons/dcons_crom.c,v 1.6.2.1 2007/05/30 12:23:38 simokawa Exp $ */ #include <sys/param.h> diff --git a/sys/dev/dcons/dcons_os.c b/sys/dev/dcons/dcons_os.c index 007d008deb4fa..c79b9a86897a8 100644 --- a/sys/dev/dcons/dcons_os.c +++ b/sys/dev/dcons/dcons_os.c @@ -31,7 +31,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/dcons/dcons_os.c,v 1.6.4.1 2007/05/30 12:22:08 simokawa Exp $ */ #include <sys/param.h> diff --git a/sys/dev/dcons/dcons_os.h b/sys/dev/dcons/dcons_os.h index b1d1c627589c6..3eae3cc4db671 100644 --- a/sys/dev/dcons/dcons_os.h +++ b/sys/dev/dcons/dcons_os.h @@ -31,7 +31,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/dcons/dcons_os.h,v 1.2 2005/01/06 01:42:34 imp Exp $ */ struct dcons_global { diff --git a/sys/dev/dec/mc146818reg.h b/sys/dev/dec/mc146818reg.h index 4a3df1c117b0e..6de955739b8b6 100644 --- a/sys/dev/dec/mc146818reg.h +++ b/sys/dev/dec/mc146818reg.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/dec/mc146818reg.h,v 1.4 2005/01/06 01:42:34 imp Exp $ */ /* $NetBSD: mc146818reg.h,v 1.2 1997/03/12 06:53:42 cgd Exp $ */ /*- diff --git a/sys/dev/dec/mcclock.c b/sys/dev/dec/mcclock.c index da8664e007af7..da76b0f8c9640 100644 --- a/sys/dev/dec/mcclock.c +++ b/sys/dev/dec/mcclock.c @@ -1,7 +1,7 @@ /* $NetBSD: mcclock.c,v 1.11 1998/04/19 07:50:25 jonathan Exp $ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/dec/mcclock.c,v 1.9 2005/01/06 01:42:34 imp Exp $"); /*- * Copyright (c) 1994, 1995, 1996 Carnegie-Mellon University. diff --git a/sys/dev/dec/mcclock_if.m b/sys/dev/dec/mcclock_if.m index 89bc6c4811946..b28d68edbcf73 100644 --- a/sys/dev/dec/mcclock_if.m +++ b/sys/dev/dec/mcclock_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/dev/dec/mcclock_if.m,v 1.5 2005/01/06 01:42:34 imp Exp $ # #include <sys/bus.h> diff --git a/sys/dev/dec/mcclockvar.h b/sys/dev/dec/mcclockvar.h index b0df9d2eff2c2..a5771a02ef019 100644 --- a/sys/dev/dec/mcclockvar.h +++ b/sys/dev/dec/mcclockvar.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/dec/mcclockvar.h,v 1.5 2005/01/06 01:42:34 imp Exp $ */ /* $NetBSD: mcclockvar.h,v 1.4 1997/06/22 08:02:19 jonathan Exp $ */ /*- diff --git a/sys/dev/digi/CX.bios.h b/sys/dev/digi/CX.bios.h index 9688921c8c77a..0d18291affa8f 100644 --- a/sys/dev/digi/CX.bios.h +++ b/sys/dev/digi/CX.bios.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/dev/digi/CX.bios.h,v 1.2 2005/05/06 20:53:33 anholt Exp $ */ static const u_char CX_bios[] = { diff --git a/sys/dev/digi/CX.c b/sys/dev/digi/CX.c index 3a9aa31297cea..0f231d43a45da 100644 --- a/sys/dev/digi/CX.c +++ b/sys/dev/digi/CX.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/digi/CX.c,v 1.3 2003/08/24 17:46:03 obrien Exp $"); #include <sys/param.h> #include <sys/conf.h> diff --git a/sys/dev/digi/CX.fepos.h b/sys/dev/digi/CX.fepos.h index 9b32459f256bd..a861226b43e31 100644 --- a/sys/dev/digi/CX.fepos.h +++ b/sys/dev/digi/CX.fepos.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/dev/digi/CX.fepos.h,v 1.2 2005/05/06 20:53:33 anholt Exp $ */ static const u_char CX_fepos[] = { diff --git a/sys/dev/digi/CX_PCI.bios.h b/sys/dev/digi/CX_PCI.bios.h index c4feb28566ff7..338c0826fea19 100644 --- a/sys/dev/digi/CX_PCI.bios.h +++ b/sys/dev/digi/CX_PCI.bios.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/dev/digi/CX_PCI.bios.h,v 1.2 2005/05/06 20:53:33 anholt Exp $ */ static const u_char CX_PCI_bios[] = { diff --git a/sys/dev/digi/CX_PCI.c b/sys/dev/digi/CX_PCI.c index 2a941f7ef5a5d..3c74188fcaf88 100644 --- a/sys/dev/digi/CX_PCI.c +++ b/sys/dev/digi/CX_PCI.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/digi/CX_PCI.c,v 1.3 2003/08/24 17:46:03 obrien Exp $"); #include <sys/param.h> #include <sys/conf.h> diff --git a/sys/dev/digi/CX_PCI.fepos.h b/sys/dev/digi/CX_PCI.fepos.h index 66ff9d34ef0b4..ef6115954321d 100644 --- a/sys/dev/digi/CX_PCI.fepos.h +++ b/sys/dev/digi/CX_PCI.fepos.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/dev/digi/CX_PCI.fepos.h,v 1.2 2005/05/06 20:53:33 anholt Exp $ */ static const u_char CX_PCI_fepos[] = { diff --git a/sys/dev/digi/EPCX.bios.h b/sys/dev/digi/EPCX.bios.h index c0a1a7e523a81..8e5a8dca5cd78 100644 --- a/sys/dev/digi/EPCX.bios.h +++ b/sys/dev/digi/EPCX.bios.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/dev/digi/EPCX.bios.h,v 1.2 2005/05/06 20:53:33 anholt Exp $ */ static const u_char EPCX_bios[] = { diff --git a/sys/dev/digi/EPCX.c b/sys/dev/digi/EPCX.c index a920eb66a2e70..ad3cea30aa35d 100644 --- a/sys/dev/digi/EPCX.c +++ b/sys/dev/digi/EPCX.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/digi/EPCX.c,v 1.3 2003/08/24 17:46:03 obrien Exp $"); #include <sys/param.h> #include <sys/conf.h> diff --git a/sys/dev/digi/EPCX.fepos.h b/sys/dev/digi/EPCX.fepos.h index ba4de30446ecf..b026888ce40e7 100644 --- a/sys/dev/digi/EPCX.fepos.h +++ b/sys/dev/digi/EPCX.fepos.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/dev/digi/EPCX.fepos.h,v 1.2 2005/05/06 20:53:33 anholt Exp $ */ static const u_char EPCX_fepos[] = { diff --git a/sys/dev/digi/EPCX_PCI.bios.h b/sys/dev/digi/EPCX_PCI.bios.h index e471a3615d278..a8c18f2f0df50 100644 --- a/sys/dev/digi/EPCX_PCI.bios.h +++ b/sys/dev/digi/EPCX_PCI.bios.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/dev/digi/EPCX_PCI.bios.h,v 1.2 2005/05/06 20:53:33 anholt Exp $ */ static const u_char EPCX_PCI_bios[] = { diff --git a/sys/dev/digi/EPCX_PCI.c b/sys/dev/digi/EPCX_PCI.c index a9ef049ea6be1..36d23785040f5 100644 --- a/sys/dev/digi/EPCX_PCI.c +++ b/sys/dev/digi/EPCX_PCI.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/digi/EPCX_PCI.c,v 1.3 2003/08/24 17:46:03 obrien Exp $"); #include <sys/param.h> #include <sys/conf.h> diff --git a/sys/dev/digi/EPCX_PCI.fepos.h b/sys/dev/digi/EPCX_PCI.fepos.h index 84b4630fc6b4e..cdcafd53b7fce 100644 --- a/sys/dev/digi/EPCX_PCI.fepos.h +++ b/sys/dev/digi/EPCX_PCI.fepos.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/dev/digi/EPCX_PCI.fepos.h,v 1.2 2005/05/06 20:53:34 anholt Exp $ */ static const u_char EPCX_PCI_fepos[] = { diff --git a/sys/dev/digi/Xe.bios.h b/sys/dev/digi/Xe.bios.h index 53b0ff2eb4798..7077dbe192fb8 100644 --- a/sys/dev/digi/Xe.bios.h +++ b/sys/dev/digi/Xe.bios.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/dev/digi/Xe.bios.h,v 1.2 2005/05/06 20:53:34 anholt Exp $ */ static const u_char Xe_bios[] = { diff --git a/sys/dev/digi/Xe.c b/sys/dev/digi/Xe.c index b1bb5e53f07ad..3b79aec2983fc 100644 --- a/sys/dev/digi/Xe.c +++ b/sys/dev/digi/Xe.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/digi/Xe.c,v 1.3 2003/08/24 17:46:03 obrien Exp $"); #include <sys/param.h> #include <sys/conf.h> diff --git a/sys/dev/digi/Xe.fepos.h b/sys/dev/digi/Xe.fepos.h index fef506e714412..9965dad82c1e0 100644 --- a/sys/dev/digi/Xe.fepos.h +++ b/sys/dev/digi/Xe.fepos.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/dev/digi/Xe.fepos.h,v 1.2 2005/05/06 20:53:34 anholt Exp $ */ static const u_char Xe_fepos[] = { diff --git a/sys/dev/digi/Xem.bios.h b/sys/dev/digi/Xem.bios.h index b417571249b9c..05a1fc27564a2 100644 --- a/sys/dev/digi/Xem.bios.h +++ b/sys/dev/digi/Xem.bios.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/dev/digi/Xem.bios.h,v 1.2 2005/05/06 20:53:34 anholt Exp $ */ static const u_char Xem_bios[] = { diff --git a/sys/dev/digi/Xem.c b/sys/dev/digi/Xem.c index fb903b6245462..8f3fb4a561ea5 100644 --- a/sys/dev/digi/Xem.c +++ b/sys/dev/digi/Xem.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/digi/Xem.c,v 1.3 2003/08/24 17:46:03 obrien Exp $"); #include <sys/param.h> #include <sys/conf.h> diff --git a/sys/dev/digi/Xem.fepos.h b/sys/dev/digi/Xem.fepos.h index 87df0505e7108..9077ff5296543 100644 --- a/sys/dev/digi/Xem.fepos.h +++ b/sys/dev/digi/Xem.fepos.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/dev/digi/Xem.fepos.h,v 1.2 2005/05/06 20:53:34 anholt Exp $ */ static const u_char Xem_fepos[] = { diff --git a/sys/dev/digi/Xr.bios.h b/sys/dev/digi/Xr.bios.h index a0805ae9eb3b1..8f616160b6e89 100644 --- a/sys/dev/digi/Xr.bios.h +++ b/sys/dev/digi/Xr.bios.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/dev/digi/Xr.bios.h,v 1.1 2001/05/02 01:08:03 brian Exp $ */ static const u_char Xr_bios[] = { diff --git a/sys/dev/digi/Xr.c b/sys/dev/digi/Xr.c index 4d68c87d211ba..9d4cc59f5c615 100644 --- a/sys/dev/digi/Xr.c +++ b/sys/dev/digi/Xr.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/digi/Xr.c,v 1.3 2003/08/24 17:46:03 obrien Exp $"); #include <sys/param.h> #include <sys/conf.h> diff --git a/sys/dev/digi/Xr.fepos.h b/sys/dev/digi/Xr.fepos.h index 66fbd10e1d2fb..e91f93e754366 100644 --- a/sys/dev/digi/Xr.fepos.h +++ b/sys/dev/digi/Xr.fepos.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/dev/digi/Xr.fepos.h,v 1.1 2001/05/02 01:08:03 brian Exp $ */ static const u_char Xr_fepos[] = { diff --git a/sys/dev/digi/con.CX-IBM.h b/sys/dev/digi/con.CX-IBM.h index b0c9db315986b..b7871fe29ee61 100644 --- a/sys/dev/digi/con.CX-IBM.h +++ b/sys/dev/digi/con.CX-IBM.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/dev/digi/con.CX-IBM.h,v 1.1 2001/05/02 01:08:03 brian Exp $ */ const u_char con_CX_IBM[] = { diff --git a/sys/dev/digi/con.CX.h b/sys/dev/digi/con.CX.h index 8bfb77a81a038..c6b6f40e770f9 100644 --- a/sys/dev/digi/con.CX.h +++ b/sys/dev/digi/con.CX.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/dev/digi/con.CX.h,v 1.1 2001/05/02 01:08:03 brian Exp $ */ const u_char con_CX[] = { diff --git a/sys/dev/digi/con.EPCX.h b/sys/dev/digi/con.EPCX.h index 329c2f1f63f78..b005ac62d419b 100644 --- a/sys/dev/digi/con.EPCX.h +++ b/sys/dev/digi/con.EPCX.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/dev/digi/con.EPCX.h,v 1.1 2001/05/02 01:08:03 brian Exp $ */ const u_char con_EPCX[] = { diff --git a/sys/dev/digi/con.MBank.h b/sys/dev/digi/con.MBank.h index 89f2d0ae2901c..97647d27d4d7b 100644 --- a/sys/dev/digi/con.MBank.h +++ b/sys/dev/digi/con.MBank.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/dev/digi/con.MBank.h,v 1.1 2001/05/02 01:08:04 brian Exp $ */ const u_char con_MBank[] = { diff --git a/sys/dev/digi/digi.c b/sys/dev/digi/digi.c index 8912fb15b02b6..97aae7ba9162e 100644 --- a/sys/dev/digi/digi.c +++ b/sys/dev/digi/digi.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/dev/digi/digi.c,v 1.58.2.3 2007/02/15 19:49:27 luigi Exp $ */ /*- diff --git a/sys/dev/digi/digi.h b/sys/dev/digi/digi.h index 7be171bde7631..8e5d288eafed2 100644 --- a/sys/dev/digi/digi.h +++ b/sys/dev/digi/digi.h @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/digi/digi.h,v 1.19 2004/10/14 18:37:59 phk Exp $ */ #define W(p) (*(u_int16_t *)(p)) diff --git a/sys/dev/digi/digi_isa.c b/sys/dev/digi/digi_isa.c index f1f4a5f9ab456..c977563fa6140 100644 --- a/sys/dev/digi/digi_isa.c +++ b/sys/dev/digi/digi_isa.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/digi/digi_isa.c,v 1.13 2004/05/30 20:08:30 phk Exp $"); /*- * TODO: diff --git a/sys/dev/digi/digi_mod.h b/sys/dev/digi/digi_mod.h index f1e8ced703744..50e00b1d7abfc 100644 --- a/sys/dev/digi/digi_mod.h +++ b/sys/dev/digi/digi_mod.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/dev/digi/digi_mod.h,v 1.1 2001/05/02 01:08:04 brian Exp $ */ #define DIGI_MOD_VERSION 1 diff --git a/sys/dev/digi/digi_pci.c b/sys/dev/digi/digi_pci.c index 342858e5774ed..b230af5694678 100644 --- a/sys/dev/digi/digi_pci.c +++ b/sys/dev/digi/digi_pci.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/digi/digi_pci.c,v 1.12 2005/03/05 18:30:10 imp Exp $"); #include <sys/param.h> diff --git a/sys/dev/digi/digi_pci.h b/sys/dev/digi/digi_pci.h index 2273d0048dede..22163341655b8 100644 --- a/sys/dev/digi/digi_pci.h +++ b/sys/dev/digi/digi_pci.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/dev/digi/digi_pci.h,v 1.1 2001/05/02 01:08:04 brian Exp $ */ #define PCI_VENDOR_DIGI 0x114F diff --git a/sys/dev/digi/digireg.h b/sys/dev/digi/digireg.h index 4a1641f92d7e7..ab7bb05c26c7d 100644 --- a/sys/dev/digi/digireg.h +++ b/sys/dev/digi/digireg.h @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/digi/digireg.h,v 1.3 2003/08/07 15:04:24 jhb Exp $ */ struct global_data { diff --git a/sys/dev/dpt/dpt.h b/sys/dev/dpt/dpt.h index 39171950f414d..872eb1d760bed 100644 --- a/sys/dev/dpt/dpt.h +++ b/sys/dev/dpt/dpt.h @@ -40,7 +40,7 @@ */ -#ident "$FreeBSD$" +#ident "$FreeBSD: src/sys/dev/dpt/dpt.h,v 1.16 2005/01/06 01:42:35 imp Exp $" #ifndef _DPT_H #define _DPT_H diff --git a/sys/dev/dpt/dpt_eisa.c b/sys/dev/dpt/dpt_eisa.c index ea84fb0abc9ac..956a54b6022d1 100644 --- a/sys/dev/dpt/dpt_eisa.c +++ b/sys/dev/dpt/dpt_eisa.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/dpt/dpt_eisa.c,v 1.20.2.1 2006/12/14 02:57:06 mjacob Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/dpt/dpt_isa.c b/sys/dev/dpt/dpt_isa.c index 96b67f2fcb0a4..846f64743ca92 100644 --- a/sys/dev/dpt/dpt_isa.c +++ b/sys/dev/dpt/dpt_isa.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/dpt/dpt_isa.c,v 1.9.2.1 2006/12/14 02:57:06 mjacob Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/dpt/dpt_pci.c b/sys/dev/dpt/dpt_pci.c index e5bc6bcb5b261..beb1873501d75 100644 --- a/sys/dev/dpt/dpt_pci.c +++ b/sys/dev/dpt/dpt_pci.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/dpt/dpt_pci.c,v 1.34.2.1 2006/12/14 02:57:06 mjacob Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/dpt/dpt_scsi.c b/sys/dev/dpt/dpt_scsi.c index 129c95b948245..3e32218eb62ce 100644 --- a/sys/dev/dpt/dpt_scsi.c +++ b/sys/dev/dpt/dpt_scsi.c @@ -27,9 +27,9 @@ * SUCH DAMAGE. */ -#ident "$FreeBSD$" +#ident "$FreeBSD: src/sys/dev/dpt/dpt_scsi.c,v 1.50 2005/05/29 04:42:19 nyan Exp $" #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/dpt/dpt_scsi.c,v 1.50 2005/05/29 04:42:19 nyan Exp $"); /* * dpt_scsi.c: SCSI dependant code for the DPT driver diff --git a/sys/dev/drm/ati_pcigart.c b/sys/dev/drm/ati_pcigart.c index 386702c6ae1a9..b04ab96b3b2f4 100644 --- a/sys/dev/drm/ati_pcigart.c +++ b/sys/dev/drm/ati_pcigart.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/ati_pcigart.c,v 1.1.2.2 2005/12/14 00:52:58 anholt Exp $"); #include "dev/drm/drmP.h" diff --git a/sys/dev/drm/drm-preprocess.sh b/sys/dev/drm/drm-preprocess.sh index eabcd987cff59..ea7b83818c550 100644 --- a/sys/dev/drm/drm-preprocess.sh +++ b/sys/dev/drm/drm-preprocess.sh @@ -1,6 +1,6 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/sys/dev/drm/drm-preprocess.sh,v 1.3.2.1 2006/05/17 07:40:11 anholt Exp $ cvs up -CPd *.[ch] @@ -14,7 +14,7 @@ rm via*.[ch] (cd /usr/src/drm/bsd-core/ && make drm_pciids.h) -# Replace drm_pciids.h with one with a $FreeBSD$ +# Replace drm_pciids.h with one with a $FreeBSD: src/sys/dev/drm/drm-preprocess.sh,v 1.3.2.1 2006/05/17 07:40:11 anholt Exp $ line=`grep \\\$FreeBSD drm_pciids.h.cvs` rm -f drm_pciids.h echo "/*" >> drm_pciids.h diff --git a/sys/dev/drm/drm-subprocess.pl b/sys/dev/drm/drm-subprocess.pl index d053c595c12ce..edb8984b70397 100644 --- a/sys/dev/drm/drm-subprocess.pl +++ b/sys/dev/drm/drm-subprocess.pl @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/dev/drm/drm-subprocess.pl,v 1.1.2.1 2006/05/17 07:40:11 anholt Exp $ # # Props to Daniel Stone for starting this script for me. I hate perl. @@ -23,7 +23,7 @@ while (<>) { print $lastline; } } elsif ($foundopening && !$foundclosing && /\*\//) { - # print the $FreeBSD$ bits after the end of the license block + # print the $FreeBSD: src/sys/dev/drm/drm-subprocess.pl,v 1.1.2.1 2006/05/17 07:40:11 anholt Exp $ bits after the end of the license block $foundclosing = 1; print; print "\n"; diff --git a/sys/dev/drm/drm.h b/sys/dev/drm/drm.h index d4dad8e0c4109..7a0bffe41cd26 100644 --- a/sys/dev/drm/drm.h +++ b/sys/dev/drm/drm.h @@ -34,7 +34,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/drm.h,v 1.9.2.2 2006/05/17 07:40:11 anholt Exp $"); /** * \mainpage diff --git a/sys/dev/drm/drmP.h b/sys/dev/drm/drmP.h index 11714254dac5a..7eb1b67fb0d71 100644 --- a/sys/dev/drm/drmP.h +++ b/sys/dev/drm/drmP.h @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/drmP.h,v 1.13.2.4 2007/02/03 20:01:54 flz Exp $"); #ifndef _DRM_P_H_ #define _DRM_P_H_ diff --git a/sys/dev/drm/drm_agpsupport.c b/sys/dev/drm/drm_agpsupport.c index 3d657da18ab96..0dd2d88ece8d7 100644 --- a/sys/dev/drm/drm_agpsupport.c +++ b/sys/dev/drm/drm_agpsupport.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/drm_agpsupport.c,v 1.1.2.4 2006/12/28 21:54:49 jhb Exp $"); #include "dev/drm/drmP.h" diff --git a/sys/dev/drm/drm_atomic.h b/sys/dev/drm/drm_atomic.h index cf9d2068ceb72..ad87e7f072610 100644 --- a/sys/dev/drm/drm_atomic.h +++ b/sys/dev/drm/drm_atomic.h @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/drm_atomic.h,v 1.1.2.1 2005/12/14 00:52:58 anholt Exp $"); /* Many of these implementations are rather fake, but good enough. */ diff --git a/sys/dev/drm/drm_auth.c b/sys/dev/drm/drm_auth.c index 03b3a4705d18b..eefde6e2589e6 100644 --- a/sys/dev/drm/drm_auth.c +++ b/sys/dev/drm/drm_auth.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/drm_auth.c,v 1.1.2.1 2005/12/14 00:52:58 anholt Exp $"); #include "dev/drm/drmP.h" diff --git a/sys/dev/drm/drm_bufs.c b/sys/dev/drm/drm_bufs.c index c8ef0e410032a..b2c49c9254d8a 100644 --- a/sys/dev/drm/drm_bufs.c +++ b/sys/dev/drm/drm_bufs.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/drm_bufs.c,v 1.2.2.1 2005/12/14 00:52:58 anholt Exp $"); #include "dev/pci/pcireg.h" diff --git a/sys/dev/drm/drm_context.c b/sys/dev/drm/drm_context.c index cf5bc15bcf6bd..66810f491f53f 100644 --- a/sys/dev/drm/drm_context.c +++ b/sys/dev/drm/drm_context.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/drm_context.c,v 1.1.2.1 2005/12/14 00:52:58 anholt Exp $"); #include "dev/drm/drmP.h" diff --git a/sys/dev/drm/drm_dma.c b/sys/dev/drm/drm_dma.c index a8661ca22d3df..7733afcb71699 100644 --- a/sys/dev/drm/drm_dma.c +++ b/sys/dev/drm/drm_dma.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/drm_dma.c,v 1.1.2.1 2005/12/14 00:52:58 anholt Exp $"); #include "dev/drm/drmP.h" diff --git a/sys/dev/drm/drm_drawable.c b/sys/dev/drm/drm_drawable.c index 8de8095432cbb..b03e67f148c29 100644 --- a/sys/dev/drm/drm_drawable.c +++ b/sys/dev/drm/drm_drawable.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/drm_drawable.c,v 1.1.2.1 2005/12/14 00:52:58 anholt Exp $"); #include "dev/drm/drmP.h" diff --git a/sys/dev/drm/drm_drv.c b/sys/dev/drm/drm_drv.c index 0d23e96952d2e..6a0a94da565f8 100644 --- a/sys/dev/drm/drm_drv.c +++ b/sys/dev/drm/drm_drv.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/drm_drv.c,v 1.1.2.3 2007/02/03 20:01:54 flz Exp $"); #include "dev/drm/drmP.h" #include "dev/drm/drm.h" diff --git a/sys/dev/drm/drm_fops.c b/sys/dev/drm/drm_fops.c index 361f5a7012646..beeeb31b2fe6d 100644 --- a/sys/dev/drm/drm_fops.c +++ b/sys/dev/drm/drm_fops.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/drm_fops.c,v 1.1.2.1 2005/12/14 00:52:58 anholt Exp $"); #include "dev/drm/drmP.h" diff --git a/sys/dev/drm/drm_ioctl.c b/sys/dev/drm/drm_ioctl.c index 0ea2197287ee1..7477a98227b26 100644 --- a/sys/dev/drm/drm_ioctl.c +++ b/sys/dev/drm/drm_ioctl.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/drm_ioctl.c,v 1.1.2.1 2005/12/14 00:52:58 anholt Exp $"); #include "dev/drm/drmP.h" diff --git a/sys/dev/drm/drm_irq.c b/sys/dev/drm/drm_irq.c index 791f11cc287f7..19b498a7a23ca 100644 --- a/sys/dev/drm/drm_irq.c +++ b/sys/dev/drm/drm_irq.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/drm_irq.c,v 1.1.2.1 2005/12/14 00:52:58 anholt Exp $"); #include "dev/drm/drmP.h" #include "dev/drm/drm.h" diff --git a/sys/dev/drm/drm_linux_list.h b/sys/dev/drm/drm_linux_list.h index d0a5c7008a7cf..ca3e26a1f049a 100644 --- a/sys/dev/drm/drm_linux_list.h +++ b/sys/dev/drm/drm_linux_list.h @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/drm_linux_list.h,v 1.3.2.1 2005/12/14 00:52:58 anholt Exp $"); struct list_head { struct list_head *next, *prev; diff --git a/sys/dev/drm/drm_lock.c b/sys/dev/drm/drm_lock.c index b075fb4bf5f4c..b750351252357 100644 --- a/sys/dev/drm/drm_lock.c +++ b/sys/dev/drm/drm_lock.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/drm_lock.c,v 1.1.2.1 2005/12/14 00:52:58 anholt Exp $"); #include "dev/drm/drmP.h" diff --git a/sys/dev/drm/drm_memory.c b/sys/dev/drm/drm_memory.c index 6f035387c81f0..fa6d848da87f3 100644 --- a/sys/dev/drm/drm_memory.c +++ b/sys/dev/drm/drm_memory.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/drm_memory.c,v 1.1.2.1 2005/12/14 00:52:58 anholt Exp $"); #include "dev/drm/drmP.h" diff --git a/sys/dev/drm/drm_pci.c b/sys/dev/drm/drm_pci.c index 0dca37b075e32..9100f74266e2d 100644 --- a/sys/dev/drm/drm_pci.c +++ b/sys/dev/drm/drm_pci.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/drm_pci.c,v 1.1.2.1 2005/12/14 00:52:58 anholt Exp $"); #include "dev/drm/drmP.h" diff --git a/sys/dev/drm/drm_pciids.h b/sys/dev/drm/drm_pciids.h index 59166f47c142d..311512a5de085 100644 --- a/sys/dev/drm/drm_pciids.h +++ b/sys/dev/drm/drm_pciids.h @@ -1,5 +1,5 @@ /* - * $FreeBSD$ + * $FreeBSD: src/sys/dev/drm/drm_pciids.h,v 1.2.2.4 2007/02/03 20:01:54 flz Exp $ */ /* This file is auto-generated from the drm_pciids.txt in the DRM CVS diff --git a/sys/dev/drm/drm_sarea.h b/sys/dev/drm/drm_sarea.h index 842d3ac055637..37f2623511678 100644 --- a/sys/dev/drm/drm_sarea.h +++ b/sys/dev/drm/drm_sarea.h @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/drm_sarea.h,v 1.5.2.1 2005/12/14 00:52:58 anholt Exp $"); #ifndef _DRM_SAREA_H_ #define _DRM_SAREA_H_ diff --git a/sys/dev/drm/drm_scatter.c b/sys/dev/drm/drm_scatter.c index 85b8936f21297..5b143bd238024 100644 --- a/sys/dev/drm/drm_scatter.c +++ b/sys/dev/drm/drm_scatter.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/drm_scatter.c,v 1.1.2.2 2006/05/17 07:40:11 anholt Exp $"); #include "dev/drm/drmP.h" diff --git a/sys/dev/drm/drm_sysctl.c b/sys/dev/drm/drm_sysctl.c index eb5bbe2c8613a..297147bc063af 100644 --- a/sys/dev/drm/drm_sysctl.c +++ b/sys/dev/drm/drm_sysctl.c @@ -22,7 +22,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/drm_sysctl.c,v 1.1.2.1 2005/12/14 00:52:58 anholt Exp $"); #include "dev/drm/drmP.h" #include "dev/drm/drm.h" diff --git a/sys/dev/drm/drm_vm.c b/sys/dev/drm/drm_vm.c index e01257a37d8d1..04cd665ad8b3d 100644 --- a/sys/dev/drm/drm_vm.c +++ b/sys/dev/drm/drm_vm.c @@ -22,7 +22,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/drm_vm.c,v 1.1.2.1 2005/12/14 00:52:58 anholt Exp $"); #include "dev/drm/drmP.h" #include "dev/drm/drm.h" diff --git a/sys/dev/drm/i915_dma.c b/sys/dev/drm/i915_dma.c index e85cb6760d558..9444cb5c7bdd8 100644 --- a/sys/dev/drm/i915_dma.c +++ b/sys/dev/drm/i915_dma.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/i915_dma.c,v 1.1.2.4 2007/09/10 12:51:06 kib Exp $"); #include "dev/drm/drmP.h" #include "dev/drm/drm.h" diff --git a/sys/dev/drm/i915_drm.h b/sys/dev/drm/i915_drm.h index 778088fb25c9a..4e01cf0a94cbb 100644 --- a/sys/dev/drm/i915_drm.h +++ b/sys/dev/drm/i915_drm.h @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/i915_drm.h,v 1.1.2.3 2007/02/03 20:01:54 flz Exp $"); #ifndef _I915_DRM_H_ #define _I915_DRM_H_ diff --git a/sys/dev/drm/i915_drv.c b/sys/dev/drm/i915_drv.c index 8a2033065685a..a2c89f168e898 100644 --- a/sys/dev/drm/i915_drv.c +++ b/sys/dev/drm/i915_drv.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/i915_drv.c,v 1.1.2.2 2006/05/17 07:40:11 anholt Exp $"); #include "dev/drm/drmP.h" #include "dev/drm/drm.h" diff --git a/sys/dev/drm/i915_drv.h b/sys/dev/drm/i915_drv.h index 481bd2be051c8..df58fcd00b32a 100644 --- a/sys/dev/drm/i915_drv.h +++ b/sys/dev/drm/i915_drv.h @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/i915_drv.h,v 1.1.2.3 2007/02/03 20:01:54 flz Exp $"); #ifndef _I915_DRV_H_ #define _I915_DRV_H_ diff --git a/sys/dev/drm/i915_irq.c b/sys/dev/drm/i915_irq.c index b40669c1ff176..5f4e107eca5e1 100644 --- a/sys/dev/drm/i915_irq.c +++ b/sys/dev/drm/i915_irq.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/i915_irq.c,v 1.1.2.3 2007/02/03 20:01:54 flz Exp $"); #include "dev/drm/drmP.h" #include "dev/drm/drm.h" diff --git a/sys/dev/drm/i915_mem.c b/sys/dev/drm/i915_mem.c index fd234c224fe67..81982e4746fbe 100644 --- a/sys/dev/drm/i915_mem.c +++ b/sys/dev/drm/i915_mem.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/i915_mem.c,v 1.1.2.2 2006/05/17 07:40:11 anholt Exp $"); #include "dev/drm/drmP.h" #include "dev/drm/drm.h" diff --git a/sys/dev/drm/mach64_dma.c b/sys/dev/drm/mach64_dma.c index 77966a125e770..627492bab7f5d 100644 --- a/sys/dev/drm/mach64_dma.c +++ b/sys/dev/drm/mach64_dma.c @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/mach64_dma.c,v 1.1.2.1 2005/12/14 00:52:58 anholt Exp $"); #include "dev/drm/drmP.h" #include "dev/drm/drm.h" diff --git a/sys/dev/drm/mach64_drm.h b/sys/dev/drm/mach64_drm.h index 042c91eca5572..44a38166eb1b5 100644 --- a/sys/dev/drm/mach64_drm.h +++ b/sys/dev/drm/mach64_drm.h @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/mach64_drm.h,v 1.1.2.2 2007/02/03 20:01:54 flz Exp $"); #ifndef __MACH64_DRM_H__ #define __MACH64_DRM_H__ diff --git a/sys/dev/drm/mach64_drv.c b/sys/dev/drm/mach64_drv.c index 8ba4a21ae1654..76f4926dc67e3 100644 --- a/sys/dev/drm/mach64_drv.c +++ b/sys/dev/drm/mach64_drv.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/mach64_drv.c,v 1.1.2.2 2006/05/17 07:40:11 anholt Exp $"); #include <sys/types.h> diff --git a/sys/dev/drm/mach64_drv.h b/sys/dev/drm/mach64_drv.h index 24e524ea9db85..c9cefa8356a59 100644 --- a/sys/dev/drm/mach64_drv.h +++ b/sys/dev/drm/mach64_drv.h @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/mach64_drv.h,v 1.1.2.1 2005/12/14 00:52:58 anholt Exp $"); #ifndef __MACH64_DRV_H__ #define __MACH64_DRV_H__ diff --git a/sys/dev/drm/mach64_irq.c b/sys/dev/drm/mach64_irq.c index c6563ce9f5e1b..6dce0979fa550 100644 --- a/sys/dev/drm/mach64_irq.c +++ b/sys/dev/drm/mach64_irq.c @@ -36,7 +36,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/mach64_irq.c,v 1.1.2.1 2005/12/14 00:52:58 anholt Exp $"); #include "dev/drm/drmP.h" #include "dev/drm/drm.h" diff --git a/sys/dev/drm/mach64_state.c b/sys/dev/drm/mach64_state.c index 9d5ab63b22589..5dc4a0227f204 100644 --- a/sys/dev/drm/mach64_state.c +++ b/sys/dev/drm/mach64_state.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/mach64_state.c,v 1.1.2.1 2005/12/14 00:52:58 anholt Exp $"); #include "dev/drm/drmP.h" #include "dev/drm/drm.h" diff --git a/sys/dev/drm/mga_dma.c b/sys/dev/drm/mga_dma.c index 093dd25868fc1..4cab9cdb26c8f 100644 --- a/sys/dev/drm/mga_dma.c +++ b/sys/dev/drm/mga_dma.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/mga_dma.c,v 1.12.2.1 2005/12/14 00:52:58 anholt Exp $"); /** * \file mga_dma.c diff --git a/sys/dev/drm/mga_drm.h b/sys/dev/drm/mga_drm.h index 6c466e06af968..75d8185249afa 100644 --- a/sys/dev/drm/mga_drm.h +++ b/sys/dev/drm/mga_drm.h @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/mga_drm.h,v 1.6.2.1 2005/12/14 00:52:58 anholt Exp $"); #ifndef __MGA_DRM_H__ #define __MGA_DRM_H__ diff --git a/sys/dev/drm/mga_drv.c b/sys/dev/drm/mga_drv.c index 8bde4fde78f70..ee5b348478c25 100644 --- a/sys/dev/drm/mga_drv.c +++ b/sys/dev/drm/mga_drv.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/mga_drv.c,v 1.9.2.2 2006/05/17 07:40:11 anholt Exp $"); #include "dev/drm/drmP.h" #include "dev/drm/drm.h" diff --git a/sys/dev/drm/mga_drv.h b/sys/dev/drm/mga_drv.h index 95726e2f44a8f..9270d65bbce1e 100644 --- a/sys/dev/drm/mga_drv.h +++ b/sys/dev/drm/mga_drv.h @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/mga_drv.h,v 1.9.2.2 2006/05/17 07:40:11 anholt Exp $"); #ifndef __MGA_DRV_H__ #define __MGA_DRV_H__ diff --git a/sys/dev/drm/mga_irq.c b/sys/dev/drm/mga_irq.c index f8a88ed1553be..d151a06653791 100644 --- a/sys/dev/drm/mga_irq.c +++ b/sys/dev/drm/mga_irq.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/mga_irq.c,v 1.5.2.1 2005/12/14 00:52:58 anholt Exp $"); #include "dev/drm/drmP.h" #include "dev/drm/drm.h" diff --git a/sys/dev/drm/mga_state.c b/sys/dev/drm/mga_state.c index 951a4c8adceb2..044d6dc3aa505 100644 --- a/sys/dev/drm/mga_state.c +++ b/sys/dev/drm/mga_state.c @@ -34,7 +34,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/mga_state.c,v 1.10.2.1 2005/12/14 00:52:58 anholt Exp $"); #include "dev/drm/drmP.h" #include "dev/drm/drm.h" diff --git a/sys/dev/drm/mga_ucode.h b/sys/dev/drm/mga_ucode.h index 455e25e5eb0f3..9adacf33268fe 100644 --- a/sys/dev/drm/mga_ucode.h +++ b/sys/dev/drm/mga_ucode.h @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/mga_ucode.h,v 1.3.2.1 2005/12/14 00:52:58 anholt Exp $"); /* * WARP pipes are named according to the functions they perform, where: diff --git a/sys/dev/drm/mga_warp.c b/sys/dev/drm/mga_warp.c index 23397397711e5..98efa2c249f07 100644 --- a/sys/dev/drm/mga_warp.c +++ b/sys/dev/drm/mga_warp.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/mga_warp.c,v 1.7.2.1 2005/12/14 00:52:58 anholt Exp $"); #include "dev/drm/drmP.h" #include "dev/drm/drm.h" diff --git a/sys/dev/drm/r128_cce.c b/sys/dev/drm/r128_cce.c index 9ac647eacbc79..487f4a80194e5 100644 --- a/sys/dev/drm/r128_cce.c +++ b/sys/dev/drm/r128_cce.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/r128_cce.c,v 1.12.2.2 2005/12/14 00:52:58 anholt Exp $"); #include "dev/drm/drmP.h" #include "dev/drm/drm.h" diff --git a/sys/dev/drm/r128_drm.h b/sys/dev/drm/r128_drm.h index c9ad817d9356e..455d83f28b263 100644 --- a/sys/dev/drm/r128_drm.h +++ b/sys/dev/drm/r128_drm.h @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/r128_drm.h,v 1.7.2.1 2005/12/14 00:52:59 anholt Exp $"); #ifndef __R128_DRM_H__ #define __R128_DRM_H__ diff --git a/sys/dev/drm/r128_drv.c b/sys/dev/drm/r128_drv.c index 71b4259b96ce3..37ceec870d756 100644 --- a/sys/dev/drm/r128_drv.c +++ b/sys/dev/drm/r128_drv.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/r128_drv.c,v 1.9.2.2 2006/05/17 07:40:11 anholt Exp $"); #include "dev/drm/drmP.h" #include "dev/drm/drm.h" diff --git a/sys/dev/drm/r128_drv.h b/sys/dev/drm/r128_drv.h index ba738fa3e80d2..54e0087cd4a4b 100644 --- a/sys/dev/drm/r128_drv.h +++ b/sys/dev/drm/r128_drv.h @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/r128_drv.h,v 1.10.2.1 2005/12/14 00:52:59 anholt Exp $"); #ifndef __R128_DRV_H__ #define __R128_DRV_H__ diff --git a/sys/dev/drm/r128_irq.c b/sys/dev/drm/r128_irq.c index c3b4129995fac..abd0561b56857 100644 --- a/sys/dev/drm/r128_irq.c +++ b/sys/dev/drm/r128_irq.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/r128_irq.c,v 1.5.2.1 2005/12/14 00:52:59 anholt Exp $"); #include "dev/drm/drmP.h" #include "dev/drm/drm.h" diff --git a/sys/dev/drm/r128_state.c b/sys/dev/drm/r128_state.c index 62f17e7b74b31..f7b85c2775b75 100644 --- a/sys/dev/drm/r128_state.c +++ b/sys/dev/drm/r128_state.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/r128_state.c,v 1.12.2.1 2005/12/14 00:52:59 anholt Exp $"); #include "dev/drm/drmP.h" #include "dev/drm/drm.h" diff --git a/sys/dev/drm/r300_cmdbuf.c b/sys/dev/drm/r300_cmdbuf.c index d71f8cb486aeb..8d3e0fd11f74a 100644 --- a/sys/dev/drm/r300_cmdbuf.c +++ b/sys/dev/drm/r300_cmdbuf.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/r300_cmdbuf.c,v 1.2.2.3 2006/05/17 07:40:11 anholt Exp $"); #include "dev/drm/drmP.h" #include "dev/drm/drm.h" diff --git a/sys/dev/drm/r300_reg.h b/sys/dev/drm/r300_reg.h index 010840628104e..c36cc66d56d75 100644 --- a/sys/dev/drm/r300_reg.h +++ b/sys/dev/drm/r300_reg.h @@ -24,7 +24,7 @@ USE OR OTHER DEALINGS IN THE SOFTWARE. **************************************************************************/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/r300_reg.h,v 1.1.2.3 2006/05/17 07:40:11 anholt Exp $"); #ifndef _R300_REG_H #define _R300_REG_H diff --git a/sys/dev/drm/radeon_cp.c b/sys/dev/drm/radeon_cp.c index af2fdcff11cac..922db7db3f542 100644 --- a/sys/dev/drm/radeon_cp.c +++ b/sys/dev/drm/radeon_cp.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/radeon_cp.c,v 1.15.2.4 2007/02/03 20:01:54 flz Exp $"); #include "dev/drm/drmP.h" #include "dev/drm/drm.h" diff --git a/sys/dev/drm/radeon_drm.h b/sys/dev/drm/radeon_drm.h index b40b43c801d4a..1b5c67e22cda1 100644 --- a/sys/dev/drm/radeon_drm.h +++ b/sys/dev/drm/radeon_drm.h @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/radeon_drm.h,v 1.10.2.4 2007/02/03 20:01:54 flz Exp $"); #ifndef __RADEON_DRM_H__ #define __RADEON_DRM_H__ diff --git a/sys/dev/drm/radeon_drv.c b/sys/dev/drm/radeon_drv.c index af12d3d3f05e7..c9dfe9d80c0f1 100644 --- a/sys/dev/drm/radeon_drv.c +++ b/sys/dev/drm/radeon_drv.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/radeon_drv.c,v 1.12.2.2 2006/05/17 07:40:11 anholt Exp $"); #include "dev/drm/drmP.h" #include "dev/drm/drm.h" diff --git a/sys/dev/drm/radeon_drv.h b/sys/dev/drm/radeon_drv.h index 21832793274ea..1e069154373f5 100644 --- a/sys/dev/drm/radeon_drv.h +++ b/sys/dev/drm/radeon_drv.h @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/radeon_drv.h,v 1.12.2.4 2007/02/03 20:01:54 flz Exp $"); #ifndef __RADEON_DRV_H__ #define __RADEON_DRV_H__ diff --git a/sys/dev/drm/radeon_irq.c b/sys/dev/drm/radeon_irq.c index 420fc84c1d38b..b59b5ff245807 100644 --- a/sys/dev/drm/radeon_irq.c +++ b/sys/dev/drm/radeon_irq.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/radeon_irq.c,v 1.6.2.1 2005/12/14 00:52:59 anholt Exp $"); #include "dev/drm/drmP.h" #include "dev/drm/drm.h" diff --git a/sys/dev/drm/radeon_mem.c b/sys/dev/drm/radeon_mem.c index bb9ff302bb573..063a1171945e3 100644 --- a/sys/dev/drm/radeon_mem.c +++ b/sys/dev/drm/radeon_mem.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/radeon_mem.c,v 1.7.2.1 2005/12/14 00:52:59 anholt Exp $"); #include "dev/drm/drmP.h" #include "dev/drm/drm.h" diff --git a/sys/dev/drm/radeon_state.c b/sys/dev/drm/radeon_state.c index 868b5ca1b2452..f3d707bf76bbf 100644 --- a/sys/dev/drm/radeon_state.c +++ b/sys/dev/drm/radeon_state.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/radeon_state.c,v 1.15.2.4 2007/02/03 20:01:54 flz Exp $"); #include "dev/drm/drmP.h" #include "dev/drm/drm.h" diff --git a/sys/dev/drm/savage_bci.c b/sys/dev/drm/savage_bci.c index bbd45fe75490c..48ba51d5f2988 100644 --- a/sys/dev/drm/savage_bci.c +++ b/sys/dev/drm/savage_bci.c @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/savage_bci.c,v 1.1.2.2 2006/05/17 07:40:11 anholt Exp $"); #include "dev/drm/drmP.h" #include "dev/drm/savage_drm.h" #include "dev/drm/savage_drv.h" diff --git a/sys/dev/drm/savage_drm.h b/sys/dev/drm/savage_drm.h index b0e0a04a200ad..6be4d29a7a493 100644 --- a/sys/dev/drm/savage_drm.h +++ b/sys/dev/drm/savage_drm.h @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/savage_drm.h,v 1.1.2.1 2005/12/14 00:52:59 anholt Exp $"); #ifndef __SAVAGE_DRM_H__ #define __SAVAGE_DRM_H__ diff --git a/sys/dev/drm/savage_drv.c b/sys/dev/drm/savage_drv.c index 1d046c4d3b3a2..d6e3aeb219027 100644 --- a/sys/dev/drm/savage_drv.c +++ b/sys/dev/drm/savage_drv.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/savage_drv.c,v 1.1.2.2 2006/05/17 07:40:11 anholt Exp $"); #include "dev/drm/drmP.h" #include "dev/drm/drm.h" diff --git a/sys/dev/drm/savage_drv.h b/sys/dev/drm/savage_drv.h index af3ccc86a1bd0..373456c9dcae3 100644 --- a/sys/dev/drm/savage_drv.h +++ b/sys/dev/drm/savage_drv.h @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/savage_drv.h,v 1.1.2.1 2005/12/14 00:52:59 anholt Exp $"); #ifndef __SAVAGE_DRV_H__ #define __SAVAGE_DRV_H__ diff --git a/sys/dev/drm/savage_state.c b/sys/dev/drm/savage_state.c index d2fc0dbae461e..9f2e7e4407c1f 100644 --- a/sys/dev/drm/savage_state.c +++ b/sys/dev/drm/savage_state.c @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/savage_state.c,v 1.1.2.2 2006/05/17 07:40:11 anholt Exp $"); #include "dev/drm/drmP.h" #include "dev/drm/savage_drm.h" #include "dev/drm/savage_drv.h" diff --git a/sys/dev/drm/sis_drm.h b/sys/dev/drm/sis_drm.h index 6b260a37386ef..e16dcb51430a8 100644 --- a/sys/dev/drm/sis_drm.h +++ b/sys/dev/drm/sis_drm.h @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/sis_drm.h,v 1.5.2.1 2005/12/14 00:52:59 anholt Exp $"); #ifndef __SIS_DRM_H__ #define __SIS_DRM_H__ diff --git a/sys/dev/drm/sis_drv.c b/sys/dev/drm/sis_drv.c index 04d14515d9f11..69d2362ce151b 100644 --- a/sys/dev/drm/sis_drv.c +++ b/sys/dev/drm/sis_drv.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/sis_drv.c,v 1.5.2.2 2006/05/17 07:40:11 anholt Exp $"); #include "dev/drm/drmP.h" #include "dev/drm/sis_drm.h" diff --git a/sys/dev/drm/sis_drv.h b/sys/dev/drm/sis_drv.h index 7fc37716fa238..94a8325b785c2 100644 --- a/sys/dev/drm/sis_drv.h +++ b/sys/dev/drm/sis_drv.h @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/sis_drv.h,v 1.3.2.1 2005/12/14 00:52:59 anholt Exp $"); #ifndef _SIS_DRV_H_ #define _SIS_DRV_H_ diff --git a/sys/dev/drm/sis_ds.c b/sys/dev/drm/sis_ds.c index fc5be83de2922..901678195b80a 100644 --- a/sys/dev/drm/sis_ds.c +++ b/sys/dev/drm/sis_ds.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/sis_ds.c,v 1.3.2.2 2006/05/17 07:40:11 anholt Exp $"); #include "dev/drm/drmP.h" #include "dev/drm/drm.h" diff --git a/sys/dev/drm/sis_ds.h b/sys/dev/drm/sis_ds.h index 94c7e04a9fc18..5255f786f0cc0 100644 --- a/sys/dev/drm/sis_ds.h +++ b/sys/dev/drm/sis_ds.h @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/sis_ds.h,v 1.4.2.2 2006/05/17 07:40:11 anholt Exp $"); #ifndef __SIS_DS_H__ #define __SIS_DS_H__ diff --git a/sys/dev/drm/sis_mm.c b/sys/dev/drm/sis_mm.c index 188fedeb03942..577070741aa50 100644 --- a/sys/dev/drm/sis_mm.c +++ b/sys/dev/drm/sis_mm.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/sis_mm.c,v 1.7.2.2 2006/05/17 07:40:11 anholt Exp $"); #if defined(__linux__) && defined(CONFIG_FB_SIS) #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,0) diff --git a/sys/dev/drm/tdfx_drv.c b/sys/dev/drm/tdfx_drv.c index 87ecf3fb0b2b1..31c14b6ec43a7 100644 --- a/sys/dev/drm/tdfx_drv.c +++ b/sys/dev/drm/tdfx_drv.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/tdfx_drv.c,v 1.8.2.2 2006/05/17 07:40:11 anholt Exp $"); #include "dev/drm/tdfx_drv.h" #include "dev/drm/drmP.h" diff --git a/sys/dev/drm/tdfx_drv.h b/sys/dev/drm/tdfx_drv.h index d798569cb3fe2..1c52033c142b5 100644 --- a/sys/dev/drm/tdfx_drv.h +++ b/sys/dev/drm/tdfx_drv.h @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/tdfx_drv.h,v 1.1.2.1 2005/12/14 00:52:59 anholt Exp $"); #ifndef __TDFX_H__ #define __TDFX_H__ diff --git a/sys/dev/ed/ax88x90reg.h b/sys/dev/ed/ax88x90reg.h index 9d2eeeda32fc9..04ab80189dea0 100644 --- a/sys/dev/ed/ax88x90reg.h +++ b/sys/dev/ed/ax88x90reg.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/dev/ed/ax88x90reg.h,v 1.1.2.1 2005/10/08 18:00:40 imp Exp $ */ /* AX88x90 based miibus defines */ diff --git a/sys/dev/ed/dl100xxreg.h b/sys/dev/ed/dl100xxreg.h index a4659b0a9d2ea..d429efe2154df 100644 --- a/sys/dev/ed/dl100xxreg.h +++ b/sys/dev/ed/dl100xxreg.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/dev/ed/dl100xxreg.h,v 1.1.2.1 2005/10/08 18:00:40 imp Exp $ */ /* Dlink chipset used on some Netgear and Dlink PCMCIA cards */ diff --git a/sys/dev/ed/if_ed.c b/sys/dev/ed/if_ed.c index d7cc1f00836fb..a54ab7d923fb4 100644 --- a/sys/dev/ed/if_ed.c +++ b/sys/dev/ed/if_ed.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ed/if_ed.c,v 1.254.2.5 2007/05/12 06:10:10 nyan Exp $"); /* * Device driver for National Semiconductor DS8390/WD83C690 based ethernet diff --git a/sys/dev/ed/if_ed98.h b/sys/dev/ed/if_ed98.h index b16054960b31e..08c20588d3834 100644 --- a/sys/dev/ed/if_ed98.h +++ b/sys/dev/ed/if_ed98.h @@ -24,7 +24,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/dev/ed/if_ed98.h,v 1.3 2005/04/13 13:02:58 nyan Exp $ */ /* diff --git a/sys/dev/ed/if_ed_3c503.c b/sys/dev/ed/if_ed_3c503.c index c0fcd67f44b54..26a44da246427 100644 --- a/sys/dev/ed/if_ed_3c503.c +++ b/sys/dev/ed/if_ed_3c503.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ed/if_ed_3c503.c,v 1.2.2.1 2005/09/17 04:01:03 imp Exp $"); #include "opt_ed.h" diff --git a/sys/dev/ed/if_ed_cbus.c b/sys/dev/ed/if_ed_cbus.c index 05cd329353b0b..ac2b4d85a34fe 100644 --- a/sys/dev/ed/if_ed_cbus.c +++ b/sys/dev/ed/if_ed_cbus.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/dev/ed/if_ed_cbus.c,v 1.21.2.2 2006/02/24 14:36:22 nyan Exp $ */ #include <sys/param.h> diff --git a/sys/dev/ed/if_ed_hpp.c b/sys/dev/ed/if_ed_hpp.c index 28e07485f611c..191d32f85fab4 100644 --- a/sys/dev/ed/if_ed_hpp.c +++ b/sys/dev/ed/if_ed_hpp.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ed/if_ed_hpp.c,v 1.2.2.1 2005/09/17 04:01:03 imp Exp $"); #include "opt_ed.h" diff --git a/sys/dev/ed/if_ed_isa.c b/sys/dev/ed/if_ed_isa.c index bd74383bdcbdf..b4879c2106dd6 100644 --- a/sys/dev/ed/if_ed_isa.c +++ b/sys/dev/ed/if_ed_isa.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ed/if_ed_isa.c,v 1.23.2.2 2005/11/04 18:09:07 imp Exp $"); #include "opt_ed.h" diff --git a/sys/dev/ed/if_ed_novell.c b/sys/dev/ed/if_ed_novell.c index 032dc572d7487..3712c9ce1ec26 100644 --- a/sys/dev/ed/if_ed_novell.c +++ b/sys/dev/ed/if_ed_novell.c @@ -29,7 +29,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ed/if_ed_novell.c,v 1.6.2.1 2005/09/17 04:01:03 imp Exp $"); #include "opt_ed.h" diff --git a/sys/dev/ed/if_ed_pccard.c b/sys/dev/ed/if_ed_pccard.c index d65c54810e62a..5b1eea3bcb5b8 100644 --- a/sys/dev/ed/if_ed_pccard.c +++ b/sys/dev/ed/if_ed_pccard.c @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ed/if_ed_pccard.c,v 1.84.2.3 2005/11/04 18:11:56 imp Exp $ */ /* diff --git a/sys/dev/ed/if_ed_pci.c b/sys/dev/ed/if_ed_pci.c index 67a655fb74f61..e6687b61ff084 100644 --- a/sys/dev/ed/if_ed_pci.c +++ b/sys/dev/ed/if_ed_pci.c @@ -18,7 +18,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ed/if_ed_pci.c,v 1.43.2.3 2005/10/17 02:17:49 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ed/if_ed_rtl80x9.c b/sys/dev/ed/if_ed_rtl80x9.c index c6a7d76d7a87b..f39220a7279f2 100644 --- a/sys/dev/ed/if_ed_rtl80x9.c +++ b/sys/dev/ed/if_ed_rtl80x9.c @@ -31,7 +31,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ed/if_ed_rtl80x9.c,v 1.1.2.3 2005/11/04 18:07:51 imp Exp $"); #include "opt_ed.h" diff --git a/sys/dev/ed/if_ed_sic.c b/sys/dev/ed/if_ed_sic.c index 627202b88e98e..03e3175f18400 100644 --- a/sys/dev/ed/if_ed_sic.c +++ b/sys/dev/ed/if_ed_sic.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ed/if_ed_sic.c,v 1.4.2.1 2005/09/17 04:01:03 imp Exp $"); #include "opt_ed.h" diff --git a/sys/dev/ed/if_ed_wd80x3.c b/sys/dev/ed/if_ed_wd80x3.c index 348fe8ebdfc9b..c5bdf96713cf1 100644 --- a/sys/dev/ed/if_ed_wd80x3.c +++ b/sys/dev/ed/if_ed_wd80x3.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ed/if_ed_wd80x3.c,v 1.4.2.1 2005/09/17 04:01:03 imp Exp $"); #include "opt_ed.h" diff --git a/sys/dev/ed/if_edreg.h b/sys/dev/ed/if_edreg.h index 3f2b71932a1a8..8870142a7cacc 100644 --- a/sys/dev/ed/if_edreg.h +++ b/sys/dev/ed/if_edreg.h @@ -6,7 +6,7 @@ * of this software, nor does the author assume any responsibility * for damages incurred with its use. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ed/if_edreg.h,v 1.37.2.2 2005/10/08 18:00:40 imp Exp $ */ /* * National Semiconductor DS8390 NIC register definitions diff --git a/sys/dev/ed/if_edvar.h b/sys/dev/ed/if_edvar.h index 4c9b95b465028..d5a078664c2a6 100644 --- a/sys/dev/ed/if_edvar.h +++ b/sys/dev/ed/if_edvar.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/dev/ed/if_edvar.h,v 1.32.2.2 2005/10/08 18:00:40 imp Exp $ */ #ifndef SYS_DEV_ED_IF_EDVAR_H diff --git a/sys/dev/ed/rtl80x9reg.h b/sys/dev/ed/rtl80x9reg.h index 2120fcffa8525..fd7b24ef9cd14 100644 --- a/sys/dev/ed/rtl80x9reg.h +++ b/sys/dev/ed/rtl80x9reg.h @@ -28,7 +28,7 @@ * * Based on patches subitted by: David Madole, edited by M. Warner Losh. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ed/rtl80x9reg.h,v 1.1.2.1 2005/10/08 18:00:40 imp Exp $ */ /* diff --git a/sys/dev/ed/tc5299jreg.h b/sys/dev/ed/tc5299jreg.h index 6fb79398b8485..7f6dd639eacaa 100644 --- a/sys/dev/ed/tc5299jreg.h +++ b/sys/dev/ed/tc5299jreg.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/dev/ed/tc5299jreg.h,v 1.1.2.1 2005/10/08 18:00:40 imp Exp $ */ /* Tamarack TC5299J */ diff --git a/sys/dev/eisa/eisa_if.m b/sys/dev/eisa/eisa_if.m index 72c8184cdce5e..94db7e5cb676f 100644 --- a/sys/dev/eisa/eisa_if.m +++ b/sys/dev/eisa/eisa_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/dev/eisa/eisa_if.m,v 1.2 2005/01/06 01:42:38 imp Exp $ # #include <sys/bus.h> diff --git a/sys/dev/eisa/eisaconf.c b/sys/dev/eisa/eisaconf.c index ce0aba6eb4083..8a995050bf1a5 100644 --- a/sys/dev/eisa/eisaconf.c +++ b/sys/dev/eisa/eisaconf.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/eisa/eisaconf.c,v 1.72 2005/03/17 17:36:07 imp Exp $"); #include "opt_eisa.h" diff --git a/sys/dev/eisa/eisaconf.h b/sys/dev/eisa/eisaconf.h index 522cd5db59e14..e75c069ded72b 100644 --- a/sys/dev/eisa/eisaconf.h +++ b/sys/dev/eisa/eisaconf.h @@ -28,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/eisa/eisaconf.h,v 1.24 2005/01/06 01:42:38 imp Exp $ */ #ifndef _DEV_EISA_EISACONF_H_ diff --git a/sys/dev/em/LICENSE b/sys/dev/em/LICENSE index 800acd69ec973..e0ef3f861d0da 100644 --- a/sys/dev/em/LICENSE +++ b/sys/dev/em/LICENSE @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/sys/dev/em/LICENSE,v 1.3.2.2 2007/10/05 22:49:06 jfv Exp $ /*- Copyright (c) 2001-2007, Intel Corporation All rights reserved. diff --git a/sys/dev/em/README b/sys/dev/em/README index e0013778eb649..974e8adffb89b 100644 --- a/sys/dev/em/README +++ b/sys/dev/em/README @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/sys/dev/em/README,v 1.10.2.1 2006/08/08 09:20:26 glebius Exp $ FreeBSD* Driver for the Intel(R) PRO/1000 Family of Adapters ============================================================ diff --git a/sys/dev/em/e1000_80003es2lan.c b/sys/dev/em/e1000_80003es2lan.c index bc62430cc533b..995b498289233 100644 --- a/sys/dev/em/e1000_80003es2lan.c +++ b/sys/dev/em/e1000_80003es2lan.c @@ -30,7 +30,7 @@ POSSIBILITY OF SUCH DAMAGE. *******************************************************************************/ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/em/e1000_80003es2lan.c,v 1.3.2.1 2007/10/05 22:49:06 jfv Exp $ */ /* * e1000_80003es2lan diff --git a/sys/dev/em/e1000_80003es2lan.h b/sys/dev/em/e1000_80003es2lan.h index d81def42867bb..a1c3dc0551655 100644 --- a/sys/dev/em/e1000_80003es2lan.h +++ b/sys/dev/em/e1000_80003es2lan.h @@ -30,7 +30,7 @@ POSSIBILITY OF SUCH DAMAGE. *******************************************************************************/ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/em/e1000_80003es2lan.h,v 1.3.2.1 2007/10/05 22:49:06 jfv Exp $ */ #ifndef _E1000_80003ES2LAN_H_ diff --git a/sys/dev/em/e1000_82540.c b/sys/dev/em/e1000_82540.c index e00d0baf92163..7f843ed90f0fb 100644 --- a/sys/dev/em/e1000_82540.c +++ b/sys/dev/em/e1000_82540.c @@ -30,7 +30,7 @@ POSSIBILITY OF SUCH DAMAGE. *******************************************************************************/ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/em/e1000_82540.c,v 1.3.2.1 2007/10/05 22:49:06 jfv Exp $ */ /* e1000_82540 diff --git a/sys/dev/em/e1000_82541.c b/sys/dev/em/e1000_82541.c index 3ca4dcc68bc58..be6492e8a66e6 100644 --- a/sys/dev/em/e1000_82541.c +++ b/sys/dev/em/e1000_82541.c @@ -30,7 +30,7 @@ POSSIBILITY OF SUCH DAMAGE. *******************************************************************************/ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/em/e1000_82541.c,v 1.3.2.1 2007/10/05 22:49:06 jfv Exp $ */ /* e1000_82541 diff --git a/sys/dev/em/e1000_82541.h b/sys/dev/em/e1000_82541.h index e72cb83b715f6..318103cfbbf06 100644 --- a/sys/dev/em/e1000_82541.h +++ b/sys/dev/em/e1000_82541.h @@ -30,7 +30,7 @@ POSSIBILITY OF SUCH DAMAGE. *******************************************************************************/ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/em/e1000_82541.h,v 1.3.2.1 2007/10/05 22:49:06 jfv Exp $ */ #ifndef _E1000_82541_H_ diff --git a/sys/dev/em/e1000_82542.c b/sys/dev/em/e1000_82542.c index eb92da6612236..5b8805e2eb316 100644 --- a/sys/dev/em/e1000_82542.c +++ b/sys/dev/em/e1000_82542.c @@ -30,7 +30,7 @@ POSSIBILITY OF SUCH DAMAGE. *******************************************************************************/ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/em/e1000_82542.c,v 1.3.2.1 2007/10/05 22:49:06 jfv Exp $ */ /* e1000_82542 (rev 1 & 2) diff --git a/sys/dev/em/e1000_82543.c b/sys/dev/em/e1000_82543.c index 1de7373a6074b..5ef3863c75acd 100644 --- a/sys/dev/em/e1000_82543.c +++ b/sys/dev/em/e1000_82543.c @@ -30,7 +30,7 @@ POSSIBILITY OF SUCH DAMAGE. *******************************************************************************/ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/em/e1000_82543.c,v 1.3.2.1 2007/10/05 22:49:06 jfv Exp $ */ /* e1000_82543 diff --git a/sys/dev/em/e1000_82543.h b/sys/dev/em/e1000_82543.h index dfb1befbc1b8c..26f0f678b5f71 100644 --- a/sys/dev/em/e1000_82543.h +++ b/sys/dev/em/e1000_82543.h @@ -30,7 +30,7 @@ POSSIBILITY OF SUCH DAMAGE. *******************************************************************************/ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/em/e1000_82543.h,v 1.3.2.1 2007/10/05 22:49:06 jfv Exp $ */ #ifndef _E1000_82543_H_ diff --git a/sys/dev/em/e1000_82571.c b/sys/dev/em/e1000_82571.c index 82e9e22feeb7f..086f43c45498c 100644 --- a/sys/dev/em/e1000_82571.c +++ b/sys/dev/em/e1000_82571.c @@ -30,7 +30,7 @@ POSSIBILITY OF SUCH DAMAGE. *******************************************************************************/ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/em/e1000_82571.c,v 1.3.2.1 2007/10/05 22:49:06 jfv Exp $ */ /* e1000_82571 diff --git a/sys/dev/em/e1000_82571.h b/sys/dev/em/e1000_82571.h index ea44b6cc9dd07..7366a40b752cb 100644 --- a/sys/dev/em/e1000_82571.h +++ b/sys/dev/em/e1000_82571.h @@ -30,7 +30,7 @@ POSSIBILITY OF SUCH DAMAGE. *******************************************************************************/ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/em/e1000_82571.h,v 1.3.2.1 2007/10/05 22:49:06 jfv Exp $ */ #ifndef _E1000_82571_H_ diff --git a/sys/dev/em/e1000_82575.c b/sys/dev/em/e1000_82575.c index f9394f7da7206..d092b35674e00 100644 --- a/sys/dev/em/e1000_82575.c +++ b/sys/dev/em/e1000_82575.c @@ -30,7 +30,7 @@ POSSIBILITY OF SUCH DAMAGE. *******************************************************************************/ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/em/e1000_82575.c,v 1.3.2.1 2007/10/05 22:49:06 jfv Exp $ */ /* e1000_82575 diff --git a/sys/dev/em/e1000_82575.h b/sys/dev/em/e1000_82575.h index ba1b385415fd5..78575bd412f6d 100644 --- a/sys/dev/em/e1000_82575.h +++ b/sys/dev/em/e1000_82575.h @@ -30,7 +30,7 @@ POSSIBILITY OF SUCH DAMAGE. *******************************************************************************/ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/em/e1000_82575.h,v 1.3.2.1 2007/10/05 22:49:06 jfv Exp $ */ #ifndef _E1000_82575_H_ diff --git a/sys/dev/em/e1000_api.c b/sys/dev/em/e1000_api.c index caa7689e1fce9..2385e2207bd71 100644 --- a/sys/dev/em/e1000_api.c +++ b/sys/dev/em/e1000_api.c @@ -30,7 +30,7 @@ POSSIBILITY OF SUCH DAMAGE. *******************************************************************************/ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/em/e1000_api.c,v 1.3.2.1 2007/10/05 22:49:06 jfv Exp $ */ #include "e1000_api.h" #include "e1000_mac.h" diff --git a/sys/dev/em/e1000_api.h b/sys/dev/em/e1000_api.h index c5d3b2691198d..2c891e91b9cf1 100644 --- a/sys/dev/em/e1000_api.h +++ b/sys/dev/em/e1000_api.h @@ -30,7 +30,7 @@ POSSIBILITY OF SUCH DAMAGE. *******************************************************************************/ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/em/e1000_api.h,v 1.3.2.1 2007/10/05 22:49:06 jfv Exp $ */ #ifndef _E1000_API_H_ diff --git a/sys/dev/em/e1000_defines.h b/sys/dev/em/e1000_defines.h index e4022c0dfb0a3..411e47ac7e553 100644 --- a/sys/dev/em/e1000_defines.h +++ b/sys/dev/em/e1000_defines.h @@ -30,7 +30,7 @@ POSSIBILITY OF SUCH DAMAGE. *******************************************************************************/ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/em/e1000_defines.h,v 1.3.2.1 2007/10/05 22:49:07 jfv Exp $ */ #ifndef _E1000_DEFINES_H_ diff --git a/sys/dev/em/e1000_hw.h b/sys/dev/em/e1000_hw.h index ec1adabc4d714..b0cdce3ab0195 100644 --- a/sys/dev/em/e1000_hw.h +++ b/sys/dev/em/e1000_hw.h @@ -30,7 +30,7 @@ POSSIBILITY OF SUCH DAMAGE. *******************************************************************************/ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/em/e1000_hw.h,v 1.3.2.1 2007/10/05 22:49:07 jfv Exp $ */ #ifndef _E1000_HW_H_ diff --git a/sys/dev/em/e1000_ich8lan.c b/sys/dev/em/e1000_ich8lan.c index 8908cd0a6a69c..1ddb54fcd7388 100644 --- a/sys/dev/em/e1000_ich8lan.c +++ b/sys/dev/em/e1000_ich8lan.c @@ -30,7 +30,7 @@ POSSIBILITY OF SUCH DAMAGE. *******************************************************************************/ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/em/e1000_ich8lan.c,v 1.3.2.1 2007/10/05 22:49:07 jfv Exp $ */ /* e1000_ich8lan diff --git a/sys/dev/em/e1000_ich8lan.h b/sys/dev/em/e1000_ich8lan.h index c7197f62cbe4a..56f83d9bce7e6 100644 --- a/sys/dev/em/e1000_ich8lan.h +++ b/sys/dev/em/e1000_ich8lan.h @@ -30,7 +30,7 @@ POSSIBILITY OF SUCH DAMAGE. *******************************************************************************/ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/em/e1000_ich8lan.h,v 1.3.2.1 2007/10/05 22:49:07 jfv Exp $ */ #ifndef _E1000_ICH8LAN_H_ diff --git a/sys/dev/em/e1000_mac.c b/sys/dev/em/e1000_mac.c index 3116a3950b58a..308aa6697105c 100644 --- a/sys/dev/em/e1000_mac.c +++ b/sys/dev/em/e1000_mac.c @@ -30,7 +30,7 @@ POSSIBILITY OF SUCH DAMAGE. *******************************************************************************/ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/em/e1000_mac.c,v 1.3.2.1 2007/10/05 22:49:07 jfv Exp $ */ #include "e1000_api.h" diff --git a/sys/dev/em/e1000_mac.h b/sys/dev/em/e1000_mac.h index 9887280e1198a..a403828823fba 100644 --- a/sys/dev/em/e1000_mac.h +++ b/sys/dev/em/e1000_mac.h @@ -30,7 +30,7 @@ POSSIBILITY OF SUCH DAMAGE. *******************************************************************************/ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/em/e1000_mac.h,v 1.3.2.1 2007/10/05 22:49:07 jfv Exp $ */ #ifndef _E1000_MAC_H_ diff --git a/sys/dev/em/e1000_manage.c b/sys/dev/em/e1000_manage.c index 0eff18b43a2c2..c9ed8adac92a1 100644 --- a/sys/dev/em/e1000_manage.c +++ b/sys/dev/em/e1000_manage.c @@ -30,7 +30,7 @@ POSSIBILITY OF SUCH DAMAGE. *******************************************************************************/ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/em/e1000_manage.c,v 1.3.2.1 2007/10/05 22:49:07 jfv Exp $ */ #include "e1000_api.h" diff --git a/sys/dev/em/e1000_manage.h b/sys/dev/em/e1000_manage.h index 17849c1f816f2..c06fd5f0c611d 100644 --- a/sys/dev/em/e1000_manage.h +++ b/sys/dev/em/e1000_manage.h @@ -30,7 +30,7 @@ POSSIBILITY OF SUCH DAMAGE. *******************************************************************************/ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/em/e1000_manage.h,v 1.3.2.1 2007/10/05 22:49:07 jfv Exp $ */ #ifndef _E1000_MANAGE_H_ diff --git a/sys/dev/em/e1000_nvm.c b/sys/dev/em/e1000_nvm.c index ba21a02d34e47..723abd9ce3990 100644 --- a/sys/dev/em/e1000_nvm.c +++ b/sys/dev/em/e1000_nvm.c @@ -30,7 +30,7 @@ POSSIBILITY OF SUCH DAMAGE. *******************************************************************************/ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/em/e1000_nvm.c,v 1.3.2.1 2007/10/05 22:49:07 jfv Exp $ */ #include "e1000_api.h" diff --git a/sys/dev/em/e1000_nvm.h b/sys/dev/em/e1000_nvm.h index c73303e31b9de..35ecccef293a1 100644 --- a/sys/dev/em/e1000_nvm.h +++ b/sys/dev/em/e1000_nvm.h @@ -30,7 +30,7 @@ POSSIBILITY OF SUCH DAMAGE. *******************************************************************************/ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/em/e1000_nvm.h,v 1.3.2.1 2007/10/05 22:49:07 jfv Exp $ */ #ifndef _E1000_NVM_H_ diff --git a/sys/dev/em/e1000_osdep.h b/sys/dev/em/e1000_osdep.h index 257d5da0c5514..b90328522111b 100644 --- a/sys/dev/em/e1000_osdep.h +++ b/sys/dev/em/e1000_osdep.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/dev/em/e1000_osdep.h,v 1.3.2.1 2007/10/05 22:49:07 jfv Exp $ */ #ifndef _FREEBSD_OS_H_ diff --git a/sys/dev/em/e1000_phy.c b/sys/dev/em/e1000_phy.c index 11360030f80d5..18c923701eda3 100644 --- a/sys/dev/em/e1000_phy.c +++ b/sys/dev/em/e1000_phy.c @@ -30,7 +30,7 @@ POSSIBILITY OF SUCH DAMAGE. *******************************************************************************/ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/em/e1000_phy.c,v 1.3.2.1 2007/10/05 22:49:07 jfv Exp $ */ #include "e1000_api.h" diff --git a/sys/dev/em/e1000_phy.h b/sys/dev/em/e1000_phy.h index 34bfb5f8959ce..187788f936fce 100644 --- a/sys/dev/em/e1000_phy.h +++ b/sys/dev/em/e1000_phy.h @@ -30,7 +30,7 @@ POSSIBILITY OF SUCH DAMAGE. *******************************************************************************/ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/em/e1000_phy.h,v 1.3.2.1 2007/10/05 22:49:07 jfv Exp $ */ #ifndef _E1000_PHY_H_ diff --git a/sys/dev/em/e1000_regs.h b/sys/dev/em/e1000_regs.h index 5ca56c1e67c67..10d7e56731325 100644 --- a/sys/dev/em/e1000_regs.h +++ b/sys/dev/em/e1000_regs.h @@ -30,7 +30,7 @@ POSSIBILITY OF SUCH DAMAGE. *******************************************************************************/ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/em/e1000_regs.h,v 1.3.2.1 2007/10/05 22:49:07 jfv Exp $ */ #ifndef _E1000_REGS_H_ diff --git a/sys/dev/em/if_em.c b/sys/dev/em/if_em.c index 6c0c00ce30b52..88d0ec2349d60 100644 --- a/sys/dev/em/if_em.c +++ b/sys/dev/em/if_em.c @@ -31,7 +31,7 @@ POSSIBILITY OF SUCH DAMAGE. ***************************************************************************/ -/* $FreeBSD$*/ +/* $FreeBSD: src/sys/dev/em/if_em.c,v 1.65.2.28 2007/11/07 01:33:28 jfv Exp $*/ #ifdef HAVE_KERNEL_OPTION_HEADERS #include "opt_device_polling.h" diff --git a/sys/dev/em/if_em.h b/sys/dev/em/if_em.h index 5210fe8791f16..f36fc113be6d8 100644 --- a/sys/dev/em/if_em.h +++ b/sys/dev/em/if_em.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/dev/em/if_em.h,v 1.32.2.8 2007/11/07 01:33:28 jfv Exp $ */ #ifndef _EM_H_DEFINED_ #define _EM_H_DEFINED_ diff --git a/sys/dev/en/if_en_pci.c b/sys/dev/en/if_en_pci.c index bfff233e3481e..cfc1dad4c64e5 100644 --- a/sys/dev/en/if_en_pci.c +++ b/sys/dev/en/if_en_pci.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/en/if_en_pci.c,v 1.36.2.2 2005/10/09 04:15:11 delphij Exp $"); /* * i f _ e n _ p c i . c @@ -45,7 +45,7 @@ __FBSDID("$FreeBSD$"); */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/en/if_en_pci.c,v 1.36.2.2 2005/10/09 04:15:11 delphij Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/dev/en/midway.c b/sys/dev/en/midway.c index 02e1730501f6c..163d9e5d300d6 100644 --- a/sys/dev/en/midway.c +++ b/sys/dev/en/midway.c @@ -32,7 +32,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/en/midway.c,v 1.65.2.2 2007/01/19 23:01:28 jhb Exp $"); /* * diff --git a/sys/dev/en/midwayreg.h b/sys/dev/en/midwayreg.h index 5c2fe1b8fdbd7..8f214da442201 100644 --- a/sys/dev/en/midwayreg.h +++ b/sys/dev/en/midwayreg.h @@ -6,7 +6,7 @@ * this file contains the description of the ENI ATM midway chip * data structures. see midway.c for more details. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/en/midwayreg.h,v 1.5 2003/04/25 16:14:03 harti Exp $ */ #define MID_SZTOB(X) ((X) * 256 * 4) /* size to bytes */ diff --git a/sys/dev/en/midwayvar.h b/sys/dev/en/midwayvar.h index 8c2a8c54e04b5..a01de1cb32210 100644 --- a/sys/dev/en/midwayvar.h +++ b/sys/dev/en/midwayvar.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/dev/en/midwayvar.h,v 1.15 2005/06/10 16:49:07 brooks Exp $ */ /* diff --git a/sys/dev/ep/if_ep.c b/sys/dev/ep/if_ep.c index acd963ffe2100..563d9c4feddc0 100644 --- a/sys/dev/ep/if_ep.c +++ b/sys/dev/ep/if_ep.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ep/if_ep.c,v 1.140.2.3 2006/12/04 00:51:14 mlaier Exp $"); /* * Modified from the FreeBSD 1.1.5.1 version by: diff --git a/sys/dev/ep/if_ep_eisa.c b/sys/dev/ep/if_ep_eisa.c index 123bad74ffa51..313617a63fb0a 100644 --- a/sys/dev/ep/if_ep_eisa.c +++ b/sys/dev/ep/if_ep_eisa.c @@ -21,7 +21,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ep/if_ep_eisa.c,v 1.33.2.1 2005/09/17 04:01:04 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ep/if_ep_isa.c b/sys/dev/ep/if_ep_isa.c index a1c6b5a42bb0c..c8dc6b08d9ce0 100644 --- a/sys/dev/ep/if_ep_isa.c +++ b/sys/dev/ep/if_ep_isa.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ep/if_ep_isa.c,v 1.28 2005/07/01 05:31:23 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ep/if_ep_mca.c b/sys/dev/ep/if_ep_mca.c index e9900f9ee7c7a..e40ce00060ae9 100644 --- a/sys/dev/ep/if_ep_mca.c +++ b/sys/dev/ep/if_ep_mca.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ep/if_ep_mca.c,v 1.12 2005/07/01 05:31:23 imp Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/dev/ep/if_ep_pccard.c b/sys/dev/ep/if_ep_pccard.c index 37f494bf5280c..acf7fa60aa22a 100644 --- a/sys/dev/ep/if_ep_pccard.c +++ b/sys/dev/ep/if_ep_pccard.c @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ep/if_ep_pccard.c,v 1.48.2.1 2005/09/17 04:01:04 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ep/if_epreg.h b/sys/dev/ep/if_epreg.h index 25ab182ae40c7..b06c42bd9b376 100644 --- a/sys/dev/ep/if_epreg.h +++ b/sys/dev/ep/if_epreg.h @@ -19,7 +19,7 @@ * 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/dev/ep/if_epreg.h,v 1.37.2.1 2005/09/17 04:01:04 imp Exp $ */ /* diff --git a/sys/dev/ep/if_epvar.h b/sys/dev/ep/if_epvar.h index 704fe025406ea..af4f8173070ea 100644 --- a/sys/dev/ep/if_epvar.h +++ b/sys/dev/ep/if_epvar.h @@ -19,7 +19,7 @@ * 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/dev/ep/if_epvar.h,v 1.18.2.1 2005/09/17 04:01:04 imp Exp $ */ struct ep_board { diff --git a/sys/dev/esp/esp_sbus.c b/sys/dev/esp/esp_sbus.c index ab31b96bb1aee..5f5575e1648f1 100644 --- a/sys/dev/esp/esp_sbus.c +++ b/sys/dev/esp/esp_sbus.c @@ -65,7 +65,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/esp/esp_sbus.c,v 1.11.2.1 2006/12/14 02:57:06 mjacob Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/esp/ncr53c9x.c b/sys/dev/esp/ncr53c9x.c index 010e9c6668bdd..4f2a31a4de957 100644 --- a/sys/dev/esp/ncr53c9x.c +++ b/sys/dev/esp/ncr53c9x.c @@ -104,7 +104,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/esp/ncr53c9x.c,v 1.12 2005/05/19 14:51:10 marius Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/esp/ncr53c9xreg.h b/sys/dev/esp/ncr53c9xreg.h index c24f807cc06d3..d11ac93175b17 100644 --- a/sys/dev/esp/ncr53c9xreg.h +++ b/sys/dev/esp/ncr53c9xreg.h @@ -29,7 +29,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/esp/ncr53c9xreg.h,v 1.5 2005/05/19 14:51:10 marius Exp $ */ /* * Register addresses, relative to some base address diff --git a/sys/dev/esp/ncr53c9xvar.h b/sys/dev/esp/ncr53c9xvar.h index 79afceea59c7e..a51fad6a112f0 100644 --- a/sys/dev/esp/ncr53c9xvar.h +++ b/sys/dev/esp/ncr53c9xvar.h @@ -66,7 +66,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/esp/ncr53c9xvar.h,v 1.7 2005/05/19 14:51:10 marius Exp $ */ #ifndef _DEV_IC_NCR53C9XVAR_H_ #define _DEV_IC_NCR53C9XVAR_H_ diff --git a/sys/dev/ex/if_ex.c b/sys/dev/ex/if_ex.c index 3c1296f0b86f1..fd313e00c1a9c 100644 --- a/sys/dev/ex/if_ex.c +++ b/sys/dev/ex/if_ex.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ex/if_ex.c,v 1.56.2.3 2005/10/09 04:15:12 delphij Exp $"); /* * Intel EtherExpress Pro/10, Pro/10+ Ethernet driver diff --git a/sys/dev/ex/if_ex_isa.c b/sys/dev/ex/if_ex_isa.c index 214a53e12e846..258f1ff6228ba 100644 --- a/sys/dev/ex/if_ex_isa.c +++ b/sys/dev/ex/if_ex_isa.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ex/if_ex_isa.c,v 1.11 2005/06/10 16:49:08 brooks Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ex/if_ex_pccard.c b/sys/dev/ex/if_ex_pccard.c index c41b7e9eb3041..f3d3705f7181a 100644 --- a/sys/dev/ex/if_ex_pccard.c +++ b/sys/dev/ex/if_ex_pccard.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ex/if_ex_pccard.c,v 1.14 2005/06/24 14:36:52 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ex/if_exreg.h b/sys/dev/ex/if_exreg.h index 157eda37298c1..3d8701b49a972 100644 --- a/sys/dev/ex/if_exreg.h +++ b/sys/dev/ex/if_exreg.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/dev/ex/if_exreg.h,v 1.6 2005/01/06 01:42:39 imp Exp $ */ /* diff --git a/sys/dev/ex/if_exvar.h b/sys/dev/ex/if_exvar.h index 5e2f001b52b86..0c36e68520541 100644 --- a/sys/dev/ex/if_exvar.h +++ b/sys/dev/ex/if_exvar.h @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ex/if_exvar.h,v 1.6 2005/06/10 16:49:08 brooks Exp $ */ struct ex_softc { diff --git a/sys/dev/exca/exca.c b/sys/dev/exca/exca.c index 3700cbd44cbea..2631fa0b9af19 100644 --- a/sys/dev/exca/exca.c +++ b/sys/dev/exca/exca.c @@ -53,7 +53,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/exca/exca.c,v 1.19 2005/01/11 00:32:43 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/exca/excareg.h b/sys/dev/exca/excareg.h index 094379e79c772..818463d31caad 100644 --- a/sys/dev/exca/excareg.h +++ b/sys/dev/exca/excareg.h @@ -1,5 +1,5 @@ /* $NetBSD: i82365reg.h,v 1.3 1998/12/20 17:53:28 nathanw Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/exca/excareg.h,v 1.5 2005/01/06 01:42:40 imp Exp $ */ /*- * Copyright (c) 2002 M Warner Losh. All rights reserved. diff --git a/sys/dev/exca/excavar.h b/sys/dev/exca/excavar.h index bc29c81a09907..f2c5ac42fc516 100644 --- a/sys/dev/exca/excavar.h +++ b/sys/dev/exca/excavar.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/exca/excavar.h,v 1.7 2005/01/06 01:42:40 imp Exp $ */ /*- * Copyright (c) 2002 M Warner Losh. All rights reserved. diff --git a/sys/dev/fatm/firmware.h b/sys/dev/fatm/firmware.h index 24c7bc8e88659..8697d0890ab0f 100644 --- a/sys/dev/fatm/firmware.h +++ b/sys/dev/fatm/firmware.h @@ -37,7 +37,7 @@ * * phk got permission from Fore to put firmware images into our tree. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/fatm/firmware.h,v 1.2 2005/01/06 01:42:40 imp Exp $ */ static uint32_t firmware[] = { diff --git a/sys/dev/fatm/if_fatm.c b/sys/dev/fatm/if_fatm.c index cf44374153134..3bfa614061b3b 100644 --- a/sys/dev/fatm/if_fatm.c +++ b/sys/dev/fatm/if_fatm.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/fatm/if_fatm.c,v 1.19.2.1 2005/08/25 05:01:08 rwatson Exp $"); #include "opt_inet.h" #include "opt_natm.h" diff --git a/sys/dev/fatm/if_fatm_rate.h b/sys/dev/fatm/if_fatm_rate.h index 5cfd38a9c28ce..08dfe95dcc2c9 100644 --- a/sys/dev/fatm/if_fatm_rate.h +++ b/sys/dev/fatm/if_fatm_rate.h @@ -35,7 +35,7 @@ * for(i=period-1; i>0; i--) printf "{ 0x%08x, %u },\n", \ * (i * 65536) + (period - i), i * linerate/period; }' * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/fatm/if_fatm_rate.h,v 1.2 2005/01/06 01:42:40 imp Exp $ */ { 0x00000000, 353053 }, { 0x00fe0001, 351668 }, diff --git a/sys/dev/fatm/if_fatmreg.h b/sys/dev/fatm/if_fatmreg.h index d488dbfda5bf2..038a20f76caee 100644 --- a/sys/dev/fatm/if_fatmreg.h +++ b/sys/dev/fatm/if_fatmreg.h @@ -26,7 +26,7 @@ * * Author: Hartmut Brandt <harti@freebsd.org> * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/fatm/if_fatmreg.h,v 1.2 2005/01/06 01:42:40 imp Exp $ * * Fore PCA200E hardware definitions. */ diff --git a/sys/dev/fatm/if_fatmvar.h b/sys/dev/fatm/if_fatmvar.h index 697e91543bd79..5a3c5c8fff97f 100644 --- a/sys/dev/fatm/if_fatmvar.h +++ b/sys/dev/fatm/if_fatmvar.h @@ -26,7 +26,7 @@ * * Author: Hartmut Brandt <harti@freebsd.org> * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/fatm/if_fatmvar.h,v 1.6 2005/06/10 16:49:08 brooks Exp $ * * Fore PCA200E driver definitions. */ diff --git a/sys/dev/fb/boot_font.c b/sys/dev/fb/boot_font.c index f1636577364b9..2ea2cc9080c68 100644 --- a/sys/dev/fb/boot_font.c +++ b/sys/dev/fb/boot_font.c @@ -41,7 +41,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/fb/boot_font.c,v 1.5.2.1 2006/08/22 16:52:41 rink Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/fb/creator.c b/sys/dev/fb/creator.c index bfcf2bc760506..905befadafffb 100644 --- a/sys/dev/fb/creator.c +++ b/sys/dev/fb/creator.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/fb/creator.c,v 1.8.2.2 2006/08/27 12:42:55 marius Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/fb/fb.c b/sys/dev/fb/fb.c index 0878feb299d0a..e8ace87e8b2a6 100644 --- a/sys/dev/fb/fb.c +++ b/sys/dev/fb/fb.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/fb/fb.c,v 1.32 2004/07/15 08:26:00 phk Exp $"); #include "opt_fb.h" diff --git a/sys/dev/fb/fbreg.h b/sys/dev/fb/fbreg.h index 1e829460de340..873509fea21d0 100644 --- a/sys/dev/fb/fbreg.h +++ b/sys/dev/fb/fbreg.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/dev/fb/fbreg.h,v 1.18.8.1 2005/10/05 21:48:02 marius Exp $ */ #ifndef _DEV_FB_FBREG_H_ diff --git a/sys/dev/fb/gallant12x22.h b/sys/dev/fb/gallant12x22.h index a089f6a2ec46b..3d12e6cb9125a 100644 --- a/sys/dev/fb/gallant12x22.h +++ b/sys/dev/fb/gallant12x22.h @@ -35,7 +35,7 @@ * * Derived from: @(#)gallant19.h 8.1 (Berkeley) 6/11/93 * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/fb/gallant12x22.h,v 1.3 2005/01/06 01:42:40 imp Exp $ */ static u_char gallant12x22_data[] = { diff --git a/sys/dev/fb/gfb.c b/sys/dev/fb/gfb.c index c3c8ef9d22cf9..0d7d59668a9cf 100644 --- a/sys/dev/fb/gfb.c +++ b/sys/dev/fb/gfb.c @@ -51,7 +51,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/fb/gfb.c,v 1.7.2.1 2005/10/05 21:48:02 marius Exp $"); #include <machine/stdarg.h> diff --git a/sys/dev/fb/gfb.h b/sys/dev/fb/gfb.h index 89ead2e3a225b..595d1d09df5a2 100644 --- a/sys/dev/fb/gfb.h +++ b/sys/dev/fb/gfb.h @@ -26,7 +26,7 @@ * * Copyright (c) 2000 Andrew Miklic * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/fb/gfb.h,v 1.3 2005/01/06 01:42:40 imp Exp $ */ #ifndef _FB_GFB_H_ diff --git a/sys/dev/fb/machfb.c b/sys/dev/fb/machfb.c index 31b22ab26137f..c222f7b1f7c68 100644 --- a/sys/dev/fb/machfb.c +++ b/sys/dev/fb/machfb.c @@ -55,7 +55,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/fb/machfb.c,v 1.3.2.1 2005/10/05 21:48:02 marius Exp $"); /* * Driver for ATI Mach64 graphics chips. Some code is derived from the diff --git a/sys/dev/fb/machfbreg.h b/sys/dev/fb/machfbreg.h index 8990a4e3993a8..d73d0ee86a92c 100644 --- a/sys/dev/fb/machfbreg.h +++ b/sys/dev/fb/machfbreg.h @@ -26,7 +26,7 @@ * * from: NetBSD: machfbreg.h,v 1.1 2002/10/24 18:15:57 junyoung Exp * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/fb/machfbreg.h,v 1.1 2005/05/21 20:47:38 marius Exp $ */ #ifndef _DEV_FB_MACHFB_H_ diff --git a/sys/dev/fb/s3_pci.c b/sys/dev/fb/s3_pci.c index 9935b9e414cda..09852b06087e5 100644 --- a/sys/dev/fb/s3_pci.c +++ b/sys/dev/fb/s3_pci.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/fb/s3_pci.c,v 1.9.2.1 2005/10/05 21:48:02 marius Exp $"); /* Enable LFB on S3 cards that has only VESA 1.2 BIOS */ diff --git a/sys/dev/fb/splash.c b/sys/dev/fb/splash.c index ec25d1cf03a40..8b8938e86989d 100644 --- a/sys/dev/fb/splash.c +++ b/sys/dev/fb/splash.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/fb/splash.c,v 1.14 2004/05/30 20:08:31 phk Exp $"); #include "opt_splash.h" diff --git a/sys/dev/fb/splash_bmp.c b/sys/dev/fb/splash_bmp.c index ca4885c63ebb6..6cabbce771bc7 100644 --- a/sys/dev/fb/splash_bmp.c +++ b/sys/dev/fb/splash_bmp.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/dev/fb/splash_bmp.c,v 1.19 2004/08/06 20:37:08 des Exp $ */ #include <sys/param.h> diff --git a/sys/dev/fb/splash_pcx.c b/sys/dev/fb/splash_pcx.c index e67bb244e4a16..5890844321073 100644 --- a/sys/dev/fb/splash_pcx.c +++ b/sys/dev/fb/splash_pcx.c @@ -27,7 +27,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/dev/fb/splash_pcx.c,v 1.8 2004/08/06 21:35:51 des Exp $ */ #include <sys/param.h> diff --git a/sys/dev/fb/splashreg.h b/sys/dev/fb/splashreg.h index 36ba9a708d895..ff3822e99c6b0 100644 --- a/sys/dev/fb/splashreg.h +++ b/sys/dev/fb/splashreg.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/dev/fb/splashreg.h,v 1.6 2004/07/15 08:26:01 phk Exp $ */ #ifndef _DEV_FB_SPLASHREG_H_ diff --git a/sys/dev/fb/tga.c b/sys/dev/fb/tga.c index bfd7ce4c4e292..b6ad6c8e8012a 100644 --- a/sys/dev/fb/tga.c +++ b/sys/dev/fb/tga.c @@ -52,7 +52,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/fb/tga.c,v 1.7.2.1 2005/10/05 21:48:02 marius Exp $"); #include <machine/stdarg.h> diff --git a/sys/dev/fb/tga.h b/sys/dev/fb/tga.h index 3616b61bd04c9..efaceb0d672a7 100644 --- a/sys/dev/fb/tga.h +++ b/sys/dev/fb/tga.h @@ -26,7 +26,7 @@ * * Copyright (c) 2000 Andrew Miklic * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/fb/tga.h,v 1.2 2005/01/06 01:42:40 imp Exp $ */ #ifndef _FB_TGA_H_ diff --git a/sys/dev/fb/vga.c b/sys/dev/fb/vga.c index 62ba23559fe91..ae3b130c62555 100644 --- a/sys/dev/fb/vga.c +++ b/sys/dev/fb/vga.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/fb/vga.c,v 1.34.2.1 2005/10/05 21:48:02 marius Exp $"); #include "opt_vga.h" #include "opt_fb.h" diff --git a/sys/dev/fb/vgareg.h b/sys/dev/fb/vgareg.h index 4ccef40d616f3..d069aeed9351d 100644 --- a/sys/dev/fb/vgareg.h +++ b/sys/dev/fb/vgareg.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/dev/fb/vgareg.h,v 1.8 2005/02/28 21:06:14 iedowse Exp $ */ #ifndef _DEV_FB_VGAREG_H_ diff --git a/sys/dev/fdc/fdc.c b/sys/dev/fdc/fdc.c index 47711cd55328f..cbbe8dc216b89 100644 --- a/sys/dev/fdc/fdc.c +++ b/sys/dev/fdc/fdc.c @@ -51,7 +51,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/fdc/fdc.c,v 1.307.2.4 2007/09/14 23:44:10 jkim Exp $"); #include "opt_fdc.h" diff --git a/sys/dev/fdc/fdc_acpi.c b/sys/dev/fdc/fdc_acpi.c index 49320bc27a70c..1ace7ed97fb34 100644 --- a/sys/dev/fdc/fdc_acpi.c +++ b/sys/dev/fdc/fdc_acpi.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/fdc/fdc_acpi.c,v 1.10.2.1 2005/11/07 09:53:24 obrien Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/dev/fdc/fdc_isa.c b/sys/dev/fdc/fdc_isa.c index ab7057d260b4b..bde0c844ac6ae 100644 --- a/sys/dev/fdc/fdc_isa.c +++ b/sys/dev/fdc/fdc_isa.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/fdc/fdc_isa.c,v 1.22 2005/03/15 08:02:47 imp Exp $"); #include <sys/param.h> #include <sys/bio.h> diff --git a/sys/dev/fdc/fdc_pccard.c b/sys/dev/fdc/fdc_pccard.c index f960c3b5b1410..b90845b4f4368 100644 --- a/sys/dev/fdc/fdc_pccard.c +++ b/sys/dev/fdc/fdc_pccard.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/fdc/fdc_pccard.c,v 1.13 2005/06/24 14:36:52 imp Exp $"); #include <sys/param.h> #include <sys/bio.h> diff --git a/sys/dev/fdc/fdcvar.h b/sys/dev/fdc/fdcvar.h index 5ab60a6a64435..10ee3869142ff 100644 --- a/sys/dev/fdc/fdcvar.h +++ b/sys/dev/fdc/fdcvar.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/dev/fdc/fdcvar.h,v 1.9 2005/01/19 07:46:38 imp Exp $ */ /* XXX should audit this file to see if additional copyrights needed */ diff --git a/sys/dev/fe/if_fe.c b/sys/dev/fe/if_fe.c index 0bc11979da1d2..71ec4893b91db 100644 --- a/sys/dev/fe/if_fe.c +++ b/sys/dev/fe/if_fe.c @@ -21,7 +21,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/fe/if_fe.c,v 1.91.2.3 2005/10/09 04:18:17 delphij Exp $"); /* * diff --git a/sys/dev/fe/if_fe_cbus.c b/sys/dev/fe/if_fe_cbus.c index 7076f42268ce5..1c5484beddace 100644 --- a/sys/dev/fe/if_fe_cbus.c +++ b/sys/dev/fe/if_fe_cbus.c @@ -22,7 +22,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/fe/if_fe_cbus.c,v 1.13 2005/06/11 16:30:43 brooks Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/fe/if_fe_isa.c b/sys/dev/fe/if_fe_isa.c index 3c37575a40d9d..e10f6628d0e3c 100644 --- a/sys/dev/fe/if_fe_isa.c +++ b/sys/dev/fe/if_fe_isa.c @@ -22,7 +22,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/fe/if_fe_isa.c,v 1.9 2005/06/10 16:49:08 brooks Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/fe/if_fe_pccard.c b/sys/dev/fe/if_fe_pccard.c index a143e637893a1..9dab878254e26 100644 --- a/sys/dev/fe/if_fe_pccard.c +++ b/sys/dev/fe/if_fe_pccard.c @@ -22,7 +22,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/fe/if_fe_pccard.c,v 1.27 2005/06/24 14:36:53 imp Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/dev/fe/if_fereg.h b/sys/dev/fe/if_fereg.h index afc9c5704c58c..fa352b75c8072 100644 --- a/sys/dev/fe/if_fereg.h +++ b/sys/dev/fe/if_fereg.h @@ -24,7 +24,7 @@ * SUCH DAMAGE. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/fe/if_fereg.h,v 1.10 2005/02/20 19:33:13 imp Exp $ */ /* * Registers on FMV-180 series' ISA bus interface ASIC. diff --git a/sys/dev/fe/if_fevar.h b/sys/dev/fe/if_fevar.h index e80c9567b8a4f..32aa1b8caffe9 100644 --- a/sys/dev/fe/if_fevar.h +++ b/sys/dev/fe/if_fevar.h @@ -19,7 +19,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/fe/if_fevar.h,v 1.6 2005/06/10 16:49:08 brooks Exp $ */ /* How many registers does an fe-supported adapter have at maximum? */ diff --git a/sys/dev/fe/mb86960.h b/sys/dev/fe/mb86960.h index 1272dde68331d..66599d296ab99 100644 --- a/sys/dev/fe/mb86960.h +++ b/sys/dev/fe/mb86960.h @@ -19,7 +19,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/fe/mb86960.h,v 1.5 2005/02/20 19:33:13 imp Exp $ */ /* diff --git a/sys/dev/firewire/00README b/sys/dev/firewire/00README index a6536ae61405e..52b75ac715e31 100644 --- a/sys/dev/firewire/00README +++ b/sys/dev/firewire/00README @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/sys/dev/firewire/00README,v 1.1.16.1 2005/10/07 14:00:03 glebius Exp $ IEEE 1394 support for FreeBSD-5.X and 4.X. diff --git a/sys/dev/firewire/firewire.c b/sys/dev/firewire/firewire.c index 6f688f8e67077..7c13062ff8625 100644 --- a/sys/dev/firewire/firewire.c +++ b/sys/dev/firewire/firewire.c @@ -31,7 +31,7 @@ * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/firewire/firewire.c,v 1.80.2.9 2007/07/11 02:13:50 simokawa Exp $ * */ diff --git a/sys/dev/firewire/firewire.h b/sys/dev/firewire/firewire.h index ee510e624bc3b..a1cedf961cf91 100644 --- a/sys/dev/firewire/firewire.h +++ b/sys/dev/firewire/firewire.h @@ -31,7 +31,7 @@ * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/firewire/firewire.h,v 1.20.2.1 2007/05/07 06:01:25 simokawa Exp $ * */ diff --git a/sys/dev/firewire/firewire_phy.h b/sys/dev/firewire/firewire_phy.h index 42feff2d27c8b..bfa88c11d002d 100644 --- a/sys/dev/firewire/firewire_phy.h +++ b/sys/dev/firewire/firewire_phy.h @@ -30,7 +30,7 @@ * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/firewire/firewire_phy.h,v 1.3 2005/01/06 01:42:41 imp Exp $ * */ diff --git a/sys/dev/firewire/firewirereg.h b/sys/dev/firewire/firewirereg.h index 05280f1aca087..2e7030ea82ba7 100644 --- a/sys/dev/firewire/firewirereg.h +++ b/sys/dev/firewire/firewirereg.h @@ -31,7 +31,7 @@ * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/firewire/firewirereg.h,v 1.37.2.5 2007/05/28 04:33:43 simokawa Exp $ * */ diff --git a/sys/dev/firewire/fwcrom.c b/sys/dev/firewire/fwcrom.c index 45bedee9c4df1..7dd4363bc36b6 100644 --- a/sys/dev/firewire/fwcrom.c +++ b/sys/dev/firewire/fwcrom.c @@ -34,7 +34,7 @@ #ifdef __FreeBSD__ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/firewire/fwcrom.c,v 1.13 2004/10/22 15:39:39 simokawa Exp $"); #endif #include <sys/param.h> diff --git a/sys/dev/firewire/fwdev.c b/sys/dev/firewire/fwdev.c index 2d91df4699b1f..d0c88c2b65b5f 100644 --- a/sys/dev/firewire/fwdev.c +++ b/sys/dev/firewire/fwdev.c @@ -31,7 +31,7 @@ * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/firewire/fwdev.c,v 1.46.2.5 2007/05/07 08:00:21 simokawa Exp $ * */ diff --git a/sys/dev/firewire/fwdma.c b/sys/dev/firewire/fwdma.c index c64dbe66731a2..260d4004715b5 100644 --- a/sys/dev/firewire/fwdma.c +++ b/sys/dev/firewire/fwdma.c @@ -35,7 +35,7 @@ #ifdef __FreeBSD__ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/firewire/fwdma.c,v 1.7 2005/01/06 01:42:41 imp Exp $"); #endif #include <sys/param.h> diff --git a/sys/dev/firewire/fwdma.h b/sys/dev/firewire/fwdma.h index 3a8278c1c709f..68c4ae89533cf 100644 --- a/sys/dev/firewire/fwdma.h +++ b/sys/dev/firewire/fwdma.h @@ -31,7 +31,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/firewire/fwdma.h,v 1.3 2005/01/06 01:42:41 imp Exp $ */ struct fwdma_alloc { diff --git a/sys/dev/firewire/fwmem.c b/sys/dev/firewire/fwmem.c index b6e7f70997ce5..3296c2b90669a 100644 --- a/sys/dev/firewire/fwmem.c +++ b/sys/dev/firewire/fwmem.c @@ -35,7 +35,7 @@ #ifdef __FreeBSD__ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/firewire/fwmem.c,v 1.31.2.1 2007/05/07 06:20:48 simokawa Exp $"); #endif #include <sys/param.h> diff --git a/sys/dev/firewire/fwmem.h b/sys/dev/firewire/fwmem.h index de717947e8445..43b3c632aa823 100644 --- a/sys/dev/firewire/fwmem.h +++ b/sys/dev/firewire/fwmem.h @@ -31,7 +31,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/firewire/fwmem.h,v 1.8 2005/01/06 01:42:41 imp Exp $ */ struct fw_xfer *fwmem_read_quad(struct fw_device *, caddr_t, uint8_t, diff --git a/sys/dev/firewire/fwohci.c b/sys/dev/firewire/fwohci.c index 3d0848a329e76..02b308193eb97 100644 --- a/sys/dev/firewire/fwohci.c +++ b/sys/dev/firewire/fwohci.c @@ -31,7 +31,7 @@ * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/firewire/fwohci.c,v 1.81.2.5 2007/10/25 06:10:19 simokawa Exp $ * */ diff --git a/sys/dev/firewire/fwohci_pci.c b/sys/dev/firewire/fwohci_pci.c index 24e479f5c815b..dc46894d472e0 100644 --- a/sys/dev/firewire/fwohci_pci.c +++ b/sys/dev/firewire/fwohci_pci.c @@ -31,7 +31,7 @@ * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/firewire/fwohci_pci.c,v 1.52.2.3 2007/04/03 22:41:43 simokawa Exp $ */ #define BOUNCE_BUFFER_TEST 0 diff --git a/sys/dev/firewire/fwohcireg.h b/sys/dev/firewire/fwohcireg.h index 32b029c7455d7..9eb59954e3fc8 100644 --- a/sys/dev/firewire/fwohcireg.h +++ b/sys/dev/firewire/fwohcireg.h @@ -31,7 +31,7 @@ * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/firewire/fwohcireg.h,v 1.22.2.1 2007/05/07 08:00:21 simokawa Exp $ * */ #define PCI_CBMEM PCIR_BAR(0) diff --git a/sys/dev/firewire/fwohcivar.h b/sys/dev/firewire/fwohcivar.h index 8435c5d3b1b13..9cc598e2561a9 100644 --- a/sys/dev/firewire/fwohcivar.h +++ b/sys/dev/firewire/fwohcivar.h @@ -31,7 +31,7 @@ * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/firewire/fwohcivar.h,v 1.14.2.1 2007/05/07 06:20:48 simokawa Exp $ * */ diff --git a/sys/dev/firewire/fwphyreg.h b/sys/dev/firewire/fwphyreg.h index 77a006ed3c54a..825a21f520bb5 100644 --- a/sys/dev/firewire/fwphyreg.h +++ b/sys/dev/firewire/fwphyreg.h @@ -31,7 +31,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/firewire/fwphyreg.h,v 1.3 2005/01/06 01:42:41 imp Exp $ */ struct phyreg_base { diff --git a/sys/dev/firewire/iec13213.h b/sys/dev/firewire/iec13213.h index 058649fc0cc45..f018518cb1f91 100644 --- a/sys/dev/firewire/iec13213.h +++ b/sys/dev/firewire/iec13213.h @@ -31,7 +31,7 @@ * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/firewire/iec13213.h,v 1.14 2005/01/06 01:42:41 imp Exp $ * */ diff --git a/sys/dev/firewire/iec68113.h b/sys/dev/firewire/iec68113.h index 11f3042ff9b00..9dc83266640e5 100644 --- a/sys/dev/firewire/iec68113.h +++ b/sys/dev/firewire/iec68113.h @@ -31,7 +31,7 @@ * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/firewire/iec68113.h,v 1.9 2005/01/06 01:42:41 imp Exp $ * */ diff --git a/sys/dev/firewire/if_fwe.c b/sys/dev/firewire/if_fwe.c index 26e3de8993c23..99c35f3ffe577 100644 --- a/sys/dev/firewire/if_fwe.c +++ b/sys/dev/firewire/if_fwe.c @@ -31,7 +31,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/firewire/if_fwe.c,v 1.37.2.3 2007/05/07 06:20:48 simokawa Exp $ */ #ifdef HAVE_KERNEL_OPTION_HEADERS diff --git a/sys/dev/firewire/if_fwevar.h b/sys/dev/firewire/if_fwevar.h index 73fcb3df285c6..667a349cd9ae5 100644 --- a/sys/dev/firewire/if_fwevar.h +++ b/sys/dev/firewire/if_fwevar.h @@ -31,7 +31,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/firewire/if_fwevar.h,v 1.5 2005/06/10 16:49:08 brooks Exp $ */ #ifndef _NET_IF_FWEVAR_H_ diff --git a/sys/dev/firewire/if_fwip.c b/sys/dev/firewire/if_fwip.c index d7b2c315073f1..5b125e8940aa7 100644 --- a/sys/dev/firewire/if_fwip.c +++ b/sys/dev/firewire/if_fwip.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/firewire/if_fwip.c,v 1.7.2.6 2007/05/07 08:00:21 simokawa Exp $ */ #ifdef HAVE_KERNEL_OPTION_HEADERS diff --git a/sys/dev/firewire/if_fwipvar.h b/sys/dev/firewire/if_fwipvar.h index 153ce949865dc..0da4b65387239 100644 --- a/sys/dev/firewire/if_fwipvar.h +++ b/sys/dev/firewire/if_fwipvar.h @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/firewire/if_fwipvar.h,v 1.4 2005/06/10 16:49:08 brooks Exp $ */ #ifndef _NET_IF_FWIPVAR_H_ diff --git a/sys/dev/firewire/sbp.c b/sys/dev/firewire/sbp.c index a5a435bef2e94..d85e87a6a09e5 100644 --- a/sys/dev/firewire/sbp.c +++ b/sys/dev/firewire/sbp.c @@ -31,7 +31,7 @@ * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/firewire/sbp.c,v 1.81.2.4 2007/06/17 10:46:19 simokawa Exp $ * */ diff --git a/sys/dev/firewire/sbp.h b/sys/dev/firewire/sbp.h index 9f85fab38de5a..190bdb6e04200 100644 --- a/sys/dev/firewire/sbp.h +++ b/sys/dev/firewire/sbp.h @@ -31,7 +31,7 @@ * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/firewire/sbp.h,v 1.5 2005/01/06 01:42:41 imp Exp $ * */ diff --git a/sys/dev/firewire/sbp_targ.c b/sys/dev/firewire/sbp_targ.c index d5c821a028726..97db66350d073 100644 --- a/sys/dev/firewire/sbp_targ.c +++ b/sys/dev/firewire/sbp_targ.c @@ -31,7 +31,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/firewire/sbp_targ.c,v 1.8.2.3 2007/05/14 00:58:23 simokawa Exp $ */ #include <sys/param.h> diff --git a/sys/dev/fxp/if_fxp.c b/sys/dev/fxp/if_fxp.c index d6b044f7ae90d..31b713f6db125 100644 --- a/sys/dev/fxp/if_fxp.c +++ b/sys/dev/fxp/if_fxp.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/fxp/if_fxp.c,v 1.240.2.12 2007/04/11 17:13:16 remko Exp $"); /* * Intel EtherExpress Pro/100B PCI Fast Ethernet driver diff --git a/sys/dev/fxp/if_fxpreg.h b/sys/dev/fxp/if_fxpreg.h index e6bb98b7f2e77..1bdb9bf2811a8 100644 --- a/sys/dev/fxp/if_fxpreg.h +++ b/sys/dev/fxp/if_fxpreg.h @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/fxp/if_fxpreg.h,v 1.39 2005/04/22 13:05:53 mux Exp $ */ #define FXP_VENDORID_INTEL 0x8086 diff --git a/sys/dev/fxp/if_fxpvar.h b/sys/dev/fxp/if_fxpvar.h index f8da9874b94a7..4b0a0e6da574f 100644 --- a/sys/dev/fxp/if_fxpvar.h +++ b/sys/dev/fxp/if_fxpvar.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/dev/fxp/if_fxpvar.h,v 1.37.2.1 2005/08/26 14:35:45 jhb Exp $ */ /* diff --git a/sys/dev/fxp/rcvbundl.h b/sys/dev/fxp/rcvbundl.h index 2510f420b6fdb..ef994002e85bd 100644 --- a/sys/dev/fxp/rcvbundl.h +++ b/sys/dev/fxp/rcvbundl.h @@ -29,7 +29,7 @@ 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/dev/fxp/rcvbundl.h,v 1.3 2005/04/21 19:34:57 mux Exp $ */ /* rcvbundl.h diff --git a/sys/dev/gem/if_gem.c b/sys/dev/gem/if_gem.c index 01d1b8f007e79..04cec2819ead4 100644 --- a/sys/dev/gem/if_gem.c +++ b/sys/dev/gem/if_gem.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/gem/if_gem.c,v 1.29.2.7 2007/09/15 10:49:57 marius Exp $"); /* * Driver for Sun GEM ethernet controllers. diff --git a/sys/dev/gem/if_gem_pci.c b/sys/dev/gem/if_gem_pci.c index bca56fe0e7d52..57ac21c25be89 100644 --- a/sys/dev/gem/if_gem_pci.c +++ b/sys/dev/gem/if_gem_pci.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/gem/if_gem_pci.c,v 1.19.2.1 2005/10/05 22:08:17 marius Exp $"); /* * PCI bindings for Sun GEM ethernet controllers. diff --git a/sys/dev/gem/if_gemreg.h b/sys/dev/gem/if_gemreg.h index fecfb152eddd8..ce4870b89ed0e 100644 --- a/sys/dev/gem/if_gemreg.h +++ b/sys/dev/gem/if_gemreg.h @@ -26,7 +26,7 @@ * * from: NetBSD: gemreg.h,v 1.15 2002/05/11 00:36:02 matt Exp * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/gem/if_gemreg.h,v 1.3 2005/01/06 01:42:42 imp Exp $ */ #ifndef _IF_GEMREG_H diff --git a/sys/dev/gem/if_gemvar.h b/sys/dev/gem/if_gemvar.h index 28ac061f452c8..1f088e0ead02f 100644 --- a/sys/dev/gem/if_gemvar.h +++ b/sys/dev/gem/if_gemvar.h @@ -25,7 +25,7 @@ * * from: NetBSD: gemvar.h,v 1.8 2002/05/15 02:36:12 matt Exp * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/gem/if_gemvar.h,v 1.10.2.2 2007/09/15 10:49:57 marius Exp $ */ #ifndef _IF_GEMVAR_H diff --git a/sys/dev/gfb/gfb_pci.c b/sys/dev/gfb/gfb_pci.c index 9dc31aa45442d..6c32d3072fa0b 100644 --- a/sys/dev/gfb/gfb_pci.c +++ b/sys/dev/gfb/gfb_pci.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/gfb/gfb_pci.c,v 1.15 2005/05/29 04:42:20 nyan Exp $"); #include "opt_fb.h" diff --git a/sys/dev/gfb/gfb_pci.h b/sys/dev/gfb/gfb_pci.h index 263b3980c5b80..8c0bb45739969 100644 --- a/sys/dev/gfb/gfb_pci.h +++ b/sys/dev/gfb/gfb_pci.h @@ -26,7 +26,7 @@ * * Copyright (c) 2000 Andrew Miklic * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/gfb/gfb_pci.h,v 1.2 2005/01/06 01:42:42 imp Exp $ */ #ifndef _PCI_GFB_H_ diff --git a/sys/dev/harp/if_harp.c b/sys/dev/harp/if_harp.c index ca11138474942..080292746aa05 100644 --- a/sys/dev/harp/if_harp.c +++ b/sys/dev/harp/if_harp.c @@ -31,10 +31,10 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/harp/if_harp.c,v 1.7 2005/06/10 16:49:09 brooks Exp $"); #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/harp/if_harp.c,v 1.7 2005/06/10 16:49:09 brooks Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/hatm/if_hatm.c b/sys/dev/hatm/if_hatm.c index 37263f548d747..a54ae04f8b297 100644 --- a/sys/dev/hatm/if_hatm.c +++ b/sys/dev/hatm/if_hatm.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/hatm/if_hatm.c,v 1.24.2.2 2005/10/09 04:15:12 delphij Exp $"); #include "opt_inet.h" #include "opt_natm.h" diff --git a/sys/dev/hatm/if_hatm_intr.c b/sys/dev/hatm/if_hatm_intr.c index 750364a8971c0..0f91044f51cf2 100644 --- a/sys/dev/hatm/if_hatm_intr.c +++ b/sys/dev/hatm/if_hatm_intr.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/hatm/if_hatm_intr.c,v 1.18.2.2 2005/08/25 05:01:10 rwatson Exp $"); /* * ForeHE driver. diff --git a/sys/dev/hatm/if_hatm_ioctl.c b/sys/dev/hatm/if_hatm_ioctl.c index 5e37b5dc75ea8..e38d6e2a94a90 100644 --- a/sys/dev/hatm/if_hatm_ioctl.c +++ b/sys/dev/hatm/if_hatm_ioctl.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/hatm/if_hatm_ioctl.c,v 1.12.2.1 2005/08/25 05:01:10 rwatson Exp $"); #include "opt_inet.h" #include "opt_natm.h" diff --git a/sys/dev/hatm/if_hatm_rx.c b/sys/dev/hatm/if_hatm_rx.c index b79b2fcd7c029..f6dbfd9a85224 100644 --- a/sys/dev/hatm/if_hatm_rx.c +++ b/sys/dev/hatm/if_hatm_rx.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/hatm/if_hatm_rx.c,v 1.9.2.1 2005/08/25 05:01:10 rwatson Exp $"); #include "opt_inet.h" #include "opt_natm.h" diff --git a/sys/dev/hatm/if_hatm_tx.c b/sys/dev/hatm/if_hatm_tx.c index 868b5a3d43d6b..6d5918364150e 100644 --- a/sys/dev/hatm/if_hatm_tx.c +++ b/sys/dev/hatm/if_hatm_tx.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/hatm/if_hatm_tx.c,v 1.13.2.1 2005/08/25 05:01:10 rwatson Exp $"); #include "opt_inet.h" #include "opt_natm.h" diff --git a/sys/dev/hatm/if_hatmconf.h b/sys/dev/hatm/if_hatmconf.h index 5402697410d72..cd4978c56a0fc 100644 --- a/sys/dev/hatm/if_hatmconf.h +++ b/sys/dev/hatm/if_hatmconf.h @@ -26,7 +26,7 @@ * * Author: Hartmut Brandt <harti@freebsd.org> * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/hatm/if_hatmconf.h,v 1.2 2005/01/06 01:42:43 imp Exp $ * * Default configuration */ diff --git a/sys/dev/hatm/if_hatmreg.h b/sys/dev/hatm/if_hatmreg.h index 9085f07f5a4ba..135adea97933b 100644 --- a/sys/dev/hatm/if_hatmreg.h +++ b/sys/dev/hatm/if_hatmreg.h @@ -26,7 +26,7 @@ * * Author: Hartmut Brandt <harti@freebsd.org> * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/hatm/if_hatmreg.h,v 1.2 2005/01/06 01:42:43 imp Exp $ * * Fore HE driver for NATM */ diff --git a/sys/dev/hatm/if_hatmvar.h b/sys/dev/hatm/if_hatmvar.h index d19fd0eabd742..0007d963e46a4 100644 --- a/sys/dev/hatm/if_hatmvar.h +++ b/sys/dev/hatm/if_hatmvar.h @@ -26,7 +26,7 @@ * * Author: Hartmut Brandt <harti@freebsd.org> * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/hatm/if_hatmvar.h,v 1.18 2005/06/22 06:42:03 harti Exp $ * * Fore HE driver for NATM */ diff --git a/sys/dev/hfa/fore.h b/sys/dev/hfa/fore.h index 8f0a17f58a9c4..cdd536cc11846 100644 --- a/sys/dev/hfa/fore.h +++ b/sys/dev/hfa/fore.h @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $FreeBSD$ + * @(#) $FreeBSD: src/sys/dev/hfa/fore.h,v 1.6 2005/01/06 01:42:43 imp Exp $ * */ diff --git a/sys/dev/hfa/fore_aali.h b/sys/dev/hfa/fore_aali.h index 93fbf5d587e26..6ea1f46c14c00 100644 --- a/sys/dev/hfa/fore_aali.h +++ b/sys/dev/hfa/fore_aali.h @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $FreeBSD$ + * @(#) $FreeBSD: src/sys/dev/hfa/fore_aali.h,v 1.5 2005/01/06 01:42:43 imp Exp $ * */ diff --git a/sys/dev/hfa/fore_buffer.c b/sys/dev/hfa/fore_buffer.c index 491733af197f8..ab94442e395f7 100644 --- a/sys/dev/hfa/fore_buffer.c +++ b/sys/dev/hfa/fore_buffer.c @@ -23,7 +23,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/hfa/fore_buffer.c,v 1.15 2004/02/21 19:08:23 harti Exp $"); /* * FORE Systems 200-Series Adapter Support @@ -62,7 +62,7 @@ __FBSDID("$FreeBSD$"); #include <dev/hfa/fore_include.h> #ifndef lint -__RCSID("@(#) $FreeBSD$"); +__RCSID("@(#) $FreeBSD: src/sys/dev/hfa/fore_buffer.c,v 1.15 2004/02/21 19:08:23 harti Exp $"); #endif diff --git a/sys/dev/hfa/fore_command.c b/sys/dev/hfa/fore_command.c index c7e38892e4607..79aa102eb2045 100644 --- a/sys/dev/hfa/fore_command.c +++ b/sys/dev/hfa/fore_command.c @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $FreeBSD$ + * @(#) $FreeBSD: src/sys/dev/hfa/fore_command.c,v 1.19 2005/01/06 01:42:43 imp Exp $ * */ @@ -63,7 +63,7 @@ #include <dev/hfa/fore_include.h> #ifndef lint -__RCSID("@(#) $FreeBSD$"); +__RCSID("@(#) $FreeBSD: src/sys/dev/hfa/fore_command.c,v 1.19 2005/01/06 01:42:43 imp Exp $"); #endif /* diff --git a/sys/dev/hfa/fore_globals.c b/sys/dev/hfa/fore_globals.c index 1f68f7d3e44c3..b076e29e4e7f8 100644 --- a/sys/dev/hfa/fore_globals.c +++ b/sys/dev/hfa/fore_globals.c @@ -23,7 +23,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/hfa/fore_globals.c,v 1.12 2003/08/24 17:46:08 obrien Exp $"); /* * FORE Systems 200-Series Adapter Support @@ -58,7 +58,7 @@ __FBSDID("$FreeBSD$"); #include <vm/uma.h> #ifndef lint -__RCSID("@(#) $FreeBSD$"); +__RCSID("@(#) $FreeBSD: src/sys/dev/hfa/fore_globals.c,v 1.12 2003/08/24 17:46:08 obrien Exp $"); #endif /* diff --git a/sys/dev/hfa/fore_if.c b/sys/dev/hfa/fore_if.c index 51bbd0fb69336..b70d4f7cf7fcb 100644 --- a/sys/dev/hfa/fore_if.c +++ b/sys/dev/hfa/fore_if.c @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $FreeBSD$ + * @(#) $FreeBSD: src/sys/dev/hfa/fore_if.c,v 1.13 2005/01/06 01:42:43 imp Exp $ * */ @@ -60,7 +60,7 @@ #include <dev/hfa/fore_include.h> #ifndef lint -__RCSID("@(#) $FreeBSD$"); +__RCSID("@(#) $FreeBSD: src/sys/dev/hfa/fore_if.c,v 1.13 2005/01/06 01:42:43 imp Exp $"); #endif diff --git a/sys/dev/hfa/fore_include.h b/sys/dev/hfa/fore_include.h index 93062f451f63a..dced564173cdd 100644 --- a/sys/dev/hfa/fore_include.h +++ b/sys/dev/hfa/fore_include.h @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $FreeBSD$ + * @(#) $FreeBSD: src/sys/dev/hfa/fore_include.h,v 1.7 2005/01/06 01:42:43 imp Exp $ * */ diff --git a/sys/dev/hfa/fore_init.c b/sys/dev/hfa/fore_init.c index ccaed3f0e0851..b462219dcb7d6 100644 --- a/sys/dev/hfa/fore_init.c +++ b/sys/dev/hfa/fore_init.c @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $FreeBSD$ + * @(#) $FreeBSD: src/sys/dev/hfa/fore_init.c,v 1.17 2005/01/06 01:42:43 imp Exp $ * */ @@ -63,7 +63,7 @@ #include <dev/hfa/fore_include.h> #ifndef lint -__RCSID("@(#) $FreeBSD$"); +__RCSID("@(#) $FreeBSD: src/sys/dev/hfa/fore_init.c,v 1.17 2005/01/06 01:42:43 imp Exp $"); #endif diff --git a/sys/dev/hfa/fore_intr.c b/sys/dev/hfa/fore_intr.c index 8454b93f2464f..59f6307b4a1d3 100644 --- a/sys/dev/hfa/fore_intr.c +++ b/sys/dev/hfa/fore_intr.c @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $FreeBSD$ + * @(#) $FreeBSD: src/sys/dev/hfa/fore_intr.c,v 1.12 2005/01/06 01:42:43 imp Exp $ * */ @@ -54,7 +54,7 @@ #include <dev/hfa/fore_include.h> #ifndef lint -__RCSID("@(#) $FreeBSD$"); +__RCSID("@(#) $FreeBSD: src/sys/dev/hfa/fore_intr.c,v 1.12 2005/01/06 01:42:43 imp Exp $"); #endif #if defined(sun) diff --git a/sys/dev/hfa/fore_output.c b/sys/dev/hfa/fore_output.c index 3910186c309eb..28360ea2c156a 100644 --- a/sys/dev/hfa/fore_output.c +++ b/sys/dev/hfa/fore_output.c @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $FreeBSD$ + * @(#) $FreeBSD: src/sys/dev/hfa/fore_output.c,v 1.20 2005/06/10 16:49:09 brooks Exp $ * */ @@ -64,7 +64,7 @@ #include <dev/hfa/fore_include.h> #ifndef lint -__RCSID("@(#) $FreeBSD$"); +__RCSID("@(#) $FreeBSD: src/sys/dev/hfa/fore_output.c,v 1.20 2005/06/10 16:49:09 brooks Exp $"); #endif diff --git a/sys/dev/hfa/fore_receive.c b/sys/dev/hfa/fore_receive.c index 758f06911cb8a..3441ef46ef74d 100644 --- a/sys/dev/hfa/fore_receive.c +++ b/sys/dev/hfa/fore_receive.c @@ -23,7 +23,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/hfa/fore_receive.c,v 1.24 2005/06/10 16:49:09 brooks Exp $"); /* * FORE Systems 200-Series Adapter Support @@ -62,7 +62,7 @@ __FBSDID("$FreeBSD$"); #include <dev/hfa/fore_include.h> #ifndef lint -__RCSID("@(#) $FreeBSD$"); +__RCSID("@(#) $FreeBSD: src/sys/dev/hfa/fore_receive.c,v 1.24 2005/06/10 16:49:09 brooks Exp $"); #endif diff --git a/sys/dev/hfa/fore_slave.h b/sys/dev/hfa/fore_slave.h index 33d73c21dceda..5ac02b4aca02d 100644 --- a/sys/dev/hfa/fore_slave.h +++ b/sys/dev/hfa/fore_slave.h @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $FreeBSD$ + * @(#) $FreeBSD: src/sys/dev/hfa/fore_slave.h,v 1.4 2005/01/06 01:42:43 imp Exp $ * */ diff --git a/sys/dev/hfa/fore_stats.c b/sys/dev/hfa/fore_stats.c index 4126c1f0635cf..4cb306c37c3bb 100644 --- a/sys/dev/hfa/fore_stats.c +++ b/sys/dev/hfa/fore_stats.c @@ -23,7 +23,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/hfa/fore_stats.c,v 1.14 2005/01/06 01:42:43 imp Exp $"); /* * FORE Systems 200-Series Adapter Support @@ -59,7 +59,7 @@ __FBSDID("$FreeBSD$"); #include <dev/hfa/fore_include.h> #ifndef lint -__RCSID("@(#) $FreeBSD$"); +__RCSID("@(#) $FreeBSD: src/sys/dev/hfa/fore_stats.c,v 1.14 2005/01/06 01:42:43 imp Exp $"); #endif diff --git a/sys/dev/hfa/fore_stats.h b/sys/dev/hfa/fore_stats.h index 32095164d8e4b..9149280119903 100644 --- a/sys/dev/hfa/fore_stats.h +++ b/sys/dev/hfa/fore_stats.h @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $FreeBSD$ + * @(#) $FreeBSD: src/sys/dev/hfa/fore_stats.h,v 1.3 2005/01/06 01:42:43 imp Exp $ * */ diff --git a/sys/dev/hfa/fore_timer.c b/sys/dev/hfa/fore_timer.c index 51745ac9336f6..b8fed778f2917 100644 --- a/sys/dev/hfa/fore_timer.c +++ b/sys/dev/hfa/fore_timer.c @@ -23,7 +23,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/hfa/fore_timer.c,v 1.9 2003/08/24 17:46:08 obrien Exp $"); /* * FORE Systems 200-Series Adapter Support @@ -57,7 +57,7 @@ __FBSDID("$FreeBSD$"); #include <dev/hfa/fore_include.h> #ifndef lint -__RCSID("@(#) $FreeBSD$"); +__RCSID("@(#) $FreeBSD: src/sys/dev/hfa/fore_timer.c,v 1.9 2003/08/24 17:46:08 obrien Exp $"); #endif diff --git a/sys/dev/hfa/fore_transmit.c b/sys/dev/hfa/fore_transmit.c index e22f696a40b1c..2781fd549f0a2 100644 --- a/sys/dev/hfa/fore_transmit.c +++ b/sys/dev/hfa/fore_transmit.c @@ -23,7 +23,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/hfa/fore_transmit.c,v 1.14 2005/06/10 16:49:09 brooks Exp $"); /* * FORE Systems 200-Series Adapter Support @@ -60,7 +60,7 @@ __FBSDID("$FreeBSD$"); #include <dev/hfa/fore_include.h> #ifndef lint -__RCSID("@(#) $FreeBSD$"); +__RCSID("@(#) $FreeBSD: src/sys/dev/hfa/fore_transmit.c,v 1.14 2005/06/10 16:49:09 brooks Exp $"); #endif diff --git a/sys/dev/hfa/fore_var.h b/sys/dev/hfa/fore_var.h index 57cedb3a761f2..0d38913b280c5 100644 --- a/sys/dev/hfa/fore_var.h +++ b/sys/dev/hfa/fore_var.h @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $FreeBSD$ + * @(#) $FreeBSD: src/sys/dev/hfa/fore_var.h,v 1.11 2005/01/06 01:42:43 imp Exp $ * */ diff --git a/sys/dev/hfa/fore_vcm.c b/sys/dev/hfa/fore_vcm.c index 95bc6524be999..22cdb7e35cc42 100644 --- a/sys/dev/hfa/fore_vcm.c +++ b/sys/dev/hfa/fore_vcm.c @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $FreeBSD$ + * @(#) $FreeBSD: src/sys/dev/hfa/fore_vcm.c,v 1.11 2005/01/06 01:42:43 imp Exp $ * */ @@ -60,7 +60,7 @@ #include <dev/hfa/fore_include.h> #ifndef lint -__RCSID("@(#) $FreeBSD$"); +__RCSID("@(#) $FreeBSD: src/sys/dev/hfa/fore_vcm.c,v 1.11 2005/01/06 01:42:43 imp Exp $"); #endif diff --git a/sys/dev/hfa/hfa_eisa.c b/sys/dev/hfa/hfa_eisa.c index 6c42fb8634e34..d305c5e20e636 100644 --- a/sys/dev/hfa/hfa_eisa.c +++ b/sys/dev/hfa/hfa_eisa.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/hfa/hfa_eisa.c,v 1.2 2003/08/24 17:46:08 obrien Exp $"); /* * diff --git a/sys/dev/hfa/hfa_freebsd.c b/sys/dev/hfa/hfa_freebsd.c index 9b8d69caac418..fa090df45dc1e 100644 --- a/sys/dev/hfa/hfa_freebsd.c +++ b/sys/dev/hfa/hfa_freebsd.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/dev/hfa/hfa_freebsd.c,v 1.10 2005/05/29 04:42:20 nyan Exp $ */ /* diff --git a/sys/dev/hfa/hfa_freebsd.h b/sys/dev/hfa/hfa_freebsd.h index 75400162eda9a..79e97ee64cdcd 100644 --- a/sys/dev/hfa/hfa_freebsd.h +++ b/sys/dev/hfa/hfa_freebsd.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/dev/hfa/hfa_freebsd.h,v 1.2 2003/07/31 14:52:44 harti Exp $ */ struct hfa_softc { diff --git a/sys/dev/hfa/hfa_pci.c b/sys/dev/hfa/hfa_pci.c index fb28478fac6c0..1e9d679c981dd 100644 --- a/sys/dev/hfa/hfa_pci.c +++ b/sys/dev/hfa/hfa_pci.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/hfa/hfa_pci.c,v 1.6 2005/05/29 04:42:20 nyan Exp $"); /* * diff --git a/sys/dev/hfa/hfa_sbus.c b/sys/dev/hfa/hfa_sbus.c index 990803cb19d70..93f69cbb43b23 100644 --- a/sys/dev/hfa/hfa_sbus.c +++ b/sys/dev/hfa/hfa_sbus.c @@ -48,7 +48,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/hfa/hfa_sbus.c,v 1.3 2003/08/24 17:46:08 obrien Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/hifn/hifn7751.c b/sys/dev/hifn/hifn7751.c index 8df17561350b4..35deb41ff2971 100644 --- a/sys/dev/hifn/hifn7751.c +++ b/sys/dev/hifn/hifn7751.c @@ -41,7 +41,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/hifn/hifn7751.c,v 1.34.2.1 2006/09/04 15:18:49 pjd Exp $"); /* * Driver for various Hifn encryption processors. diff --git a/sys/dev/hifn/hifn7751reg.h b/sys/dev/hifn/hifn7751reg.h index a1022887f2d7c..de3a186617f47 100644 --- a/sys/dev/hifn/hifn7751reg.h +++ b/sys/dev/hifn/hifn7751reg.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/hifn/hifn7751reg.h,v 1.6 2005/01/19 17:03:35 sam Exp $ */ /* $OpenBSD: hifn7751reg.h,v 1.35 2002/04/08 17:49:42 jason Exp $ */ /*- diff --git a/sys/dev/hifn/hifn7751var.h b/sys/dev/hifn/hifn7751var.h index f3a18423b993d..2bb56c228f3a9 100644 --- a/sys/dev/hifn/hifn7751var.h +++ b/sys/dev/hifn/hifn7751var.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/hifn/hifn7751var.h,v 1.7.2.1 2006/09/04 15:18:49 pjd Exp $ */ /* $OpenBSD: hifn7751var.h,v 1.42 2002/04/08 17:49:42 jason Exp $ */ /*- diff --git a/sys/dev/hme/if_hme.c b/sys/dev/hme/if_hme.c index 00909eba03698..297bcf69e792a 100644 --- a/sys/dev/hme/if_hme.c +++ b/sys/dev/hme/if_hme.c @@ -38,7 +38,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/hme/if_hme.c,v 1.37.2.10 2007/09/15 10:45:34 marius Exp $"); /* * HME Ethernet module driver. diff --git a/sys/dev/hme/if_hme_pci.c b/sys/dev/hme/if_hme_pci.c index ade6e19d631b5..f65fbdcdaca0f 100644 --- a/sys/dev/hme/if_hme_pci.c +++ b/sys/dev/hme/if_hme_pci.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/hme/if_hme_pci.c,v 1.22 2005/07/10 10:36:45 marius Exp $"); /* * PCI front-end device driver for the HME ethernet device. diff --git a/sys/dev/hme/if_hme_sbus.c b/sys/dev/hme/if_hme_sbus.c index 300abc1466c0b..7d674c56571ca 100644 --- a/sys/dev/hme/if_hme_sbus.c +++ b/sys/dev/hme/if_hme_sbus.c @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/hme/if_hme_sbus.c,v 1.17 2005/06/10 16:49:10 brooks Exp $"); /* * SBus front-end device driver for the HME ethernet device. diff --git a/sys/dev/hme/if_hmereg.h b/sys/dev/hme/if_hmereg.h index a9e5497e82247..c3ee8d1a7b566 100644 --- a/sys/dev/hme/if_hmereg.h +++ b/sys/dev/hme/if_hmereg.h @@ -35,7 +35,7 @@ * * from: NetBSD: hmereg.h,v 1.16 2003/11/02 11:07:45 wiz Exp * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/hme/if_hmereg.h,v 1.6.8.1 2005/11/30 02:23:53 yongari Exp $ */ /* diff --git a/sys/dev/hme/if_hmevar.h b/sys/dev/hme/if_hmevar.h index 70c9d789ba059..d751411e2d76b 100644 --- a/sys/dev/hme/if_hmevar.h +++ b/sys/dev/hme/if_hmevar.h @@ -35,7 +35,7 @@ * * from: NetBSD: hmevar.h,v 1.5 2000/06/25 01:10:04 eeh Exp * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/hme/if_hmevar.h,v 1.8.2.2 2007/09/15 10:45:34 marius Exp $ */ #include <sys/callout.h> diff --git a/sys/dev/hptmv/access601.h b/sys/dev/hptmv/access601.h index 26eaab283b952..602328bdf3b2b 100644 --- a/sys/dev/hptmv/access601.h +++ b/sys/dev/hptmv/access601.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/dev/hptmv/access601.h,v 1.2.2.1 2005/10/06 18:47:57 delphij Exp $ */ #ifndef _ACCESS601_H_ #define _ACCESS601_H_ diff --git a/sys/dev/hptmv/amd64-elf.raid.o.uu b/sys/dev/hptmv/amd64-elf.raid.o.uu index 5b439c9f98363..d596ac86dcc89 100644 --- a/sys/dev/hptmv/amd64-elf.raid.o.uu +++ b/sys/dev/hptmv/amd64-elf.raid.o.uu @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/hptmv/amd64-elf.raid.o.uu,v 1.1.2.1 2005/10/06 18:47:57 delphij Exp $ */ begin 644 hptmvraid.o M?T5,1@(!`0D```````````$`/@`!`````````````````````````"#=```` diff --git a/sys/dev/hptmv/array.h b/sys/dev/hptmv/array.h index 14d627af58324..912a3677c044d 100644 --- a/sys/dev/hptmv/array.h +++ b/sys/dev/hptmv/array.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/dev/hptmv/array.h,v 1.2.2.1 2005/10/06 18:47:57 delphij Exp $ */ #ifndef _ARRAY_H_ diff --git a/sys/dev/hptmv/atapi.h b/sys/dev/hptmv/atapi.h index b00100a900e9d..96c052c6bbc49 100644 --- a/sys/dev/hptmv/atapi.h +++ b/sys/dev/hptmv/atapi.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/dev/hptmv/atapi.h,v 1.2.2.1 2005/10/06 18:47:57 delphij Exp $ */ #ifndef _ATAPI_H_ diff --git a/sys/dev/hptmv/command.h b/sys/dev/hptmv/command.h index 12eb694af81d2..88b39d1f62bc8 100644 --- a/sys/dev/hptmv/command.h +++ b/sys/dev/hptmv/command.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/dev/hptmv/command.h,v 1.2.2.1 2005/10/06 18:47:57 delphij Exp $ */ #ifndef _COMMAND_H_ #define _COMMAND_H_ diff --git a/sys/dev/hptmv/entry.c b/sys/dev/hptmv/entry.c index 2d152cc179d63..f2b718966c904 100644 --- a/sys/dev/hptmv/entry.c +++ b/sys/dev/hptmv/entry.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/dev/hptmv/entry.c,v 1.8.2.2 2007/01/11 16:31:47 jhb Exp $ */ #include <sys/param.h> diff --git a/sys/dev/hptmv/global.h b/sys/dev/hptmv/global.h index 4e6a0d0e668fa..0657e2f94ccad 100644 --- a/sys/dev/hptmv/global.h +++ b/sys/dev/hptmv/global.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/dev/hptmv/global.h,v 1.3.2.1 2005/10/06 18:47:57 delphij Exp $ */ #ifndef _GLOBAL_H_ #define _GLOBAL_H_ diff --git a/sys/dev/hptmv/gui_lib.c b/sys/dev/hptmv/gui_lib.c index 13def6ba92406..40b6e64a3f34a 100644 --- a/sys/dev/hptmv/gui_lib.c +++ b/sys/dev/hptmv/gui_lib.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/dev/hptmv/gui_lib.c,v 1.4.2.1 2005/10/06 18:47:57 delphij Exp $ */ /* * gui_lib.c diff --git a/sys/dev/hptmv/hptintf.h b/sys/dev/hptmv/hptintf.h index 34477a2585241..1599ffb405790 100644 --- a/sys/dev/hptmv/hptintf.h +++ b/sys/dev/hptmv/hptintf.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/dev/hptmv/hptintf.h,v 1.2.2.1 2005/10/06 18:47:57 delphij Exp $ */ #ifndef HPT_INTF_H diff --git a/sys/dev/hptmv/hptproc.c b/sys/dev/hptmv/hptproc.c index a179e320d55e9..f6109f789cc77 100644 --- a/sys/dev/hptmv/hptproc.c +++ b/sys/dev/hptmv/hptproc.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/dev/hptmv/hptproc.c,v 1.5.2.1 2005/10/06 18:47:57 delphij Exp $ */ /* * hptproc.c sysctl support diff --git a/sys/dev/hptmv/i386-elf.raid.o.uu b/sys/dev/hptmv/i386-elf.raid.o.uu index a7462b8f1ef2d..76253e9de0dea 100644 --- a/sys/dev/hptmv/i386-elf.raid.o.uu +++ b/sys/dev/hptmv/i386-elf.raid.o.uu @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/hptmv/i386-elf.raid.o.uu,v 1.4.2.1 2005/10/06 18:47:58 delphij Exp $ */ begin 644 hptmvraid.o M?T5,1@$!`0D```````````$``P`!``````````````#(O@```````#0````` diff --git a/sys/dev/hptmv/ioctl.c b/sys/dev/hptmv/ioctl.c index 5c3796a68d4be..33d9c92f6e7b7 100644 --- a/sys/dev/hptmv/ioctl.c +++ b/sys/dev/hptmv/ioctl.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/dev/hptmv/ioctl.c,v 1.4.2.1 2005/10/06 18:47:58 delphij Exp $ */ /* * ioctl.c ioctl interface implementation diff --git a/sys/dev/hptmv/mv.c b/sys/dev/hptmv/mv.c index f9f41ffb75da5..e63c69ec735e3 100644 --- a/sys/dev/hptmv/mv.c +++ b/sys/dev/hptmv/mv.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/dev/hptmv/mv.c,v 1.2.2.1 2005/10/06 18:47:58 delphij Exp $ */ #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/hptmv/mvOs.h b/sys/dev/hptmv/mvOs.h index ef78c94644f52..4f7308a0473a7 100644 --- a/sys/dev/hptmv/mvOs.h +++ b/sys/dev/hptmv/mvOs.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/dev/hptmv/mvOs.h,v 1.3.2.1 2005/10/06 18:47:58 delphij Exp $ */ #ifndef __INCmvOsBsdh #define __INCmvOsBsdh diff --git a/sys/dev/hptmv/mvSata.h b/sys/dev/hptmv/mvSata.h index bf77fbfcb234c..e6ee97c74062c 100644 --- a/sys/dev/hptmv/mvSata.h +++ b/sys/dev/hptmv/mvSata.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/dev/hptmv/mvSata.h,v 1.2.2.1 2005/10/06 18:47:58 delphij Exp $ */ #ifndef __INCmvSatah #define __INCmvSatah diff --git a/sys/dev/hptmv/mvStorageDev.h b/sys/dev/hptmv/mvStorageDev.h index 48aad93651f97..12ca0c7d313b4 100644 --- a/sys/dev/hptmv/mvStorageDev.h +++ b/sys/dev/hptmv/mvStorageDev.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/dev/hptmv/mvStorageDev.h,v 1.3.2.1 2005/10/06 18:47:58 delphij Exp $ */ #ifndef __INCmvStorageDevh #define __INCmvStorageDevh diff --git a/sys/dev/hptmv/osbsd.h b/sys/dev/hptmv/osbsd.h index a07f51dbc8d71..758aa93732bec 100644 --- a/sys/dev/hptmv/osbsd.h +++ b/sys/dev/hptmv/osbsd.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/dev/hptmv/osbsd.h,v 1.4.2.1 2005/10/06 18:47:58 delphij Exp $ */ #ifndef _OSBSD_H_ #define _OSBSD_H_ diff --git a/sys/dev/hptmv/raid5n.h b/sys/dev/hptmv/raid5n.h index 135177a9bbbc2..dd2793809dc39 100644 --- a/sys/dev/hptmv/raid5n.h +++ b/sys/dev/hptmv/raid5n.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/dev/hptmv/raid5n.h,v 1.2.2.1 2005/10/06 18:47:58 delphij Exp $ */ #ifdef _RAID5N_ diff --git a/sys/dev/hptmv/readme.txt b/sys/dev/hptmv/readme.txt index 6d21e98c98b8e..ddba44f319c62 100644 --- a/sys/dev/hptmv/readme.txt +++ b/sys/dev/hptmv/readme.txt @@ -1,6 +1,6 @@ RocketRAID 182x Driver for FreeBSD Copyright (C) 2004-2005 HighPoint Technologies, Inc. All rights reserved. -$FreeBSD$ +$FreeBSD: src/sys/dev/hptmv/readme.txt,v 1.2.2.1 2005/10/06 18:47:58 delphij Exp $ ############################################################################# Revision History: diff --git a/sys/dev/hptmv/vdevice.h b/sys/dev/hptmv/vdevice.h index 8d06f10321092..032c39cbb8825 100644 --- a/sys/dev/hptmv/vdevice.h +++ b/sys/dev/hptmv/vdevice.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/dev/hptmv/vdevice.h,v 1.2.2.1 2005/10/06 18:47:58 delphij Exp $ */ #ifndef _VDEVICE_H_ diff --git a/sys/dev/hptrr/amd64-elf.hptrr_lib.o.uu b/sys/dev/hptrr/amd64-elf.hptrr_lib.o.uu index 92137d917f2f4..3bef68d03747d 100644 --- a/sys/dev/hptrr/amd64-elf.hptrr_lib.o.uu +++ b/sys/dev/hptrr/amd64-elf.hptrr_lib.o.uu @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/hptrr/amd64-elf.hptrr_lib.o.uu,v 1.1.6.1 2007/12/15 06:32:33 scottl Exp $ */ begin 644 hptrr_lib.o M?T5,1@(!`0D```````````$`/@`!`````````````````````````,@R!@`` diff --git a/sys/dev/hptrr/array.h b/sys/dev/hptrr/array.h index 308868ca35966..a3f1146c9a2b1 100644 --- a/sys/dev/hptrr/array.h +++ b/sys/dev/hptrr/array.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/dev/hptrr/array.h,v 1.1.6.1 2007/12/15 06:32:33 scottl Exp $ */ #include <dev/hptrr/hptrr_config.h> /* diff --git a/sys/dev/hptrr/him.h b/sys/dev/hptrr/him.h index f11f0ed03699a..50537cbbda87d 100644 --- a/sys/dev/hptrr/him.h +++ b/sys/dev/hptrr/him.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/dev/hptrr/him.h,v 1.1.6.1 2007/12/15 06:32:33 scottl Exp $ */ #include <dev/hptrr/hptrr_config.h> /* diff --git a/sys/dev/hptrr/himfuncs.h b/sys/dev/hptrr/himfuncs.h index 6926365ffaec3..345c6a5c5fa6e 100644 --- a/sys/dev/hptrr/himfuncs.h +++ b/sys/dev/hptrr/himfuncs.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/dev/hptrr/himfuncs.h,v 1.1.6.1 2007/12/15 06:32:33 scottl Exp $ */ #include <dev/hptrr/hptrr_config.h> /* $Id: himfuncs.h,v 1.14 2005/12/22 00:13:11 gmm Exp $ diff --git a/sys/dev/hptrr/hptintf.h b/sys/dev/hptrr/hptintf.h index 45f20f25fe47a..a11b6501cfe20 100644 --- a/sys/dev/hptrr/hptintf.h +++ b/sys/dev/hptrr/hptintf.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/dev/hptrr/hptintf.h,v 1.1.6.1 2007/12/15 06:32:33 scottl Exp $ */ #include <dev/hptrr/hptrr_config.h> diff --git a/sys/dev/hptrr/hptrr_config.c b/sys/dev/hptrr/hptrr_config.c index 9ebbfc87ea2fb..2faa4878b3678 100644 --- a/sys/dev/hptrr/hptrr_config.c +++ b/sys/dev/hptrr/hptrr_config.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/dev/hptrr/hptrr_config.c,v 1.1.6.1 2007/12/15 06:32:33 scottl Exp $ */ #include <dev/hptrr/hptrr_config.h> /**************************************************************************** diff --git a/sys/dev/hptrr/hptrr_config.h b/sys/dev/hptrr/hptrr_config.h index 53010ccd953fb..2904c6545d95c 100644 --- a/sys/dev/hptrr/hptrr_config.h +++ b/sys/dev/hptrr/hptrr_config.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/dev/hptrr/hptrr_config.h,v 1.1.6.1 2007/12/15 06:32:33 scottl Exp $ */ #ifndef hptrr_CONFIG_H #define hptrr_CONFIG_H diff --git a/sys/dev/hptrr/hptrr_os_bsd.c b/sys/dev/hptrr/hptrr_os_bsd.c index ee74d21e94452..a744fa5f473b3 100644 --- a/sys/dev/hptrr/hptrr_os_bsd.c +++ b/sys/dev/hptrr/hptrr_os_bsd.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/dev/hptrr/hptrr_os_bsd.c,v 1.1.6.1 2007/12/15 06:32:33 scottl Exp $ */ #include <dev/hptrr/hptrr_config.h> /* $Id: os_bsd.c,v 1.11 2005/06/03 14:06:38 kdh Exp $ diff --git a/sys/dev/hptrr/hptrr_osm_bsd.c b/sys/dev/hptrr/hptrr_osm_bsd.c index 64596cf6e7edc..b95d263ce72b0 100644 --- a/sys/dev/hptrr/hptrr_osm_bsd.c +++ b/sys/dev/hptrr/hptrr_osm_bsd.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/dev/hptrr/hptrr_osm_bsd.c,v 1.1.6.1 2007/12/15 06:32:33 scottl Exp $ */ #include <dev/hptrr/hptrr_config.h> /* $Id: osm_bsd.c,v 1.26 2007/02/28 03:53:47 gmm Exp $ diff --git a/sys/dev/hptrr/i386-elf.hptrr_lib.o.uu b/sys/dev/hptrr/i386-elf.hptrr_lib.o.uu index ced2f7b47e976..08cd324ca1446 100644 --- a/sys/dev/hptrr/i386-elf.hptrr_lib.o.uu +++ b/sys/dev/hptrr/i386-elf.hptrr_lib.o.uu @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/hptrr/i386-elf.hptrr_lib.o.uu,v 1.1.6.1 2007/12/15 06:32:33 scottl Exp $ */ begin 644 hptrr_lib.o M?T5,1@$!`0D```````````$``P`!``````````````!4U`0``````#0````` diff --git a/sys/dev/hptrr/ldm.h b/sys/dev/hptrr/ldm.h index af08cf464d65d..65ac6f86f2b23 100644 --- a/sys/dev/hptrr/ldm.h +++ b/sys/dev/hptrr/ldm.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/dev/hptrr/ldm.h,v 1.1.6.1 2007/12/15 06:32:33 scottl Exp $ */ #include <dev/hptrr/hptrr_config.h> /* diff --git a/sys/dev/hptrr/list.h b/sys/dev/hptrr/list.h index 9cfad53e22630..36daac08ff947 100644 --- a/sys/dev/hptrr/list.h +++ b/sys/dev/hptrr/list.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/dev/hptrr/list.h,v 1.1.6.1 2007/12/15 06:32:33 scottl Exp $ */ #include <dev/hptrr/hptrr_config.h> /* diff --git a/sys/dev/hptrr/os_bsd.h b/sys/dev/hptrr/os_bsd.h index 2d99a2d7fa808..578e3909bc4c6 100644 --- a/sys/dev/hptrr/os_bsd.h +++ b/sys/dev/hptrr/os_bsd.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/dev/hptrr/os_bsd.h,v 1.1.6.1 2007/12/15 06:32:33 scottl Exp $ */ #include <dev/hptrr/hptrr_config.h> /* $Id: os_bsd.h,v 1.18 2006/04/11 08:19:02 gmm Exp $ diff --git a/sys/dev/hptrr/osm.h b/sys/dev/hptrr/osm.h index 977cef9919872..0f1cb89c1fc76 100644 --- a/sys/dev/hptrr/osm.h +++ b/sys/dev/hptrr/osm.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/dev/hptrr/osm.h,v 1.1.6.1 2007/12/15 06:32:33 scottl Exp $ */ #include <dev/hptrr/hptrr_config.h> /* diff --git a/sys/dev/hwpmc/hwpmc_alpha.c b/sys/dev/hwpmc/hwpmc_alpha.c index af905b66924ee..75bd2919253b7 100644 --- a/sys/dev/hwpmc/hwpmc_alpha.c +++ b/sys/dev/hwpmc/hwpmc_alpha.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/hwpmc/hwpmc_alpha.c,v 1.1 2005/06/09 19:45:07 jkoshy Exp $"); #include <sys/param.h> #include <sys/pmc.h> diff --git a/sys/dev/hwpmc/hwpmc_amd.c b/sys/dev/hwpmc/hwpmc_amd.c index 3d92829863900..1b5c2236f484f 100644 --- a/sys/dev/hwpmc/hwpmc_amd.c +++ b/sys/dev/hwpmc/hwpmc_amd.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/hwpmc/hwpmc_amd.c,v 1.9.2.1 2005/09/15 15:48:16 jkoshy Exp $"); /* Support for the AMD K7 and later processors */ diff --git a/sys/dev/hwpmc/hwpmc_amd.h b/sys/dev/hwpmc/hwpmc_amd.h index aa6417b81d7a7..8418f3a0eec0e 100644 --- a/sys/dev/hwpmc/hwpmc_amd.h +++ b/sys/dev/hwpmc/hwpmc_amd.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/dev/hwpmc/hwpmc_amd.h,v 1.1 2005/06/09 19:45:07 jkoshy Exp $ */ /* Machine dependent interfaces */ diff --git a/sys/dev/hwpmc/hwpmc_arm.c b/sys/dev/hwpmc/hwpmc_arm.c index af905b66924ee..5f211849a1e47 100644 --- a/sys/dev/hwpmc/hwpmc_arm.c +++ b/sys/dev/hwpmc/hwpmc_arm.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/hwpmc/hwpmc_arm.c,v 1.1 2005/06/09 19:45:07 jkoshy Exp $"); #include <sys/param.h> #include <sys/pmc.h> diff --git a/sys/dev/hwpmc/hwpmc_ia64.c b/sys/dev/hwpmc/hwpmc_ia64.c index af905b66924ee..1786b2c014bb6 100644 --- a/sys/dev/hwpmc/hwpmc_ia64.c +++ b/sys/dev/hwpmc/hwpmc_ia64.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/hwpmc/hwpmc_ia64.c,v 1.1 2005/06/09 19:45:07 jkoshy Exp $"); #include <sys/param.h> #include <sys/pmc.h> diff --git a/sys/dev/hwpmc/hwpmc_logging.c b/sys/dev/hwpmc/hwpmc_logging.c index 26a97e287f580..de5e9b6468562 100644 --- a/sys/dev/hwpmc/hwpmc_logging.c +++ b/sys/dev/hwpmc/hwpmc_logging.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/hwpmc/hwpmc_logging.c,v 1.3.2.1 2006/03/22 10:25:36 jkoshy Exp $"); #include <sys/param.h> #include <sys/file.h> diff --git a/sys/dev/hwpmc/hwpmc_mod.c b/sys/dev/hwpmc/hwpmc_mod.c index fff9eeb4ef218..d87d3506da7ea 100644 --- a/sys/dev/hwpmc/hwpmc_mod.c +++ b/sys/dev/hwpmc/hwpmc_mod.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/hwpmc/hwpmc_mod.c,v 1.10.2.7 2006/06/16 22:11:55 jhb Exp $"); #include <sys/param.h> #include <sys/eventhandler.h> diff --git a/sys/dev/hwpmc/hwpmc_pentium.c b/sys/dev/hwpmc/hwpmc_pentium.c index fc26b5252649d..10adbe237d7c8 100644 --- a/sys/dev/hwpmc/hwpmc_pentium.c +++ b/sys/dev/hwpmc/hwpmc_pentium.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/hwpmc/hwpmc_pentium.c,v 1.4 2005/06/09 19:45:07 jkoshy Exp $"); #include <sys/param.h> #include <sys/lock.h> diff --git a/sys/dev/hwpmc/hwpmc_pentium.h b/sys/dev/hwpmc/hwpmc_pentium.h index 36ecc64b60a69..f999f4e38406e 100644 --- a/sys/dev/hwpmc/hwpmc_pentium.h +++ b/sys/dev/hwpmc/hwpmc_pentium.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/dev/hwpmc/hwpmc_pentium.h,v 1.1 2005/06/09 19:45:07 jkoshy Exp $ */ /* Machine dependent interfaces */ diff --git a/sys/dev/hwpmc/hwpmc_piv.c b/sys/dev/hwpmc/hwpmc_piv.c index 0b8ccd6c98a24..6d7d71986b988 100644 --- a/sys/dev/hwpmc/hwpmc_piv.c +++ b/sys/dev/hwpmc/hwpmc_piv.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/hwpmc/hwpmc_piv.c,v 1.9 2005/07/09 17:29:36 jkoshy Exp $"); #include <sys/param.h> #include <sys/lock.h> diff --git a/sys/dev/hwpmc/hwpmc_piv.h b/sys/dev/hwpmc/hwpmc_piv.h index 0837b263b6394..767829ae78d9a 100644 --- a/sys/dev/hwpmc/hwpmc_piv.h +++ b/sys/dev/hwpmc/hwpmc_piv.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/dev/hwpmc/hwpmc_piv.h,v 1.1 2005/06/09 19:45:07 jkoshy Exp $ */ /* Machine dependent interfaces */ diff --git a/sys/dev/hwpmc/hwpmc_powerpc.c b/sys/dev/hwpmc/hwpmc_powerpc.c index af905b66924ee..df403eb144b9f 100644 --- a/sys/dev/hwpmc/hwpmc_powerpc.c +++ b/sys/dev/hwpmc/hwpmc_powerpc.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/hwpmc/hwpmc_powerpc.c,v 1.1 2005/06/09 19:45:07 jkoshy Exp $"); #include <sys/param.h> #include <sys/pmc.h> diff --git a/sys/dev/hwpmc/hwpmc_ppro.c b/sys/dev/hwpmc/hwpmc_ppro.c index 993a2bf265607..b89dd798b0b2a 100644 --- a/sys/dev/hwpmc/hwpmc_ppro.c +++ b/sys/dev/hwpmc/hwpmc_ppro.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/hwpmc/hwpmc_ppro.c,v 1.8.2.1 2005/07/29 03:01:40 jkoshy Exp $"); #include <sys/param.h> #include <sys/lock.h> diff --git a/sys/dev/hwpmc/hwpmc_ppro.h b/sys/dev/hwpmc/hwpmc_ppro.h index f750735c85ea1..469f99c494fc6 100644 --- a/sys/dev/hwpmc/hwpmc_ppro.h +++ b/sys/dev/hwpmc/hwpmc_ppro.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/dev/hwpmc/hwpmc_ppro.h,v 1.1 2005/06/09 19:45:07 jkoshy Exp $ */ /* Machine dependent interfaces */ diff --git a/sys/dev/hwpmc/hwpmc_sparc64.c b/sys/dev/hwpmc/hwpmc_sparc64.c index af905b66924ee..77f35f8b2e131 100644 --- a/sys/dev/hwpmc/hwpmc_sparc64.c +++ b/sys/dev/hwpmc/hwpmc_sparc64.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/hwpmc/hwpmc_sparc64.c,v 1.1 2005/06/09 19:45:07 jkoshy Exp $"); #include <sys/param.h> #include <sys/pmc.h> diff --git a/sys/dev/hwpmc/hwpmc_x86.c b/sys/dev/hwpmc/hwpmc_x86.c index 9b00b637c0632..7882945926e5d 100644 --- a/sys/dev/hwpmc/hwpmc_x86.c +++ b/sys/dev/hwpmc/hwpmc_x86.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/hwpmc/hwpmc_x86.c,v 1.2.2.2 2007/01/15 04:58:49 emaste Exp $"); #include <sys/param.h> #include <sys/bus.h> diff --git a/sys/dev/hwpmc/pmc_events.h b/sys/dev/hwpmc/pmc_events.h index 23fc9dcb1a218..ac8073c07581b 100644 --- a/sys/dev/hwpmc/pmc_events.h +++ b/sys/dev/hwpmc/pmc_events.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/dev/hwpmc/pmc_events.h,v 1.1 2005/06/09 19:45:07 jkoshy Exp $ */ #ifndef _DEV_HWPMC_PMC_EVENTS_H_ diff --git a/sys/dev/ic/cd1400.h b/sys/dev/ic/cd1400.h index 90672c4ee7e6a..6e3693a02e9cd 100644 --- a/sys/dev/ic/cd1400.h +++ b/sys/dev/ic/cd1400.h @@ -27,7 +27,7 @@ * 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/dev/ic/cd1400.h,v 1.6 1999/08/28 00:45:12 peter Exp $ */ /* diff --git a/sys/dev/ic/cd180.h b/sys/dev/ic/cd180.h index ae46a4809b688..118e1f1b912ef 100644 --- a/sys/dev/ic/cd180.h +++ b/sys/dev/ic/cd180.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/dev/ic/cd180.h,v 1.5 2005/01/06 01:42:44 imp Exp $ */ /* diff --git a/sys/dev/ic/esp.h b/sys/dev/ic/esp.h index b8f903782395b..7b256b5432e9b 100644 --- a/sys/dev/ic/esp.h +++ b/sys/dev/ic/esp.h @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ic/esp.h,v 1.6 2001/06/10 04:20:37 nyan Exp $ */ #ifndef _IC_ESP_H_ diff --git a/sys/dev/ic/hd64570.h b/sys/dev/ic/hd64570.h index 3399e0a0de576..f99633c35cdcd 100644 --- a/sys/dev/ic/hd64570.h +++ b/sys/dev/ic/hd64570.h @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ic/hd64570.h,v 1.7 2005/01/06 01:42:44 imp Exp $ */ #ifndef _HD64570_H_ #define _HD64570_H_ diff --git a/sys/dev/ic/i8237.h b/sys/dev/ic/i8237.h index 5d4b3f4c8ffcc..3f6c74bc2cec8 100644 --- a/sys/dev/ic/i8237.h +++ b/sys/dev/ic/i8237.h @@ -1,7 +1,7 @@ /* * Intel 8237 DMA Controller * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ic/i8237.h,v 1.10 2005/05/14 10:14:56 nyan Exp $ */ #define DMA37MD_SINGLE 0x40 /* single pass mode */ diff --git a/sys/dev/ic/i8251.h b/sys/dev/ic/i8251.h index fab1ea4378696..1f4f844d32e7e 100644 --- a/sys/dev/ic/i8251.h +++ b/sys/dev/ic/i8251.h @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ic/i8251.h,v 1.2 2004/04/07 20:45:57 imp Exp $ */ /* diff --git a/sys/dev/ic/i8253reg.h b/sys/dev/ic/i8253reg.h index d41d3b2af0a63..ac32ecc2d7464 100644 --- a/sys/dev/ic/i8253reg.h +++ b/sys/dev/ic/i8253reg.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * from: Header: timerreg.h,v 1.2 93/02/28 15:08:58 mccanne Exp - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ic/i8253reg.h,v 1.2 2005/05/14 10:26:31 nyan Exp $ */ /* diff --git a/sys/dev/ic/i82586.h b/sys/dev/ic/i82586.h index d594730a0dd5b..ac6e2af5509cb 100644 --- a/sys/dev/ic/i82586.h +++ b/sys/dev/ic/i82586.h @@ -31,7 +31,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ic/i82586.h,v 1.11 2003/03/28 06:27:07 mdodd Exp $ */ /* diff --git a/sys/dev/ic/i8259.h b/sys/dev/ic/i8259.h index 91270a0715cc6..53c5194720a2c 100644 --- a/sys/dev/ic/i8259.h +++ b/sys/dev/ic/i8259.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/dev/ic/i8259.h,v 1.1 2004/01/06 18:59:37 jhb Exp $ */ /* diff --git a/sys/dev/ic/nec765.h b/sys/dev/ic/nec765.h index 62ad0cdc5b9b8..cdccbcee22251 100644 --- a/sys/dev/ic/nec765.h +++ b/sys/dev/ic/nec765.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * from: @(#)nec765.h 7.1 (Berkeley) 5/9/91 - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ic/nec765.h,v 1.11.8.1 2007/09/14 23:44:11 jkim Exp $ */ /* diff --git a/sys/dev/ic/ns16550.h b/sys/dev/ic/ns16550.h index 0400f2babdd2b..4def997166501 100644 --- a/sys/dev/ic/ns16550.h +++ b/sys/dev/ic/ns16550.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * from: @(#)ns16550.h 7.1 (Berkeley) 5/9/91 - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ic/ns16550.h,v 1.16.2.1 2006/11/28 22:03:37 marcel Exp $ */ /* diff --git a/sys/dev/ic/rsa.h b/sys/dev/ic/rsa.h index 6f9376af2f233..b6535d05f1bbe 100644 --- a/sys/dev/ic/rsa.h +++ b/sys/dev/ic/rsa.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/dev/ic/rsa.h,v 1.1 2001/06/10 04:28:38 nyan Exp $ */ /* diff --git a/sys/dev/ic/sab82532.h b/sys/dev/ic/sab82532.h index e570c6a9ae5fb..b36491e379917 100644 --- a/sys/dev/ic/sab82532.h +++ b/sys/dev/ic/sab82532.h @@ -34,7 +34,7 @@ * Agency (DARPA) and Air Force Research Laboratory, Air Force * Materiel Command, USAF, under agreement number F30602-01-2-0537. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ic/sab82532.h,v 1.3 2005/01/06 01:42:44 imp Exp $ */ #ifndef _DEV_IC_SAB82532_H_ diff --git a/sys/dev/ic/wd33c93reg.h b/sys/dev/ic/wd33c93reg.h index 8e536cd1d32da..e67676bbdd98d 100644 --- a/sys/dev/ic/wd33c93reg.h +++ b/sys/dev/ic/wd33c93reg.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/ic/wd33c93reg.h,v 1.2 2005/01/06 01:42:44 imp Exp $ */ /* $NecBSD: wd33c93reg.h,v 1.21.24.1 2001/06/13 05:52:05 honda Exp $ */ /* $NetBSD$ */ /*- diff --git a/sys/dev/ic/z8530.h b/sys/dev/ic/z8530.h index d86a662a1d0b1..5f31b67da4354 100644 --- a/sys/dev/ic/z8530.h +++ b/sys/dev/ic/z8530.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/dev/ic/z8530.h,v 1.3 2005/01/06 01:42:44 imp Exp $ */ #ifndef _DEV_IC_Z8530_H_ diff --git a/sys/dev/ichsmb/ichsmb.c b/sys/dev/ichsmb/ichsmb.c index 6832ffe329c59..f03dc888b0572 100644 --- a/sys/dev/ichsmb/ichsmb.c +++ b/sys/dev/ichsmb/ichsmb.c @@ -36,7 +36,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ichsmb/ichsmb.c,v 1.13.2.2 2006/09/22 19:19:16 jhb Exp $"); /* * Support for the SMBus controller logical device which is part of the diff --git a/sys/dev/ichsmb/ichsmb_pci.c b/sys/dev/ichsmb/ichsmb_pci.c index bf4a0749f481b..2032315502690 100644 --- a/sys/dev/ichsmb/ichsmb_pci.c +++ b/sys/dev/ichsmb/ichsmb_pci.c @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ichsmb/ichsmb_pci.c,v 1.16.2.1.8.1 2007/12/02 09:05:37 remko Exp $"); /* * Support for the SMBus controller logical device which is part of the diff --git a/sys/dev/ichsmb/ichsmb_reg.h b/sys/dev/ichsmb/ichsmb_reg.h index a031607f4fdcf..c64eb2f4e7cd2 100644 --- a/sys/dev/ichsmb/ichsmb_reg.h +++ b/sys/dev/ichsmb/ichsmb_reg.h @@ -35,7 +35,7 @@ * * Author: Archie Cobbs <archie@freebsd.org> * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ichsmb/ichsmb_reg.h,v 1.2 2005/01/06 01:42:45 imp Exp $ */ #ifndef _DEV_ICHSMB_ICHSMB_REG_H_ diff --git a/sys/dev/ichsmb/ichsmb_var.h b/sys/dev/ichsmb/ichsmb_var.h index a7d0dcb234f92..87bdeb1354bb1 100644 --- a/sys/dev/ichsmb/ichsmb_var.h +++ b/sys/dev/ichsmb/ichsmb_var.h @@ -35,7 +35,7 @@ * * Author: Archie Cobbs <archie@freebsd.org> * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ichsmb/ichsmb_var.h,v 1.4 2005/06/10 16:12:43 takawata Exp $ */ #ifndef _DEV_ICHSMB_ICHSMB_VAR_H diff --git a/sys/dev/ichwd/ichwd.c b/sys/dev/ichwd/ichwd.c index f6152dcb6d0f3..b4e15ef5b72a9 100644 --- a/sys/dev/ichwd/ichwd.c +++ b/sys/dev/ichwd/ichwd.c @@ -56,7 +56,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ichwd/ichwd.c,v 1.5.2.4 2007/09/28 08:46:10 des Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/dev/ichwd/ichwd.h b/sys/dev/ichwd/ichwd.h index cf80c287e0752..4431fac1c51ad 100644 --- a/sys/dev/ichwd/ichwd.h +++ b/sys/dev/ichwd/ichwd.h @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ichwd/ichwd.h,v 1.2.2.2 2007/09/28 08:46:10 des Exp $ */ #ifndef _ICHWD_H_ diff --git a/sys/dev/ida/ida.c b/sys/dev/ida/ida.c index 663b816a71d88..deaad0cbc8a08 100644 --- a/sys/dev/ida/ida.c +++ b/sys/dev/ida/ida.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ida/ida.c,v 1.42 2005/05/29 04:42:20 nyan Exp $"); /* * Generic driver for Compaq SMART RAID adapters. diff --git a/sys/dev/ida/ida_disk.c b/sys/dev/ida/ida_disk.c index 2446dddbe1856..3512b6d72252c 100644 --- a/sys/dev/ida/ida_disk.c +++ b/sys/dev/ida/ida_disk.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/dev/ida/ida_disk.c,v 1.46 2005/05/29 04:42:20 nyan Exp $ */ /* diff --git a/sys/dev/ida/ida_eisa.c b/sys/dev/ida/ida_eisa.c index 864b1700a0101..c99f765f098ac 100644 --- a/sys/dev/ida/ida_eisa.c +++ b/sys/dev/ida/ida_eisa.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ida/ida_eisa.c,v 1.19 2005/05/29 04:42:20 nyan Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ida/ida_pci.c b/sys/dev/ida/ida_pci.c index 3c9810537c2f5..e9f665ba8288a 100644 --- a/sys/dev/ida/ida_pci.c +++ b/sys/dev/ida/ida_pci.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ida/ida_pci.c,v 1.34 2005/05/29 04:42:20 nyan Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ida/idaio.h b/sys/dev/ida/idaio.h index b30f2eae1ac7a..652833db1df6e 100644 --- a/sys/dev/ida/idaio.h +++ b/sys/dev/ida/idaio.h @@ -1,5 +1,5 @@ /* - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ida/idaio.h,v 1.1 2004/01/15 06:37:52 mdodd Exp $ */ #include <sys/ioccom.h> diff --git a/sys/dev/ida/idareg.h b/sys/dev/ida/idareg.h index a25a768c564e6..7c072eb0ddd18 100644 --- a/sys/dev/ida/idareg.h +++ b/sys/dev/ida/idareg.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/dev/ida/idareg.h,v 1.10 2005/04/13 05:09:49 mdodd Exp $ */ /* diff --git a/sys/dev/ida/idavar.h b/sys/dev/ida/idavar.h index 9666b0e80e732..088ee731b2367 100644 --- a/sys/dev/ida/idavar.h +++ b/sys/dev/ida/idavar.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/dev/ida/idavar.h,v 1.17 2005/04/13 05:06:57 mdodd Exp $ */ /* diff --git a/sys/dev/idt/idt.c b/sys/dev/idt/idt.c index 51b197be9632c..f37765421ae77 100644 --- a/sys/dev/idt/idt.c +++ b/sys/dev/idt/idt.c @@ -77,7 +77,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/idt/idt.c,v 1.11 2005/06/10 16:49:10 brooks Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/idt/idt_harp.c b/sys/dev/idt/idt_harp.c index 84e52eb7b0710..db955ee05f04c 100644 --- a/sys/dev/idt/idt_harp.c +++ b/sys/dev/idt/idt_harp.c @@ -39,7 +39,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/idt/idt_harp.c,v 1.8 2005/05/29 04:42:21 nyan Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/idt/idt_pci.c b/sys/dev/idt/idt_pci.c index 1a77c4bb060e0..dfdad0f2ddb22 100644 --- a/sys/dev/idt/idt_pci.c +++ b/sys/dev/idt/idt_pci.c @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/idt/idt_pci.c,v 1.7 2005/05/29 04:42:21 nyan Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/idt/idtreg.h b/sys/dev/idt/idtreg.h index 230bbbb1c78c3..bb3ddf1155d57 100644 --- a/sys/dev/idt/idtreg.h +++ b/sys/dev/idt/idtreg.h @@ -37,7 +37,7 @@ * ****************************************************************************** * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/idt/idtreg.h,v 1.2 2005/01/06 01:42:46 imp Exp $ */ #define IDT_VERSION "IDT 1.101" diff --git a/sys/dev/idt/idtvar.h b/sys/dev/idt/idtvar.h index b98ee1af2dad9..ce054b28e1a64 100644 --- a/sys/dev/idt/idtvar.h +++ b/sys/dev/idt/idtvar.h @@ -47,7 +47,7 @@ * ****************************************************************************** * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/idt/idtvar.h,v 1.3 2005/01/06 01:42:46 imp Exp $ */ /******************************************************************************* diff --git a/sys/dev/ie/if_ie.c b/sys/dev/ie/if_ie.c index c3dcdee09cc9e..c134476628546 100644 --- a/sys/dev/ie/if_ie.c +++ b/sys/dev/ie/if_ie.c @@ -51,7 +51,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ie/if_ie.c,v 1.102.2.3 2005/10/09 04:15:12 delphij Exp $"); /* * Intel 82586 Ethernet chip diff --git a/sys/dev/ie/if_ie507.h b/sys/dev/ie/if_ie507.h index 7bcc500aa61d2..5eeff15d30471 100644 --- a/sys/dev/ie/if_ie507.h +++ b/sys/dev/ie/if_ie507.h @@ -1,5 +1,5 @@ /* - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ie/if_ie507.h,v 1.5 2003/03/28 06:27:08 mdodd Exp $ * Definitions for 3C507 */ diff --git a/sys/dev/ie/if_ie_isa.c b/sys/dev/ie/if_ie_isa.c index 564176f17df65..2260cb0e40cc1 100644 --- a/sys/dev/ie/if_ie_isa.c +++ b/sys/dev/ie/if_ie_isa.c @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ie/if_ie_isa.c,v 1.4 2005/06/10 16:49:10 brooks Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ie/if_iee16.h b/sys/dev/ie/if_iee16.h index 1196676cfed27..4b2d869dc91da 100644 --- a/sys/dev/ie/if_iee16.h +++ b/sys/dev/ie/if_iee16.h @@ -28,7 +28,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/dev/ie/if_iee16.h,v 1.4 2005/01/06 01:42:46 imp Exp $ */ /* diff --git a/sys/dev/ie/if_iereg.h b/sys/dev/ie/if_iereg.h index d3b0f228f9574..2808fe2bf6f01 100644 --- a/sys/dev/ie/if_iereg.h +++ b/sys/dev/ie/if_iereg.h @@ -1,5 +1,5 @@ /* - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ie/if_iereg.h,v 1.6 2003/03/29 13:36:41 mdodd Exp $ * definitions for AT&T StarLAN 10 etc... */ diff --git a/sys/dev/ie/if_ievar.h b/sys/dev/ie/if_ievar.h index 2d3851f9cdf2d..a1ca3bb87572a 100644 --- a/sys/dev/ie/if_ievar.h +++ b/sys/dev/ie/if_ievar.h @@ -1,5 +1,5 @@ /*- - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ie/if_ievar.h,v 1.3 2005/06/10 16:49:10 brooks Exp $ */ enum ie_hardware { diff --git a/sys/dev/ieee488/ibfoo.c b/sys/dev/ieee488/ibfoo.c index 537443dbf0916..ef1870a3d1fcd 100644 --- a/sys/dev/ieee488/ibfoo.c +++ b/sys/dev/ieee488/ibfoo.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ieee488/ibfoo.c,v 1.5 2005/03/07 11:05:46 phk Exp $"); # define IBDEBUG # undef IBDEBUG diff --git a/sys/dev/ieee488/ibfoo_int.h b/sys/dev/ieee488/ibfoo_int.h index 28f72897a9dfe..be08ee021816b 100644 --- a/sys/dev/ieee488/ibfoo_int.h +++ b/sys/dev/ieee488/ibfoo_int.h @@ -26,7 +26,7 @@ * This file defines the ABI between the userland gpib library and the * kernel. This file should not be used anywhere else. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ieee488/ibfoo_int.h,v 1.2 2005/02/12 21:07:09 phk Exp $ */ #include <sys/ioccom.h> diff --git a/sys/dev/ieee488/pcii.c b/sys/dev/ieee488/pcii.c index d575f6927d59a..1f1ca35354dfa 100644 --- a/sys/dev/ieee488/pcii.c +++ b/sys/dev/ieee488/pcii.c @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ieee488/pcii.c,v 1.5 2005/02/12 17:39:50 phk Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ieee488/ugpib.h b/sys/dev/ieee488/ugpib.h index 726a70219dd8e..42a1f26a25b33 100644 --- a/sys/dev/ieee488/ugpib.h +++ b/sys/dev/ieee488/ugpib.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/dev/ieee488/ugpib.h,v 1.5 2005/02/12 23:52:44 phk Exp $ * */ diff --git a/sys/dev/ieee488/upd7210.c b/sys/dev/ieee488/upd7210.c index e4b50ace490a1..72f68a4510a21 100644 --- a/sys/dev/ieee488/upd7210.c +++ b/sys/dev/ieee488/upd7210.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ieee488/upd7210.c,v 1.7 2005/04/04 17:37:35 phk Exp $"); # define GPIB_DEBUG # undef GPIB_DEBUG diff --git a/sys/dev/ieee488/upd7210.h b/sys/dev/ieee488/upd7210.h index 7ba0f8eb8d102..8c66813272638 100644 --- a/sys/dev/ieee488/upd7210.h +++ b/sys/dev/ieee488/upd7210.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/dev/ieee488/upd7210.h,v 1.3 2005/02/12 23:52:44 phk Exp $ * * Locating an actual µPD7210 data book has proven quite impossible for me. * There are a fair number of newer chips which are supersets of the µPD7210 diff --git a/sys/dev/if_ndis/if_ndis.c b/sys/dev/if_ndis/if_ndis.c index 296d9a7346f8c..3e0c6c7adf39c 100644 --- a/sys/dev/if_ndis/if_ndis.c +++ b/sys/dev/if_ndis/if_ndis.c @@ -34,7 +34,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/if_ndis/if_ndis.c,v 1.99.2.6 2005/12/16 17:33:47 wpaul Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/if_ndis/if_ndis_pccard.c b/sys/dev/if_ndis/if_ndis_pccard.c index b0846e892b6c7..b6a7b2a074183 100644 --- a/sys/dev/if_ndis/if_ndis_pccard.c +++ b/sys/dev/if_ndis/if_ndis_pccard.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/if_ndis/if_ndis_pccard.c,v 1.13 2005/05/08 23:19:20 wpaul Exp $"); #include <sys/ctype.h> #include <sys/param.h> diff --git a/sys/dev/if_ndis/if_ndis_pci.c b/sys/dev/if_ndis/if_ndis_pci.c index e54cb618fce4a..cb7eeaf6051a5 100644 --- a/sys/dev/if_ndis/if_ndis_pci.c +++ b/sys/dev/if_ndis/if_ndis_pci.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/if_ndis/if_ndis_pci.c,v 1.17 2005/05/08 23:19:20 wpaul Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/if_ndis/if_ndis_usb.c b/sys/dev/if_ndis/if_ndis_usb.c index b5a694337b7e8..8b18e8e057d3f 100644 --- a/sys/dev/if_ndis/if_ndis_usb.c +++ b/sys/dev/if_ndis/if_ndis_usb.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/if_ndis/if_ndis_usb.c,v 1.5 2005/04/24 20:21:22 wpaul Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/if_ndis/if_ndisvar.h b/sys/dev/if_ndis/if_ndisvar.h index 13d517cf30755..ad9eb79cdc322 100644 --- a/sys/dev/if_ndis/if_ndisvar.h +++ b/sys/dev/if_ndis/if_ndisvar.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/dev/if_ndis/if_ndisvar.h,v 1.23.2.1 2005/10/27 17:06:46 wpaul Exp $ */ #define NDIS_DEFAULT_NODENAME "FreeBSD NDIS node" diff --git a/sys/dev/iicbus/ad7418.c b/sys/dev/iicbus/ad7418.c index ec68fc1974352..4334f017e22e9 100644 --- a/sys/dev/iicbus/ad7418.c +++ b/sys/dev/iicbus/ad7418.c @@ -23,7 +23,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/iicbus/ad7418.c,v 1.1.2.1 2007/02/26 23:17:51 cognet Exp $"); /* * Analog Devices AD7418 chip sitting on the I2C bus. */ diff --git a/sys/dev/iicbus/ds1672.c b/sys/dev/iicbus/ds1672.c index 9fbb5b389a65c..5f44dcb3ccf18 100644 --- a/sys/dev/iicbus/ds1672.c +++ b/sys/dev/iicbus/ds1672.c @@ -23,7 +23,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/iicbus/ds1672.c,v 1.1.2.1 2007/02/26 23:17:51 cognet Exp $"); /* * Dallas Semiconductor DS1672 RTC sitting on the I2C bus. */ diff --git a/sys/dev/iicbus/if_ic.c b/sys/dev/iicbus/if_ic.c index 5c6e05b457910..c167d636948a2 100644 --- a/sys/dev/iicbus/if_ic.c +++ b/sys/dev/iicbus/if_ic.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/iicbus/if_ic.c,v 1.23.2.1 2005/08/25 05:01:11 rwatson Exp $"); /* * I2C bus IP driver diff --git a/sys/dev/iicbus/iic.c b/sys/dev/iicbus/iic.c index 3a879d8d0d37d..e7f9f0e877353 100644 --- a/sys/dev/iicbus/iic.c +++ b/sys/dev/iicbus/iic.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/dev/iicbus/iic.c,v 1.32 2004/06/16 09:46:45 phk Exp $ * */ #include <sys/param.h> diff --git a/sys/dev/iicbus/iic.h b/sys/dev/iicbus/iic.h index 471f9768d2a61..ecfb406bc39c9 100644 --- a/sys/dev/iicbus/iic.h +++ b/sys/dev/iicbus/iic.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/dev/iicbus/iic.h,v 1.3.24.1 2007/02/26 23:17:51 cognet Exp $ * */ #ifndef __IIC_H diff --git a/sys/dev/iicbus/iicbb.c b/sys/dev/iicbus/iicbb.c index 4c513d551fcfd..f24225064a905 100644 --- a/sys/dev/iicbus/iicbb.c +++ b/sys/dev/iicbus/iicbb.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/iicbus/iicbb.c,v 1.13.10.1 2007/02/26 23:17:51 cognet Exp $"); /* * Generic I2C bit-banging code diff --git a/sys/dev/iicbus/iicbb_if.m b/sys/dev/iicbus/iicbb_if.m index 7d10fe748b22d..bf9e2480f5c29 100644 --- a/sys/dev/iicbus/iicbb_if.m +++ b/sys/dev/iicbus/iicbb_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/dev/iicbus/iicbb_if.m,v 1.6 2005/01/06 01:42:47 imp Exp $ # #include <sys/bus.h> diff --git a/sys/dev/iicbus/iicbus.c b/sys/dev/iicbus/iicbus.c index b02131dc7582b..3c72f79ce484b 100644 --- a/sys/dev/iicbus/iicbus.c +++ b/sys/dev/iicbus/iicbus.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/iicbus/iicbus.c,v 1.20.8.1 2007/02/26 23:17:51 cognet Exp $"); /* * Autoconfiguration and support routines for the Philips serial I2C bus diff --git a/sys/dev/iicbus/iicbus.h b/sys/dev/iicbus/iicbus.h index 59bbaef4d3fe2..a97af7f6275fa 100644 --- a/sys/dev/iicbus/iicbus.h +++ b/sys/dev/iicbus/iicbus.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/dev/iicbus/iicbus.h,v 1.4 1999/08/28 00:41:58 peter Exp $ * */ #ifndef __IICBUS_H diff --git a/sys/dev/iicbus/iicbus_if.m b/sys/dev/iicbus/iicbus_if.m index c57fac584216c..5e96ff0405761 100644 --- a/sys/dev/iicbus/iicbus_if.m +++ b/sys/dev/iicbus/iicbus_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/dev/iicbus/iicbus_if.m,v 1.6.2.1 2007/02/26 23:17:51 cognet Exp $ # #include <sys/bus.h> diff --git a/sys/dev/iicbus/iiconf.c b/sys/dev/iicbus/iiconf.c index da050b031b090..ac520d7cc14f5 100644 --- a/sys/dev/iicbus/iiconf.c +++ b/sys/dev/iicbus/iiconf.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/iicbus/iiconf.c,v 1.14.10.1 2007/02/26 23:17:51 cognet Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/iicbus/iiconf.h b/sys/dev/iicbus/iiconf.h index bbf4907360231..22b1c58e8cb23 100644 --- a/sys/dev/iicbus/iiconf.h +++ b/sys/dev/iicbus/iiconf.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/dev/iicbus/iiconf.h,v 1.8.10.1 2007/02/26 23:17:51 cognet Exp $ */ #ifndef __IICONF_H #define __IICONF_H diff --git a/sys/dev/iicbus/iicsmb.c b/sys/dev/iicbus/iicsmb.c index 3bdb91b33e8f1..0322709a7b468 100644 --- a/sys/dev/iicbus/iicsmb.c +++ b/sys/dev/iicbus/iicsmb.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/dev/iicbus/iicsmb.c,v 1.12.10.1 2006/09/22 19:19:16 jhb Exp $ * */ diff --git a/sys/dev/iir/iir.c b/sys/dev/iir/iir.c index f85ac8cc80979..bc5478964a858 100644 --- a/sys/dev/iir/iir.c +++ b/sys/dev/iir/iir.c @@ -43,7 +43,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/iir/iir.c,v 1.13.2.1 2006/03/12 16:38:28 scottl Exp $"); #define _IIR_C_ diff --git a/sys/dev/iir/iir.h b/sys/dev/iir/iir.h index 62f429abf1177..f2a2100524475 100644 --- a/sys/dev/iir/iir.h +++ b/sys/dev/iir/iir.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/iir/iir.h,v 1.13.2.1 2006/03/12 16:38:28 scottl Exp $ */ /*- * Copyright (c) 2000-04 ICP vortex GmbH * Copyright (c) 2002-04 Intel Corporation diff --git a/sys/dev/iir/iir_ctrl.c b/sys/dev/iir/iir_ctrl.c index 206b6ffb42081..bfd22133bbff7 100644 --- a/sys/dev/iir/iir_ctrl.c +++ b/sys/dev/iir/iir_ctrl.c @@ -39,7 +39,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/iir/iir_ctrl.c,v 1.17 2005/05/06 02:32:34 cperciva Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/iir/iir_pci.c b/sys/dev/iir/iir_pci.c index d389045611863..e7c160d67bf63 100644 --- a/sys/dev/iir/iir_pci.c +++ b/sys/dev/iir/iir_pci.c @@ -31,7 +31,7 @@ #ident "$Id: iir_pci.c 1.2 2003/08/26 12:29:55 achim Exp $" #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/iir/iir_pci.c,v 1.15.2.2 2006/12/14 02:57:06 mjacob Exp $"); /* * iir_pci.c: PCI Bus Attachment for Intel Integrated RAID Controller driver diff --git a/sys/dev/io/iodev.c b/sys/dev/io/iodev.c index 33f6c1d099b9c..92bfed947b8d3 100644 --- a/sys/dev/io/iodev.c +++ b/sys/dev/io/iodev.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/io/iodev.c,v 1.2 2004/08/02 20:42:28 markm Exp $"); #include <sys/param.h> #include <sys/conf.h> diff --git a/sys/dev/ipmi/ipmi.c b/sys/dev/ipmi/ipmi.c index d285761c933ad..41ef1c4770bdb 100644 --- a/sys/dev/ipmi/ipmi.c +++ b/sys/dev/ipmi/ipmi.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ipmi/ipmi.c,v 1.3.2.5 2007/02/20 22:56:27 n_hibma Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ipmi/ipmi_acpi.c b/sys/dev/ipmi/ipmi_acpi.c index e2518ebfcc0ea..49aab01c0ec0f 100644 --- a/sys/dev/ipmi/ipmi_acpi.c +++ b/sys/dev/ipmi/ipmi_acpi.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ipmi/ipmi_acpi.c,v 1.1.2.1 2006/09/29 21:21:52 jhb Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ipmi/ipmi_isa.c b/sys/dev/ipmi/ipmi_isa.c index 9d3f9f34c2f28..a9661e98a2362 100644 --- a/sys/dev/ipmi/ipmi_isa.c +++ b/sys/dev/ipmi/ipmi_isa.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ipmi/ipmi_isa.c,v 1.1.2.2 2007/07/30 19:59:08 ambrisko Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ipmi/ipmi_kcs.c b/sys/dev/ipmi/ipmi_kcs.c index 8ad606e9b5ae6..186a87aee80df 100644 --- a/sys/dev/ipmi/ipmi_kcs.c +++ b/sys/dev/ipmi/ipmi_kcs.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ipmi/ipmi_kcs.c,v 1.1.2.1 2006/09/29 21:21:52 jhb Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ipmi/ipmi_pci.c b/sys/dev/ipmi/ipmi_pci.c index def00c9947ed9..ad4b3f0e4d86b 100644 --- a/sys/dev/ipmi/ipmi_pci.c +++ b/sys/dev/ipmi/ipmi_pci.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ipmi/ipmi_pci.c,v 1.1.2.2 2006/09/29 21:21:52 jhb Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ipmi/ipmi_smbios.c b/sys/dev/ipmi/ipmi_smbios.c index d9fcff80540c0..ca83f76cab9d7 100644 --- a/sys/dev/ipmi/ipmi_smbios.c +++ b/sys/dev/ipmi/ipmi_smbios.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ipmi/ipmi_smbios.c,v 1.1.2.3 2007/05/02 18:42:46 jhb Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ipmi/ipmi_smbus.c b/sys/dev/ipmi/ipmi_smbus.c index 3798a628d26f7..6f610eb18eb15 100644 --- a/sys/dev/ipmi/ipmi_smbus.c +++ b/sys/dev/ipmi/ipmi_smbus.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ipmi/ipmi_smbus.c,v 1.1.2.1 2006/09/29 21:21:52 jhb Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ipmi/ipmi_smic.c b/sys/dev/ipmi/ipmi_smic.c index c1c69b3923cd1..8d5d828edf15f 100644 --- a/sys/dev/ipmi/ipmi_smic.c +++ b/sys/dev/ipmi/ipmi_smic.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ipmi/ipmi_smic.c,v 1.1.2.2 2006/10/19 14:50:48 jhb Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ipmi/ipmi_ssif.c b/sys/dev/ipmi/ipmi_ssif.c index 2f90b6ef2b18b..8a9f11fe08813 100644 --- a/sys/dev/ipmi/ipmi_ssif.c +++ b/sys/dev/ipmi/ipmi_ssif.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ipmi/ipmi_ssif.c,v 1.1.2.1 2006/09/29 21:21:52 jhb Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ipmi/ipmivars.h b/sys/dev/ipmi/ipmivars.h index c56fb88c38497..856d2488cfdaf 100644 --- a/sys/dev/ipmi/ipmivars.h +++ b/sys/dev/ipmi/ipmivars.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/dev/ipmi/ipmivars.h,v 1.1.2.2 2006/09/29 21:21:52 jhb Exp $ */ #ifndef __IPMIVARS_H__ diff --git a/sys/dev/ips/ips.c b/sys/dev/ips/ips.c index 5f2f8f65ede06..f06cd98eb85bf 100644 --- a/sys/dev/ips/ips.c +++ b/sys/dev/ips/ips.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ips/ips.c,v 1.17.2.1 2006/11/02 14:57:21 maxim Exp $"); #include <dev/ips/ips.h> #include <sys/stat.h> diff --git a/sys/dev/ips/ips.h b/sys/dev/ips/ips.h index 53a30819e2e05..8bda37097f406 100644 --- a/sys/dev/ips/ips.h +++ b/sys/dev/ips/ips.h @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ips/ips.h,v 1.14.2.1 2006/11/02 14:57:22 maxim Exp $ */ diff --git a/sys/dev/ips/ips_commands.c b/sys/dev/ips/ips_commands.c index bbaed7168bc03..4b97ae3c14aa0 100644 --- a/sys/dev/ips/ips_commands.c +++ b/sys/dev/ips/ips_commands.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ips/ips_commands.c,v 1.12 2005/01/28 05:02:13 scottl Exp $"); #include <dev/ips/ips.h> diff --git a/sys/dev/ips/ips_disk.c b/sys/dev/ips/ips_disk.c index 7a8f5fd85ac8d..968f4f26efa6e 100644 --- a/sys/dev/ips/ips_disk.c +++ b/sys/dev/ips/ips_disk.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ips/ips_disk.c,v 1.8 2005/01/30 17:45:45 scottl Exp $"); #include <dev/ips/ips.h> #include <dev/ips/ips_disk.h> diff --git a/sys/dev/ips/ips_disk.h b/sys/dev/ips/ips_disk.h index b841eeaeea2fb..c98f811ebf745 100644 --- a/sys/dev/ips/ips_disk.h +++ b/sys/dev/ips/ips_disk.h @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ips/ips_disk.h,v 1.4 2005/05/29 04:42:21 nyan Exp $ */ diff --git a/sys/dev/ips/ips_ioctl.c b/sys/dev/ips/ips_ioctl.c index d3cee20ebdaac..71b397427364b 100644 --- a/sys/dev/ips/ips_ioctl.c +++ b/sys/dev/ips/ips_ioctl.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ips/ips_ioctl.c,v 1.6 2005/01/28 05:02:13 scottl Exp $"); #include <dev/ips/ips.h> #include <dev/ips/ips_ioctl.h> diff --git a/sys/dev/ips/ips_ioctl.h b/sys/dev/ips/ips_ioctl.h index ef0691e92846c..84be407dbe235 100644 --- a/sys/dev/ips/ips_ioctl.h +++ b/sys/dev/ips/ips_ioctl.h @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ips/ips_ioctl.h,v 1.1 2003/05/11 06:36:49 scottl Exp $ */ diff --git a/sys/dev/ips/ips_pci.c b/sys/dev/ips/ips_pci.c index 569c60f098250..055c33c6392cd 100644 --- a/sys/dev/ips/ips_pci.c +++ b/sys/dev/ips/ips_pci.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ips/ips_pci.c,v 1.13 2005/03/05 18:17:34 imp Exp $"); #include <dev/ips/ips.h> diff --git a/sys/dev/ipw/if_ipw.c b/sys/dev/ipw/if_ipw.c index e0c4a225f3e64..eff90096e37b7 100644 --- a/sys/dev/ipw/if_ipw.c +++ b/sys/dev/ipw/if_ipw.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/ipw/if_ipw.c,v 1.7.2.7.2.1 2007/12/06 10:23:15 philip Exp $ */ /*- * Copyright (c) 2004-2006 @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ipw/if_ipw.c,v 1.7.2.7.2.1 2007/12/06 10:23:15 philip Exp $"); /*- * Intel(R) PRO/Wireless 2100 MiniPCI driver diff --git a/sys/dev/ipw/if_ipwreg.h b/sys/dev/ipw/if_ipwreg.h index 9cbd62f45cae1..e6ebdac0952ac 100644 --- a/sys/dev/ipw/if_ipwreg.h +++ b/sys/dev/ipw/if_ipwreg.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/ipw/if_ipwreg.h,v 1.1 2005/04/18 18:47:36 damien Exp $ */ /*- * Copyright (c) 2004, 2005 diff --git a/sys/dev/ipw/if_ipwvar.h b/sys/dev/ipw/if_ipwvar.h index ac3570dc26228..cc5b1dd7c0b0e 100644 --- a/sys/dev/ipw/if_ipwvar.h +++ b/sys/dev/ipw/if_ipwvar.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/ipw/if_ipwvar.h,v 1.3.2.1 2006/04/10 18:27:00 mlaier Exp $ */ /*- * Copyright (c) 2004, 2005 diff --git a/sys/dev/isp/DriverManual.txt b/sys/dev/isp/DriverManual.txt index ea1968f9f8830..fc35af47d07ac 100644 --- a/sys/dev/isp/DriverManual.txt +++ b/sys/dev/isp/DriverManual.txt @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/isp/DriverManual.txt,v 1.1 2001/10/07 18:26:47 mjacob Exp $ */ Driver Theory of Operation Manual diff --git a/sys/dev/isp/Hardware.txt b/sys/dev/isp/Hardware.txt index 75f01bf7dd36a..00593d82aa385 100644 --- a/sys/dev/isp/Hardware.txt +++ b/sys/dev/isp/Hardware.txt @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/isp/Hardware.txt,v 1.2 2003/01/01 18:48:50 schweikh Exp $ */ Hardware that is Known To or Should Work with This Driver diff --git a/sys/dev/isp/isp.c b/sys/dev/isp/isp.c index 25b6e8f5b248e..bc2e7066c0acd 100644 --- a/sys/dev/isp/isp.c +++ b/sys/dev/isp/isp.c @@ -46,7 +46,7 @@ __KERNEL_RCSID(0, "$NetBSD$"); #endif #ifdef __FreeBSD__ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/isp/isp.c,v 1.113.2.8 2007/05/08 17:45:55 mjacob Exp $"); #include <dev/isp/isp_freebsd.h> #endif #ifdef __OpenBSD__ diff --git a/sys/dev/isp/isp_freebsd.c b/sys/dev/isp/isp_freebsd.c index 1c230eb937283..916472a9b232f 100644 --- a/sys/dev/isp/isp_freebsd.c +++ b/sys/dev/isp/isp_freebsd.c @@ -28,7 +28,7 @@ * Platform (FreeBSD) dependent common attachment code for Qlogic adapters. */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/isp/isp_freebsd.c,v 1.105.2.11 2007/08/27 16:56:28 jkim Exp $"); #include <dev/isp/isp_freebsd.h> #include <sys/unistd.h> #include <sys/kthread.h> diff --git a/sys/dev/isp/isp_freebsd.h b/sys/dev/isp/isp_freebsd.h index c493ecd36b214..19d44e7114281 100644 --- a/sys/dev/isp/isp_freebsd.h +++ b/sys/dev/isp/isp_freebsd.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/isp/isp_freebsd.h,v 1.79.2.10 2007/05/08 17:45:55 mjacob Exp $ */ /*- * Qlogic ISP SCSI Host Adapter FreeBSD Wrapper Definitions * diff --git a/sys/dev/isp/isp_ioctl.h b/sys/dev/isp/isp_ioctl.h index 1677b65a487eb..198b0d07c81a4 100644 --- a/sys/dev/isp/isp_ioctl.h +++ b/sys/dev/isp/isp_ioctl.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/isp/isp_ioctl.h,v 1.12.2.5 2007/03/11 01:51:20 mjacob Exp $ */ /*- * Copyright (c) 1997-2006 by Matthew Jacob * All rights reserved. diff --git a/sys/dev/isp/isp_library.c b/sys/dev/isp/isp_library.c index 2f628bf0287df..8ac48d587a01e 100644 --- a/sys/dev/isp/isp_library.c +++ b/sys/dev/isp/isp_library.c @@ -34,7 +34,7 @@ __KERNEL_RCSID(0, "$NetBSD$"); #endif #ifdef __FreeBSD__ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/isp/isp_library.c,v 1.1.2.7 2007/05/08 17:45:55 mjacob Exp $"); #include <dev/isp/isp_freebsd.h> #endif #ifdef __OpenBSD__ diff --git a/sys/dev/isp/isp_library.h b/sys/dev/isp/isp_library.h index a614bb658fe8b..98f032f8eb852 100644 --- a/sys/dev/isp/isp_library.h +++ b/sys/dev/isp/isp_library.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/isp/isp_library.h,v 1.1.2.6 2007/05/08 17:45:55 mjacob Exp $ */ /*- * Copyright (c) 1997-2007 by Matthew Jacob * All rights reserved. diff --git a/sys/dev/isp/isp_pci.c b/sys/dev/isp/isp_pci.c index 63838c610f1d5..a235bdd196493 100644 --- a/sys/dev/isp/isp_pci.c +++ b/sys/dev/isp/isp_pci.c @@ -28,7 +28,7 @@ * FreeBSD Version. */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/isp/isp_pci.c,v 1.104.2.12 2007/05/11 06:29:00 mjacob Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/isp/isp_sbus.c b/sys/dev/isp/isp_sbus.c index cf6ee2841aa4b..8d44cc531ca18 100644 --- a/sys/dev/isp/isp_sbus.c +++ b/sys/dev/isp/isp_sbus.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/isp/isp_sbus.c,v 1.15.8.9 2007/05/11 13:48:17 mjacob Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/isp/isp_stds.h b/sys/dev/isp/isp_stds.h index 42bffd98c74c7..1c3614c7feffb 100644 --- a/sys/dev/isp/isp_stds.h +++ b/sys/dev/isp/isp_stds.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/isp/isp_stds.h,v 1.3.2.2 2007/03/11 01:51:20 mjacob Exp $ */ /*- * Copyright (c) 1997-2007 by Matthew Jacob * All rights reserved. diff --git a/sys/dev/isp/isp_target.c b/sys/dev/isp/isp_target.c index 9ad79abc675f9..6fb0f5eccdd99 100644 --- a/sys/dev/isp/isp_target.c +++ b/sys/dev/isp/isp_target.c @@ -40,7 +40,7 @@ #endif #ifdef __FreeBSD__ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/isp/isp_target.c,v 1.32.2.6 2007/03/11 01:51:20 mjacob Exp $"); #include <dev/isp/isp_freebsd.h> #endif #ifdef __OpenBSD__ diff --git a/sys/dev/isp/isp_target.h b/sys/dev/isp/isp_target.h index e57df6cc35492..791d31ce194ef 100644 --- a/sys/dev/isp/isp_target.h +++ b/sys/dev/isp/isp_target.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/isp/isp_target.h,v 1.23.2.5 2007/03/11 01:51:20 mjacob Exp $ */ /*- * Copyright (c) 1997-2007 by Matthew Jacob * All rights reserved. diff --git a/sys/dev/isp/isp_tpublic.h b/sys/dev/isp/isp_tpublic.h index b16440b0748e6..f74ebd6924443 100644 --- a/sys/dev/isp/isp_tpublic.h +++ b/sys/dev/isp/isp_tpublic.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/isp/isp_tpublic.h,v 1.10.2.6 2007/05/08 17:45:55 mjacob Exp $ */ /*- * Copyright (c) 1997-2007 by Matthew Jacob * All rights reserved. diff --git a/sys/dev/isp/ispmbox.h b/sys/dev/isp/ispmbox.h index 272d74e8650c2..9d05883503188 100644 --- a/sys/dev/isp/ispmbox.h +++ b/sys/dev/isp/ispmbox.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/isp/ispmbox.h,v 1.47.2.5 2007/03/11 01:51:20 mjacob Exp $ */ /*- * Copyright (c) 1997-2007 by Matthew Jacob * All rights reserved. diff --git a/sys/dev/isp/ispreg.h b/sys/dev/isp/ispreg.h index ee0e154da32a9..e9d539ca71d13 100644 --- a/sys/dev/isp/ispreg.h +++ b/sys/dev/isp/ispreg.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/isp/ispreg.h,v 1.23.2.5 2007/03/11 01:51:20 mjacob Exp $ */ /*- * Copyright (c) 1997-2007 by Matthew Jacob * All rights reserved. diff --git a/sys/dev/isp/ispvar.h b/sys/dev/isp/ispvar.h index da803fd8d3f3b..26b7c49123b2d 100644 --- a/sys/dev/isp/ispvar.h +++ b/sys/dev/isp/ispvar.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/isp/ispvar.h,v 1.71.2.7 2007/04/01 17:15:33 mjacob Exp $ */ /*- * Copyright (c) 1997-2007 by Matthew Jacob * All rights reserved. diff --git a/sys/dev/ispfw/asm_1000.h b/sys/dev/ispfw/asm_1000.h index fb064094d30bf..52a41632c2d4f 100644 --- a/sys/dev/ispfw/asm_1000.h +++ b/sys/dev/ispfw/asm_1000.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/ispfw/asm_1000.h,v 1.2 2005/01/06 01:42:49 imp Exp $ */ /*- * Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000 Qlogic, Inc. * All rights reserved. diff --git a/sys/dev/ispfw/asm_1040.h b/sys/dev/ispfw/asm_1040.h index 9e78a56e5c11a..f9aead4dc8c42 100644 --- a/sys/dev/ispfw/asm_1040.h +++ b/sys/dev/ispfw/asm_1040.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/ispfw/asm_1040.h,v 1.4 2005/01/06 01:42:49 imp Exp $ */ /*- * Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000 Qlogic, Inc. * All rights reserved. diff --git a/sys/dev/ispfw/asm_1080.h b/sys/dev/ispfw/asm_1080.h index edb0ad711a28a..42f23e183bf39 100644 --- a/sys/dev/ispfw/asm_1080.h +++ b/sys/dev/ispfw/asm_1080.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/ispfw/asm_1080.h,v 1.3 2005/01/06 01:42:49 imp Exp $ */ /*- * Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000 Qlogic, Inc. * All rights reserved. diff --git a/sys/dev/ispfw/asm_12160.h b/sys/dev/ispfw/asm_12160.h index bc1d42089853f..6d799ff8ef204 100644 --- a/sys/dev/ispfw/asm_12160.h +++ b/sys/dev/ispfw/asm_12160.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/ispfw/asm_12160.h,v 1.6 2005/01/06 01:42:50 imp Exp $ */ /*- * Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000 Qlogic, Inc. * All rights reserved. diff --git a/sys/dev/ispfw/asm_2100.h b/sys/dev/ispfw/asm_2100.h index 399707d575438..e7fe40bcd829c 100644 --- a/sys/dev/ispfw/asm_2100.h +++ b/sys/dev/ispfw/asm_2100.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/ispfw/asm_2100.h,v 1.6 2005/01/06 01:42:50 imp Exp $ */ /*- * Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000 Qlogic, Inc. * All rights reserved. diff --git a/sys/dev/ispfw/asm_2200.h b/sys/dev/ispfw/asm_2200.h index 3d92bf7c99e43..5faba6e14da54 100644 --- a/sys/dev/ispfw/asm_2200.h +++ b/sys/dev/ispfw/asm_2200.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/ispfw/asm_2200.h,v 1.7 2005/01/06 01:42:50 imp Exp $ */ /*- * Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000 Qlogic, Inc. * All rights reserved. diff --git a/sys/dev/ispfw/asm_2300.h b/sys/dev/ispfw/asm_2300.h index d1641c929288c..1de634ca88b9a 100644 --- a/sys/dev/ispfw/asm_2300.h +++ b/sys/dev/ispfw/asm_2300.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/ispfw/asm_2300.h,v 1.8.2.2 2007/03/12 05:28:29 mjacob Exp $ */ /*- * Copyright (C) 2001, 2002, 2003, 2004, 2005 by Qlogic, Inc. * All rights reserved. diff --git a/sys/dev/ispfw/asm_2322.h b/sys/dev/ispfw/asm_2322.h index 18b60612d78b0..17df23fad62e0 100644 --- a/sys/dev/ispfw/asm_2322.h +++ b/sys/dev/ispfw/asm_2322.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/ispfw/asm_2322.h,v 1.1.2.1 2006/09/01 04:47:18 mjacob Exp $ */ /*- * Copyright (C) 2004-2005 by Qlogic, Inc. * All rights reserved. diff --git a/sys/dev/ispfw/asm_2400.h b/sys/dev/ispfw/asm_2400.h index 8f62917e42ea8..c0d049e0f00c4 100644 --- a/sys/dev/ispfw/asm_2400.h +++ b/sys/dev/ispfw/asm_2400.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/ispfw/asm_2400.h,v 1.1.2.1 2007/03/08 05:32:12 mjacob Exp $ */ /*- * Copyright (C) 2005-2006 by Qlogic, Inc. * All rights reserved. diff --git a/sys/dev/ispfw/ispfw.c b/sys/dev/ispfw/ispfw.c index c5b0fe5eaff50..b42a24fb41093 100644 --- a/sys/dev/ispfw/ispfw.c +++ b/sys/dev/ispfw/ispfw.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ispfw/ispfw.c,v 1.14.2.2 2007/03/08 05:32:12 mjacob Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/dev/iwi/if_iwi.c b/sys/dev/iwi/if_iwi.c index 64182ee8ca9fa..40f32392f451f 100644 --- a/sys/dev/iwi/if_iwi.c +++ b/sys/dev/iwi/if_iwi.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/iwi/if_iwi.c,v 1.8.2.15.2.1 2007/12/06 10:23:14 philip Exp $"); /*- * Intel(R) PRO/Wireless 2200BG/2225BG/2915ABG driver diff --git a/sys/dev/iwi/if_iwireg.h b/sys/dev/iwi/if_iwireg.h index 5c7435edcee12..adacd938a6403 100644 --- a/sys/dev/iwi/if_iwireg.h +++ b/sys/dev/iwi/if_iwireg.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/iwi/if_iwireg.h,v 1.2.2.5 2007/02/22 19:10:48 luigi Exp $ */ /*- * Copyright (c) 2004, 2005 diff --git a/sys/dev/iwi/if_iwivar.h b/sys/dev/iwi/if_iwivar.h index f652c4d8381a8..19b0dacbb81a5 100644 --- a/sys/dev/iwi/if_iwivar.h +++ b/sys/dev/iwi/if_iwivar.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/iwi/if_iwivar.h,v 1.4.2.3 2007/02/22 19:10:48 luigi Exp $ */ /*- * Copyright (c) 2004, 2005 diff --git a/sys/dev/ixgb/LICENSE b/sys/dev/ixgb/LICENSE index 5017645146967..333a0fce99501 100644 --- a/sys/dev/ixgb/LICENSE +++ b/sys/dev/ixgb/LICENSE @@ -1,4 +1,4 @@ -/*$FreeBSD$*/ +/*$FreeBSD: src/sys/dev/ixgb/LICENSE,v 1.2 2005/01/06 01:42:53 imp Exp $*/ /*- Copyright (c) 2001-2004, Intel Corporation diff --git a/sys/dev/ixgb/README b/sys/dev/ixgb/README index 1508eac95c442..d46628f71269e 100644 --- a/sys/dev/ixgb/README +++ b/sys/dev/ixgb/README @@ -1,4 +1,4 @@ -/*$FreeBSD$*/ +/*$FreeBSD: src/sys/dev/ixgb/README,v 1.1.10.1 2005/10/07 14:00:04 glebius Exp $*/ FreeBSD Driver for Intel(R) PRO/10GbE Server Adapters ===================================================== diff --git a/sys/dev/ixgb/if_ixgb.c b/sys/dev/ixgb/if_ixgb.c index cd69923064224..f206d8f7ae02e 100644 --- a/sys/dev/ixgb/if_ixgb.c +++ b/sys/dev/ixgb/if_ixgb.c @@ -31,7 +31,7 @@ POSSIBILITY OF SUCH DAMAGE. ***************************************************************************/ -/*$FreeBSD$*/ +/*$FreeBSD: src/sys/dev/ixgb/if_ixgb.c,v 1.10.2.8 2007/07/14 20:25:20 csjp Exp $*/ #ifdef HAVE_KERNEL_OPTION_HEADERS #include "opt_device_polling.h" diff --git a/sys/dev/ixgb/if_ixgb.h b/sys/dev/ixgb/if_ixgb.h index 5d7b4d95bcf70..99f2c35fe6223 100644 --- a/sys/dev/ixgb/if_ixgb.h +++ b/sys/dev/ixgb/if_ixgb.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/dev/ixgb/if_ixgb.h,v 1.7 2005/06/10 16:49:11 brooks Exp $*/ #ifndef _IXGB_H_DEFINED_ #define _IXGB_H_DEFINED_ diff --git a/sys/dev/ixgb/if_ixgb_osdep.h b/sys/dev/ixgb/if_ixgb_osdep.h index 4e9cd0fe8dd9c..4e10f8d3c3efd 100644 --- a/sys/dev/ixgb/if_ixgb_osdep.h +++ b/sys/dev/ixgb/if_ixgb_osdep.h @@ -31,7 +31,7 @@ POSSIBILITY OF SUCH DAMAGE. ***************************************************************************/ -/*$FreeBSD$*/ +/*$FreeBSD: src/sys/dev/ixgb/if_ixgb_osdep.h,v 1.3 2005/03/27 16:38:08 mux Exp $*/ #ifndef _FREEBSD_OS_H_ #define _FREEBSD_OS_H_ diff --git a/sys/dev/ixgb/ixgb_ee.c b/sys/dev/ixgb/ixgb_ee.c index 861a99a139972..c7ec7b729fb22 100644 --- a/sys/dev/ixgb/ixgb_ee.c +++ b/sys/dev/ixgb/ixgb_ee.c @@ -31,7 +31,7 @@ *******************************************************************************/ -/*$FreeBSD$*/ +/*$FreeBSD: src/sys/dev/ixgb/ixgb_ee.c,v 1.1 2004/05/28 00:22:59 tackerman Exp $*/ #include <dev/ixgb/ixgb_hw.h> #include <dev/ixgb/ixgb_ee.h> diff --git a/sys/dev/ixgb/ixgb_ee.h b/sys/dev/ixgb/ixgb_ee.h index 6a1163aab61bf..d30667aa72e8d 100644 --- a/sys/dev/ixgb/ixgb_ee.h +++ b/sys/dev/ixgb/ixgb_ee.h @@ -31,7 +31,7 @@ *******************************************************************************/ -/*$FreeBSD$*/ +/*$FreeBSD: src/sys/dev/ixgb/ixgb_ee.h,v 1.1 2004/05/28 00:22:59 tackerman Exp $*/ #ifndef _IXGB_EE_H_ #define _IXGB_EE_H_ diff --git a/sys/dev/ixgb/ixgb_hw.c b/sys/dev/ixgb/ixgb_hw.c index 23b0b2846e593..131c9d685f79a 100644 --- a/sys/dev/ixgb/ixgb_hw.c +++ b/sys/dev/ixgb/ixgb_hw.c @@ -31,7 +31,7 @@ *******************************************************************************/ -/*$FreeBSD$*/ +/*$FreeBSD: src/sys/dev/ixgb/ixgb_hw.c,v 1.1 2004/05/28 00:22:59 tackerman Exp $*/ /* ixgb_hw.c * Shared functions for accessing and configuring the adapter diff --git a/sys/dev/ixgb/ixgb_hw.h b/sys/dev/ixgb/ixgb_hw.h index 2194544e04ee4..88c13bbe55e7f 100644 --- a/sys/dev/ixgb/ixgb_hw.h +++ b/sys/dev/ixgb/ixgb_hw.h @@ -31,7 +31,7 @@ *******************************************************************************/ -/*$FreeBSD$*/ +/*$FreeBSD: src/sys/dev/ixgb/ixgb_hw.h,v 1.1 2004/05/28 00:22:59 tackerman Exp $*/ #ifndef _IXGB_HW_H_ #define _IXGB_HW_H_ diff --git a/sys/dev/ixgb/ixgb_ids.h b/sys/dev/ixgb/ixgb_ids.h index a224f6300fa20..d33ba85719be9 100644 --- a/sys/dev/ixgb/ixgb_ids.h +++ b/sys/dev/ixgb/ixgb_ids.h @@ -31,7 +31,7 @@ *******************************************************************************/ -/*$FreeBSD$*/ +/*$FreeBSD: src/sys/dev/ixgb/ixgb_ids.h,v 1.1 2004/05/28 00:22:59 tackerman Exp $*/ #ifndef _IXGB_IDS_H_ #define _IXGB_IDS_H_ diff --git a/sys/dev/joy/joy.c b/sys/dev/joy/joy.c index 472985b626810..60232417dc1ca 100644 --- a/sys/dev/joy/joy.c +++ b/sys/dev/joy/joy.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/joy/joy.c,v 1.53.8.1 2005/12/07 15:14:59 jylefort Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/joy/joy_isa.c b/sys/dev/joy/joy_isa.c index efb1e29280dc0..80c54645e40d1 100644 --- a/sys/dev/joy/joy_isa.c +++ b/sys/dev/joy/joy_isa.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/joy/joy_isa.c,v 1.3 2003/08/24 17:49:14 obrien Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/joy/joy_pccard.c b/sys/dev/joy/joy_pccard.c index d94819a8c4c2a..cee216eb7209a 100644 --- a/sys/dev/joy/joy_pccard.c +++ b/sys/dev/joy/joy_pccard.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/joy/joy_pccard.c,v 1.5 2004/05/27 03:49:42 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/joy/joyvar.h b/sys/dev/joy/joyvar.h index 966fe78abb60e..3a566e0205b84 100644 --- a/sys/dev/joy/joyvar.h +++ b/sys/dev/joy/joyvar.h @@ -25,7 +25,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/dev/joy/joyvar.h,v 1.3 2004/06/16 09:46:48 phk Exp $ */ struct joy_softc { diff --git a/sys/dev/kbd/kbd.c b/sys/dev/kbd/kbd.c index 1c004c3fd8a28..da888e7f4be1c 100644 --- a/sys/dev/kbd/kbd.c +++ b/sys/dev/kbd/kbd.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/kbd/kbd.c,v 1.43.2.2 2006/03/04 00:41:28 emax Exp $"); #include "opt_kbd.h" diff --git a/sys/dev/kbd/kbdreg.h b/sys/dev/kbd/kbdreg.h index 184c607a015ad..1d12486e88f3a 100644 --- a/sys/dev/kbd/kbdreg.h +++ b/sys/dev/kbd/kbdreg.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/dev/kbd/kbdreg.h,v 1.17.8.1 2005/07/20 18:56:20 emax Exp $ */ #ifndef _DEV_KBD_KBDREG_H_ diff --git a/sys/dev/kbd/kbdtables.h b/sys/dev/kbd/kbdtables.h index 5ff744c0c7162..6a6704cb4b66f 100644 --- a/sys/dev/kbd/kbdtables.h +++ b/sys/dev/kbd/kbdtables.h @@ -25,7 +25,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/dev/kbd/kbdtables.h,v 1.50 2005/05/12 13:39:31 nyan Exp $ */ #ifndef KBD_DFLT_KEYMAP diff --git a/sys/dev/kbdmux/kbdmux.c b/sys/dev/kbdmux/kbdmux.c index 2438960236896..49f43acb6a1d6 100644 --- a/sys/dev/kbdmux/kbdmux.c +++ b/sys/dev/kbdmux/kbdmux.c @@ -28,7 +28,7 @@ * SUCH DAMAGE. * * $Id: kbdmux.c,v 1.4 2005/07/14 17:38:35 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/dev/kbdmux/kbdmux.c,v 1.2.2.9 2007/07/19 17:12:02 emax Exp $ */ #include "opt_kbd.h" diff --git a/sys/dev/le/am7990.c b/sys/dev/le/am7990.c index 10a809d97d107..e3b1ebdedb190 100644 --- a/sys/dev/le/am7990.c +++ b/sys/dev/le/am7990.c @@ -72,7 +72,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/le/am7990.c,v 1.1.2.4 2007/09/15 10:56:00 marius Exp $"); #include <sys/param.h> #include <sys/bus.h> diff --git a/sys/dev/le/am79900.c b/sys/dev/le/am79900.c index abaed2dc3b64e..bba44302d4040 100644 --- a/sys/dev/le/am79900.c +++ b/sys/dev/le/am79900.c @@ -110,7 +110,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/le/am79900.c,v 1.1.2.4 2007/09/15 10:56:00 marius Exp $"); #include <sys/param.h> #include <sys/bus.h> diff --git a/sys/dev/le/am79900reg.h b/sys/dev/le/am79900reg.h index 33610645d394a..0212bbd6dd7da 100644 --- a/sys/dev/le/am79900reg.h +++ b/sys/dev/le/am79900reg.h @@ -70,7 +70,7 @@ * @(#)if_lereg.h 8.1 (Berkeley) 6/10/93 */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/le/am79900reg.h,v 1.1.2.1 2006/02/13 11:30:40 marius Exp $ */ #ifndef _DEV_LE_AM79900REG_H_ #define _DEV_LE_AM79900REG_H_ diff --git a/sys/dev/le/am79900var.h b/sys/dev/le/am79900var.h index 196667e045b0a..39e6acb0b2e1c 100644 --- a/sys/dev/le/am79900var.h +++ b/sys/dev/le/am79900var.h @@ -37,7 +37,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/le/am79900var.h,v 1.1.2.1 2006/02/13 11:30:40 marius Exp $ */ #ifndef _DEV_LE_AM79900VAR_H_ #define _DEV_LE_AM79900VAR_H_ diff --git a/sys/dev/le/am7990reg.h b/sys/dev/le/am7990reg.h index d3f8e0d3d9f07..60af47c6144b5 100644 --- a/sys/dev/le/am7990reg.h +++ b/sys/dev/le/am7990reg.h @@ -70,7 +70,7 @@ * @(#)if_lereg.h 8.1 (Berkeley) 6/10/93 */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/le/am7990reg.h,v 1.1.2.1 2006/02/13 11:30:40 marius Exp $ */ #ifndef _DEV_LE_AM7990REG_H_ #define _DEV_LE_AM7990REG_H_ diff --git a/sys/dev/le/am7990var.h b/sys/dev/le/am7990var.h index 8b2c8bf91c871..014c0316281a7 100644 --- a/sys/dev/le/am7990var.h +++ b/sys/dev/le/am7990var.h @@ -37,7 +37,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/le/am7990var.h,v 1.1.2.1 2006/02/13 11:30:40 marius Exp $ */ #ifndef _DEV_LE_AM7990VAR_H_ #define _DEV_LE_AM7990VAR_H_ diff --git a/sys/dev/le/if_le_ledma.c b/sys/dev/le/if_le_ledma.c index 0aa61e07a41fd..3ee6d3983f31e 100644 --- a/sys/dev/le/if_le_ledma.c +++ b/sys/dev/le/if_le_ledma.c @@ -38,7 +38,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/le/if_le_ledma.c,v 1.1.2.3 2007/09/15 10:56:00 marius Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/le/if_le_pci.c b/sys/dev/le/if_le_pci.c index d6468e76472f1..1d1793fb05fb8 100644 --- a/sys/dev/le/if_le_pci.c +++ b/sys/dev/le/if_le_pci.c @@ -72,7 +72,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/le/if_le_pci.c,v 1.1.2.3 2007/09/15 10:56:00 marius Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/le/lance.c b/sys/dev/le/lance.c index 68673a9c5b01f..80dff2b57541e 100644 --- a/sys/dev/le/lance.c +++ b/sys/dev/le/lance.c @@ -72,7 +72,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/le/lance.c,v 1.1.2.3 2007/09/15 10:56:00 marius Exp $"); #include <sys/param.h> #include <sys/bus.h> diff --git a/sys/dev/le/lancereg.h b/sys/dev/le/lancereg.h index 3e0ce060dcf20..e5165e9631197 100644 --- a/sys/dev/le/lancereg.h +++ b/sys/dev/le/lancereg.h @@ -120,7 +120,7 @@ * valid on the LANCE. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/le/lancereg.h,v 1.1.2.2 2006/06/18 15:43:18 marius Exp $ */ #ifndef _DEV_LE_LANCEREG_H_ #define _DEV_LE_LANCEREG_H_ diff --git a/sys/dev/le/lancevar.h b/sys/dev/le/lancevar.h index b5245961084d6..d29fa76ae8bf8 100644 --- a/sys/dev/le/lancevar.h +++ b/sys/dev/le/lancevar.h @@ -37,7 +37,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/le/lancevar.h,v 1.1.2.3 2007/09/15 10:56:00 marius Exp $ */ #ifndef _DEV_LE_LANCEVAR_H_ #define _DEV_LE_LANCEVAR_H_ diff --git a/sys/dev/led/led.c b/sys/dev/led/led.c index 11c8d3ad8c219..4713f8812ef67 100644 --- a/sys/dev/led/led.c +++ b/sys/dev/led/led.c @@ -9,7 +9,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/led/led.c,v 1.16 2005/03/07 11:05:46 phk Exp $"); #include <sys/param.h> #include <sys/conf.h> diff --git a/sys/dev/led/led.h b/sys/dev/led/led.h index 866311b9809a4..0276b5e919426 100644 --- a/sys/dev/led/led.h +++ b/sys/dev/led/led.h @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/led/led.h,v 1.5 2004/06/16 09:46:49 phk Exp $ */ #ifndef _DEV_LED_H diff --git a/sys/dev/lge/if_lge.c b/sys/dev/lge/if_lge.c index a13091147a8d8..858cec91d0bae 100644 --- a/sys/dev/lge/if_lge.c +++ b/sys/dev/lge/if_lge.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/lge/if_lge.c,v 1.39.2.5 2006/03/17 21:30:55 glebius Exp $"); /* * Level 1 LXT1001 gigabit ethernet driver for FreeBSD. Public diff --git a/sys/dev/lge/if_lgereg.h b/sys/dev/lge/if_lgereg.h index 53889f399d3fa..de97933207fcf 100644 --- a/sys/dev/lge/if_lgereg.h +++ b/sys/dev/lge/if_lgereg.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/dev/lge/if_lgereg.h,v 1.5.2.2 2005/11/30 16:04:52 jhb Exp $ */ diff --git a/sys/dev/lnc/if_lnc.c b/sys/dev/lnc/if_lnc.c index 1d26ad67522ca..b41cb780af8c2 100644 --- a/sys/dev/lnc/if_lnc.c +++ b/sys/dev/lnc/if_lnc.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/lnc/if_lnc.c,v 1.111.2.3 2005/10/09 04:18:17 delphij Exp $"); /* #define DIAGNOSTIC diff --git a/sys/dev/lnc/if_lnc_cbus.c b/sys/dev/lnc/if_lnc_cbus.c index 7132aff37fa90..c4f21de8623d6 100644 --- a/sys/dev/lnc/if_lnc_cbus.c +++ b/sys/dev/lnc/if_lnc_cbus.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/lnc/if_lnc_cbus.c,v 1.9 2005/06/10 16:49:11 brooks Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/lnc/if_lnc_isa.c b/sys/dev/lnc/if_lnc_isa.c index ac0cf97ebd355..30a8f19e4723b 100644 --- a/sys/dev/lnc/if_lnc_isa.c +++ b/sys/dev/lnc/if_lnc_isa.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/lnc/if_lnc_isa.c,v 1.20 2005/06/10 16:49:11 brooks Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/lnc/if_lnc_pci.c b/sys/dev/lnc/if_lnc_pci.c index eed20ead4e013..164547796822e 100644 --- a/sys/dev/lnc/if_lnc_pci.c +++ b/sys/dev/lnc/if_lnc_pci.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/lnc/if_lnc_pci.c,v 1.37.2.1 2006/09/03 18:16:45 marius Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/lnc/if_lncreg.h b/sys/dev/lnc/if_lncreg.h index 86e1d8b021a90..e23d1ec5665a5 100644 --- a/sys/dev/lnc/if_lncreg.h +++ b/sys/dev/lnc/if_lncreg.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/dev/lnc/if_lncreg.h,v 1.7 2001/07/04 13:00:19 nyan Exp $ */ /* diff --git a/sys/dev/lnc/if_lncvar.h b/sys/dev/lnc/if_lncvar.h index a34d83e58e22f..720f7c360517b 100644 --- a/sys/dev/lnc/if_lncvar.h +++ b/sys/dev/lnc/if_lncvar.h @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/lnc/if_lncvar.h,v 1.28 2005/06/10 16:49:11 brooks Exp $ */ /* diff --git a/sys/dev/mc146818/mc146818.c b/sys/dev/mc146818/mc146818.c index 3bd4ce3213845..d5e67d96fcd37 100644 --- a/sys/dev/mc146818/mc146818.c +++ b/sys/dev/mc146818/mc146818.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mc146818/mc146818.c,v 1.4 2005/06/04 23:24:50 marius Exp $"); /* * mc146818 and compatible time of day chip subroutines diff --git a/sys/dev/mc146818/mc146818reg.h b/sys/dev/mc146818/mc146818reg.h index 3aab55f56a5af..08f8b47b12ce0 100644 --- a/sys/dev/mc146818/mc146818reg.h +++ b/sys/dev/mc146818/mc146818reg.h @@ -24,7 +24,7 @@ * * from: NetBSD: mc146818reg.h,v 1.5 2003/11/02 11:07:45 wiz Exp * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/mc146818/mc146818reg.h,v 1.6 2005/01/06 01:42:54 imp Exp $ */ /* diff --git a/sys/dev/mc146818/mc146818var.h b/sys/dev/mc146818/mc146818var.h index 4c6ff099e892d..8574bff28b7b7 100644 --- a/sys/dev/mc146818/mc146818var.h +++ b/sys/dev/mc146818/mc146818var.h @@ -25,7 +25,7 @@ * * from: NetBSD: mc146818var.h,v 1.3 2003/11/24 06:20:40 tsutsui Exp * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/mc146818/mc146818var.h,v 1.3 2005/05/19 21:20:42 marius Exp $ */ struct mc146818_softc { diff --git a/sys/dev/mca/mca_bus.c b/sys/dev/mca/mca_bus.c index efa70d29b8a6d..f6e4f89f99dda 100644 --- a/sys/dev/mca/mca_bus.c +++ b/sys/dev/mca/mca_bus.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mca/mca_bus.c,v 1.13 2003/08/24 17:54:09 obrien Exp $"); /* * References: diff --git a/sys/dev/mca/mca_busreg.h b/sys/dev/mca/mca_busreg.h index e818b68b80239..6b9324ec4191b 100644 --- a/sys/dev/mca/mca_busreg.h +++ b/sys/dev/mca/mca_busreg.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/dev/mca/mca_busreg.h,v 1.1 1999/09/03 03:40:00 mdodd Exp $ */ /* diff --git a/sys/dev/mca/mca_busvar.h b/sys/dev/mca/mca_busvar.h index db11d67699f60..6555c47f42988 100644 --- a/sys/dev/mca/mca_busvar.h +++ b/sys/dev/mca/mca_busvar.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/dev/mca/mca_busvar.h,v 1.2 1999/09/26 07:02:05 mdodd Exp $ */ typedef u_int16_t mca_id_t; diff --git a/sys/dev/mcd/mcd.c b/sys/dev/mcd/mcd.c index 86e40c474436e..a34a589301efe 100644 --- a/sys/dev/mcd/mcd.c +++ b/sys/dev/mcd/mcd.c @@ -43,7 +43,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mcd/mcd.c,v 1.147 2005/05/29 04:42:22 nyan Exp $"); static const char COPYRIGHT[] = "mcd-driver (C)1993 by H.Veit & B.Moore"; #include <sys/param.h> diff --git a/sys/dev/mcd/mcd_isa.c b/sys/dev/mcd/mcd_isa.c index 8b71f105977d2..9a6376dd92cbc 100644 --- a/sys/dev/mcd/mcd_isa.c +++ b/sys/dev/mcd/mcd_isa.c @@ -2,7 +2,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mcd/mcd_isa.c,v 1.9 2005/05/29 04:42:22 nyan Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/mcd/mcdreg.h b/sys/dev/mcd/mcdreg.h index 451fc5de76c3e..1fb1c7ae1cc6e 100644 --- a/sys/dev/mcd/mcdreg.h +++ b/sys/dev/mcd/mcdreg.h @@ -41,7 +41,7 @@ * the manufacturer or anyone else might provide better documentation, * so this file (and the driver) will then have a better quality. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/mcd/mcdreg.h,v 1.18 2005/03/02 21:33:24 joerg Exp $ */ #ifndef MCD_H diff --git a/sys/dev/mcd/mcdvar.h b/sys/dev/mcd/mcdvar.h index adfd4a4f41911..162906369e968 100644 --- a/sys/dev/mcd/mcdvar.h +++ b/sys/dev/mcd/mcdvar.h @@ -1,5 +1,5 @@ /* - * $FreeBSD$ + * $FreeBSD: src/sys/dev/mcd/mcdvar.h,v 1.4 2004/06/16 09:46:49 phk Exp $ */ struct mcd_mbx { diff --git a/sys/dev/md/md.c b/sys/dev/md/md.c index 9079a0996fbf7..c115d92535ab3 100644 --- a/sys/dev/md/md.c +++ b/sys/dev/md/md.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/dev/md/md.c,v 1.153.2.8 2007/01/05 09:51:14 kib Exp $ * */ diff --git a/sys/dev/mem/memdev.c b/sys/dev/mem/memdev.c index 9fb33d2c4d48b..6e8ba71d00de6 100644 --- a/sys/dev/mem/memdev.c +++ b/sys/dev/mem/memdev.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mem/memdev.c,v 1.3 2004/08/04 18:30:31 markm Exp $"); #include <sys/param.h> #include <sys/conf.h> diff --git a/sys/dev/mem/memutil.c b/sys/dev/mem/memutil.c index f514f50bedb69..61030b3ef8f4d 100644 --- a/sys/dev/mem/memutil.c +++ b/sys/dev/mem/memutil.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mem/memutil.c,v 1.1 2004/08/04 18:30:31 markm Exp $"); #include <sys/param.h> #include <sys/malloc.h> diff --git a/sys/dev/mfi/mfi.c b/sys/dev/mfi/mfi.c index 72941aabc1135..ac29b3bd88dd0 100644 --- a/sys/dev/mfi/mfi.c +++ b/sys/dev/mfi/mfi.c @@ -51,7 +51,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mfi/mfi.c,v 1.3.2.10 2007/08/26 02:36:31 scottl Exp $"); #include "opt_mfi.h" diff --git a/sys/dev/mfi/mfi_cam.c b/sys/dev/mfi/mfi_cam.c index 8fe92a34327a0..8f81d05de9a97 100644 --- a/sys/dev/mfi/mfi_cam.c +++ b/sys/dev/mfi/mfi_cam.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mfi/mfi_cam.c,v 1.1.2.1 2007/06/05 21:27:21 scottl Exp $"); #include "opt_mfi.h" diff --git a/sys/dev/mfi/mfi_debug.c b/sys/dev/mfi/mfi_debug.c index 515e6ed05ada7..415a51fe83129 100644 --- a/sys/dev/mfi/mfi_debug.c +++ b/sys/dev/mfi/mfi_debug.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mfi/mfi_debug.c,v 1.3.2.1 2006/10/21 05:28:50 scottl Exp $"); #include "opt_mfi.h" diff --git a/sys/dev/mfi/mfi_disk.c b/sys/dev/mfi/mfi_disk.c index 0a553fa36ce02..a32c25d5af98f 100644 --- a/sys/dev/mfi/mfi_disk.c +++ b/sys/dev/mfi/mfi_disk.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mfi/mfi_disk.c,v 1.2.2.6 2007/08/24 17:29:18 jhb Exp $"); #include "opt_mfi.h" diff --git a/sys/dev/mfi/mfi_ioctl.h b/sys/dev/mfi/mfi_ioctl.h index 40521ae88dc80..8245b37b476da 100644 --- a/sys/dev/mfi/mfi_ioctl.h +++ b/sys/dev/mfi/mfi_ioctl.h @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mfi/mfi_ioctl.h,v 1.1.2.3 2007/06/06 15:59:29 ambrisko Exp $"); #if defined(__amd64__) /* Assume amd64 wants 32 bit Linux */ struct iovec32 { diff --git a/sys/dev/mfi/mfi_linux.c b/sys/dev/mfi/mfi_linux.c index 911c02c9059c5..1d4557fd9650b 100644 --- a/sys/dev/mfi/mfi_linux.c +++ b/sys/dev/mfi/mfi_linux.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mfi/mfi_linux.c,v 1.1.2.2 2007/06/06 15:59:29 ambrisko Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/mfi/mfi_pci.c b/sys/dev/mfi/mfi_pci.c index 70850089778cb..0c474e7b52675 100644 --- a/sys/dev/mfi/mfi_pci.c +++ b/sys/dev/mfi/mfi_pci.c @@ -51,7 +51,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mfi/mfi_pci.c,v 1.1.2.7 2007/08/26 02:36:31 scottl Exp $"); /* PCI/PCI-X/PCIe bus interface for the LSI MegaSAS controllers */ diff --git a/sys/dev/mfi/mfireg.h b/sys/dev/mfi/mfireg.h index 2bd8a51d3a9a3..9afa1f7ecca09 100644 --- a/sys/dev/mfi/mfireg.h +++ b/sys/dev/mfi/mfireg.h @@ -54,7 +54,7 @@ #define _MFIREG_H #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mfi/mfireg.h,v 1.1.2.8 2007/08/26 02:36:31 scottl Exp $"); /* * MegaRAID SAS MFI firmware definitions diff --git a/sys/dev/mfi/mfivar.h b/sys/dev/mfi/mfivar.h index f6b633bac49f3..e3d6470b18d07 100644 --- a/sys/dev/mfi/mfivar.h +++ b/sys/dev/mfi/mfivar.h @@ -54,7 +54,7 @@ #define _MFIVAR_H #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mfi/mfivar.h,v 1.1.2.8 2007/08/26 02:36:31 scottl Exp $"); #include <sys/lock.h> #include <sys/sx.h> diff --git a/sys/dev/mii/acphy.c b/sys/dev/mii/acphy.c index 4f3e9f169c9dd..24f0498c329f4 100644 --- a/sys/dev/mii/acphy.c +++ b/sys/dev/mii/acphy.c @@ -65,7 +65,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mii/acphy.c,v 1.16.2.5 2007/02/25 18:22:30 marius Exp $"); /* * Driver for Altima AC101 10/100 PHY diff --git a/sys/dev/mii/acphyreg.h b/sys/dev/mii/acphyreg.h index dc34010e0d343..5cbe721d7a803 100644 --- a/sys/dev/mii/acphyreg.h +++ b/sys/dev/mii/acphyreg.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/dev/mii/acphyreg.h,v 1.1.16.1 2007/02/25 18:18:27 marius Exp $ */ #ifndef _DEV_MII_ACPHYREG_H_ diff --git a/sys/dev/mii/amphy.c b/sys/dev/mii/amphy.c index 2b9ec72d60257..9bd3ed17c941e 100644 --- a/sys/dev/mii/amphy.c +++ b/sys/dev/mii/amphy.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mii/amphy.c,v 1.17.2.4 2007/02/25 18:25:14 marius Exp $"); /* * driver for AMD AM79c873 PHYs diff --git a/sys/dev/mii/amphyreg.h b/sys/dev/mii/amphyreg.h index 6cdbc95647b50..91732dc1fbc64 100644 --- a/sys/dev/mii/amphyreg.h +++ b/sys/dev/mii/amphyreg.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/dev/mii/amphyreg.h,v 1.2 2005/01/06 01:42:55 imp Exp $ */ #ifndef _DEV_MII_AMTPHYREG_H_ diff --git a/sys/dev/mii/bmtphy.c b/sys/dev/mii/bmtphy.c index 221725761d85d..f745109296eef 100644 --- a/sys/dev/mii/bmtphy.c +++ b/sys/dev/mii/bmtphy.c @@ -68,7 +68,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mii/bmtphy.c,v 1.9.2.3 2007/02/25 16:57:43 marius Exp $"); /* * Driver for the Broadcom BCM5201/BCM5202 "Mini-Theta" PHYs. This also diff --git a/sys/dev/mii/bmtphyreg.h b/sys/dev/mii/bmtphyreg.h index 223d631a54d58..7b8abe16259ac 100644 --- a/sys/dev/mii/bmtphyreg.h +++ b/sys/dev/mii/bmtphyreg.h @@ -35,7 +35,7 @@ * * from NetBSD: bmtphyreg.h,v 1.1 2001/06/02 21:42:10 thorpej Exp * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/mii/bmtphyreg.h,v 1.2 2005/01/06 01:42:55 imp Exp $ */ #ifndef _DEV_MII_BMTPHYREG_H_ diff --git a/sys/dev/mii/brgphy.c b/sys/dev/mii/brgphy.c index 0cf624855e1bd..6c8a363c161a1 100644 --- a/sys/dev/mii/brgphy.c +++ b/sys/dev/mii/brgphy.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mii/brgphy.c,v 1.34.2.15 2007/06/14 21:07:19 davidch Exp $"); /* * Driver for the Broadcom BCM54xx/57xx 1000baseTX PHY. diff --git a/sys/dev/mii/brgphyreg.h b/sys/dev/mii/brgphyreg.h index dbc5358ab71ab..b9e06623c3045 100644 --- a/sys/dev/mii/brgphyreg.h +++ b/sys/dev/mii/brgphyreg.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/dev/mii/brgphyreg.h,v 1.6.2.2 2007/06/14 21:07:19 davidch Exp $ */ #ifndef _DEV_MII_BRGPHYREG_H_ diff --git a/sys/dev/mii/ciphy.c b/sys/dev/mii/ciphy.c index 5565d65f50f5e..3e75e1c1ffc1a 100644 --- a/sys/dev/mii/ciphy.c +++ b/sys/dev/mii/ciphy.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mii/ciphy.c,v 1.2.2.4 2007/02/25 17:57:12 marius Exp $"); /* * Driver for the Cicada CS8201 10/100/1000 copper PHY. diff --git a/sys/dev/mii/ciphyreg.h b/sys/dev/mii/ciphyreg.h index 8c0a8a46cc61c..727441ab1b426 100644 --- a/sys/dev/mii/ciphyreg.h +++ b/sys/dev/mii/ciphyreg.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/dev/mii/ciphyreg.h,v 1.2 2005/01/06 01:42:55 imp Exp $ */ #ifndef _DEV_MII_CIPHYREG_H_ diff --git a/sys/dev/mii/dcphy.c b/sys/dev/mii/dcphy.c index 354eec050a97e..980debcec5bc0 100644 --- a/sys/dev/mii/dcphy.c +++ b/sys/dev/mii/dcphy.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mii/dcphy.c,v 1.28.2.3 2007/02/11 16:01:37 marius Exp $"); /* * Pseudo-driver for internal NWAY support on DEC 21143 and workalike diff --git a/sys/dev/mii/e1000phy.c b/sys/dev/mii/e1000phy.c index a9a05f4d38d64..1acf9558c2f20 100644 --- a/sys/dev/mii/e1000phy.c +++ b/sys/dev/mii/e1000phy.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mii/e1000phy.c,v 1.14.2.3 2007/11/01 04:27:30 yongari Exp $"); /* * driver for the Marvell 88E1000 series external 1000/100/10-BT PHY. diff --git a/sys/dev/mii/e1000phyreg.h b/sys/dev/mii/e1000phyreg.h index 6f30f5c2996c0..8bd75e8a3a456 100644 --- a/sys/dev/mii/e1000phyreg.h +++ b/sys/dev/mii/e1000phyreg.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/mii/e1000phyreg.h,v 1.3.2.2 2007/11/01 04:27:30 yongari Exp $ */ /*- * Principal Author: Parag Patel * Copyright (c) 2001 diff --git a/sys/dev/mii/exphy.c b/sys/dev/mii/exphy.c index c4ab68ba3e68d..69fee6b667b4c 100644 --- a/sys/dev/mii/exphy.c +++ b/sys/dev/mii/exphy.c @@ -67,7 +67,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mii/exphy.c,v 1.19.2.4 2007/02/25 18:34:57 marius Exp $"); /* * driver for 3Com internal PHYs diff --git a/sys/dev/mii/gentbi.c b/sys/dev/mii/gentbi.c index 5536445e8c7be..8152c383217c0 100644 --- a/sys/dev/mii/gentbi.c +++ b/sys/dev/mii/gentbi.c @@ -74,7 +74,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mii/gentbi.c,v 1.1.2.3 2007/02/26 20:56:34 jhb Exp $"); /* * Driver for generic unknown ten-bit interfaces(1000BASE-{LX,SX} diff --git a/sys/dev/mii/inphy.c b/sys/dev/mii/inphy.c index 44c3a4d86b84b..a53215c4b9384 100644 --- a/sys/dev/mii/inphy.c +++ b/sys/dev/mii/inphy.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mii/inphy.c,v 1.14.8.3 2007/02/25 18:31:48 marius Exp $"); /* * driver for Intel 82553 and 82555 PHYs diff --git a/sys/dev/mii/inphyreg.h b/sys/dev/mii/inphyreg.h index 4b7d1f113051a..c7a9888ced804 100644 --- a/sys/dev/mii/inphyreg.h +++ b/sys/dev/mii/inphyreg.h @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/mii/inphyreg.h,v 1.1 2001/03/12 02:41:57 jlemon Exp $ */ #define MII_INPHY_SCR 0x10 /* status and control register */ diff --git a/sys/dev/mii/ip1000phy.c b/sys/dev/mii/ip1000phy.c index 73f0ca2b774f1..021d63ebad2ad 100644 --- a/sys/dev/mii/ip1000phy.c +++ b/sys/dev/mii/ip1000phy.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mii/ip1000phy.c,v 1.1.2.2 2007/02/25 16:57:43 marius Exp $"); /* * Driver for the IC Plus IP1000A 10/100/1000 PHY. diff --git a/sys/dev/mii/ip1000phyreg.h b/sys/dev/mii/ip1000phyreg.h index 26dc84071815d..b54a9a9cd8f4b 100644 --- a/sys/dev/mii/ip1000phyreg.h +++ b/sys/dev/mii/ip1000phyreg.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/dev/mii/ip1000phyreg.h,v 1.1.2.1 2006/08/08 08:06:29 yongari Exp $ */ #ifndef _DEV_MII_IP1000PHYREG_H_ diff --git a/sys/dev/mii/lxtphy.c b/sys/dev/mii/lxtphy.c index 9945fb284d24a..4bedd748510ee 100644 --- a/sys/dev/mii/lxtphy.c +++ b/sys/dev/mii/lxtphy.c @@ -68,7 +68,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mii/lxtphy.c,v 1.14.2.4 2007/02/25 16:57:43 marius Exp $"); /* * driver for Level One's LXT-970 ethernet 10/100 PHY diff --git a/sys/dev/mii/lxtphyreg.h b/sys/dev/mii/lxtphyreg.h index 662bd34b280e1..efcb0dbf74ccc 100644 --- a/sys/dev/mii/lxtphyreg.h +++ b/sys/dev/mii/lxtphyreg.h @@ -1,6 +1,6 @@ /* OpenBSD: lxtphyreg.h,v 1.1 1998/11/11 19:34:47 jason Exp */ /* NetBSD: lxtphyreg.h,v 1.1 1998/10/24 00:33:17 thorpej Exp */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/mii/lxtphyreg.h,v 1.1 2001/02/07 19:57:16 semenu Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. diff --git a/sys/dev/mii/mii.c b/sys/dev/mii/mii.c index 25110687b6c2c..41ca2230d984e 100644 --- a/sys/dev/mii/mii.c +++ b/sys/dev/mii/mii.c @@ -38,7 +38,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mii/mii.c,v 1.26.2.1 2006/03/17 20:17:43 glebius Exp $"); /* * MII bus layer, glues MII-capable network interface drivers to sharable diff --git a/sys/dev/mii/mii.h b/sys/dev/mii/mii.h index 0f1a4426e6fe2..d9883b6c40c0d 100644 --- a/sys/dev/mii/mii.h +++ b/sys/dev/mii/mii.h @@ -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/dev/mii/mii.h,v 1.5 2005/01/06 01:42:56 imp Exp $ */ #ifndef _DEV_MII_MII_H_ diff --git a/sys/dev/mii/mii_physubr.c b/sys/dev/mii/mii_physubr.c index 7b696e57d33ac..104dda031c268 100644 --- a/sys/dev/mii/mii_physubr.c +++ b/sys/dev/mii/mii_physubr.c @@ -38,7 +38,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mii/mii_physubr.c,v 1.22.2.5 2007/02/25 16:57:43 marius Exp $"); /* * Subroutines common to all PHYs. diff --git a/sys/dev/mii/miibus_if.m b/sys/dev/mii/miibus_if.m index 017812f4dfb0a..0931059fba7e7 100644 --- a/sys/dev/mii/miibus_if.m +++ b/sys/dev/mii/miibus_if.m @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/dev/mii/miibus_if.m,v 1.4 2001/09/29 18:40:06 jlemon Exp $ #include <sys/bus.h> diff --git a/sys/dev/mii/miidevs b/sys/dev/mii/miidevs index 938ffb08a0bea..ea0b16f55053e 100644 --- a/sys/dev/mii/miidevs +++ b/sys/dev/mii/miidevs @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/sys/dev/mii/miidevs,v 1.30.2.11 2007/11/05 02:09:31 yongari Exp $ /*$NetBSD: miidevs,v 1.6 1999/05/14 11:37:30 drochner Exp $*/ /*- diff --git a/sys/dev/mii/miivar.h b/sys/dev/mii/miivar.h index b64a4772ed782..23b31a4e30fe7 100644 --- a/sys/dev/mii/miivar.h +++ b/sys/dev/mii/miivar.h @@ -36,7 +36,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/dev/mii/miivar.h,v 1.15.14.4 2007/02/25 16:57:43 marius Exp $ */ #ifndef _DEV_MII_MIIVAR_H_ diff --git a/sys/dev/mii/mlphy.c b/sys/dev/mii/mlphy.c index d0a549cc67548..0a0795a1daf0e 100644 --- a/sys/dev/mii/mlphy.c +++ b/sys/dev/mii/mlphy.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mii/mlphy.c,v 1.20.2.2 2007/02/25 17:57:12 marius Exp $"); /* * driver for Micro Linear 6692 PHYs diff --git a/sys/dev/mii/nsgphy.c b/sys/dev/mii/nsgphy.c index a57ecac29014a..fa5eb5113459c 100644 --- a/sys/dev/mii/nsgphy.c +++ b/sys/dev/mii/nsgphy.c @@ -38,7 +38,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mii/nsgphy.c,v 1.19.2.4 2007/02/25 16:57:43 marius Exp $"); /* * Driver for the National Semiconductor DP83891 and DP83861 diff --git a/sys/dev/mii/nsgphyreg.h b/sys/dev/mii/nsgphyreg.h index 44899191715ed..14f33cc39caa2 100644 --- a/sys/dev/mii/nsgphyreg.h +++ b/sys/dev/mii/nsgphyreg.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/dev/mii/nsgphyreg.h,v 1.4 2005/01/06 01:42:56 imp Exp $ */ #ifndef _DEV_MII_NSGPHYREG_H_ diff --git a/sys/dev/mii/nsphy.c b/sys/dev/mii/nsphy.c index 01429ab217b0b..3a614ae7ffb1e 100644 --- a/sys/dev/mii/nsphy.c +++ b/sys/dev/mii/nsphy.c @@ -67,7 +67,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mii/nsphy.c,v 1.23.2.4 2007/02/25 16:57:43 marius Exp $"); /* * driver for National Semiconductor's DP83840A ethernet 10/100 PHY diff --git a/sys/dev/mii/nsphyreg.h b/sys/dev/mii/nsphyreg.h index 5ff0490b1dfe5..5e8d3478e854a 100644 --- a/sys/dev/mii/nsphyreg.h +++ b/sys/dev/mii/nsphyreg.h @@ -36,7 +36,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/dev/mii/nsphyreg.h,v 1.2 1999/08/28 00:42:16 peter Exp $ */ #ifndef _DEV_MII_NSPHYREG_H_ diff --git a/sys/dev/mii/pnaphy.c b/sys/dev/mii/pnaphy.c index d37ffafa0d0e9..8a0199c4acb2f 100644 --- a/sys/dev/mii/pnaphy.c +++ b/sys/dev/mii/pnaphy.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mii/pnaphy.c,v 1.15.2.3 2007/02/25 16:57:43 marius Exp $"); /* * driver for homePNA PHYs diff --git a/sys/dev/mii/pnphy.c b/sys/dev/mii/pnphy.c index 0daad8c75c9bb..1c42da65a455d 100644 --- a/sys/dev/mii/pnphy.c +++ b/sys/dev/mii/pnphy.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mii/pnphy.c,v 1.18.2.2 2007/02/11 16:01:37 marius Exp $"); /* * Pseudo-driver for media selection on the Lite-On PNIC 82c168 diff --git a/sys/dev/mii/qsphy.c b/sys/dev/mii/qsphy.c index 2bed7b382d98e..8611f58c08179 100644 --- a/sys/dev/mii/qsphy.c +++ b/sys/dev/mii/qsphy.c @@ -68,7 +68,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mii/qsphy.c,v 1.14.2.4 2007/02/25 16:57:43 marius Exp $"); /* * driver for Quality Semiconductor's QS6612 ethernet 10/100 PHY diff --git a/sys/dev/mii/qsphyreg.h b/sys/dev/mii/qsphyreg.h index a69786596a292..29a32b045a338 100644 --- a/sys/dev/mii/qsphyreg.h +++ b/sys/dev/mii/qsphyreg.h @@ -1,6 +1,6 @@ /* OpenBSD: qsphyreg.h,v 1.2 1999/03/09 00:02:45 jason Exp */ /* NetBSD: qsphyreg.h,v 1.1 1998/08/11 00:01:03 thorpej Exp */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/mii/qsphyreg.h,v 1.1 2001/02/07 19:57:16 semenu Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. diff --git a/sys/dev/mii/rgephy.c b/sys/dev/mii/rgephy.c index 92d432fc8992e..6471e4ead55fe 100644 --- a/sys/dev/mii/rgephy.c +++ b/sys/dev/mii/rgephy.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mii/rgephy.c,v 1.6.2.9 2007/11/05 02:06:27 yongari Exp $"); /* * Driver for the RealTek 8169S/8110S/8211B internal 10/100/1000 PHY. diff --git a/sys/dev/mii/rgephyreg.h b/sys/dev/mii/rgephyreg.h index fd0d32cb31526..bd0ebf12f320c 100644 --- a/sys/dev/mii/rgephyreg.h +++ b/sys/dev/mii/rgephyreg.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/dev/mii/rgephyreg.h,v 1.2.2.1 2007/11/05 02:06:27 yongari Exp $ */ #ifndef _DEV_MII_RGEPHYREG_H_ diff --git a/sys/dev/mii/rlphy.c b/sys/dev/mii/rlphy.c index 07acaa99cfe09..d3857ac0a4114 100644 --- a/sys/dev/mii/rlphy.c +++ b/sys/dev/mii/rlphy.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mii/rlphy.c,v 1.21.2.4 2007/02/25 16:57:43 marius Exp $"); /* * driver for RealTek 8139 internal PHYs diff --git a/sys/dev/mii/ruephy.c b/sys/dev/mii/ruephy.c index a1b43bcda77ca..b7bab837ca8c0 100644 --- a/sys/dev/mii/ruephy.c +++ b/sys/dev/mii/ruephy.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mii/ruephy.c,v 1.4.8.2 2007/02/25 18:36:36 marius Exp $"); /* * driver for RealTek RTL8150 internal PHY diff --git a/sys/dev/mii/ruephyreg.h b/sys/dev/mii/ruephyreg.h index 5f3911bebd5db..4690df15c244d 100644 --- a/sys/dev/mii/ruephyreg.h +++ b/sys/dev/mii/ruephyreg.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/dev/mii/ruephyreg.h,v 1.1 2003/05/03 10:16:56 akiyama Exp $ */ #ifndef _RUEPHYREG_H_ diff --git a/sys/dev/mii/tdkphy.c b/sys/dev/mii/tdkphy.c index a8f5fe4b77bc4..1a32fb8077407 100644 --- a/sys/dev/mii/tdkphy.c +++ b/sys/dev/mii/tdkphy.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mii/tdkphy.c,v 1.16.2.4 2007/02/25 18:13:14 marius Exp $"); /* * Driver for the TDK 78Q2120 MII diff --git a/sys/dev/mii/tdkphyreg.h b/sys/dev/mii/tdkphyreg.h index 4429c9481ec70..5986335a893ea 100644 --- a/sys/dev/mii/tdkphyreg.h +++ b/sys/dev/mii/tdkphyreg.h @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/mii/tdkphyreg.h,v 1.2 2005/01/06 01:42:56 imp Exp $ */ /* diff --git a/sys/dev/mii/tlphy.c b/sys/dev/mii/tlphy.c index d21fe7f910e03..95e25a358f77d 100644 --- a/sys/dev/mii/tlphy.c +++ b/sys/dev/mii/tlphy.c @@ -67,7 +67,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mii/tlphy.c,v 1.18.2.4 2007/02/25 17:57:12 marius Exp $"); /* * Driver for Texas Instruments's ThunderLAN PHYs diff --git a/sys/dev/mii/tlphyreg.h b/sys/dev/mii/tlphyreg.h index a016f4cc69103..6689f76c3075d 100644 --- a/sys/dev/mii/tlphyreg.h +++ b/sys/dev/mii/tlphyreg.h @@ -28,7 +28,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/dev/mii/tlphyreg.h,v 1.3 2005/01/06 01:42:56 imp Exp $ */ #ifndef _DEV_MII_TLPHYREG_H_ diff --git a/sys/dev/mii/ukphy.c b/sys/dev/mii/ukphy.c index e51964041d60f..39bb6cb811398 100644 --- a/sys/dev/mii/ukphy.c +++ b/sys/dev/mii/ukphy.c @@ -67,7 +67,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mii/ukphy.c,v 1.17.2.3 2007/09/15 10:41:33 marius Exp $"); /* * driver for generic unknown PHYs diff --git a/sys/dev/mii/ukphy_subr.c b/sys/dev/mii/ukphy_subr.c index 9d7df3d594b8f..fb40b75c1d708 100644 --- a/sys/dev/mii/ukphy_subr.c +++ b/sys/dev/mii/ukphy_subr.c @@ -38,7 +38,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mii/ukphy_subr.c,v 1.8.8.1 2006/07/19 04:40:26 yongari Exp $"); /* * Subroutines shared by the ukphy driver and other PHY drivers. diff --git a/sys/dev/mii/xmphy.c b/sys/dev/mii/xmphy.c index 7beaae7c55cba..7011432ef1e7e 100644 --- a/sys/dev/mii/xmphy.c +++ b/sys/dev/mii/xmphy.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mii/xmphy.c,v 1.17.2.4 2007/02/25 17:57:12 marius Exp $"); /* * driver for the XaQti XMAC II's internal PHY. This is sort of diff --git a/sys/dev/mii/xmphyreg.h b/sys/dev/mii/xmphyreg.h index 1e828e1681a16..3eba00358c41b 100644 --- a/sys/dev/mii/xmphyreg.h +++ b/sys/dev/mii/xmphyreg.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/dev/mii/xmphyreg.h,v 1.4 2005/01/06 01:42:56 imp Exp $ */ #ifndef _DEV_MII_XMPHYREG_H_ diff --git a/sys/dev/mk48txx/mk48txx.c b/sys/dev/mk48txx/mk48txx.c index 807ec28effbf4..6b65070b27a62 100644 --- a/sys/dev/mk48txx/mk48txx.c +++ b/sys/dev/mk48txx/mk48txx.c @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mk48txx/mk48txx.c,v 1.6.2.3 2007/03/30 19:17:37 n_hibma Exp $"); /* * Mostek MK48T02, MK48T08, MK48T18, MK48T59 time-of-day chip subroutines. diff --git a/sys/dev/mk48txx/mk48txxreg.h b/sys/dev/mk48txx/mk48txxreg.h index 25b9cb392086c..91b37324ced58 100644 --- a/sys/dev/mk48txx/mk48txxreg.h +++ b/sys/dev/mk48txx/mk48txxreg.h @@ -35,7 +35,7 @@ * * from: NetBSD: mk48txxreg.h,v 1.7 2003/11/01 22:41:42 tsutsui Exp * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/mk48txx/mk48txxreg.h,v 1.5 2005/05/19 21:16:50 marius Exp $ */ /* diff --git a/sys/dev/mk48txx/mk48txxvar.h b/sys/dev/mk48txx/mk48txxvar.h index f7c3d3195062d..8334732c4abae 100644 --- a/sys/dev/mk48txx/mk48txxvar.h +++ b/sys/dev/mk48txx/mk48txxvar.h @@ -35,7 +35,7 @@ * * from: NetBSD: mk48txxvar.h,v 1.1 2003/11/01 22:41:42 tsutsui Exp * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/mk48txx/mk48txxvar.h,v 1.2 2005/05/19 21:16:50 marius Exp $ */ typedef uint8_t (*mk48txx_nvrd_t)(device_t, int); diff --git a/sys/dev/mlx/mlx.c b/sys/dev/mlx/mlx.c index d8cc79ac7b360..299eb89ea0545 100644 --- a/sys/dev/mlx/mlx.c +++ b/sys/dev/mlx/mlx.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/dev/mlx/mlx.c,v 1.53 2005/05/29 04:42:23 nyan Exp $ */ /* diff --git a/sys/dev/mlx/mlx_compat.h b/sys/dev/mlx/mlx_compat.h index 7160c3d1639bc..176c6439ead91 100644 --- a/sys/dev/mlx/mlx_compat.h +++ b/sys/dev/mlx/mlx_compat.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/dev/mlx/mlx_compat.h,v 1.3 2003/03/08 08:01:29 phk Exp $ */ /* * Portability and compatibility interfaces. diff --git a/sys/dev/mlx/mlx_disk.c b/sys/dev/mlx/mlx_disk.c index db86bf85e2e72..9102ee60087db 100644 --- a/sys/dev/mlx/mlx_disk.c +++ b/sys/dev/mlx/mlx_disk.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mlx/mlx_disk.c,v 1.34 2004/11/25 12:15:49 scottl Exp $"); /* * Disk driver for Mylex DAC960 RAID adapters. diff --git a/sys/dev/mlx/mlx_pci.c b/sys/dev/mlx/mlx_pci.c index b39a6b87d0926..22e66bccf9c3a 100644 --- a/sys/dev/mlx/mlx_pci.c +++ b/sys/dev/mlx/mlx_pci.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mlx/mlx_pci.c,v 1.23.2.1 2005/07/31 00:41:53 csjp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/mlx/mlxio.h b/sys/dev/mlx/mlxio.h index f091befad2d0d..43c51cb669666 100644 --- a/sys/dev/mlx/mlxio.h +++ b/sys/dev/mlx/mlxio.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/dev/mlx/mlxio.h,v 1.3 2000/04/11 02:52:44 msmith Exp $ */ #include <sys/ioccom.h> diff --git a/sys/dev/mlx/mlxreg.h b/sys/dev/mlx/mlxreg.h index 16fdd0cf8ed35..dd2856a925dda 100644 --- a/sys/dev/mlx/mlxreg.h +++ b/sys/dev/mlx/mlxreg.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/dev/mlx/mlxreg.h,v 1.9 2004/11/25 12:15:49 scottl Exp $ */ #define MLX_BLKSIZE 512 /* fixed feature */ diff --git a/sys/dev/mlx/mlxvar.h b/sys/dev/mlx/mlxvar.h index 345cf9933c22c..dc9c7e368ae96 100644 --- a/sys/dev/mlx/mlxvar.h +++ b/sys/dev/mlx/mlxvar.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/dev/mlx/mlxvar.h,v 1.22 2004/06/16 09:46:50 phk Exp $ */ /* diff --git a/sys/dev/mly/mly.c b/sys/dev/mly/mly.c index 7e31a3e4f85e6..3414a3ab2cae1 100644 --- a/sys/dev/mly/mly.c +++ b/sys/dev/mly/mly.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/dev/mly/mly.c,v 1.38.2.1 2006/12/14 02:57:06 mjacob Exp $ */ #include <sys/param.h> diff --git a/sys/dev/mly/mly_tables.h b/sys/dev/mly/mly_tables.h index 433a1cb1036e0..2f04c87c1f5b3 100644 --- a/sys/dev/mly/mly_tables.h +++ b/sys/dev/mly/mly_tables.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/dev/mly/mly_tables.h,v 1.3 2002/02/27 23:57:18 peter Exp $ */ /* diff --git a/sys/dev/mly/mlyio.h b/sys/dev/mly/mlyio.h index 504b5040b5327..554544d347fd6 100644 --- a/sys/dev/mly/mlyio.h +++ b/sys/dev/mly/mlyio.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/dev/mly/mlyio.h,v 1.2 2001/07/14 00:12:22 msmith Exp $ */ /******************************************************************************** diff --git a/sys/dev/mly/mlyreg.h b/sys/dev/mly/mlyreg.h index a4106a57b0039..944998eb9ec81 100644 --- a/sys/dev/mly/mlyreg.h +++ b/sys/dev/mly/mlyreg.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/dev/mly/mlyreg.h,v 1.2 2002/09/23 18:54:30 alfred Exp $ */ /* diff --git a/sys/dev/mly/mlyvar.h b/sys/dev/mly/mlyvar.h index e1c7a50e91679..58f1a8d016c8b 100644 --- a/sys/dev/mly/mlyvar.h +++ b/sys/dev/mly/mlyvar.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/dev/mly/mlyvar.h,v 1.6 2004/06/16 09:46:51 phk Exp $ */ /******************************************************************************** diff --git a/sys/dev/mmc/bridge.h b/sys/dev/mmc/bridge.h index ddaaed8dc51a2..e32302b5ef77e 100644 --- a/sys/dev/mmc/bridge.h +++ b/sys/dev/mmc/bridge.h @@ -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. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/mmc/bridge.h,v 1.1.2.1 2006/11/20 07:16:28 imp Exp $ */ #ifndef DEV_MMC_BRIDGE_H diff --git a/sys/dev/mmc/mmc.c b/sys/dev/mmc/mmc.c index 83c13c3704943..ba77298d63856 100644 --- a/sys/dev/mmc/mmc.c +++ b/sys/dev/mmc/mmc.c @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mmc/mmc.c,v 1.1.2.1 2006/11/20 07:16:28 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/mmc/mmcbr_if.m b/sys/dev/mmc/mmcbr_if.m index a73aa62e0e0d5..e681550bc6c99 100644 --- a/sys/dev/mmc/mmcbr_if.m +++ b/sys/dev/mmc/mmcbr_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/dev/mmc/mmcbr_if.m,v 1.1.2.1 2006/11/20 07:16:28 imp Exp $ # #include <sys/types.h> diff --git a/sys/dev/mmc/mmcbrvar.h b/sys/dev/mmc/mmcbrvar.h index 31e089712f5c5..dd3764b6b22a7 100644 --- a/sys/dev/mmc/mmcbrvar.h +++ b/sys/dev/mmc/mmcbrvar.h @@ -22,7 +22,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/dev/mmc/mmcbrvar.h,v 1.1.2.1 2006/11/20 07:16:28 imp Exp $" */ #ifndef DEV_MMC_MMCBRVAR_H diff --git a/sys/dev/mmc/mmcbus_if.m b/sys/dev/mmc/mmcbus_if.m index 59aeca8278936..cff78cfb1a6ae 100644 --- a/sys/dev/mmc/mmcbus_if.m +++ b/sys/dev/mmc/mmcbus_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/dev/mmc/mmcbus_if.m,v 1.1.2.1 2006/11/20 07:16:28 imp Exp $ # #include <dev/mmc/mmcreg.h> diff --git a/sys/dev/mmc/mmcreg.h b/sys/dev/mmc/mmcreg.h index 471a04e5a2957..7afda29154d6f 100644 --- a/sys/dev/mmc/mmcreg.h +++ b/sys/dev/mmc/mmcreg.h @@ -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. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/mmc/mmcreg.h,v 1.1.2.1 2006/11/20 07:16:28 imp Exp $ */ #ifndef DEV_MMC_MMCREG_H diff --git a/sys/dev/mmc/mmcsd.c b/sys/dev/mmc/mmcsd.c index 314c8a0a43db8..e6ace898e0c66 100644 --- a/sys/dev/mmc/mmcsd.c +++ b/sys/dev/mmc/mmcsd.c @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mmc/mmcsd.c,v 1.1.2.1 2006/11/20 07:16:28 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/mmc/mmcvar.h b/sys/dev/mmc/mmcvar.h index 03d0bfefaccfa..2b6e16edf52fe 100644 --- a/sys/dev/mmc/mmcvar.h +++ b/sys/dev/mmc/mmcvar.h @@ -22,7 +22,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/dev/mmc/mmcvar.h,v 1.1.2.1 2006/11/20 07:16:28 imp Exp $" */ #ifndef DEV_MMC_MMCVAR_H diff --git a/sys/dev/mpt/mpilib/mpi.h b/sys/dev/mpt/mpilib/mpi.h index 2b3b840877c99..f071643bcd644 100644 --- a/sys/dev/mpt/mpilib/mpi.h +++ b/sys/dev/mpt/mpilib/mpi.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/mpt/mpilib/mpi.h,v 1.6.2.2 2007/06/05 21:32:57 scottl Exp $ */ /*- * Copyright (c) 2000-2005, LSI Logic Corporation and its contributors. * All rights reserved. diff --git a/sys/dev/mpt/mpilib/mpi_cnfg.h b/sys/dev/mpt/mpilib/mpi_cnfg.h index 38235b73258db..77c1c401af5a5 100644 --- a/sys/dev/mpt/mpilib/mpi_cnfg.h +++ b/sys/dev/mpt/mpilib/mpi_cnfg.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/mpt/mpilib/mpi_cnfg.h,v 1.6.2.2 2007/06/05 21:32:57 scottl Exp $ */ /*- * Copyright (c) 2000-2005, LSI Logic Corporation and its contributors. * All rights reserved. diff --git a/sys/dev/mpt/mpilib/mpi_fc.h b/sys/dev/mpt/mpilib/mpi_fc.h index b50a332617911..02c7da16061ac 100644 --- a/sys/dev/mpt/mpilib/mpi_fc.h +++ b/sys/dev/mpt/mpilib/mpi_fc.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/mpt/mpilib/mpi_fc.h,v 1.5.2.1 2006/06/08 17:47:35 mjacob Exp $ */ /*- * Copyright (c) 2000-2005, LSI Logic Corporation and its contributors. * All rights reserved. diff --git a/sys/dev/mpt/mpilib/mpi_inb.h b/sys/dev/mpt/mpilib/mpi_inb.h index 9239ecfa318d2..ff19f77f56091 100644 --- a/sys/dev/mpt/mpilib/mpi_inb.h +++ b/sys/dev/mpt/mpilib/mpi_inb.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/mpt/mpilib/mpi_inb.h,v 1.1.2.1 2006/06/08 17:47:35 mjacob Exp $ */ /*- * Copyright (c) 2000-2005, LSI Logic Corporation and its contributors. * All rights reserved. diff --git a/sys/dev/mpt/mpilib/mpi_init.h b/sys/dev/mpt/mpilib/mpi_init.h index dd896e7dadfcc..85cc876038060 100644 --- a/sys/dev/mpt/mpilib/mpi_init.h +++ b/sys/dev/mpt/mpilib/mpi_init.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/mpt/mpilib/mpi_init.h,v 1.6.2.2 2007/06/05 21:32:57 scottl Exp $ */ /*- * Copyright (c) 2000-2005, LSI Logic Corporation and its contributors. * All rights reserved. diff --git a/sys/dev/mpt/mpilib/mpi_ioc.h b/sys/dev/mpt/mpilib/mpi_ioc.h index 107c561aeee72..1c929d60e73ce 100644 --- a/sys/dev/mpt/mpilib/mpi_ioc.h +++ b/sys/dev/mpt/mpilib/mpi_ioc.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/mpt/mpilib/mpi_ioc.h,v 1.6.2.2 2007/06/05 21:32:57 scottl Exp $ */ /*- * Copyright (c) 2000-2005, LSI Logic Corporation and its contributors. * All rights reserved. diff --git a/sys/dev/mpt/mpilib/mpi_lan.h b/sys/dev/mpt/mpilib/mpi_lan.h index 9357064637127..54eb3dee7416e 100644 --- a/sys/dev/mpt/mpilib/mpi_lan.h +++ b/sys/dev/mpt/mpilib/mpi_lan.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/mpt/mpilib/mpi_lan.h,v 1.5.2.1 2006/06/08 17:47:35 mjacob Exp $ */ /*- * Copyright (c) 2000-2005, LSI Logic Corporation and its contributors. * All rights reserved. diff --git a/sys/dev/mpt/mpilib/mpi_raid.h b/sys/dev/mpt/mpilib/mpi_raid.h index 44832aea66c3f..bfb1d8502a91c 100644 --- a/sys/dev/mpt/mpilib/mpi_raid.h +++ b/sys/dev/mpt/mpilib/mpi_raid.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/mpt/mpilib/mpi_raid.h,v 1.6.2.2 2007/06/05 21:32:57 scottl Exp $ */ /*- * Copyright (c) 2000-2005, LSI Logic Corporation and its contributors. * All rights reserved. diff --git a/sys/dev/mpt/mpilib/mpi_sas.h b/sys/dev/mpt/mpilib/mpi_sas.h index 017c39b094b1b..db5fac78624fc 100644 --- a/sys/dev/mpt/mpilib/mpi_sas.h +++ b/sys/dev/mpt/mpilib/mpi_sas.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/mpt/mpilib/mpi_sas.h,v 1.2.2.2 2007/06/05 21:32:57 scottl Exp $ */ /*- * Copyright (c) 2000-2005, LSI Logic Corporation and its contributors. * All rights reserved. diff --git a/sys/dev/mpt/mpilib/mpi_targ.h b/sys/dev/mpt/mpilib/mpi_targ.h index 918bba227ce13..48c0409e9dd2a 100644 --- a/sys/dev/mpt/mpilib/mpi_targ.h +++ b/sys/dev/mpt/mpilib/mpi_targ.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/mpt/mpilib/mpi_targ.h,v 1.5.2.2 2007/06/05 21:32:57 scottl Exp $ */ /*- * Copyright (c) 2000-2005, LSI Logic Corporation and its contributors. * All rights reserved. diff --git a/sys/dev/mpt/mpilib/mpi_tool.h b/sys/dev/mpt/mpilib/mpi_tool.h index 14c44110133a9..e2a6d15a4c301 100644 --- a/sys/dev/mpt/mpilib/mpi_tool.h +++ b/sys/dev/mpt/mpilib/mpi_tool.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/mpt/mpilib/mpi_tool.h,v 1.1.2.1 2006/06/08 17:47:35 mjacob Exp $ */ /*- * Copyright (c) 2000-2005, LSI Logic Corporation and its contributors. * All rights reserved. diff --git a/sys/dev/mpt/mpilib/mpi_type.h b/sys/dev/mpt/mpilib/mpi_type.h index 236baf674f20c..20b8d0f049f8a 100644 --- a/sys/dev/mpt/mpilib/mpi_type.h +++ b/sys/dev/mpt/mpilib/mpi_type.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/mpt/mpilib/mpi_type.h,v 1.7.2.1 2006/06/08 17:47:35 mjacob Exp $ */ /* * Copyright (c) 2000-2005, LSI Logic Corporation and its contributors. * All rights reserved. diff --git a/sys/dev/mpt/mpt.c b/sys/dev/mpt/mpt.c index e4e928646cf4e..ecf0cb1ccabbe 100644 --- a/sys/dev/mpt/mpt.c +++ b/sys/dev/mpt/mpt.c @@ -96,7 +96,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mpt/mpt.c,v 1.12.2.6 2007/06/05 21:32:56 scottl Exp $"); #include <dev/mpt/mpt.h> #include <dev/mpt/mpt_cam.h> /* XXX For static handler registration */ diff --git a/sys/dev/mpt/mpt.h b/sys/dev/mpt/mpt.h index 97439a8fbffa9..2edf4b6641457 100644 --- a/sys/dev/mpt/mpt.h +++ b/sys/dev/mpt/mpt.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/mpt/mpt.h,v 1.6.2.7 2007/06/05 21:32:56 scottl Exp $ */ /*- * Generic defines for LSI '909 FC adapters. * FreeBSD Version. diff --git a/sys/dev/mpt/mpt_cam.c b/sys/dev/mpt/mpt_cam.c index bcb707159be9e..9b5f6d2c99a7d 100644 --- a/sys/dev/mpt/mpt_cam.c +++ b/sys/dev/mpt/mpt_cam.c @@ -94,7 +94,7 @@ * OWNER OR CONTRIBUTOR IS ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mpt/mpt_cam.c,v 1.1.2.11 2007/06/05 21:32:56 scottl Exp $"); #include <dev/mpt/mpt.h> #include <dev/mpt/mpt_cam.h> diff --git a/sys/dev/mpt/mpt_cam.h b/sys/dev/mpt/mpt_cam.h index 65e272eddba31..59965820ff081 100644 --- a/sys/dev/mpt/mpt_cam.h +++ b/sys/dev/mpt/mpt_cam.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/mpt/mpt_cam.h,v 1.1.2.4 2007/03/08 05:35:08 mjacob Exp $ */ /*- * LSI MPT Host Adapter FreeBSD Wrapper Definitions (CAM version) * diff --git a/sys/dev/mpt/mpt_debug.c b/sys/dev/mpt/mpt_debug.c index fd723cb66e206..f9806a5a0695f 100644 --- a/sys/dev/mpt/mpt_debug.c +++ b/sys/dev/mpt/mpt_debug.c @@ -64,7 +64,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mpt/mpt_debug.c,v 1.8.2.3 2007/03/08 05:35:08 mjacob Exp $"); #include <dev/mpt/mpt.h> diff --git a/sys/dev/mpt/mpt_pci.c b/sys/dev/mpt/mpt_pci.c index cf20329f1bd97..8d0e22779974c 100644 --- a/sys/dev/mpt/mpt_pci.c +++ b/sys/dev/mpt/mpt_pci.c @@ -99,7 +99,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mpt/mpt_pci.c,v 1.20.2.9 2007/09/21 16:43:31 ambrisko Exp $"); #include <dev/mpt/mpt.h> #include <dev/mpt/mpt_cam.h> diff --git a/sys/dev/mpt/mpt_raid.c b/sys/dev/mpt/mpt_raid.c index 624baaf73ce12..1f14f54792c39 100644 --- a/sys/dev/mpt/mpt_raid.c +++ b/sys/dev/mpt/mpt_raid.c @@ -41,7 +41,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mpt/mpt_raid.c,v 1.1.2.4 2007/03/08 05:35:08 mjacob Exp $"); #include <dev/mpt/mpt.h> #include <dev/mpt/mpt_raid.h> diff --git a/sys/dev/mpt/mpt_raid.h b/sys/dev/mpt/mpt_raid.h index bc5aa7dd9fe2c..82626ec1a459c 100644 --- a/sys/dev/mpt/mpt_raid.h +++ b/sys/dev/mpt/mpt_raid.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/mpt/mpt_raid.h,v 1.1.2.3 2006/09/16 05:42:06 mjacob Exp $ */ /*- * Definitions for the integrated RAID features LSI MPT Fusion adapters. * diff --git a/sys/dev/mpt/mpt_reg.h b/sys/dev/mpt/mpt_reg.h index dca924c845693..4b877d74351a0 100644 --- a/sys/dev/mpt/mpt_reg.h +++ b/sys/dev/mpt/mpt_reg.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/mpt/mpt_reg.h,v 1.1.2.2 2006/09/16 05:42:06 mjacob Exp $ */ /*- * Generic defines for LSI '909 FC adapters. * FreeBSD Version. diff --git a/sys/dev/mse/mse.c b/sys/dev/mse/mse.c index 1c2a986b9583b..3475fababfdde 100644 --- a/sys/dev/mse/mse.c +++ b/sys/dev/mse/mse.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/dev/mse/mse.c,v 1.72 2005/04/08 05:22:58 imp Exp $ */ /* diff --git a/sys/dev/mse/mse_cbus.c b/sys/dev/mse/mse_cbus.c index e5e06b5f184d4..6428df35df193 100644 --- a/sys/dev/mse/mse_cbus.c +++ b/sys/dev/mse/mse_cbus.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/dev/mse/mse_cbus.c,v 1.4 2005/04/08 05:22:58 imp Exp $ */ /*- diff --git a/sys/dev/mse/mse_isa.c b/sys/dev/mse/mse_isa.c index 9e2996aaa54ed..10a99560003fe 100644 --- a/sys/dev/mse/mse_isa.c +++ b/sys/dev/mse/mse_isa.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/dev/mse/mse_isa.c,v 1.4 2005/04/08 05:22:58 imp Exp $ */ /*- diff --git a/sys/dev/mse/msevar.h b/sys/dev/mse/msevar.h index 2c2b856c4421c..40a1506606634 100644 --- a/sys/dev/mse/msevar.h +++ b/sys/dev/mse/msevar.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/dev/mse/msevar.h,v 1.4 2005/03/29 09:22:40 imp Exp $ */ /*- diff --git a/sys/dev/msk/if_msk.c b/sys/dev/msk/if_msk.c index 3dc04298c0ccf..8ba10eb4144cd 100644 --- a/sys/dev/msk/if_msk.c +++ b/sys/dev/msk/if_msk.c @@ -99,7 +99,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/msk/if_msk.c,v 1.11.2.8.2.1 2007/12/08 12:19:13 remko Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/msk/if_mskreg.h b/sys/dev/msk/if_mskreg.h index 3ff1d6ebdc634..8c16ca9846f21 100644 --- a/sys/dev/msk/if_mskreg.h +++ b/sys/dev/msk/if_mskreg.h @@ -93,7 +93,7 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/*$FreeBSD$*/ +/*$FreeBSD: src/sys/dev/msk/if_mskreg.h,v 1.3.2.4.2.1 2007/12/08 12:19:13 remko Exp $*/ /* * SysKonnect PCI vendor ID diff --git a/sys/dev/mxge/eth_z8e.h b/sys/dev/mxge/eth_z8e.h index 94ffdad57464b..65bed9dff590e 100644 --- a/sys/dev/mxge/eth_z8e.h +++ b/sys/dev/mxge/eth_z8e.h @@ -25,7 +25,7 @@ CONTRACT, STRICT LIABILITY, OR TORT (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/dev/mxge/eth_z8e.h,v 1.2.2.1.2.1 2008/01/15 15:41:29 gallatin Exp $ ***************************************************************************/ /* Using zlib-1.1.3. gendat version $Name: $ */ diff --git a/sys/dev/mxge/ethp_z8e.h b/sys/dev/mxge/ethp_z8e.h index efc1b8e48340a..d4edb69beee16 100644 --- a/sys/dev/mxge/ethp_z8e.h +++ b/sys/dev/mxge/ethp_z8e.h @@ -25,7 +25,7 @@ CONTRACT, STRICT LIABILITY, OR TORT (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/dev/mxge/ethp_z8e.h,v 1.2.2.1.2.1 2008/01/15 15:41:30 gallatin Exp $ ***************************************************************************/ /* Using zlib-1.1.3. gendat version $Name: $ */ diff --git a/sys/dev/mxge/if_mxge.c b/sys/dev/mxge/if_mxge.c index 6a4c0b01e683d..41750108233c9 100644 --- a/sys/dev/mxge/if_mxge.c +++ b/sys/dev/mxge/if_mxge.c @@ -28,7 +28,7 @@ POSSIBILITY OF SUCH DAMAGE. ***************************************************************************/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mxge/if_mxge.c,v 1.33.2.2 2007/10/02 15:59:53 gallatin Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/mxge/if_mxge_var.h b/sys/dev/mxge/if_mxge_var.h index d9054acdcd450..3294e286bfcba 100644 --- a/sys/dev/mxge/if_mxge_var.h +++ b/sys/dev/mxge/if_mxge_var.h @@ -25,7 +25,7 @@ CONTRACT, STRICT LIABILITY, OR TORT (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/dev/mxge/if_mxge_var.h,v 1.13.2.2 2007/10/02 15:59:54 gallatin Exp $ ***************************************************************************/ diff --git a/sys/dev/mxge/mcp_gen_header.h b/sys/dev/mxge/mcp_gen_header.h index 65fe27cf4cd01..5ececf3732cec 100644 --- a/sys/dev/mxge/mcp_gen_header.h +++ b/sys/dev/mxge/mcp_gen_header.h @@ -25,7 +25,7 @@ CONTRACT, STRICT LIABILITY, OR TORT (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/dev/mxge/mcp_gen_header.h,v 1.1.2.2 2007/10/02 15:59:54 gallatin Exp $ ***************************************************************************/ #ifndef _mcp_gen_header_h diff --git a/sys/dev/mxge/mxge_eth_z8e.c b/sys/dev/mxge/mxge_eth_z8e.c index 570f65476f003..50a38bdce1a4d 100644 --- a/sys/dev/mxge/mxge_eth_z8e.c +++ b/sys/dev/mxge/mxge_eth_z8e.c @@ -2,7 +2,7 @@ * from: FreeBSD: src/sys/tools/fw_stub.awk,v 1.6 2007/03/02 11:42:53 flz */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mxge/mxge_eth_z8e.c,v 1.1.2.1 2007/10/02 15:59:54 gallatin Exp $"); #include <sys/param.h> #include <sys/errno.h> #include <sys/kernel.h> diff --git a/sys/dev/mxge/mxge_ethp_z8e.c b/sys/dev/mxge/mxge_ethp_z8e.c index 8d0e31b5b9e5e..1e18bd9696c82 100644 --- a/sys/dev/mxge/mxge_ethp_z8e.c +++ b/sys/dev/mxge/mxge_ethp_z8e.c @@ -2,7 +2,7 @@ * from: FreeBSD: src/sys/tools/fw_stub.awk,v 1.6 2007/03/02 11:42:53 flz */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mxge/mxge_ethp_z8e.c,v 1.1.2.1 2007/10/02 15:59:54 gallatin Exp $"); #include <sys/param.h> #include <sys/errno.h> #include <sys/kernel.h> diff --git a/sys/dev/mxge/mxge_lro.c b/sys/dev/mxge/mxge_lro.c index 0a09a2a6905c4..de96725d68ea1 100644 --- a/sys/dev/mxge/mxge_lro.c +++ b/sys/dev/mxge/mxge_lro.c @@ -28,7 +28,7 @@ POSSIBILITY OF SUCH DAMAGE. ***************************************************************************/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mxge/mxge_lro.c,v 1.1.2.2 2007/10/02 15:59:54 gallatin Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/mxge/mxge_mcp.h b/sys/dev/mxge/mxge_mcp.h index 61e8601e41c8e..1ae9f121e28e8 100644 --- a/sys/dev/mxge/mxge_mcp.h +++ b/sys/dev/mxge/mxge_mcp.h @@ -25,7 +25,7 @@ CONTRACT, STRICT LIABILITY, OR TORT (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/dev/mxge/mxge_mcp.h,v 1.6.2.2 2007/10/02 15:59:54 gallatin Exp $ ***************************************************************************/ #ifndef _myri10ge_mcp_h diff --git a/sys/dev/my/if_my.c b/sys/dev/my/if_my.c index b572efd8802ce..f8992fc04e292 100644 --- a/sys/dev/my/if_my.c +++ b/sys/dev/my/if_my.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/my/if_my.c,v 1.29.2.6 2007/03/19 16:56:48 brueffer Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/my/if_myreg.h b/sys/dev/my/if_myreg.h index a552de51cfd40..adece97525bcf 100644 --- a/sys/dev/my/if_myreg.h +++ b/sys/dev/my/if_myreg.h @@ -25,7 +25,7 @@ * * Written by: yen_cw@myson.com.tw available at: http://www.myson.com.tw/ * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/my/if_myreg.h,v 1.3.2.1 2005/08/29 20:00:31 jhb Exp $ * * Myson MTD80x register definitions. * diff --git a/sys/dev/ncv/ncr53c500.c b/sys/dev/ncv/ncr53c500.c index 32bd9021fac1b..6b43d270747ae 100644 --- a/sys/dev/ncv/ncr53c500.c +++ b/sys/dev/ncv/ncr53c500.c @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ncv/ncr53c500.c,v 1.12 2005/05/29 04:42:23 nyan Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ncv/ncr53c500_pccard.c b/sys/dev/ncv/ncr53c500_pccard.c index 6c4533de12403..b8bd60e3e0793 100644 --- a/sys/dev/ncv/ncr53c500_pccard.c +++ b/sys/dev/ncv/ncr53c500_pccard.c @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ncv/ncr53c500_pccard.c,v 1.26 2005/06/24 14:36:53 imp Exp $"); #include <sys/param.h> #include <sys/errno.h> diff --git a/sys/dev/ncv/ncr53c500hw.h b/sys/dev/ncv/ncr53c500hw.h index 7a4b337b89855..0f89a1c331e28 100644 --- a/sys/dev/ncv/ncr53c500hw.h +++ b/sys/dev/ncv/ncr53c500hw.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/ncv/ncr53c500hw.h,v 1.4 2005/01/06 01:42:59 imp Exp $ */ /* $NecBSD: ncr53c500hw.h,v 1.6.18.1 2001/06/08 06:27:44 honda Exp $ */ /* $NetBSD$ */ diff --git a/sys/dev/ncv/ncr53c500hwtab.h b/sys/dev/ncv/ncr53c500hwtab.h index 47406b1947e42..e1dd84376833e 100644 --- a/sys/dev/ncv/ncr53c500hwtab.h +++ b/sys/dev/ncv/ncr53c500hwtab.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/ncv/ncr53c500hwtab.h,v 1.3 2005/01/06 01:42:59 imp Exp $ */ /* $NecBSD: ncr53c500hwtab.h,v 1.2.18.1 2001/06/08 06:27:44 honda Exp $ */ /* $NetBSD$ */ diff --git a/sys/dev/ncv/ncr53c500reg.h b/sys/dev/ncv/ncr53c500reg.h index 2a9906e44cdf6..7dbba7589f30c 100644 --- a/sys/dev/ncv/ncr53c500reg.h +++ b/sys/dev/ncv/ncr53c500reg.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/ncv/ncr53c500reg.h,v 1.3 2005/01/06 01:42:59 imp Exp $ */ /* $NecBSD: ncr53c500reg.h,v 1.5.14.1 2001/06/08 06:27:44 honda Exp $ */ /* $NetBSD$ */ diff --git a/sys/dev/ncv/ncr53c500var.h b/sys/dev/ncv/ncr53c500var.h index b3aff4660f0d2..e60f4a9d01f98 100644 --- a/sys/dev/ncv/ncr53c500var.h +++ b/sys/dev/ncv/ncr53c500var.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/ncv/ncr53c500var.h,v 1.9 2005/01/06 01:42:59 imp Exp $ */ /* $NecBSD: ncr53c500var.h,v 1.11.18.1 2001/06/08 06:27:45 honda Exp $ */ /* $NetBSD$ */ diff --git a/sys/dev/nge/if_nge.c b/sys/dev/nge/if_nge.c index 3cd0a0a9efad0..6bc220cc55d86 100644 --- a/sys/dev/nge/if_nge.c +++ b/sys/dev/nge/if_nge.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/nge/if_nge.c,v 1.75.2.9 2007/07/14 20:25:20 csjp Exp $"); /* * National Semiconductor DP83820/DP83821 gigabit ethernet driver diff --git a/sys/dev/nge/if_ngereg.h b/sys/dev/nge/if_ngereg.h index caedfcbfbbabd..8a15d7e7a19dd 100644 --- a/sys/dev/nge/if_ngereg.h +++ b/sys/dev/nge/if_ngereg.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/dev/nge/if_ngereg.h,v 1.13.2.1 2005/11/05 00:53:41 jhb Exp $ */ #define NGE_CSR 0x00 diff --git a/sys/dev/nmdm/nmdm.c b/sys/dev/nmdm/nmdm.c index 2e73dc971d6a3..00aa9ff4bb818 100644 --- a/sys/dev/nmdm/nmdm.c +++ b/sys/dev/nmdm/nmdm.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/nmdm/nmdm.c,v 1.35.2.2 2007/08/04 00:30:13 emax Exp $"); /* * Pseudo-nulmodem driver diff --git a/sys/dev/nsp/nsp.c b/sys/dev/nsp/nsp.c index cad74162fe562..d8c33a845d527 100644 --- a/sys/dev/nsp/nsp.c +++ b/sys/dev/nsp/nsp.c @@ -40,7 +40,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/nsp/nsp.c,v 1.14 2005/05/29 04:42:24 nyan Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/nsp/nsp_pccard.c b/sys/dev/nsp/nsp_pccard.c index 5d1a3dccd6e41..713e1e594b6a8 100644 --- a/sys/dev/nsp/nsp_pccard.c +++ b/sys/dev/nsp/nsp_pccard.c @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/nsp/nsp_pccard.c,v 1.23 2005/06/24 14:36:53 imp Exp $"); #include <sys/param.h> #include <sys/bus.h> diff --git a/sys/dev/nsp/nspreg.h b/sys/dev/nsp/nspreg.h index 81512c91a6099..43db0f80d2c38 100644 --- a/sys/dev/nsp/nspreg.h +++ b/sys/dev/nsp/nspreg.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/nsp/nspreg.h,v 1.3 2005/01/06 01:43:00 imp Exp $ */ /* $NecBSD: nspreg.h,v 1.4.14.3 2001/06/29 06:27:53 honda Exp $ */ /* $NetBSD$ */ diff --git a/sys/dev/nsp/nspvar.h b/sys/dev/nsp/nspvar.h index 59af783ade024..b70b942bf317e 100644 --- a/sys/dev/nsp/nspvar.h +++ b/sys/dev/nsp/nspvar.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/nsp/nspvar.h,v 1.8 2005/01/06 01:43:00 imp Exp $ */ /* $NecBSD: nspvar.h,v 1.7.14.5 2001/06/29 06:27:54 honda Exp $ */ /* $NetBSD$ */ diff --git a/sys/dev/null/null.c b/sys/dev/null/null.c index ee42a1cdb462a..3da4a25c7ce02 100644 --- a/sys/dev/null/null.c +++ b/sys/dev/null/null.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/null/null.c,v 1.31 2005/02/27 22:00:45 phk Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/nve/if_nve.c b/sys/dev/nve/if_nve.c index 01cc05072dd34..96e1e8c30e70c 100644 --- a/sys/dev/nve/if_nve.c +++ b/sys/dev/nve/if_nve.c @@ -72,7 +72,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/nve/if_nve.c,v 1.7.2.11 2006/09/13 15:15:57 jhb Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/nve/if_nvereg.h b/sys/dev/nve/if_nvereg.h index 80a0e686af467..0c3b5afd39590 100644 --- a/sys/dev/nve/if_nvereg.h +++ b/sys/dev/nve/if_nvereg.h @@ -25,7 +25,7 @@ * SUCH DAMAGE. * * $Id: if_nvreg.h,v 1.6 2004/08/12 14:00:05 q Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/dev/nve/if_nvereg.h,v 1.3.2.3 2006/12/07 22:26:18 jhb Exp $ */ #ifndef _IF_NVEREG_H_ diff --git a/sys/dev/ofw/ofw_bus.h b/sys/dev/ofw/ofw_bus.h index 3f4fbae9754d2..443eccd88d6bd 100644 --- a/sys/dev/ofw/ofw_bus.h +++ b/sys/dev/ofw/ofw_bus.h @@ -23,7 +23,7 @@ * OR TORT (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/dev/ofw/ofw_bus.h,v 1.1 2004/08/12 17:41:29 marius Exp $ */ #ifndef _DEV_OFW_OFW_BUS_H_ diff --git a/sys/dev/ofw/ofw_bus_if.m b/sys/dev/ofw/ofw_bus_if.m index edeee5f655b07..c81153cacf056 100644 --- a/sys/dev/ofw/ofw_bus_if.m +++ b/sys/dev/ofw/ofw_bus_if.m @@ -23,7 +23,7 @@ # OR TORT (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/dev/ofw/ofw_bus_if.m,v 1.2 2005/01/06 01:43:00 imp Exp $ #include <sys/bus.h> #include <machine/bus.h> diff --git a/sys/dev/ofw/ofw_console.c b/sys/dev/ofw/ofw_console.c index 08609944190e6..80d80fdd2e16f 100644 --- a/sys/dev/ofw/ofw_console.c +++ b/sys/dev/ofw/ofw_console.c @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ofw/ofw_console.c,v 1.31 2005/01/06 01:43:00 imp Exp $"); #include "opt_comconsole.h" #include "opt_ofw.h" diff --git a/sys/dev/ofw/ofw_disk.c b/sys/dev/ofw/ofw_disk.c index 5c759d1cee681..786b93550e94a 100644 --- a/sys/dev/ofw/ofw_disk.c +++ b/sys/dev/ofw/ofw_disk.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ofw/ofw_disk.c,v 1.17 2005/01/06 01:43:00 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ofw/ofw_pci.h b/sys/dev/ofw/ofw_pci.h index ef48ee96ab63b..0a143a47608da 100644 --- a/sys/dev/ofw/ofw_pci.h +++ b/sys/dev/ofw/ofw_pci.h @@ -36,7 +36,7 @@ * * from: NetBSD: ofw_pci.h,v 1.5 2003/10/22 09:04:39 mjl Exp * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ofw/ofw_pci.h,v 1.2 2005/02/12 19:12:17 marius Exp $ */ #ifndef _DEV_OFW_OFW_PCI_H_ diff --git a/sys/dev/ofw/openfirm.c b/sys/dev/ofw/openfirm.c index f7ef330597b31..4a7dfa1c35e73 100644 --- a/sys/dev/ofw/openfirm.c +++ b/sys/dev/ofw/openfirm.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ofw/openfirm.c,v 1.14 2005/01/06 01:43:00 imp Exp $"); /*- * Copyright (C) 2000 Benno Rice. * All rights reserved. diff --git a/sys/dev/ofw/openfirm.h b/sys/dev/ofw/openfirm.h index 28b95b3397615..9c244be1fd0b3 100644 --- a/sys/dev/ofw/openfirm.h +++ b/sys/dev/ofw/openfirm.h @@ -54,7 +54,7 @@ * 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/dev/ofw/openfirm.h,v 1.11 2005/01/06 01:43:00 imp Exp $ */ #ifndef _OPENFIRM_H_ diff --git a/sys/dev/ofw/openfirmio.c b/sys/dev/ofw/openfirmio.c index d9272d1145d31..f2ac858597c28 100644 --- a/sys/dev/ofw/openfirmio.c +++ b/sys/dev/ofw/openfirmio.c @@ -1,7 +1,7 @@ /* $NetBSD: openfirmio.c,v 1.4 2002/09/06 13:23:19 gehenna Exp $ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ofw/openfirmio.c,v 1.13 2005/01/06 01:43:00 imp Exp $"); /*- * Copyright (c) 1992, 1993 diff --git a/sys/dev/ofw/openfirmio.h b/sys/dev/ofw/openfirmio.h index 676cfb8007d0e..62f0244af237f 100644 --- a/sys/dev/ofw/openfirmio.h +++ b/sys/dev/ofw/openfirmio.h @@ -34,7 +34,7 @@ * * @(#)openpromio.h 8.1 (Berkeley) 6/11/93 * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ofw/openfirmio.h,v 1.6 2005/05/19 15:22:16 marius Exp $ */ #ifndef _DEV_OFW_OPENFIRMIO_H_ diff --git a/sys/dev/ofw/openpromio.c b/sys/dev/ofw/openpromio.c index cb7343ff6d705..94a71b3e4b646 100644 --- a/sys/dev/ofw/openpromio.c +++ b/sys/dev/ofw/openpromio.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ofw/openpromio.c,v 1.7.12.1 2007/12/23 11:31:24 marius Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ofw/openpromio.h b/sys/dev/ofw/openpromio.h index 5233d29eb870b..35e6a50d63727 100644 --- a/sys/dev/ofw/openpromio.h +++ b/sys/dev/ofw/openpromio.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/dev/ofw/openpromio.h,v 1.1 2003/06/19 01:40:11 jake Exp $ */ #ifndef _DEV_OFW_OPENPROMIO_H_ diff --git a/sys/dev/owi/if_ieee80211.h b/sys/dev/owi/if_ieee80211.h index 0e67c58a20f6d..02900369e7ec1 100644 --- a/sys/dev/owi/if_ieee80211.h +++ b/sys/dev/owi/if_ieee80211.h @@ -1,5 +1,5 @@ /* $NetBSD: if_ieee80211.h,v 1.5 2000/07/21 04:47:40 onoe Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/owi/if_ieee80211.h,v 1.1 2003/08/24 05:42:48 imp Exp $ */ #ifndef _NET_IF_IEEE80211_H_ #define _NET_IF_IEEE80211_H_ diff --git a/sys/dev/owi/if_owi.c b/sys/dev/owi/if_owi.c index b0f5469683484..73087a381cb41 100644 --- a/sys/dev/owi/if_owi.c +++ b/sys/dev/owi/if_owi.c @@ -100,7 +100,7 @@ #if !defined(lint) static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sys/dev/owi/if_owi.c,v 1.9.2.3 2005/08/25 05:01:13 rwatson Exp $"; #endif static void wi_intr(void *); diff --git a/sys/dev/owi/if_owi_pccard.c b/sys/dev/owi/if_owi_pccard.c index 65b49b2e969e0..b6500292935fe 100644 --- a/sys/dev/owi/if_owi_pccard.c +++ b/sys/dev/owi/if_owi_pccard.c @@ -71,7 +71,7 @@ #if !defined(lint) static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sys/dev/owi/if_owi_pccard.c,v 1.6.2.1 2005/08/09 01:25:32 avatar Exp $"; #endif static int wi_pccard_probe(device_t); diff --git a/sys/dev/owi/if_wireg.h b/sys/dev/owi/if_wireg.h index 697463fffcade..8dbf99196c41c 100644 --- a/sys/dev/owi/if_wireg.h +++ b/sys/dev/owi/if_wireg.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/dev/owi/if_wireg.h,v 1.2 2005/01/06 01:43:01 imp Exp $ */ #define WI_DELAY 5 diff --git a/sys/dev/owi/if_wivar.h b/sys/dev/owi/if_wivar.h index dfdb6ea6bd846..004f194d1183c 100644 --- a/sys/dev/owi/if_wivar.h +++ b/sys/dev/owi/if_wivar.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/dev/owi/if_wivar.h,v 1.4 2005/06/10 16:49:12 brooks Exp $ */ #define WICACHE /* turn on signal strength cache code */ diff --git a/sys/dev/patm/genrtab/Makefile b/sys/dev/patm/genrtab/Makefile index a4f50329795b5..d4c538f9dfe9e 100644 --- a/sys/dev/patm/genrtab/Makefile +++ b/sys/dev/patm/genrtab/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/dev/patm/genrtab/Makefile,v 1.6 2004/12/21 08:47:19 ru Exp $ # # This program is used to generate the if_patm_rtables.c file # for the idt77252 driver. It is not installed. diff --git a/sys/dev/patm/genrtab/genrtab.c b/sys/dev/patm/genrtab/genrtab.c index 8d696cfa8ef64..7de217cfd483c 100644 --- a/sys/dev/patm/genrtab/genrtab.c +++ b/sys/dev/patm/genrtab/genrtab.c @@ -31,7 +31,7 @@ * IDT manual. */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/patm/genrtab/genrtab.c,v 1.2 2005/01/06 01:43:02 imp Exp $"); #include <sys/types.h> #include <stdio.h> @@ -445,7 +445,7 @@ main(int argc, char *argv[]) printf(" */\n"); printf("\n"); printf("#include <sys/cdefs.h>\n"); - printf("__FBSDID(\"$FreeBSD$\");\n"); + printf("__FBSDID(\"$FreeBSD: src/sys/dev/patm/genrtab/genrtab.c,v 1.2 2005/01/06 01:43:02 imp Exp $\");\n"); printf("\n"); printf("#include <sys/types.h>\n"); printf("\n"); diff --git a/sys/dev/patm/idt77252reg.h b/sys/dev/patm/idt77252reg.h index 13013a2f1056b..78c66bf0e9fac 100644 --- a/sys/dev/patm/idt77252reg.h +++ b/sys/dev/patm/idt77252reg.h @@ -26,7 +26,7 @@ * * Author: Hartmut Brandt <harti@freebsd.org> * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/patm/idt77252reg.h,v 1.2 2005/01/06 01:43:01 imp Exp $ * * Register definitions for the IDT77252 chip. */ diff --git a/sys/dev/patm/if_patm.c b/sys/dev/patm/if_patm.c index 279afde1d440e..d76a0a481bfa7 100644 --- a/sys/dev/patm/if_patm.c +++ b/sys/dev/patm/if_patm.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/patm/if_patm.c,v 1.8.2.1 2005/08/25 05:01:13 rwatson Exp $"); #include "opt_inet.h" #include "opt_natm.h" diff --git a/sys/dev/patm/if_patm_attach.c b/sys/dev/patm/if_patm_attach.c index 0402d62ba2500..88f50b27fe6f5 100644 --- a/sys/dev/patm/if_patm_attach.c +++ b/sys/dev/patm/if_patm_attach.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/patm/if_patm_attach.c,v 1.11.2.1 2005/10/09 04:18:18 delphij Exp $"); #include "opt_inet.h" #include "opt_natm.h" diff --git a/sys/dev/patm/if_patm_intr.c b/sys/dev/patm/if_patm_intr.c index 9f44d583d5b77..deccd0a49d5da 100644 --- a/sys/dev/patm/if_patm_intr.c +++ b/sys/dev/patm/if_patm_intr.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/patm/if_patm_intr.c,v 1.5.2.1 2005/08/25 05:01:13 rwatson Exp $"); #include "opt_inet.h" #include "opt_natm.h" diff --git a/sys/dev/patm/if_patm_ioctl.c b/sys/dev/patm/if_patm_ioctl.c index 2ed466d81f2b8..86857a21ddd49 100644 --- a/sys/dev/patm/if_patm_ioctl.c +++ b/sys/dev/patm/if_patm_ioctl.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/patm/if_patm_ioctl.c,v 1.9.2.1 2005/08/25 05:01:13 rwatson Exp $"); #include "opt_inet.h" #include "opt_natm.h" diff --git a/sys/dev/patm/if_patm_rtables.c b/sys/dev/patm/if_patm_rtables.c index f945276690b4b..410b25ac9fba2 100644 --- a/sys/dev/patm/if_patm_rtables.c +++ b/sys/dev/patm/if_patm_rtables.c @@ -3,7 +3,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/patm/if_patm_rtables.c,v 1.3 2004/03/10 17:03:27 bms Exp $"); #include <sys/types.h> diff --git a/sys/dev/patm/if_patm_rx.c b/sys/dev/patm/if_patm_rx.c index 1a012a90b072c..a57966bc6cc27 100644 --- a/sys/dev/patm/if_patm_rx.c +++ b/sys/dev/patm/if_patm_rx.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/patm/if_patm_rx.c,v 1.7 2005/06/10 16:49:13 brooks Exp $"); #include "opt_inet.h" #include "opt_natm.h" diff --git a/sys/dev/patm/if_patm_tx.c b/sys/dev/patm/if_patm_tx.c index cb40aa530fc52..b2076f5f56b25 100644 --- a/sys/dev/patm/if_patm_tx.c +++ b/sys/dev/patm/if_patm_tx.c @@ -38,7 +38,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/patm/if_patm_tx.c,v 1.9.2.1 2005/08/25 05:01:13 rwatson Exp $"); #include "opt_inet.h" #include "opt_natm.h" diff --git a/sys/dev/patm/if_patmvar.h b/sys/dev/patm/if_patmvar.h index e934784aec093..d5cd244320b4c 100644 --- a/sys/dev/patm/if_patmvar.h +++ b/sys/dev/patm/if_patmvar.h @@ -26,7 +26,7 @@ * * Author: Hartmut Brandt <harti@freebsd.org> * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/patm/if_patmvar.h,v 1.5 2005/06/10 16:49:13 brooks Exp $ * * Driver for IDT77252 (ABR) based cards like ProSum's. */ diff --git a/sys/dev/pbio/pbio.c b/sys/dev/pbio/pbio.c index 32f50a9cd8f8e..7f804ffd60231 100644 --- a/sys/dev/pbio/pbio.c +++ b/sys/dev/pbio/pbio.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/pbio/pbio.c,v 1.9 2005/05/29 04:42:24 nyan Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/pbio/pbioio.h b/sys/dev/pbio/pbioio.h index 9a08bfab02542..d1bd57f0c2556 100644 --- a/sys/dev/pbio/pbioio.h +++ b/sys/dev/pbio/pbioio.h @@ -25,7 +25,7 @@ * 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/dev/pbio/pbioio.h,v 1.3 2005/01/06 01:43:02 imp Exp $ * */ diff --git a/sys/dev/pccard/card_if.m b/sys/dev/pccard/card_if.m index 434389e2875e3..c6216ed627dce 100644 --- a/sys/dev/pccard/card_if.m +++ b/sys/dev/pccard/card_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/dev/pccard/card_if.m,v 1.29.2.1 2005/09/17 04:01:04 imp Exp $ # #include <sys/bus.h> diff --git a/sys/dev/pccard/pccard.c b/sys/dev/pccard/pccard.c index f555754ea7eb4..b5b7052e5704c 100644 --- a/sys/dev/pccard/pccard.c +++ b/sys/dev/pccard/pccard.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/pccard/pccard.c,v 1.105.2.3 2006/01/31 17:10:02 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/pccard/pccard_cis.c b/sys/dev/pccard/pccard_cis.c index ce2c23d887260..991e60c707e35 100644 --- a/sys/dev/pccard/pccard_cis.c +++ b/sys/dev/pccard/pccard_cis.c @@ -1,5 +1,5 @@ /* $NetBSD: pcmcia_cis.c,v 1.17 2000/02/10 09:01:52 chopps Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/pccard/pccard_cis.c,v 1.34.2.2 2005/09/27 18:42:19 imp Exp $ */ /*- * Copyright (c) 1997 Marc Horowitz. All rights reserved. diff --git a/sys/dev/pccard/pccard_cis.h b/sys/dev/pccard/pccard_cis.h index d6b9c3899f863..85388d38d9721 100644 --- a/sys/dev/pccard/pccard_cis.h +++ b/sys/dev/pccard/pccard_cis.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/pccard/pccard_cis.h,v 1.3.2.1 2005/09/17 04:01:04 imp Exp $ */ /*- * Copyright (c) 1997 Marc Horowitz. All rights reserved. diff --git a/sys/dev/pccard/pccard_cis_quirks.c b/sys/dev/pccard/pccard_cis_quirks.c index 925da6c69ea61..f14f7c3151be6 100644 --- a/sys/dev/pccard/pccard_cis_quirks.c +++ b/sys/dev/pccard/pccard_cis_quirks.c @@ -1,7 +1,7 @@ /* $NetBSD: pcmcia_cis_quirks.c,v 1.6 2000/04/12 21:07:55 scw Exp $ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/pccard/pccard_cis_quirks.c,v 1.15.2.2 2007/10/30 10:21:03 remko Exp $"); #define PCCARDDEBUG diff --git a/sys/dev/pccard/pccard_device.c b/sys/dev/pccard/pccard_device.c index 807ed79841871..969e64b256f9f 100644 --- a/sys/dev/pccard/pccard_device.c +++ b/sys/dev/pccard/pccard_device.c @@ -26,7 +26,7 @@ * */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/pccard/pccard_device.c,v 1.3.2.1 2005/09/27 18:42:20 imp Exp $"); #include <sys/param.h> #include <sys/conf.h> diff --git a/sys/dev/pccard/pccarddevs b/sys/dev/pccard/pccarddevs index eb0604940680c..38abd59f4c393 100644 --- a/sys/dev/pccard/pccarddevs +++ b/sys/dev/pccard/pccarddevs @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/sys/dev/pccard/pccarddevs,v 1.109.2.3 2007/10/30 10:21:03 remko Exp $ /* $NetBSD: pcmciadevs,v 1.186 2003/09/16 08:26:37 onoe Exp $ */ /* $OpenBSD: pcmciadevs,v 1.93 2002/06/21 08:31:10 henning Exp $ */ diff --git a/sys/dev/pccard/pccardreg.h b/sys/dev/pccard/pccardreg.h index e0f6647771bce..d386cb755a6c0 100644 --- a/sys/dev/pccard/pccardreg.h +++ b/sys/dev/pccard/pccardreg.h @@ -1,5 +1,5 @@ /* $NetBSD: pcmciareg.h,v 1.7 1998/10/29 09:45:52 enami Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/pccard/pccardreg.h,v 1.3 2005/01/06 01:43:03 imp Exp $ */ /*- * Copyright (c) 1997 Marc Horowitz. All rights reserved. diff --git a/sys/dev/pccard/pccardvar.h b/sys/dev/pccard/pccardvar.h index e040dc86b2b25..8c068f5ab3662 100644 --- a/sys/dev/pccard/pccardvar.h +++ b/sys/dev/pccard/pccardvar.h @@ -1,5 +1,5 @@ /* $NetBSD: pcmciavar.h,v 1.12 2000/02/08 12:51:31 enami Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/pccard/pccardvar.h,v 1.53.2.2 2005/09/27 18:42:20 imp Exp $ */ /*- * Copyright (c) 1997 Marc Horowitz. All rights reserved. diff --git a/sys/dev/pccard/pccardvarp.h b/sys/dev/pccard/pccardvarp.h index 66441c027acea..6f9822bbe8ae7 100644 --- a/sys/dev/pccard/pccardvarp.h +++ b/sys/dev/pccard/pccardvarp.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/dev/pccard/pccardvarp.h,v 1.1.2.2 2005/10/23 18:22:16 imp Exp $ */ #ifndef _PCCARD_PCCARDVARP_H diff --git a/sys/dev/pccard/power_if.m b/sys/dev/pccard/power_if.m index a85fd01e50e00..f03340d47ec9b 100644 --- a/sys/dev/pccard/power_if.m +++ b/sys/dev/pccard/power_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/dev/pccard/power_if.m,v 1.4 2005/01/06 01:43:03 imp Exp $ # #include <sys/bus.h> diff --git a/sys/dev/pccbb/pccbb.c b/sys/dev/pccbb/pccbb.c index 2633ac77d2822..b6e01b3963a47 100644 --- a/sys/dev/pccbb/pccbb.c +++ b/sys/dev/pccbb/pccbb.c @@ -75,7 +75,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/pccbb/pccbb.c,v 1.121 2005/01/13 19:05:25 imp Exp $"); #include <sys/param.h> #include <sys/bus.h> diff --git a/sys/dev/pccbb/pccbb_isa.c b/sys/dev/pccbb/pccbb_isa.c index 13025a615d2a0..cb8128aaf30d9 100644 --- a/sys/dev/pccbb/pccbb_isa.c +++ b/sys/dev/pccbb/pccbb_isa.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/pccbb/pccbb_isa.c,v 1.4 2005/01/11 05:33:18 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/pccbb/pccbb_pci.c b/sys/dev/pccbb/pccbb_pci.c index ab3bc889df519..876f2ef63459e 100644 --- a/sys/dev/pccbb/pccbb_pci.c +++ b/sys/dev/pccbb/pccbb_pci.c @@ -72,7 +72,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/pccbb/pccbb_pci.c,v 1.9 2005/06/06 06:05:32 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/pccbb/pccbbdevid.h b/sys/dev/pccbb/pccbbdevid.h index 6db43829cde06..c9876a05ae488 100644 --- a/sys/dev/pccbb/pccbbdevid.h +++ b/sys/dev/pccbb/pccbbdevid.h @@ -22,7 +22,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/pccbb/pccbbdevid.h,v 1.19 2005/01/11 05:33:18 imp Exp $ */ /* Vendor/Device IDs */ diff --git a/sys/dev/pccbb/pccbbreg.h b/sys/dev/pccbb/pccbbreg.h index 4b33c873f1775..854be0533b639 100644 --- a/sys/dev/pccbb/pccbbreg.h +++ b/sys/dev/pccbb/pccbbreg.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/dev/pccbb/pccbbreg.h,v 1.16 2005/01/13 19:05:25 imp Exp $ */ /* diff --git a/sys/dev/pccbb/pccbbvar.h b/sys/dev/pccbb/pccbbvar.h index 455f7643efd21..223e5e96daeed 100644 --- a/sys/dev/pccbb/pccbbvar.h +++ b/sys/dev/pccbb/pccbbvar.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/dev/pccbb/pccbbvar.h,v 1.23 2005/01/13 19:05:25 imp Exp $ */ /* diff --git a/sys/dev/pcf/envctrl.c b/sys/dev/pcf/envctrl.c index 7615e907958f3..3a85953460066 100644 --- a/sys/dev/pcf/envctrl.c +++ b/sys/dev/pcf/envctrl.c @@ -28,7 +28,7 @@ * SUCH DAMAGE. */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/pcf/envctrl.c,v 1.5.2.1 2007/05/12 06:10:10 nyan Exp $"); /* * Device specific driver for the SUNW,envctrl device found on some diff --git a/sys/dev/pcf/pcf.c b/sys/dev/pcf/pcf.c index 032095855f59c..862185850c699 100644 --- a/sys/dev/pcf/pcf.c +++ b/sys/dev/pcf/pcf.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/pcf/pcf.c,v 1.25 2004/05/31 14:24:21 nsouch Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/pcf/pcf_ebus.c b/sys/dev/pcf/pcf_ebus.c index 35d43f0eafa2f..8d7f90f27254b 100644 --- a/sys/dev/pcf/pcf_ebus.c +++ b/sys/dev/pcf/pcf_ebus.c @@ -28,7 +28,7 @@ * SUCH DAMAGE. */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/pcf/pcf_ebus.c,v 1.4.2.1 2007/05/12 06:10:10 nyan Exp $"); /* * Device specific driver for the EBus i2c devices found on some sun4u diff --git a/sys/dev/pcf/pcf_isa.c b/sys/dev/pcf/pcf_isa.c index 6deadc6ab48e4..d4273939e24b4 100644 --- a/sys/dev/pcf/pcf_isa.c +++ b/sys/dev/pcf/pcf_isa.c @@ -28,7 +28,7 @@ * SUCH DAMAGE. */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/pcf/pcf_isa.c,v 1.5.8.1 2007/05/12 06:10:10 nyan Exp $"); /* * Hardware driver for a Philips PCF8584 I2C bus controller sitting diff --git a/sys/dev/pcf/pcfvar.h b/sys/dev/pcf/pcfvar.h index ed4d9d8cb9a9a..c000ec10aeee1 100644 --- a/sys/dev/pcf/pcfvar.h +++ b/sys/dev/pcf/pcfvar.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/dev/pcf/pcfvar.h,v 1.3 2004/08/11 21:19:31 marius Exp $ */ #define IO_PCFSIZE 2 diff --git a/sys/dev/pci/eisa_pci.c b/sys/dev/pci/eisa_pci.c index 61027a1cbc678..092438551210b 100644 --- a/sys/dev/pci/eisa_pci.c +++ b/sys/dev/pci/eisa_pci.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/pci/eisa_pci.c,v 1.6 2004/05/30 20:08:37 phk Exp $"); /* * PCI:EISA bridge support diff --git a/sys/dev/pci/fixup_pci.c b/sys/dev/pci/fixup_pci.c index 13fc4b15ffccd..e473830202c82 100644 --- a/sys/dev/pci/fixup_pci.c +++ b/sys/dev/pci/fixup_pci.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/pci/fixup_pci.c,v 1.6.8.1 2006/05/31 21:37:11 jhb Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/dev/pci/ignore_pci.c b/sys/dev/pci/ignore_pci.c index 1ae9d34545c11..0445c6490da30 100644 --- a/sys/dev/pci/ignore_pci.c +++ b/sys/dev/pci/ignore_pci.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/pci/ignore_pci.c,v 1.4 2004/05/30 17:57:41 phk Exp $"); /* * 'Ignore' driver - eats devices that show up errnoeously on PCI diff --git a/sys/dev/pci/isa_pci.c b/sys/dev/pci/isa_pci.c index 073aff7a80956..9baff99e3338c 100644 --- a/sys/dev/pci/isa_pci.c +++ b/sys/dev/pci/isa_pci.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/pci/isa_pci.c,v 1.12.8.1 2005/10/06 20:21:03 jhb Exp $"); /* * PCI:ISA bridge support diff --git a/sys/dev/pci/pci.c b/sys/dev/pci/pci.c index 6909b6c8eb0bc..355f11640b5b7 100644 --- a/sys/dev/pci/pci.c +++ b/sys/dev/pci/pci.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/pci/pci.c,v 1.292.2.22 2007/08/15 20:56:09 jhb Exp $"); #include "opt_bus.h" diff --git a/sys/dev/pci/pci_if.m b/sys/dev/pci/pci_if.m index 643bdecd144bb..d936679035bce 100644 --- a/sys/dev/pci/pci_if.m +++ b/sys/dev/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/dev/pci/pci_if.m,v 1.7.2.2 2007/03/31 14:50:51 jhb Exp $ # #include <sys/bus.h> diff --git a/sys/dev/pci/pci_pci.c b/sys/dev/pci/pci_pci.c index d5f44c9bd813e..92d304d9c7db5 100644 --- a/sys/dev/pci/pci_pci.c +++ b/sys/dev/pci/pci_pci.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/pci/pci_pci.c,v 1.37.2.7 2007/10/28 16:13:38 marius Exp $"); /* * PCI:PCI bridge support. diff --git a/sys/dev/pci/pci_private.h b/sys/dev/pci/pci_private.h index 84fe9b624d81d..86f88d5dadf52 100644 --- a/sys/dev/pci/pci_private.h +++ b/sys/dev/pci/pci_private.h @@ -25,7 +25,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/dev/pci/pci_private.h,v 1.14.2.6 2007/08/15 20:56:09 jhb Exp $ * */ diff --git a/sys/dev/pci/pci_user.c b/sys/dev/pci/pci_user.c index 469dc40afcd20..014939344fafe 100644 --- a/sys/dev/pci/pci_user.c +++ b/sys/dev/pci/pci_user.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/pci/pci_user.c,v 1.19.2.2 2006/10/16 11:45:37 ru Exp $"); #include "opt_bus.h" /* XXX trim includes */ #include "opt_compat.h" diff --git a/sys/dev/pci/pcib_if.m b/sys/dev/pci/pcib_if.m index 0b7e8bc62c9bb..fc14fe4f3c269 100644 --- a/sys/dev/pci/pcib_if.m +++ b/sys/dev/pci/pcib_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/dev/pci/pcib_if.m,v 1.7.2.2 2007/08/15 20:56:09 jhb Exp $ # #include <sys/bus.h> diff --git a/sys/dev/pci/pcib_private.h b/sys/dev/pci/pcib_private.h index aea476d4da1bf..af011cab9cf8c 100644 --- a/sys/dev/pci/pcib_private.h +++ b/sys/dev/pci/pcib_private.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/dev/pci/pcib_private.h,v 1.6.8.4 2007/08/15 20:56:09 jhb Exp $ */ #ifndef __PCIB_PRIVATE_H__ diff --git a/sys/dev/pci/pcireg.h b/sys/dev/pci/pcireg.h index 8065208a8e581..559e539c4455e 100644 --- a/sys/dev/pci/pcireg.h +++ b/sys/dev/pci/pcireg.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/dev/pci/pcireg.h,v 1.45.2.9 2007/10/15 02:43:39 sepotvin Exp $ * */ diff --git a/sys/dev/pci/pcivar.h b/sys/dev/pci/pcivar.h index c50e52953740b..494ba35fc751a 100644 --- a/sys/dev/pci/pcivar.h +++ b/sys/dev/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/dev/pci/pcivar.h,v 1.66.2.5 2007/08/15 20:56:09 jhb Exp $ * */ diff --git a/sys/dev/pdq/if_fea.c b/sys/dev/pdq/if_fea.c index 68dbf139e5a2f..a99e4bf4df7d4 100644 --- a/sys/dev/pdq/if_fea.c +++ b/sys/dev/pdq/if_fea.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. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/pdq/if_fea.c,v 1.28 2005/06/10 16:49:13 brooks Exp $ */ /* diff --git a/sys/dev/pdq/if_fpa.c b/sys/dev/pdq/if_fpa.c index 1cca08e668aec..756473fb0ddde 100644 --- a/sys/dev/pdq/if_fpa.c +++ b/sys/dev/pdq/if_fpa.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/pdq/if_fpa.c,v 1.25 2005/06/10 16:49:13 brooks Exp $"); /* * DEC PDQ FDDI Controller; code for BSD derived operating systems diff --git a/sys/dev/pdq/pdq.c b/sys/dev/pdq/pdq.c index 2f4443954d0c8..0fa8ea076dc99 100644 --- a/sys/dev/pdq/pdq.c +++ b/sys/dev/pdq/pdq.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/pdq/pdq.c,v 1.11 2005/06/10 16:49:13 brooks Exp $"); /* * DEC PDQ FDDI Controller O/S independent code diff --git a/sys/dev/pdq/pdq_freebsd.h b/sys/dev/pdq/pdq_freebsd.h index ef38138ecc041..58ea9be5de61e 100644 --- a/sys/dev/pdq/pdq_freebsd.h +++ b/sys/dev/pdq/pdq_freebsd.h @@ -24,7 +24,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * Id: pdqvar.h,v 1.21 1997/03/21 21:16:04 thomas Exp - * $FreeBSD$ + * $FreeBSD: src/sys/dev/pdq/pdq_freebsd.h,v 1.10 2005/06/10 16:49:13 brooks Exp $ * */ diff --git a/sys/dev/pdq/pdq_ifsubr.c b/sys/dev/pdq/pdq_ifsubr.c index 409779a7df5d4..0e7b4c53b0baf 100644 --- a/sys/dev/pdq/pdq_ifsubr.c +++ b/sys/dev/pdq/pdq_ifsubr.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/pdq/pdq_ifsubr.c,v 1.26.2.2 2005/08/25 05:01:13 rwatson Exp $"); /* * DEC PDQ FDDI Controller; code for BSD derived operating systems diff --git a/sys/dev/pdq/pdqreg.h b/sys/dev/pdq/pdqreg.h index 95781957e1a04..c52f7e50ed426 100644 --- a/sys/dev/pdq/pdqreg.h +++ b/sys/dev/pdq/pdqreg.h @@ -24,7 +24,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * Id: pdqreg.h,v 1.11 1997/03/21 21:16:04 thomas Exp - * $FreeBSD$ + * $FreeBSD: src/sys/dev/pdq/pdqreg.h,v 1.4 2002/03/29 11:22:19 mdodd Exp $ * */ diff --git a/sys/dev/pdq/pdqvar.h b/sys/dev/pdq/pdqvar.h index de576ba18b394..4851575b31393 100644 --- a/sys/dev/pdq/pdqvar.h +++ b/sys/dev/pdq/pdqvar.h @@ -24,7 +24,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * Id: pdqvar.h,v 1.21 1997/03/21 21:16:04 thomas Exp - * $FreeBSD$ + * $FreeBSD: src/sys/dev/pdq/pdqvar.h,v 1.12 2005/06/10 16:49:13 brooks Exp $ * */ diff --git a/sys/dev/ppbus/if_plip.c b/sys/dev/ppbus/if_plip.c index b57f2305567c8..4bb9130d2a8db 100644 --- a/sys/dev/ppbus/if_plip.c +++ b/sys/dev/ppbus/if_plip.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ppbus/if_plip.c,v 1.37.2.3 2007/01/19 23:01:30 jhb Exp $"); /* * Parallel port TCP/IP interfaces added. I looked at the driver from diff --git a/sys/dev/ppbus/immio.c b/sys/dev/ppbus/immio.c index 6dc30cc639611..56122c9453532 100644 --- a/sys/dev/ppbus/immio.c +++ b/sys/dev/ppbus/immio.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ppbus/immio.c,v 1.17.10.1 2006/01/29 06:52:35 sam Exp $"); /* * Iomega ZIP+ Matchmaker Parallel Port Interface driver diff --git a/sys/dev/ppbus/lpbb.c b/sys/dev/ppbus/lpbb.c index 07a2f213a9fbf..d006ad5f7bddf 100644 --- a/sys/dev/ppbus/lpbb.c +++ b/sys/dev/ppbus/lpbb.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ppbus/lpbb.c,v 1.18.8.1 2006/07/19 16:31:12 kib Exp $"); /* * I2C Bit-Banging over parallel port diff --git a/sys/dev/ppbus/lpt.c b/sys/dev/ppbus/lpt.c index 2a17969058c03..24319e08d3f73 100644 --- a/sys/dev/ppbus/lpt.c +++ b/sys/dev/ppbus/lpt.c @@ -51,7 +51,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ppbus/lpt.c,v 1.36.2.2 2007/03/23 19:45:53 njl Exp $"); /* * Device Driver for AT parallel printer port diff --git a/sys/dev/ppbus/lpt.h b/sys/dev/ppbus/lpt.h index 9075b4ec6e5ad..da1a527ee5b85 100644 --- a/sys/dev/ppbus/lpt.h +++ b/sys/dev/ppbus/lpt.h @@ -34,7 +34,7 @@ * Id: lptreg.h,v 1.6 1997/02/22 09:36:52 peter Exp * From Id: nlpt.h,v 1.3 1999/01/10 12:04:54 nsouch Exp * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ppbus/lpt.h,v 1.4 1999/08/28 00:42:23 peter Exp $ */ /* diff --git a/sys/dev/ppbus/lptio.h b/sys/dev/ppbus/lptio.h index e8471d396d20e..e9ee722b68df4 100644 --- a/sys/dev/ppbus/lptio.h +++ b/sys/dev/ppbus/lptio.h @@ -11,7 +11,7 @@ * * Geoff Rehmet, Rhodes University, South Africa <csgr@cs.ru.ac.za> * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ppbus/lptio.h,v 1.9 2005/01/06 01:43:06 imp Exp $ */ #ifndef _DEV_PPBUS_LPT_H_ diff --git a/sys/dev/ppbus/pcfclock.c b/sys/dev/ppbus/pcfclock.c index 0a650552aecea..cb84a16db6a25 100644 --- a/sys/dev/ppbus/pcfclock.c +++ b/sys/dev/ppbus/pcfclock.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ppbus/pcfclock.c,v 1.20 2005/01/06 01:43:06 imp Exp $"); #include "opt_pcfclock.h" diff --git a/sys/dev/ppbus/ppb_1284.c b/sys/dev/ppbus/ppb_1284.c index 566350301cbee..96121cc88def8 100644 --- a/sys/dev/ppbus/ppb_1284.c +++ b/sys/dev/ppbus/ppb_1284.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ppbus/ppb_1284.c,v 1.14 2003/08/24 17:54:16 obrien Exp $"); /* * General purpose routines for the IEEE1284-1994 Standard diff --git a/sys/dev/ppbus/ppb_1284.h b/sys/dev/ppbus/ppb_1284.h index 5c4010f88bf52..39657494dd7c6 100644 --- a/sys/dev/ppbus/ppb_1284.h +++ b/sys/dev/ppbus/ppb_1284.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/dev/ppbus/ppb_1284.h,v 1.7 2000/01/14 08:03:14 nsouch Exp $ * */ #ifndef __1284_H diff --git a/sys/dev/ppbus/ppb_base.c b/sys/dev/ppbus/ppb_base.c index f54dae1e44ec8..117ad8615ff74 100644 --- a/sys/dev/ppbus/ppb_base.c +++ b/sys/dev/ppbus/ppb_base.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ppbus/ppb_base.c,v 1.14 2003/08/24 17:54:16 obrien Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ppbus/ppb_msq.c b/sys/dev/ppbus/ppb_msq.c index 533ab5f4603a5..553babad0c24f 100644 --- a/sys/dev/ppbus/ppb_msq.c +++ b/sys/dev/ppbus/ppb_msq.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ppbus/ppb_msq.c,v 1.14 2003/08/24 17:54:16 obrien Exp $"); #include <machine/stdarg.h> #include <sys/param.h> diff --git a/sys/dev/ppbus/ppb_msq.h b/sys/dev/ppbus/ppb_msq.h index 1ee55e56d4bfa..59dc74a6a922f 100644 --- a/sys/dev/ppbus/ppb_msq.h +++ b/sys/dev/ppbus/ppb_msq.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/dev/ppbus/ppb_msq.h,v 1.9 2002/11/09 12:55:05 alfred Exp $ * */ #ifndef __PPB_MSQ_H diff --git a/sys/dev/ppbus/ppbconf.c b/sys/dev/ppbus/ppbconf.c index 53421a22c29b4..62f8e6b0dc295 100644 --- a/sys/dev/ppbus/ppbconf.c +++ b/sys/dev/ppbus/ppbconf.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ppbus/ppbconf.c,v 1.23.10.1 2007/03/23 19:45:53 njl Exp $"); #include "opt_ppb_1284.h" #include <sys/param.h> diff --git a/sys/dev/ppbus/ppbconf.h b/sys/dev/ppbus/ppbconf.h index eb1f64ec68aef..07f11b39b5a4b 100644 --- a/sys/dev/ppbus/ppbconf.h +++ b/sys/dev/ppbus/ppbconf.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/dev/ppbus/ppbconf.h,v 1.19 2003/08/07 15:04:25 jhb Exp $ * */ #ifndef __PPBCONF_H diff --git a/sys/dev/ppbus/ppbio.h b/sys/dev/ppbus/ppbio.h index 2794eddc1dea3..b288fc892ed57 100644 --- a/sys/dev/ppbus/ppbio.h +++ b/sys/dev/ppbus/ppbio.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/dev/ppbus/ppbio.h,v 1.1 2000/01/14 00:17:57 nsouch Exp $ * */ diff --git a/sys/dev/ppbus/ppbus_if.m b/sys/dev/ppbus/ppbus_if.m index ccc308d23f367..5e72b555927f2 100644 --- a/sys/dev/ppbus/ppbus_if.m +++ b/sys/dev/ppbus/ppbus_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/dev/ppbus/ppbus_if.m,v 1.3 2005/01/06 01:43:06 imp Exp $ # #include <sys/bus.h> diff --git a/sys/dev/ppbus/ppi.c b/sys/dev/ppbus/ppi.c index f689bc14ae526..4353ae558eb26 100644 --- a/sys/dev/ppbus/ppi.c +++ b/sys/dev/ppbus/ppi.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ppbus/ppi.c,v 1.38.8.1 2006/07/19 16:31:12 kib Exp $"); #include "opt_ppb_1284.h" #include <sys/param.h> diff --git a/sys/dev/ppbus/ppi.h b/sys/dev/ppbus/ppi.h index 8ff2fb48c4ad6..e5b9994cdbce7 100644 --- a/sys/dev/ppbus/ppi.h +++ b/sys/dev/ppbus/ppi.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/dev/ppbus/ppi.h,v 1.5 1999/12/29 04:35:43 peter Exp $ * */ #ifndef __PPI_H diff --git a/sys/dev/ppbus/pps.c b/sys/dev/ppbus/pps.c index 37c785e7527f7..2155f305cc39b 100644 --- a/sys/dev/ppbus/pps.c +++ b/sys/dev/ppbus/pps.c @@ -15,7 +15,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ppbus/pps.c,v 1.50.2.1 2006/07/19 16:31:12 kib Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/dev/ppbus/vpo.c b/sys/dev/ppbus/vpo.c index abb2ef896d49d..96212e01477bd 100644 --- a/sys/dev/ppbus/vpo.c +++ b/sys/dev/ppbus/vpo.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ppbus/vpo.c,v 1.33.8.1 2006/12/14 02:57:07 mjacob Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ppbus/vpoio.c b/sys/dev/ppbus/vpoio.c index 128fdc7e56f01..33159ab20d189 100644 --- a/sys/dev/ppbus/vpoio.c +++ b/sys/dev/ppbus/vpoio.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ppbus/vpoio.c,v 1.18 2003/08/24 17:54:16 obrien Exp $"); #ifdef _KERNEL #include <sys/param.h> diff --git a/sys/dev/ppbus/vpoio.h b/sys/dev/ppbus/vpoio.h index fe66fa5299be7..64d2ccbe76376 100644 --- a/sys/dev/ppbus/vpoio.h +++ b/sys/dev/ppbus/vpoio.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/dev/ppbus/vpoio.h,v 1.5 2001/01/02 21:29:06 nsouch Exp $ * */ #ifndef __VP0IO_H diff --git a/sys/dev/ppc/ppc.c b/sys/dev/ppc/ppc.c index 3db6e115ebfbb..c14f06ea6284a 100644 --- a/sys/dev/ppc/ppc.c +++ b/sys/dev/ppc/ppc.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ppc/ppc.c,v 1.45.2.3 2007/05/12 06:10:11 nyan Exp $"); #include "opt_ppc.h" diff --git a/sys/dev/ppc/ppc_puc.c b/sys/dev/ppc/ppc_puc.c index 2b41bfebca1d2..1f97c4ea0c248 100644 --- a/sys/dev/ppc/ppc_puc.c +++ b/sys/dev/ppc/ppc_puc.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/dev/ppc/ppc_puc.c,v 1.2 2004/05/30 20:08:37 phk Exp $ * */ diff --git a/sys/dev/ppc/ppcreg.h b/sys/dev/ppc/ppcreg.h index ea12ead9c417a..96a29cac5ee84 100644 --- a/sys/dev/ppc/ppcreg.h +++ b/sys/dev/ppc/ppcreg.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/dev/ppc/ppcreg.h,v 1.15 2001/06/23 06:52:54 nsouch Exp $ * */ #ifndef __PPCREG_H diff --git a/sys/dev/ppc/ppcvar.h b/sys/dev/ppc/ppcvar.h index 98bc0225c598f..d15008f4a4d1d 100644 --- a/sys/dev/ppc/ppcvar.h +++ b/sys/dev/ppc/ppcvar.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/dev/ppc/ppcvar.h,v 1.2.2.1 2007/03/23 19:45:53 njl Exp $ * */ diff --git a/sys/dev/pst/pst-iop.c b/sys/dev/pst/pst-iop.c index 1b017fd865c82..c7dfc6a926910 100644 --- a/sys/dev/pst/pst-iop.c +++ b/sys/dev/pst/pst-iop.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/pst/pst-iop.c,v 1.7 2004/10/03 16:06:46 stefanf Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/pst/pst-iop.h b/sys/dev/pst/pst-iop.h index 59314ce0bb339..e402c2371314b 100644 --- a/sys/dev/pst/pst-iop.h +++ b/sys/dev/pst/pst-iop.h @@ -25,7 +25,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/dev/pst/pst-iop.h,v 1.6 2004/10/03 16:06:46 stefanf Exp $ */ /* misc defines */ diff --git a/sys/dev/pst/pst-pci.c b/sys/dev/pst/pst-pci.c index c5f4a85921603..feb4d770ed308 100644 --- a/sys/dev/pst/pst-pci.c +++ b/sys/dev/pst/pst-pci.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/pst/pst-pci.c,v 1.8 2005/03/05 18:10:49 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/pst/pst-raid.c b/sys/dev/pst/pst-raid.c index f14be91904d21..046d7c5cad463 100644 --- a/sys/dev/pst/pst-raid.c +++ b/sys/dev/pst/pst-raid.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/pst/pst-raid.c,v 1.14 2004/09/15 15:39:28 sos Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/puc/puc.c b/sys/dev/puc/puc.c index 86e2a0caed52f..6c50b043a0f46 100644 --- a/sys/dev/puc/puc.c +++ b/sys/dev/puc/puc.c @@ -58,7 +58,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/puc/puc.c,v 1.39 2005/03/04 22:23:21 marius Exp $"); /* * PCI "universal" communication card device driver, glues com, lpt, diff --git a/sys/dev/puc/puc_ebus.c b/sys/dev/puc/puc_ebus.c index a94576ad20719..3f82172379ec0 100644 --- a/sys/dev/puc/puc_ebus.c +++ b/sys/dev/puc/puc_ebus.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/puc/puc_ebus.c,v 1.5.2.1 2006/02/15 09:16:01 marius Exp $"); #include "opt_puc.h" diff --git a/sys/dev/puc/puc_pccard.c b/sys/dev/puc/puc_pccard.c index c01db42e6537e..e9bb3d05b213a 100644 --- a/sys/dev/puc/puc_pccard.c +++ b/sys/dev/puc/puc_pccard.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/puc/puc_pccard.c,v 1.9 2004/05/30 20:08:38 phk Exp $"); #include "opt_puc.h" diff --git a/sys/dev/puc/puc_pci.c b/sys/dev/puc/puc_pci.c index 2be23cf5c16d7..51dfdef3eb749 100644 --- a/sys/dev/puc/puc_pci.c +++ b/sys/dev/puc/puc_pci.c @@ -58,7 +58,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/puc/puc_pci.c,v 1.14 2005/03/05 18:10:49 imp Exp $"); #include "opt_puc.h" diff --git a/sys/dev/puc/puc_sbus.c b/sys/dev/puc/puc_sbus.c index 8bd36d0c4387c..0c520aa684798 100644 --- a/sys/dev/puc/puc_sbus.c +++ b/sys/dev/puc/puc_sbus.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/puc/puc_sbus.c,v 1.8 2005/02/26 00:25:43 marius Exp $"); #include "opt_puc.h" diff --git a/sys/dev/puc/pucdata.c b/sys/dev/puc/pucdata.c index 59be93d8f673a..48991ccdba3b2 100644 --- a/sys/dev/puc/pucdata.c +++ b/sys/dev/puc/pucdata.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/puc/pucdata.c,v 1.51.2.3 2006/12/15 22:31:37 mjacob Exp $"); /* * PCI "universal" communications card driver configuration data (used to diff --git a/sys/dev/puc/pucvar.h b/sys/dev/puc/pucvar.h index bf9bb7f4f5d0b..afd191534cb4c 100644 --- a/sys/dev/puc/pucvar.h +++ b/sys/dev/puc/pucvar.h @@ -1,5 +1,5 @@ /* $NetBSD: pucvar.h,v 1.2 1999/02/06 06:29:54 cgd Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/puc/pucvar.h,v 1.15 2005/01/11 06:24:40 imp Exp $ */ /*- * Copyright (c) 2002 JF Hay. All rights reserved. diff --git a/sys/dev/ral/if_ral_pci.c b/sys/dev/ral/if_ral_pci.c index f1cc23caf091d..c7455239f3747 100644 --- a/sys/dev/ral/if_ral_pci.c +++ b/sys/dev/ral/if_ral_pci.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/ral/if_ral_pci.c,v 1.1.2.2 2006/12/23 07:14:42 fjoe Exp $ */ /*- * Copyright (c) 2005, 2006 @@ -18,7 +18,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ral/if_ral_pci.c,v 1.1.2.2 2006/12/23 07:14:42 fjoe Exp $"); /* * PCI/Cardbus front-end for the Ralink RT2560/RT2561/RT2561S/RT2661 driver. diff --git a/sys/dev/ral/if_ralrate.c b/sys/dev/ral/if_ralrate.c index b8922ba0da04c..92b6e08fb5830 100644 --- a/sys/dev/ral/if_ralrate.c +++ b/sys/dev/ral/if_ralrate.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/ral/if_ralrate.c,v 1.1 2005/04/18 18:47:36 damien Exp $ */ /* $NetBSD: ieee80211_rssadapt.c,v 1.9 2005/02/26 22:45:09 perry Exp $ */ /*- * Copyright (c) 2003, 2004 David Young. All rights reserved. diff --git a/sys/dev/ral/if_ralrate.h b/sys/dev/ral/if_ralrate.h index 50eee4429bc34..787dbc7c8534b 100644 --- a/sys/dev/ral/if_ralrate.h +++ b/sys/dev/ral/if_ralrate.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/ral/if_ralrate.h,v 1.1 2005/04/18 18:47:36 damien Exp $ */ /* $NetBSD: ieee80211_rssadapt.h,v 1.4 2005/02/26 22:45:09 perry Exp $ */ /*- * Copyright (c) 2003, 2004 David Young. All rights reserved. diff --git a/sys/dev/ral/rt2560.c b/sys/dev/ral/rt2560.c index adbf0a0310411..5f19c78d4fdc2 100644 --- a/sys/dev/ral/rt2560.c +++ b/sys/dev/ral/rt2560.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/ral/rt2560.c,v 1.9.2.3 2007/03/31 22:02:42 sam Exp $ */ /*- * Copyright (c) 2005, 2006 @@ -18,7 +18,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ral/rt2560.c,v 1.9.2.3 2007/03/31 22:02:42 sam Exp $"); /*- * Ralink Technology RT2560 chipset driver diff --git a/sys/dev/ral/rt2560reg.h b/sys/dev/ral/rt2560reg.h index 6b1cf0d09bd3a..fb5bb1428078e 100644 --- a/sys/dev/ral/rt2560reg.h +++ b/sys/dev/ral/rt2560reg.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/ral/rt2560reg.h,v 1.1.2.1 2006/12/23 07:14:42 fjoe Exp $ */ /*- * Copyright (c) 2005, 2006 diff --git a/sys/dev/ral/rt2560var.h b/sys/dev/ral/rt2560var.h index 2f202b6621c72..123b7b5148891 100644 --- a/sys/dev/ral/rt2560var.h +++ b/sys/dev/ral/rt2560var.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/ral/rt2560var.h,v 1.2.2.1 2006/12/23 07:14:42 fjoe Exp $ */ /*- * Copyright (c) 2005, 2006 diff --git a/sys/dev/ral/rt2661.c b/sys/dev/ral/rt2661.c index 49cd5f70a781c..580e6fced3456 100644 --- a/sys/dev/ral/rt2661.c +++ b/sys/dev/ral/rt2661.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/ral/rt2661.c,v 1.10.2.3 2007/03/31 22:03:04 sam Exp $ */ /*- * Copyright (c) 2006 @@ -18,7 +18,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ral/rt2661.c,v 1.10.2.3 2007/03/31 22:03:04 sam Exp $"); /*- * Ralink Technology RT2561, RT2561S and RT2661 chipset driver diff --git a/sys/dev/ral/rt2661_ucode.h b/sys/dev/ral/rt2661_ucode.h index 556ac5f03b237..e34aa109ee836 100644 --- a/sys/dev/ral/rt2661_ucode.h +++ b/sys/dev/ral/rt2661_ucode.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/ral/rt2661_ucode.h,v 1.1.2.1 2006/12/23 07:14:42 fjoe Exp $ */ /* OpenBSD: microcode.h,v 1.1 2006/01/09 20:03:40 damien Exp */ /*- diff --git a/sys/dev/ral/rt2661reg.h b/sys/dev/ral/rt2661reg.h index d79f9264260e8..5967390e4ac49 100644 --- a/sys/dev/ral/rt2661reg.h +++ b/sys/dev/ral/rt2661reg.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/ral/rt2661reg.h,v 1.1.2.1 2006/12/23 07:14:42 fjoe Exp $ */ /*- * Copyright (c) 2006 diff --git a/sys/dev/ral/rt2661var.h b/sys/dev/ral/rt2661var.h index 9d95ca63f1038..a2909b87d26b7 100644 --- a/sys/dev/ral/rt2661var.h +++ b/sys/dev/ral/rt2661var.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/ral/rt2661var.h,v 1.2.2.1 2006/12/23 07:14:42 fjoe Exp $ */ /*- * Copyright (c) 2005 diff --git a/sys/dev/random/harvest.c b/sys/dev/random/harvest.c index d78306524ff98..da541a952a310 100644 --- a/sys/dev/random/harvest.c +++ b/sys/dev/random/harvest.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/random/harvest.c,v 1.25 2004/10/18 19:29:13 rwatson Exp $"); #include <sys/param.h> #include <sys/kthread.h> diff --git a/sys/dev/random/hash.c b/sys/dev/random/hash.c index 611f866c42426..2057053d1182c 100644 --- a/sys/dev/random/hash.c +++ b/sys/dev/random/hash.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/random/hash.c,v 1.13 2005/03/11 15:42:50 ume Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/random/hash.h b/sys/dev/random/hash.h index 8580d145d6832..9c31976bc8f8b 100644 --- a/sys/dev/random/hash.h +++ b/sys/dev/random/hash.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/dev/random/hash.h,v 1.5 2004/04/09 15:47:09 markm Exp $ */ #define KEYSIZE 32 /* (in bytes) 32 bytes == 256 bits */ diff --git a/sys/dev/random/nehemiah.c b/sys/dev/random/nehemiah.c index 3001b2030e11b..8dbc4ced58bd8 100644 --- a/sys/dev/random/nehemiah.c +++ b/sys/dev/random/nehemiah.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/random/nehemiah.c,v 1.3.2.1 2006/02/08 05:58:17 ps Exp $"); #include <sys/param.h> #include <sys/time.h> diff --git a/sys/dev/random/nehemiah.h b/sys/dev/random/nehemiah.h index b35fb3fb2262f..90af99b159d01 100644 --- a/sys/dev/random/nehemiah.h +++ b/sys/dev/random/nehemiah.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/dev/random/nehemiah.h,v 1.1 2004/04/09 15:47:09 markm Exp $ */ extern struct random_systat random_nehemiah; diff --git a/sys/dev/random/probe.c b/sys/dev/random/probe.c index 55b197498c28b..fe3347a63821c 100644 --- a/sys/dev/random/probe.c +++ b/sys/dev/random/probe.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/random/probe.c,v 1.4.2.1 2006/07/21 15:12:02 mr Exp $"); #include <sys/types.h> #include <sys/param.h> diff --git a/sys/dev/random/randomdev.c b/sys/dev/random/randomdev.c index 4d2b1bbffe6d0..3e4c498c8fa4c 100644 --- a/sys/dev/random/randomdev.c +++ b/sys/dev/random/randomdev.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/random/randomdev.c,v 1.59.2.1 2006/02/08 05:58:17 ps Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/random/randomdev.h b/sys/dev/random/randomdev.h index 2529a82ec710e..80d25e3b45158 100644 --- a/sys/dev/random/randomdev.h +++ b/sys/dev/random/randomdev.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/dev/random/randomdev.h,v 1.6.8.1 2006/02/08 05:58:17 ps Exp $ */ /* This header contains only those definitions that are global diff --git a/sys/dev/random/randomdev_soft.c b/sys/dev/random/randomdev_soft.c index 159d6cebc54c0..84b2612e25025 100644 --- a/sys/dev/random/randomdev_soft.c +++ b/sys/dev/random/randomdev_soft.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/random/randomdev_soft.c,v 1.11.2.2 2006/06/16 22:11:55 jhb Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/random/randomdev_soft.h b/sys/dev/random/randomdev_soft.h index 489d45a3c5fda..bec748f47d6ac 100644 --- a/sys/dev/random/randomdev_soft.h +++ b/sys/dev/random/randomdev_soft.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/dev/random/randomdev_soft.h,v 1.1.8.1 2006/02/08 05:58:17 ps Exp $ */ /* This header contains only those definitions that are global diff --git a/sys/dev/random/yarrow.c b/sys/dev/random/yarrow.c index b10bd0d0ffcf5..2003d763bddf9 100644 --- a/sys/dev/random/yarrow.c +++ b/sys/dev/random/yarrow.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/random/yarrow.c,v 1.45.2.1.6.1 2007/11/29 16:06:54 simon Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/dev/random/yarrow.h b/sys/dev/random/yarrow.h index 558354d27f737..098065fdc5992 100644 --- a/sys/dev/random/yarrow.h +++ b/sys/dev/random/yarrow.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/dev/random/yarrow.h,v 1.18 2004/04/09 15:47:09 markm Exp $ */ /* This contains Yarrow-specific declarations. diff --git a/sys/dev/ray/if_ray.c b/sys/dev/ray/if_ray.c index 9ea6680289add..14669cfbc9707 100644 --- a/sys/dev/ray/if_ray.c +++ b/sys/dev/ray/if_ray.c @@ -62,7 +62,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ray/if_ray.c,v 1.79.2.2 2005/08/25 05:01:14 rwatson Exp $"); /* * Card configuration diff --git a/sys/dev/ray/if_raydbg.h b/sys/dev/ray/if_raydbg.h index 4981da6b85fe4..1afdc2bd8cd72 100644 --- a/sys/dev/ray/if_raydbg.h +++ b/sys/dev/ray/if_raydbg.h @@ -28,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ray/if_raydbg.h,v 1.13 2005/01/06 01:43:09 imp Exp $ * */ diff --git a/sys/dev/ray/if_raymib.h b/sys/dev/ray/if_raymib.h index de3bb16411316..599b6ebe9e43c 100644 --- a/sys/dev/ray/if_raymib.h +++ b/sys/dev/ray/if_raymib.h @@ -28,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ray/if_raymib.h,v 1.13 2005/01/06 01:43:09 imp Exp $ * */ diff --git a/sys/dev/ray/if_rayreg.h b/sys/dev/ray/if_rayreg.h index 562279f7aa3df..eeecb78a8ea64 100644 --- a/sys/dev/ray/if_rayreg.h +++ b/sys/dev/ray/if_rayreg.h @@ -28,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ray/if_rayreg.h,v 1.11 2005/01/06 01:43:09 imp Exp $ * */ diff --git a/sys/dev/ray/if_rayvar.h b/sys/dev/ray/if_rayvar.h index 7376405bb19ad..50fbbd7f9a244 100644 --- a/sys/dev/ray/if_rayvar.h +++ b/sys/dev/ray/if_rayvar.h @@ -28,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ray/if_rayvar.h,v 1.21.2.1 2005/08/25 05:01:14 rwatson Exp $ * */ diff --git a/sys/dev/rc/rc.c b/sys/dev/rc/rc.c index 71cc67567ddbe..82bdce7fb45f8 100644 --- a/sys/dev/rc/rc.c +++ b/sys/dev/rc/rc.c @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/rc/rc.c,v 1.99.2.1 2006/03/10 19:37:32 jhb Exp $ */ /* diff --git a/sys/dev/rc/rcreg.h b/sys/dev/rc/rcreg.h index 8ba287e7251c0..e23576548f678 100644 --- a/sys/dev/rc/rcreg.h +++ b/sys/dev/rc/rcreg.h @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/rc/rcreg.h,v 1.6 2005/01/06 01:43:10 imp Exp $ */ /* diff --git a/sys/dev/re/if_re.c b/sys/dev/re/if_re.c index 63e1075aca00c..c1620a358e635 100644 --- a/sys/dev/re/if_re.c +++ b/sys/dev/re/if_re.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/re/if_re.c,v 1.46.2.35.2.1 2007/12/06 06:02:43 yongari Exp $"); /* * RealTek 8139C+/8169/8169S/8110S/8168/8111/8101E PCI NIC driver diff --git a/sys/dev/rndtest/rndtest.c b/sys/dev/rndtest/rndtest.c index 15ddcceeb59c6..e9207dab66afa 100644 --- a/sys/dev/rndtest/rndtest.c +++ b/sys/dev/rndtest/rndtest.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/rndtest/rndtest.c,v 1.5 2005/01/06 01:43:10 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/rndtest/rndtest.h b/sys/dev/rndtest/rndtest.h index 5a284e9a91de5..83d6fd94f0e72 100644 --- a/sys/dev/rndtest/rndtest.h +++ b/sys/dev/rndtest/rndtest.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/rndtest/rndtest.h,v 1.2 2005/01/06 01:43:10 imp Exp $ */ /* $OpenBSD$ */ /*- diff --git a/sys/dev/rp/rp.c b/sys/dev/rp/rp.c index 0b74be3b5d8e6..280d2c090553e 100644 --- a/sys/dev/rp/rp.c +++ b/sys/dev/rp/rp.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/rp/rp.c,v 1.67.2.3 2007/07/03 20:35:07 remko Exp $"); /* * rp.c - for RocketPort FreeBSD diff --git a/sys/dev/rp/rp_isa.c b/sys/dev/rp/rp_isa.c index 2f612308f45b5..0ecabf4887aae 100644 --- a/sys/dev/rp/rp_isa.c +++ b/sys/dev/rp/rp_isa.c @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/rp/rp_isa.c,v 1.7.2.1 2006/12/04 12:26:52 marius Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/rp/rp_pci.c b/sys/dev/rp/rp_pci.c index 4c27b6222efbd..acc0343903478 100644 --- a/sys/dev/rp/rp_pci.c +++ b/sys/dev/rp/rp_pci.c @@ -34,7 +34,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/rp/rp_pci.c,v 1.11.2.2 2006/12/04 12:26:52 marius Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/rp/rpreg.h b/sys/dev/rp/rpreg.h index 735ba87130d3f..8fe6c92dcf2f1 100644 --- a/sys/dev/rp/rpreg.h +++ b/sys/dev/rp/rpreg.h @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/rp/rpreg.h,v 1.7.2.1 2006/12/04 12:26:52 marius Exp $ */ /* diff --git a/sys/dev/rp/rpvar.h b/sys/dev/rp/rpvar.h index 7aff0d67179d1..e315e3ee73335 100644 --- a/sys/dev/rp/rpvar.h +++ b/sys/dev/rp/rpvar.h @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/rp/rpvar.h,v 1.8.2.1 2006/12/04 12:26:52 marius Exp $ */ /* diff --git a/sys/dev/rr232x/LICENSE b/sys/dev/rr232x/LICENSE index ac2b218fa22f2..aa341385471b5 100644 --- a/sys/dev/rr232x/LICENSE +++ b/sys/dev/rr232x/LICENSE @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/sys/dev/rr232x/LICENSE,v 1.1.2.1 2006/04/30 17:11:34 scottl Exp $ Unless otherwise noted, all program source, header, and binary data files in this directory are governed by the following copyright and license: diff --git a/sys/dev/rr232x/README b/sys/dev/rr232x/README index a73b631e1e5ae..64663bab30239 100644 --- a/sys/dev/rr232x/README +++ b/sys/dev/rr232x/README @@ -10,7 +10,7 @@ Revision History: v1.01 2005-8-30 First source code release -$FreeBSD$ +$FreeBSD: src/sys/dev/rr232x/README,v 1.1.2.1 2006/04/30 17:11:34 scottl Exp $ ############################################################################# diff --git a/sys/dev/rr232x/amd64-elf.rr232x_lib.o.uu b/sys/dev/rr232x/amd64-elf.rr232x_lib.o.uu index 42bea385a41dd..589acb1f5f699 100644 --- a/sys/dev/rr232x/amd64-elf.rr232x_lib.o.uu +++ b/sys/dev/rr232x/amd64-elf.rr232x_lib.o.uu @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/sys/dev/rr232x/amd64-elf.rr232x_lib.o.uu,v 1.1.2.1 2006/04/30 17:11:34 scottl Exp $ begin 644 rr232x_lib.o M?T5,1@(!`0D```````````$`/@`!`````````````````````````/`V`@`` M`````````$```````$``$``-`//#9F9FD&9F9I!F9I!F9I!(@^PH2(D<)$R) diff --git a/sys/dev/rr232x/array.h b/sys/dev/rr232x/array.h index 6e1fd934b2264..9bb298612c2dc 100644 --- a/sys/dev/rr232x/array.h +++ b/sys/dev/rr232x/array.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/dev/rr232x/array.h,v 1.1.2.1 2006/04/30 17:11:35 scottl Exp $ */ #ifndef _HPT_ARRAY_H_ #define _HPT_ARRAY_H_ diff --git a/sys/dev/rr232x/him.h b/sys/dev/rr232x/him.h index 412b988e91f81..ae64bfd5210f1 100644 --- a/sys/dev/rr232x/him.h +++ b/sys/dev/rr232x/him.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/dev/rr232x/him.h,v 1.1.2.1 2006/04/30 17:11:35 scottl Exp $ */ #ifndef _HPT_HIM_H_ #define _HPT_HIM_H_ diff --git a/sys/dev/rr232x/himfuncs.h b/sys/dev/rr232x/himfuncs.h index 528cb735bc6af..647e160310e37 100644 --- a/sys/dev/rr232x/himfuncs.h +++ b/sys/dev/rr232x/himfuncs.h @@ -22,7 +22,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/rr232x/himfuncs.h,v 1.1.2.1 2006/04/30 17:11:35 scottl Exp $ * * define _HIM_INTERFACE before include this file, and * undef it after include this file. diff --git a/sys/dev/rr232x/hptintf.h b/sys/dev/rr232x/hptintf.h index b8826f3da33fa..d731446cc63f1 100644 --- a/sys/dev/rr232x/hptintf.h +++ b/sys/dev/rr232x/hptintf.h @@ -22,7 +22,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/rr232x/hptintf.h,v 1.1.2.1 2006/04/30 17:11:35 scottl Exp $ * * File: hptintf.h * Description: ioctl interface for HPT RAID driver diff --git a/sys/dev/rr232x/i386-elf.rr232x_lib.o.uu b/sys/dev/rr232x/i386-elf.rr232x_lib.o.uu index e054cf42c5471..bdfd550fbd50e 100644 --- a/sys/dev/rr232x/i386-elf.rr232x_lib.o.uu +++ b/sys/dev/rr232x/i386-elf.rr232x_lib.o.uu @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/sys/dev/rr232x/i386-elf.rr232x_lib.o.uu,v 1.1.2.1 2006/04/30 17:11:35 scottl Exp $ begin 644 rr232x_lib.o M?T5,1@$!`0D```````````$``P`!```````````````<R`$``````#0````` M`"@`#@`+`,.-=@!55U93@^P8BUPD+(M##(NP9!T``(DU`````(M##(NH:!T` diff --git a/sys/dev/rr232x/ldm.h b/sys/dev/rr232x/ldm.h index db4edd47effa0..b9df8d27e710d 100644 --- a/sys/dev/rr232x/ldm.h +++ b/sys/dev/rr232x/ldm.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/dev/rr232x/ldm.h,v 1.1.2.1 2006/04/30 17:11:35 scottl Exp $ */ #ifndef _HPT_LDM_H_ #define _HPT_LDM_H_ diff --git a/sys/dev/rr232x/list.h b/sys/dev/rr232x/list.h index 5af23b59fa7e4..e37637e2a0423 100644 --- a/sys/dev/rr232x/list.h +++ b/sys/dev/rr232x/list.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/dev/rr232x/list.h,v 1.1.2.1 2006/04/30 17:11:35 scottl Exp $ */ #ifndef _HPT_LIST_H_ #define _HPT_LIST_H_ diff --git a/sys/dev/rr232x/os_bsd.c b/sys/dev/rr232x/os_bsd.c index 94b99549f03e3..5219b808e3bd4 100644 --- a/sys/dev/rr232x/os_bsd.c +++ b/sys/dev/rr232x/os_bsd.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/dev/rr232x/os_bsd.c,v 1.1.2.1 2006/04/30 17:11:35 scottl Exp $ */ #include <dev/rr232x/os_bsd.h> diff --git a/sys/dev/rr232x/os_bsd.h b/sys/dev/rr232x/os_bsd.h index 2d696e877a762..5c17d9111ac0f 100644 --- a/sys/dev/rr232x/os_bsd.h +++ b/sys/dev/rr232x/os_bsd.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/dev/rr232x/os_bsd.h,v 1.2.2.1 2006/04/30 17:11:35 scottl Exp $ */ #ifndef _OS_BSD_H diff --git a/sys/dev/rr232x/osm.h b/sys/dev/rr232x/osm.h index 23e64835b7254..e38b30bcecede 100644 --- a/sys/dev/rr232x/osm.h +++ b/sys/dev/rr232x/osm.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/dev/rr232x/osm.h,v 1.1.2.1 2006/04/30 17:11:35 scottl Exp $ */ #ifndef _HPT_OSM_H_ #define _HPT_OSM_H_ diff --git a/sys/dev/rr232x/osm_bsd.c b/sys/dev/rr232x/osm_bsd.c index e93b9baf95697..3dee5c7f0f349 100644 --- a/sys/dev/rr232x/osm_bsd.c +++ b/sys/dev/rr232x/osm_bsd.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/dev/rr232x/osm_bsd.c,v 1.1.2.2 2006/05/06 06:31:50 scottl Exp $ */ #include <dev/rr232x/os_bsd.h> diff --git a/sys/dev/rr232x/rr232x_config.c b/sys/dev/rr232x/rr232x_config.c index 32204ba4acbea..934559c2393db 100644 --- a/sys/dev/rr232x/rr232x_config.c +++ b/sys/dev/rr232x/rr232x_config.c @@ -1,7 +1,7 @@ #include <dev/rr232x/rr232x_config.h> /**************************************************************************** * config.c - auto-generated file - * $FreeBSD$ + * $FreeBSD: src/sys/dev/rr232x/rr232x_config.c,v 1.1.2.1 2006/04/30 17:11:35 scottl Exp $ ****************************************************************************/ #include <dev/rr232x/os_bsd.h> diff --git a/sys/dev/rr232x/rr232x_config.h b/sys/dev/rr232x/rr232x_config.h index c6098aec384fd..a6cdac45fdce8 100644 --- a/sys/dev/rr232x/rr232x_config.h +++ b/sys/dev/rr232x/rr232x_config.h @@ -1,5 +1,5 @@ /* - * $FreeBSD$ + * $FreeBSD: src/sys/dev/rr232x/rr232x_config.h,v 1.1.2.1 2006/04/30 17:11:35 scottl Exp $ */ #ifndef rr232x_CONFIG_H #define rr232x_CONFIG_H diff --git a/sys/dev/sab/sab.c b/sys/dev/sab/sab.c index 20886c8e26ca1..5947ff7c9e11d 100644 --- a/sys/dev/sab/sab.c +++ b/sys/dev/sab/sab.c @@ -36,7 +36,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/sab/sab.c,v 1.39.2.1 2006/03/10 19:37:32 jhb Exp $"); /* * SAB82532 Dual UART driver diff --git a/sys/dev/sab/sab82532reg.h b/sys/dev/sab/sab82532reg.h index 77e48216357f0..2a76eb80b8926 100644 --- a/sys/dev/sab/sab82532reg.h +++ b/sys/dev/sab/sab82532reg.h @@ -34,7 +34,7 @@ * Agency (DARPA) and Air Force Research Laboratory, Air Force * Materiel Command, USAF, under agreement number F30602-01-2-0537. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/sab/sab82532reg.h,v 1.2 2005/01/06 01:43:12 imp Exp $ */ /* diff --git a/sys/dev/safe/safe.c b/sys/dev/safe/safe.c index f1a46a9bdc48f..0d43e0a8a0da2 100644 --- a/sys/dev/safe/safe.c +++ b/sys/dev/safe/safe.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/safe/safe.c,v 1.8.2.1 2006/09/04 15:18:50 pjd Exp $"); /* * SafeNet SafeXcel-1141 hardware crypto accelerator diff --git a/sys/dev/safe/safereg.h b/sys/dev/safe/safereg.h index 6d07999eb10e3..c38c3d203acdc 100644 --- a/sys/dev/safe/safereg.h +++ b/sys/dev/safe/safereg.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/dev/safe/safereg.h,v 1.1 2003/07/21 21:46:07 sam Exp $ */ #ifndef _SAFE_SAFEREG_H_ #define _SAFE_SAFEREG_H_ diff --git a/sys/dev/safe/safevar.h b/sys/dev/safe/safevar.h index d22d64bd484fa..e7c9eae7ceb15 100644 --- a/sys/dev/safe/safevar.h +++ b/sys/dev/safe/safevar.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/dev/safe/safevar.h,v 1.1.12.1 2006/09/04 15:18:50 pjd Exp $ */ #ifndef _SAFE_SAFEVAR_H_ #define _SAFE_SAFEVAR_H_ diff --git a/sys/dev/sbni/if_sbni.c b/sys/dev/sbni/if_sbni.c index 580d37aff64ed..0905196442c20 100644 --- a/sys/dev/sbni/if_sbni.c +++ b/sys/dev/sbni/if_sbni.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/sbni/if_sbni.c,v 1.20.2.1 2005/08/25 05:01:15 rwatson Exp $"); /* * Device driver for Granch SBNI12 leased line adapters diff --git a/sys/dev/sbni/if_sbni_isa.c b/sys/dev/sbni/if_sbni_isa.c index 35658291f9f2f..4d8e0d00427c1 100644 --- a/sys/dev/sbni/if_sbni_isa.c +++ b/sys/dev/sbni/if_sbni_isa.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/sbni/if_sbni_isa.c,v 1.14 2005/06/10 16:49:14 brooks Exp $"); #include <sys/param.h> diff --git a/sys/dev/sbni/if_sbni_pci.c b/sys/dev/sbni/if_sbni_pci.c index 92e864e9c4a7f..afda60d0d692a 100644 --- a/sys/dev/sbni/if_sbni_pci.c +++ b/sys/dev/sbni/if_sbni_pci.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/sbni/if_sbni_pci.c,v 1.11 2004/03/17 17:50:41 njl Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/sbni/if_sbnireg.h b/sys/dev/sbni/if_sbnireg.h index 4fec30c62f1fb..53ad92fecf692 100644 --- a/sys/dev/sbni/if_sbnireg.h +++ b/sys/dev/sbni/if_sbnireg.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/dev/sbni/if_sbnireg.h,v 1.2 2005/01/06 01:43:12 imp Exp $ */ /* diff --git a/sys/dev/sbni/if_sbnivar.h b/sys/dev/sbni/if_sbnivar.h index 91fb363a49ee6..0766bc2fdb09d 100644 --- a/sys/dev/sbni/if_sbnivar.h +++ b/sys/dev/sbni/if_sbnivar.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/dev/sbni/if_sbnivar.h,v 1.5 2005/06/10 16:49:14 brooks Exp $ */ /* diff --git a/sys/dev/sbsh/if_sbsh.c b/sys/dev/sbsh/if_sbsh.c index 03cff465cb41f..b7449d3baa56a 100644 --- a/sys/dev/sbsh/if_sbsh.c +++ b/sys/dev/sbsh/if_sbsh.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/sbsh/if_sbsh.c,v 1.12.2.2 2005/08/25 05:01:15 rwatson Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/sbsh/if_sbshreg.h b/sys/dev/sbsh/if_sbshreg.h index 94cb0aac46c92..19c7968c92116 100644 --- a/sys/dev/sbsh/if_sbshreg.h +++ b/sys/dev/sbsh/if_sbshreg.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/dev/sbsh/if_sbshreg.h,v 1.2 2005/01/06 01:43:13 imp Exp $ */ /* SBNI16 controller chip definitions */ diff --git a/sys/dev/scd/scd.c b/sys/dev/scd/scd.c index 136c900973e87..a2b40e519c6e1 100644 --- a/sys/dev/scd/scd.c +++ b/sys/dev/scd/scd.c @@ -41,7 +41,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/scd/scd.c,v 1.85 2005/05/29 04:42:25 nyan Exp $"); #undef SCD_DEBUG diff --git a/sys/dev/scd/scd_isa.c b/sys/dev/scd/scd_isa.c index 082d0d8461af5..d0ad54e882490 100644 --- a/sys/dev/scd/scd_isa.c +++ b/sys/dev/scd/scd_isa.c @@ -2,7 +2,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/scd/scd_isa.c,v 1.5 2005/05/29 04:42:25 nyan Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/scd/scdreg.h b/sys/dev/scd/scdreg.h index c98c6ca630a61..5a09fc5a3958e 100644 --- a/sys/dev/scd/scdreg.h +++ b/sys/dev/scd/scdreg.h @@ -25,7 +25,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/dev/scd/scdreg.h,v 1.8 2005/03/02 21:33:25 joerg Exp $ * */ diff --git a/sys/dev/scd/scdvar.h b/sys/dev/scd/scdvar.h index 773a78be1fb65..e94e20cba6238 100644 --- a/sys/dev/scd/scdvar.h +++ b/sys/dev/scd/scdvar.h @@ -1,5 +1,5 @@ /* - * $FreeBSD$ + * $FreeBSD: src/sys/dev/scd/scdvar.h,v 1.3 2004/06/16 09:46:55 phk Exp $ */ struct scd_mbx { diff --git a/sys/dev/si/si.c b/sys/dev/si/si.c index 9d78fff4e36f4..b41e0e1326b4b 100644 --- a/sys/dev/si/si.c +++ b/sys/dev/si/si.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/si/si.c,v 1.135.2.2 2006/01/15 00:20:31 glebius Exp $"); #ifndef lint static const char si_copyright1[] = "@(#) Copyright (C) Specialix International, 1990,1992,1998", diff --git a/sys/dev/si/si.h b/sys/dev/si/si.h index c9adefb788e97..4df57aad61dad 100644 --- a/sys/dev/si/si.h +++ b/sys/dev/si/si.h @@ -30,7 +30,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN * NO EVENT SHALL THE AUTHORS BE LIABLE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/si/si.h,v 1.20 2005/01/06 01:43:13 imp Exp $ */ #include <sys/callout.h> diff --git a/sys/dev/si/si2_z280.c b/sys/dev/si/si2_z280.c index 44bb2e42c3d3c..c2f30c815dd18 100644 --- a/sys/dev/si/si2_z280.c +++ b/sys/dev/si/si2_z280.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/si/si2_z280.c,v 1.6.2.1 2006/01/13 19:27:35 jhb Exp $"); #include <sys/param.h> #include <sys/bus.h> diff --git a/sys/dev/si/si3_t225.c b/sys/dev/si/si3_t225.c index 72bb7791a7eb2..2e90d37f46e70 100644 --- a/sys/dev/si/si3_t225.c +++ b/sys/dev/si/si3_t225.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/si/si3_t225.c,v 1.8.2.1 2006/01/13 19:27:35 jhb Exp $"); #include <sys/param.h> #include <sys/bus.h> diff --git a/sys/dev/si/si_eisa.c b/sys/dev/si/si_eisa.c index edb0a8ef03598..f5d6ee62a3acf 100644 --- a/sys/dev/si/si_eisa.c +++ b/sys/dev/si/si_eisa.c @@ -20,7 +20,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/si/si_eisa.c,v 1.6 2005/01/06 01:43:14 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/si/si_isa.c b/sys/dev/si/si_isa.c index 5758a8391d4be..194880a73b32d 100644 --- a/sys/dev/si/si_isa.c +++ b/sys/dev/si/si_isa.c @@ -20,7 +20,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/si/si_isa.c,v 1.7 2005/01/06 01:43:14 imp Exp $"); #include "opt_debug_si.h" diff --git a/sys/dev/si/si_pci.c b/sys/dev/si/si_pci.c index e1dbfe9d454b5..19f8f9f4158ec 100644 --- a/sys/dev/si/si_pci.c +++ b/sys/dev/si/si_pci.c @@ -19,7 +19,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/si/si_pci.c,v 1.7 2005/03/01 08:58:04 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/si/sireg.h b/sys/dev/si/sireg.h index 4b4ef6ad6063f..6308eb397d7b1 100644 --- a/sys/dev/si/sireg.h +++ b/sys/dev/si/sireg.h @@ -30,7 +30,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN * NO EVENT SHALL THE AUTHORS BE LIABLE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/si/sireg.h,v 1.10 2005/01/06 01:43:14 imp Exp $ */ /* diff --git a/sys/dev/si/sivar.h b/sys/dev/si/sivar.h index e479f470faf43..eb9927ef0199f 100644 --- a/sys/dev/si/sivar.h +++ b/sys/dev/si/sivar.h @@ -17,7 +17,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN * NO EVENT SHALL THE AUTHORS BE LIABLE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/si/sivar.h,v 1.4 2005/01/06 01:43:14 imp Exp $ */ #ifdef _KERNEL diff --git a/sys/dev/sio/sio.c b/sys/dev/sio/sio.c index 0f4582f3d4d80..14cd1e240cfff 100644 --- a/sys/dev/sio/sio.c +++ b/sys/dev/sio/sio.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/sio/sio.c,v 1.459.2.1 2006/03/10 19:37:32 jhb Exp $"); #include "opt_comconsole.h" #include "opt_compat.h" diff --git a/sys/dev/sio/sio_isa.c b/sys/dev/sio/sio_isa.c index afb6fac79cffb..33343ab9d872f 100644 --- a/sys/dev/sio/sio_isa.c +++ b/sys/dev/sio/sio_isa.c @@ -23,7 +23,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/sio/sio_isa.c,v 1.16 2005/05/29 04:42:25 nyan Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/sio/sio_pccard.c b/sys/dev/sio/sio_pccard.c index b71582842eeaa..0fab27c6ba9b3 100644 --- a/sys/dev/sio/sio_pccard.c +++ b/sys/dev/sio/sio_pccard.c @@ -23,7 +23,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/sio/sio_pccard.c,v 1.15 2005/05/29 04:42:25 nyan Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/sio/sio_pci.c b/sys/dev/sio/sio_pci.c index 459baa1693666..a727d70edbd3f 100644 --- a/sys/dev/sio/sio_pci.c +++ b/sys/dev/sio/sio_pci.c @@ -23,7 +23,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/sio/sio_pci.c,v 1.21 2005/05/29 04:42:25 nyan Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/sio/sio_puc.c b/sys/dev/sio/sio_puc.c index dd80e68f5d3bc..d92de6319ecd7 100644 --- a/sys/dev/sio/sio_puc.c +++ b/sys/dev/sio/sio_puc.c @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/sio/sio_puc.c,v 1.9 2005/05/29 04:42:25 nyan Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/sio/sioreg.h b/sys/dev/sio/sioreg.h index 7b00452c88ce9..51e09ed2b6d9c 100644 --- a/sys/dev/sio/sioreg.h +++ b/sys/dev/sio/sioreg.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * from: @(#)comreg.h 7.2 (Berkeley) 5/9/91 - * $FreeBSD$ + * $FreeBSD: src/sys/dev/sio/sioreg.h,v 1.24 2004/04/07 20:45:58 imp Exp $ */ /* Receiver clock frequency for "standard" pc serial ports. */ diff --git a/sys/dev/sio/siovar.h b/sys/dev/sio/siovar.h index 22a6019d8e62e..094bdd14fe21c 100644 --- a/sys/dev/sio/siovar.h +++ b/sys/dev/sio/siovar.h @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/sio/siovar.h,v 1.6 2004/04/07 20:45:58 imp Exp $ */ #ifdef PC98 diff --git a/sys/dev/sk/if_sk.c b/sys/dev/sk/if_sk.c index 7f47814616110..6d3f81298b9ef 100644 --- a/sys/dev/sk/if_sk.c +++ b/sys/dev/sk/if_sk.c @@ -48,7 +48,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/sk/if_sk.c,v 1.125.2.8 2007/04/25 00:24:53 yongari Exp $"); /* * SysKonnect SK-NET gigabit ethernet driver for FreeBSD. Supports @@ -140,7 +140,7 @@ MODULE_DEPEND(sk, miibus, 1, 1, 1); #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sys/dev/sk/if_sk.c,v 1.125.2.8 2007/04/25 00:24:53 yongari Exp $"; #endif static struct sk_type sk_devs[] = { diff --git a/sys/dev/sk/if_skreg.h b/sys/dev/sk/if_skreg.h index f6313b46a9d31..4c89b70a577d0 100644 --- a/sys/dev/sk/if_skreg.h +++ b/sys/dev/sk/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/dev/sk/if_skreg.h,v 1.36.2.5 2007/04/25 00:24:54 yongari Exp $ */ /*- diff --git a/sys/dev/sk/xmaciireg.h b/sys/dev/sk/xmaciireg.h index 604073b72a38a..845620ebc7eef 100644 --- a/sys/dev/sk/xmaciireg.h +++ b/sys/dev/sk/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/dev/sk/xmaciireg.h,v 1.5.2.2 2006/06/13 02:11:52 yongari Exp $ */ /* diff --git a/sys/dev/sk/yukonreg.h b/sys/dev/sk/yukonreg.h index efe71a0d34624..2b882b4ff848c 100644 --- a/sys/dev/sk/yukonreg.h +++ b/sys/dev/sk/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/dev/sk/yukonreg.h,v 1.3.2.2 2006/06/13 02:11:52 yongari Exp $ */ /* General Purpose Status Register (GPSR) */ diff --git a/sys/dev/smbus/smb.c b/sys/dev/smbus/smb.c index e5944bd9502dc..a7ae257fdc906 100644 --- a/sys/dev/smbus/smb.c +++ b/sys/dev/smbus/smb.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/dev/smbus/smb.c,v 1.34.8.2 2006/09/22 19:19:16 jhb Exp $ */ #include <sys/param.h> diff --git a/sys/dev/smbus/smb.h b/sys/dev/smbus/smb.h index 32347f8f4c2d7..ecbf5ba758d30 100644 --- a/sys/dev/smbus/smb.h +++ b/sys/dev/smbus/smb.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/dev/smbus/smb.h,v 1.4.8.1 2006/09/22 19:19:16 jhb Exp $ * */ #ifndef __SMB_H diff --git a/sys/dev/smbus/smbconf.c b/sys/dev/smbus/smbconf.c index 06d225a03869d..0e05f63fa379b 100644 --- a/sys/dev/smbus/smbconf.c +++ b/sys/dev/smbus/smbconf.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/smbus/smbconf.c,v 1.13.10.1 2006/09/22 19:19:16 jhb Exp $"); #include <sys/param.h> #include <sys/systm.h> #include <sys/lock.h> diff --git a/sys/dev/smbus/smbconf.h b/sys/dev/smbus/smbconf.h index a3d403d566ea4..793499d738af3 100644 --- a/sys/dev/smbus/smbconf.h +++ b/sys/dev/smbus/smbconf.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/dev/smbus/smbconf.h,v 1.7.14.1 2006/09/22 19:19:16 jhb Exp $ */ #ifndef __SMBONF_H #define __SMBONF_H diff --git a/sys/dev/smbus/smbus.c b/sys/dev/smbus/smbus.c index 41cc49a77c50a..279932459ce6d 100644 --- a/sys/dev/smbus/smbus.c +++ b/sys/dev/smbus/smbus.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/smbus/smbus.c,v 1.18.10.4 2006/09/26 18:44:56 jhb Exp $"); #include <sys/param.h> #include <sys/systm.h> #include <sys/lock.h> diff --git a/sys/dev/smbus/smbus.h b/sys/dev/smbus/smbus.h index f8335e8e97671..b04670429f2be 100644 --- a/sys/dev/smbus/smbus.h +++ b/sys/dev/smbus/smbus.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/dev/smbus/smbus.h,v 1.2.34.2 2006/09/22 19:19:16 jhb Exp $ * */ #ifndef __SMBUS_H diff --git a/sys/dev/smbus/smbus_if.m b/sys/dev/smbus/smbus_if.m index d969e25ed5661..5d88bafa9362c 100644 --- a/sys/dev/smbus/smbus_if.m +++ b/sys/dev/smbus/smbus_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/dev/smbus/smbus_if.m,v 1.7.2.1 2006/09/22 19:19:16 jhb Exp $ # #include <sys/bus.h> diff --git a/sys/dev/sn/if_sn.c b/sys/dev/sn/if_sn.c index b4dbd2e76397d..fdd86f04eccd9 100644 --- a/sys/dev/sn/if_sn.c +++ b/sys/dev/sn/if_sn.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/sn/if_sn.c,v 1.45.2.3 2005/09/17 04:01:04 imp Exp $"); /* * This is a driver for SMC's 9000 series of Ethernet adapters. diff --git a/sys/dev/sn/if_sn_isa.c b/sys/dev/sn/if_sn_isa.c index eb7bda71b03e2..39efd0dde61a7 100644 --- a/sys/dev/sn/if_sn_isa.c +++ b/sys/dev/sn/if_sn_isa.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/sn/if_sn_isa.c,v 1.14 2005/07/06 15:59:47 imp Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/dev/sn/if_sn_pccard.c b/sys/dev/sn/if_sn_pccard.c index 034f51a704560..df3b499c83a15 100644 --- a/sys/dev/sn/if_sn_pccard.c +++ b/sys/dev/sn/if_sn_pccard.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/sn/if_sn_pccard.c,v 1.32.2.1 2005/09/17 04:01:04 imp Exp $"); #include <sys/param.h> #include <sys/bus.h> diff --git a/sys/dev/sn/if_snreg.h b/sys/dev/sn/if_snreg.h index 3f5efd01f5a7d..07e1c880d5a28 100644 --- a/sys/dev/sn/if_snreg.h +++ b/sys/dev/sn/if_snreg.h @@ -28,7 +28,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/dev/sn/if_snreg.h,v 1.5 2005/01/06 01:43:15 imp Exp $ */ /* diff --git a/sys/dev/sn/if_snvar.h b/sys/dev/sn/if_snvar.h index 048f23a41fc0e..c3862515b485d 100644 --- a/sys/dev/sn/if_snvar.h +++ b/sys/dev/sn/if_snvar.h @@ -22,7 +22,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/dev/sn/if_snvar.h,v 1.8.2.1 2005/09/17 04:01:04 imp Exp $ */ #ifndef _IF_SNVAR_H diff --git a/sys/dev/snc/dp83932.c b/sys/dev/snc/dp83932.c index bbc1e97380fda..df6620fe3b4f6 100644 --- a/sys/dev/snc/dp83932.c +++ b/sys/dev/snc/dp83932.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/snc/dp83932.c,v 1.19.2.2 2005/08/25 05:01:15 rwatson Exp $ */ /* $NecBSD: dp83932.c,v 1.5 1999/07/29 05:08:44 kmatsuda Exp $ */ /* $NetBSD: if_snc.c,v 1.18 1998/04/25 21:27:40 scottr Exp $ */ diff --git a/sys/dev/snc/dp83932reg.h b/sys/dev/snc/dp83932reg.h index 31ab550b83ca5..be6cf5e8516a1 100644 --- a/sys/dev/snc/dp83932reg.h +++ b/sys/dev/snc/dp83932reg.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/snc/dp83932reg.h,v 1.2 2005/01/06 01:43:15 imp Exp $ */ /* $NecBSD: dp83932reg.h,v 1.2 1999/02/12 05:50:13 kmatsuda Exp $ */ /* $NetBSD: if_snreg.h,v 1.4 1997/06/15 20:20:12 scottr Exp $ */ diff --git a/sys/dev/snc/dp83932subr.c b/sys/dev/snc/dp83932subr.c index 064cb2c3d614a..f905766d8978a 100644 --- a/sys/dev/snc/dp83932subr.c +++ b/sys/dev/snc/dp83932subr.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/snc/dp83932subr.c,v 1.7 2005/01/06 01:43:15 imp Exp $"); /* * Routines of NEC PC-9801-83, 84, 103, 104, PC-9801N-25 and PC-9801N-J02, J02R * Ethernet interface for NetBSD/pc98, ported by Kouichi Matsuda. diff --git a/sys/dev/snc/dp83932subr.h b/sys/dev/snc/dp83932subr.h index f5df4f97970f5..ad9ef0ca5e5eb 100644 --- a/sys/dev/snc/dp83932subr.h +++ b/sys/dev/snc/dp83932subr.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/snc/dp83932subr.h,v 1.3 2005/01/06 01:43:15 imp Exp $ */ /* $NecBSD: dp83932subr.h,v 1.5 1999/02/02 00:47:25 kmatsuda Exp $ */ /* $NetBSD$ */ diff --git a/sys/dev/snc/dp83932var.h b/sys/dev/snc/dp83932var.h index 9570162ed8cc5..5fddc152c31b8 100644 --- a/sys/dev/snc/dp83932var.h +++ b/sys/dev/snc/dp83932var.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/snc/dp83932var.h,v 1.5 2005/06/10 16:49:14 brooks Exp $ */ /* $NecBSD: dp83932var.h,v 1.3 1999/01/24 01:39:51 kmatsuda Exp $ */ /* $NetBSD: if_snvar.h,v 1.12 1998/05/01 03:42:47 scottr Exp $ */ diff --git a/sys/dev/snc/if_snc.c b/sys/dev/snc/if_snc.c index 7cbdd804f7ba0..67227b190dcef 100644 --- a/sys/dev/snc/if_snc.c +++ b/sys/dev/snc/if_snc.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/snc/if_snc.c,v 1.7 2005/01/06 01:43:15 imp Exp $"); /* * National Semiconductor DP8393X SONIC Driver diff --git a/sys/dev/snc/if_snc_cbus.c b/sys/dev/snc/if_snc_cbus.c index 1b9ef3ef56557..4c82d8776b58e 100644 --- a/sys/dev/snc/if_snc_cbus.c +++ b/sys/dev/snc/if_snc_cbus.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/snc/if_snc_cbus.c,v 1.6 2005/01/06 01:43:15 imp Exp $"); /* * National Semiconductor DP8393X SONIC Driver diff --git a/sys/dev/snc/if_snc_pccard.c b/sys/dev/snc/if_snc_pccard.c index 64e2faf782c04..bb3b7ba752184 100644 --- a/sys/dev/snc/if_snc_pccard.c +++ b/sys/dev/snc/if_snc_pccard.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/snc/if_snc_pccard.c,v 1.8.2.1 2005/08/25 05:01:15 rwatson Exp $"); /* * National Semiconductor DP8393X SONIC Driver diff --git a/sys/dev/snc/if_sncreg.h b/sys/dev/snc/if_sncreg.h index 888aa4f3ceb39..d3ab86cbe6aa6 100644 --- a/sys/dev/snc/if_sncreg.h +++ b/sys/dev/snc/if_sncreg.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/snc/if_sncreg.h,v 1.2 2005/01/06 01:43:15 imp Exp $ */ /* $NecBSD: if_snreg.h,v 1.3 1999/01/24 01:39:52 kmatsuda Exp $ */ /* $NetBSD$ */ diff --git a/sys/dev/snc/if_sncvar.h b/sys/dev/snc/if_sncvar.h index 8b6a75b998127..5c58ebe835aa3 100644 --- a/sys/dev/snc/if_sncvar.h +++ b/sys/dev/snc/if_sncvar.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/dev/snc/if_sncvar.h,v 1.3 2005/01/06 01:43:15 imp Exp $ */ /* diff --git a/sys/dev/snp/snp.c b/sys/dev/snp/snp.c index 4008baee85b5a..47068f654d17f 100644 --- a/sys/dev/snp/snp.c +++ b/sys/dev/snp/snp.c @@ -15,7 +15,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/snp/snp.c,v 1.99.2.2 2005/09/23 23:22:22 cognet Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/sound/chip.h b/sys/dev/sound/chip.h index 012910c978d30..5acbb18f12df0 100644 --- a/sys/dev/sound/chip.h +++ b/sys/dev/sound/chip.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/dev/sound/chip.h,v 1.2 2000/01/03 02:51:14 tanimura Exp $ */ /* diff --git a/sys/dev/sound/driver.c b/sys/dev/sound/driver.c index ef97202323f93..be6342557cc1b 100644 --- a/sys/dev/sound/driver.c +++ b/sys/dev/sound/driver.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THEPOSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/sound/driver.c,v 1.13.2.3 2007/05/13 21:11:40 ariff Exp $ */ #include <dev/sound/pcm/sound.h> diff --git a/sys/dev/sound/isa/ad1816.c b/sys/dev/sound/isa/ad1816.c index 2b2761f7619ec..6b990ecd0ef87 100644 --- a/sys/dev/sound/isa/ad1816.c +++ b/sys/dev/sound/isa/ad1816.c @@ -33,7 +33,7 @@ #include "mixer_if.h" -SND_DECLARE_FILE("$FreeBSD$"); +SND_DECLARE_FILE("$FreeBSD: src/sys/dev/sound/isa/ad1816.c,v 1.37.2.2 2006/04/04 17:23:24 ariff Exp $"); struct ad1816_info; diff --git a/sys/dev/sound/isa/ad1816.h b/sys/dev/sound/isa/ad1816.h index 3fe4a3dc3ff19..7d80a4fe2a69f 100644 --- a/sys/dev/sound/isa/ad1816.h +++ b/sys/dev/sound/isa/ad1816.h @@ -4,7 +4,7 @@ * This file contains information and macro definitions for * the ad1816 chip * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/sound/isa/ad1816.h,v 1.2 2005/01/06 01:43:17 imp Exp $ */ /* AD1816 register macros */ diff --git a/sys/dev/sound/isa/es1888.c b/sys/dev/sound/isa/es1888.c index bc89ca4b3bba4..807b50db0023b 100644 --- a/sys/dev/sound/isa/es1888.c +++ b/sys/dev/sound/isa/es1888.c @@ -29,7 +29,7 @@ #include <isa/isavar.h> -SND_DECLARE_FILE("$FreeBSD$"); +SND_DECLARE_FILE("$FreeBSD: src/sys/dev/sound/isa/es1888.c,v 1.15 2005/01/06 01:43:17 imp Exp $"); #ifdef __alpha__ static int diff --git a/sys/dev/sound/isa/ess.c b/sys/dev/sound/isa/ess.c index d83f699c076eb..aeb1eff669786 100644 --- a/sys/dev/sound/isa/ess.c +++ b/sys/dev/sound/isa/ess.c @@ -38,7 +38,7 @@ #include "mixer_if.h" -SND_DECLARE_FILE("$FreeBSD$"); +SND_DECLARE_FILE("$FreeBSD: src/sys/dev/sound/isa/ess.c,v 1.34.2.2 2006/01/19 01:17:00 ariff Exp $"); #define ESS_BUFFSIZE (4096) #define ABS(x) (((x) < 0)? -(x) : (x)) diff --git a/sys/dev/sound/isa/gusc.c b/sys/dev/sound/isa/gusc.c index cb1b1ade4e9a1..d92ec03802fbc 100644 --- a/sys/dev/sound/isa/gusc.c +++ b/sys/dev/sound/isa/gusc.c @@ -45,7 +45,7 @@ #include <alpha/isa/isavar.h> #endif -SND_DECLARE_FILE("$FreeBSD$"); +SND_DECLARE_FILE("$FreeBSD: src/sys/dev/sound/isa/gusc.c,v 1.16 2005/01/06 01:43:17 imp Exp $"); #define LOGICALID_NOPNP 0 #define LOGICALID_PCM 0x0000561e diff --git a/sys/dev/sound/isa/mss.c b/sys/dev/sound/isa/mss.c index 05005124311ac..c89d7e46317ab 100644 --- a/sys/dev/sound/isa/mss.c +++ b/sys/dev/sound/isa/mss.c @@ -29,7 +29,7 @@ #include <dev/sound/pcm/sound.h> -SND_DECLARE_FILE("$FreeBSD$"); +SND_DECLARE_FILE("$FreeBSD: src/sys/dev/sound/isa/mss.c,v 1.95.2.3 2006/04/04 17:30:59 ariff Exp $"); /* board-specific include files */ #include <dev/sound/isa/mss.h> diff --git a/sys/dev/sound/isa/mss.h b/sys/dev/sound/isa/mss.h index d9247f93b7e6c..f4508b5d2536a 100644 --- a/sys/dev/sound/isa/mss.h +++ b/sys/dev/sound/isa/mss.h @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/sound/isa/mss.h,v 1.12 2005/01/06 01:43:17 imp Exp $ */ /* diff --git a/sys/dev/sound/isa/sb.h b/sys/dev/sound/isa/sb.h index ddcb863f5de67..d9459c7282a41 100644 --- a/sys/dev/sound/isa/sb.h +++ b/sys/dev/sound/isa/sb.h @@ -1,6 +1,6 @@ /* * file: sbcard.h - * $FreeBSD$ + * $FreeBSD: src/sys/dev/sound/isa/sb.h,v 1.15 2004/05/13 11:32:54 truckman Exp $ */ #ifndef SB_H diff --git a/sys/dev/sound/isa/sb16.c b/sys/dev/sound/isa/sb16.c index af19e4a3ffb6a..da1d77a9a477f 100644 --- a/sys/dev/sound/isa/sb16.c +++ b/sys/dev/sound/isa/sb16.c @@ -38,7 +38,7 @@ #include "mixer_if.h" -SND_DECLARE_FILE("$FreeBSD$"); +SND_DECLARE_FILE("$FreeBSD: src/sys/dev/sound/isa/sb16.c,v 1.90.2.1 2005/12/30 19:55:53 netchild Exp $"); #define SB16_BUFFSIZE 4096 #define PLAIN_SB16(x) ((((x)->bd_flags) & (BD_F_SB16|BD_F_SB16X)) == BD_F_SB16) diff --git a/sys/dev/sound/isa/sb8.c b/sys/dev/sound/isa/sb8.c index e5a2689a09db1..98e2c6bb68e0c 100644 --- a/sys/dev/sound/isa/sb8.c +++ b/sys/dev/sound/isa/sb8.c @@ -38,7 +38,7 @@ #include "mixer_if.h" -SND_DECLARE_FILE("$FreeBSD$"); +SND_DECLARE_FILE("$FreeBSD: src/sys/dev/sound/isa/sb8.c,v 1.79.2.1 2005/12/30 19:55:53 netchild Exp $"); #define SB_DEFAULT_BUFSZ 4096 diff --git a/sys/dev/sound/isa/sbc.c b/sys/dev/sound/isa/sbc.c index c311ed7d1a03a..fd92531c59a5a 100644 --- a/sys/dev/sound/isa/sbc.c +++ b/sys/dev/sound/isa/sbc.c @@ -30,7 +30,7 @@ #include <isa/isavar.h> -SND_DECLARE_FILE("$FreeBSD$"); +SND_DECLARE_FILE("$FreeBSD: src/sys/dev/sound/isa/sbc.c,v 1.44.2.1 2005/12/30 19:55:53 netchild Exp $"); #define IO_MAX 3 #define IRQ_MAX 1 diff --git a/sys/dev/sound/isa/sndbuf_dma.c b/sys/dev/sound/isa/sndbuf_dma.c index 9e45cde9636d2..d073f847568e1 100644 --- a/sys/dev/sound/isa/sndbuf_dma.c +++ b/sys/dev/sound/isa/sndbuf_dma.c @@ -28,7 +28,7 @@ #include <isa/isavar.h> -SND_DECLARE_FILE("$FreeBSD$"); +SND_DECLARE_FILE("$FreeBSD: src/sys/dev/sound/isa/sndbuf_dma.c,v 1.3 2005/01/06 01:43:17 imp Exp $"); int sndbuf_dmasetup(struct snd_dbuf *b, struct resource *drq) diff --git a/sys/dev/sound/pci/als4000.c b/sys/dev/sound/pci/als4000.c index 5201c19b14ef6..c71ad7f0f3ce5 100644 --- a/sys/dev/sound/pci/als4000.c +++ b/sys/dev/sound/pci/als4000.c @@ -42,7 +42,7 @@ #include "mixer_if.h" -SND_DECLARE_FILE("$FreeBSD$"); +SND_DECLARE_FILE("$FreeBSD: src/sys/dev/sound/pci/als4000.c,v 1.18.2.1 2005/12/30 19:55:53 netchild Exp $"); /* Debugging macro's */ #undef DEB diff --git a/sys/dev/sound/pci/als4000.h b/sys/dev/sound/pci/als4000.h index 00661a039b453..4dfa9f112bf35 100644 --- a/sys/dev/sound/pci/als4000.h +++ b/sys/dev/sound/pci/als4000.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THEPOSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/sound/pci/als4000.h,v 1.3 2005/01/06 01:43:18 imp Exp $ */ #define ALS_PCI_ID0 0x40004005 diff --git a/sys/dev/sound/pci/atiixp.c b/sys/dev/sound/pci/atiixp.c index 0c4a7d97ad5dc..acba301df2759 100644 --- a/sys/dev/sound/pci/atiixp.c +++ b/sys/dev/sound/pci/atiixp.c @@ -63,7 +63,7 @@ #include <dev/sound/pci/atiixp.h> -SND_DECLARE_FILE("$FreeBSD$"); +SND_DECLARE_FILE("$FreeBSD: src/sys/dev/sound/pci/atiixp.c,v 1.2.2.8 2007/11/06 02:08:25 ariff Exp $"); struct atiixp_dma_op { volatile uint32_t addr; diff --git a/sys/dev/sound/pci/atiixp.h b/sys/dev/sound/pci/atiixp.h index 37db4d19fd8f4..a2da1a66cfd17 100644 --- a/sys/dev/sound/pci/atiixp.h +++ b/sys/dev/sound/pci/atiixp.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/dev/sound/pci/atiixp.h,v 1.1.2.3 2007/11/06 02:08:25 ariff Exp $ */ #ifndef _ATIIXP_H_ diff --git a/sys/dev/sound/pci/au88x0.c b/sys/dev/sound/pci/au88x0.c index b1442245b77c2..91c489076086b 100644 --- a/sys/dev/sound/pci/au88x0.c +++ b/sys/dev/sound/pci/au88x0.c @@ -25,7 +25,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/dev/sound/pci/au88x0.c,v 1.10 2005/03/01 08:58:05 imp Exp $ */ #include <dev/sound/pcm/sound.h> diff --git a/sys/dev/sound/pci/au88x0.h b/sys/dev/sound/pci/au88x0.h index 15f7b767a0c77..bae2c032bb03e 100644 --- a/sys/dev/sound/pci/au88x0.h +++ b/sys/dev/sound/pci/au88x0.h @@ -25,7 +25,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/dev/sound/pci/au88x0.h,v 1.2 2003/10/12 11:33:39 des Exp $ */ #ifndef _AU88X0_H_INCLUDED diff --git a/sys/dev/sound/pci/aureal.c b/sys/dev/sound/pci/aureal.c index 35f91f1b63098..475744193298c 100644 --- a/sys/dev/sound/pci/aureal.c +++ b/sys/dev/sound/pci/aureal.c @@ -31,7 +31,7 @@ #include <dev/pci/pcireg.h> #include <dev/pci/pcivar.h> -SND_DECLARE_FILE("$FreeBSD$"); +SND_DECLARE_FILE("$FreeBSD: src/sys/dev/sound/pci/aureal.c,v 1.32 2005/03/01 08:58:05 imp Exp $"); /* PCI IDs of supported chips */ #define AU8820_PCI_ID 0x000112eb diff --git a/sys/dev/sound/pci/aureal.h b/sys/dev/sound/pci/aureal.h index e835c7119fcb3..038b148958ae4 100644 --- a/sys/dev/sound/pci/aureal.h +++ b/sys/dev/sound/pci/aureal.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/dev/sound/pci/aureal.h,v 1.4 2005/01/06 01:43:18 imp Exp $ */ #ifndef _AU8820_REG_H diff --git a/sys/dev/sound/pci/cmi.c b/sys/dev/sound/pci/cmi.c index 83e4de835dfe9..cf3a9215c3dc0 100644 --- a/sys/dev/sound/pci/cmi.c +++ b/sys/dev/sound/pci/cmi.c @@ -51,7 +51,7 @@ #include "mixer_if.h" -SND_DECLARE_FILE("$FreeBSD$"); +SND_DECLARE_FILE("$FreeBSD: src/sys/dev/sound/pci/cmi.c,v 1.32.2.2 2006/01/24 18:54:22 joel Exp $"); /* Supported chip ID's */ #define CMI8338A_PCI_ID 0x010013f6 diff --git a/sys/dev/sound/pci/cmireg.h b/sys/dev/sound/pci/cmireg.h index 5c468b55ed8b8..cda5e07b0fbc3 100644 --- a/sys/dev/sound/pci/cmireg.h +++ b/sys/dev/sound/pci/cmireg.h @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/sound/pci/cmireg.h,v 1.3 2005/01/06 01:43:19 imp Exp $ */ /* C-Media CMI8x38 Audio Chip Support */ diff --git a/sys/dev/sound/pci/cs4281.c b/sys/dev/sound/pci/cs4281.c index 2859f38382302..17ee18ef4f817 100644 --- a/sys/dev/sound/pci/cs4281.c +++ b/sys/dev/sound/pci/cs4281.c @@ -37,7 +37,7 @@ #include <dev/sound/pci/cs4281.h> -SND_DECLARE_FILE("$FreeBSD$"); +SND_DECLARE_FILE("$FreeBSD: src/sys/dev/sound/pci/cs4281.c,v 1.22 2005/03/01 08:58:05 imp Exp $"); #define CS4281_DEFAULT_BUFSZ 16384 diff --git a/sys/dev/sound/pci/cs4281.h b/sys/dev/sound/pci/cs4281.h index c7b3799ab89db..69d0ad193b271 100644 --- a/sys/dev/sound/pci/cs4281.h +++ b/sys/dev/sound/pci/cs4281.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THEPOSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/sound/pci/cs4281.h,v 1.4 2005/01/06 01:43:19 imp Exp $ */ #ifndef _CS4281_H_ diff --git a/sys/dev/sound/pci/csa.c b/sys/dev/sound/pci/csa.c index 1e3829513a88c..8f636512727db 100644 --- a/sys/dev/sound/pci/csa.c +++ b/sys/dev/sound/pci/csa.c @@ -48,7 +48,7 @@ #include <gnu/dev/sound/pci/csaimg.h> -SND_DECLARE_FILE("$FreeBSD$"); +SND_DECLARE_FILE("$FreeBSD: src/sys/dev/sound/pci/csa.c,v 1.33.2.1 2005/12/30 19:55:53 netchild Exp $"); /* This is the pci device id. */ #define CS4610_PCI_ID 0x60011013 diff --git a/sys/dev/sound/pci/csapcm.c b/sys/dev/sound/pci/csapcm.c index 2908d38eb75bd..dda5f9688bd17 100644 --- a/sys/dev/sound/pci/csapcm.c +++ b/sys/dev/sound/pci/csapcm.c @@ -38,7 +38,7 @@ #include <dev/pci/pcireg.h> #include <dev/pci/pcivar.h> -SND_DECLARE_FILE("$FreeBSD$"); +SND_DECLARE_FILE("$FreeBSD: src/sys/dev/sound/pci/csapcm.c,v 1.34.2.2 2006/04/04 17:32:48 ariff Exp $"); /* Buffer size on dma transfer. Fixed for CS416x. */ #define CS461x_BUFFSIZE (4 * 1024) diff --git a/sys/dev/sound/pci/csareg.h b/sys/dev/sound/pci/csareg.h index c6767fbe1d707..87843cdaae553 100644 --- a/sys/dev/sound/pci/csareg.h +++ b/sys/dev/sound/pci/csareg.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/dev/sound/pci/csareg.h,v 1.4 2005/06/27 07:43:57 glebius Exp $ */ #ifndef _CSA_REG_H diff --git a/sys/dev/sound/pci/csavar.h b/sys/dev/sound/pci/csavar.h index c8e3697ba9480..4968833afdf36 100644 --- a/sys/dev/sound/pci/csavar.h +++ b/sys/dev/sound/pci/csavar.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/dev/sound/pci/csavar.h,v 1.5 2005/06/27 07:43:57 glebius Exp $ */ #ifndef _CSA_VAR_H diff --git a/sys/dev/sound/pci/ds1-fw.h b/sys/dev/sound/pci/ds1-fw.h index a34d2338954c4..abbe9c389d86e 100644 --- a/sys/dev/sound/pci/ds1-fw.h +++ b/sys/dev/sound/pci/ds1-fw.h @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/sound/pci/ds1-fw.h,v 1.4 2005/01/06 01:43:19 imp Exp $ */ #ifndef _HWMCODE_ #define _HWMCODE_ diff --git a/sys/dev/sound/pci/ds1.c b/sys/dev/sound/pci/ds1.c index 19b62e318fbfd..e02d879fad905 100644 --- a/sys/dev/sound/pci/ds1.c +++ b/sys/dev/sound/pci/ds1.c @@ -33,7 +33,7 @@ #include <dev/sound/pci/ds1.h> #include <dev/sound/pci/ds1-fw.h> -SND_DECLARE_FILE("$FreeBSD$"); +SND_DECLARE_FILE("$FreeBSD: src/sys/dev/sound/pci/ds1.c,v 1.43.2.1 2006/01/18 01:05:34 ariff Exp $"); /* -------------------------------------------------------------------- */ diff --git a/sys/dev/sound/pci/ds1.h b/sys/dev/sound/pci/ds1.h index ad4e829cbfee1..8cccf33d1808f 100644 --- a/sys/dev/sound/pci/ds1.h +++ b/sys/dev/sound/pci/ds1.h @@ -5,7 +5,7 @@ * author : Taichi Sugiyama * create Data : 28/Sep/99 * ======================================================================= - * $FreeBSD$ + * $FreeBSD: src/sys/dev/sound/pci/ds1.h,v 1.1 2000/05/31 03:21:36 cg Exp $ */ diff --git a/sys/dev/sound/pci/emu10k1.c b/sys/dev/sound/pci/emu10k1.c index 9631436bbbe30..1c04458d71440 100644 --- a/sys/dev/sound/pci/emu10k1.c +++ b/sys/dev/sound/pci/emu10k1.c @@ -35,7 +35,7 @@ #include <dev/pci/pcivar.h> #include <sys/queue.h> -SND_DECLARE_FILE("$FreeBSD$"); +SND_DECLARE_FILE("$FreeBSD: src/sys/dev/sound/pci/emu10k1.c,v 1.55.2.1 2005/12/30 19:55:53 netchild Exp $"); /* -------------------------------------------------------------------- */ diff --git a/sys/dev/sound/pci/envy24.c b/sys/dev/sound/pci/envy24.c index 136477b3cd221..ef96c21c40ef1 100644 --- a/sys/dev/sound/pci/envy24.c +++ b/sys/dev/sound/pci/envy24.c @@ -35,7 +35,7 @@ #include "mixer_if.h" -SND_DECLARE_FILE("$FreeBSD$"); +SND_DECLARE_FILE("$FreeBSD: src/sys/dev/sound/pci/envy24.c,v 1.11.2.2 2007/06/11 19:33:27 ariff Exp $"); MALLOC_DEFINE(M_ENVY24, "envy24", "envy24 audio"); diff --git a/sys/dev/sound/pci/envy24.h b/sys/dev/sound/pci/envy24.h index b6dad28f65093..5a6f03e70f4d1 100644 --- a/sys/dev/sound/pci/envy24.h +++ b/sys/dev/sound/pci/envy24.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THEPOSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/sound/pci/envy24.h,v 1.1.2.2 2007/06/11 19:33:27 ariff Exp $ */ diff --git a/sys/dev/sound/pci/envy24ht.c b/sys/dev/sound/pci/envy24ht.c index 4b08c0cf50d7c..d5a7a8c9eb891 100644 --- a/sys/dev/sound/pci/envy24ht.c +++ b/sys/dev/sound/pci/envy24ht.c @@ -47,7 +47,7 @@ #include "mixer_if.h" -SND_DECLARE_FILE("$FreeBSD$"); +SND_DECLARE_FILE("$FreeBSD: src/sys/dev/sound/pci/envy24ht.c,v 1.11.2.2 2007/06/11 19:33:27 ariff Exp $"); MALLOC_DEFINE(M_ENVY24HT, "envy24ht", "envy24ht audio"); diff --git a/sys/dev/sound/pci/envy24ht.h b/sys/dev/sound/pci/envy24ht.h index 7eb0a65db7d3c..944975282df03 100644 --- a/sys/dev/sound/pci/envy24ht.h +++ b/sys/dev/sound/pci/envy24ht.h @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THEPOSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/sound/pci/envy24ht.h,v 1.4.2.2 2007/06/11 19:33:27 ariff Exp $ */ diff --git a/sys/dev/sound/pci/es137x.c b/sys/dev/sound/pci/es137x.c index 06b31ef26634d..bd3bdcd25188a 100644 --- a/sys/dev/sound/pci/es137x.c +++ b/sys/dev/sound/pci/es137x.c @@ -59,7 +59,7 @@ #include "mixer_if.h" -SND_DECLARE_FILE("$FreeBSD$"); +SND_DECLARE_FILE("$FreeBSD: src/sys/dev/sound/pci/es137x.c,v 1.55.2.2 2006/01/16 02:08:56 ariff Exp $"); #define MEM_MAP_REG 0x14 diff --git a/sys/dev/sound/pci/es137x.h b/sys/dev/sound/pci/es137x.h index 7e0225fe8caec..9527ca13493db 100644 --- a/sys/dev/sound/pci/es137x.h +++ b/sys/dev/sound/pci/es137x.h @@ -18,7 +18,7 @@ * 4. Modifications may be freely made to this file if the above conditions * are met. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/sound/pci/es137x.h,v 1.5.2.1 2005/12/30 19:55:53 netchild Exp $ */ #ifndef _ES1370_REG_H diff --git a/sys/dev/sound/pci/fm801.c b/sys/dev/sound/pci/fm801.c index 5735a25264cac..1f4c985cb5612 100644 --- a/sys/dev/sound/pci/fm801.c +++ b/sys/dev/sound/pci/fm801.c @@ -29,7 +29,7 @@ #include <dev/pci/pcireg.h> #include <dev/pci/pcivar.h> -SND_DECLARE_FILE("$FreeBSD$"); +SND_DECLARE_FILE("$FreeBSD: src/sys/dev/sound/pci/fm801.c,v 1.27.2.1 2006/01/10 01:01:24 ariff Exp $"); #define PCI_VENDOR_FORTEMEDIA 0x1319 #define PCI_DEVICE_FORTEMEDIA1 0x08011319 diff --git a/sys/dev/sound/pci/hda/hda_reg.h b/sys/dev/sound/pci/hda/hda_reg.h index 7965daf90ede5..f34e8c406fb0e 100644 --- a/sys/dev/sound/pci/hda/hda_reg.h +++ b/sys/dev/sound/pci/hda/hda_reg.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/dev/sound/pci/hda/hda_reg.h,v 1.2.2.1 2007/05/13 21:09:24 ariff Exp $ */ #ifndef _HDA_REG_H_ diff --git a/sys/dev/sound/pci/hda/hdac.c b/sys/dev/sound/pci/hda/hdac.c index 50746936f7a40..1f413136d138b 100644 --- a/sys/dev/sound/pci/hda/hdac.c +++ b/sys/dev/sound/pci/hda/hdac.c @@ -84,7 +84,7 @@ #define HDA_DRV_TEST_REV "20071129_0050" #define HDA_WIDGET_PARSER_REV 1 -SND_DECLARE_FILE("$FreeBSD$"); +SND_DECLARE_FILE("$FreeBSD: src/sys/dev/sound/pci/hda/hdac.c,v 1.36.2.6.2.3 2007/12/06 05:21:07 ariff Exp $"); #define HDA_BOOTVERBOSE(stmt) do { \ if (bootverbose != 0) { \ diff --git a/sys/dev/sound/pci/hda/hdac.h b/sys/dev/sound/pci/hda/hdac.h index 298afde5728d9..fc6e77d994acb 100644 --- a/sys/dev/sound/pci/hda/hdac.h +++ b/sys/dev/sound/pci/hda/hdac.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/dev/sound/pci/hda/hdac.h,v 1.1.2.1 2007/05/13 21:09:24 ariff Exp $ */ #ifndef _HDAC_H_ diff --git a/sys/dev/sound/pci/hda/hdac_private.h b/sys/dev/sound/pci/hda/hdac_private.h index dd8d3c42904c9..eafd04e22d52a 100644 --- a/sys/dev/sound/pci/hda/hdac_private.h +++ b/sys/dev/sound/pci/hda/hdac_private.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/dev/sound/pci/hda/hdac_private.h,v 1.6.2.3 2007/07/12 06:39:08 ariff Exp $ */ #ifndef _HDAC_PRIVATE_H_ diff --git a/sys/dev/sound/pci/hda/hdac_reg.h b/sys/dev/sound/pci/hda/hdac_reg.h index 969471023d347..869aad17e8886 100644 --- a/sys/dev/sound/pci/hda/hdac_reg.h +++ b/sys/dev/sound/pci/hda/hdac_reg.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/dev/sound/pci/hda/hdac_reg.h,v 1.1.2.1 2007/05/13 21:09:24 ariff Exp $ */ #ifndef _HDAC_REG_H_ diff --git a/sys/dev/sound/pci/ich.c b/sys/dev/sound/pci/ich.c index 0dd03d1f1a37f..978843c577f43 100644 --- a/sys/dev/sound/pci/ich.c +++ b/sys/dev/sound/pci/ich.c @@ -32,7 +32,7 @@ #include <dev/pci/pcireg.h> #include <dev/pci/pcivar.h> -SND_DECLARE_FILE("$FreeBSD$"); +SND_DECLARE_FILE("$FreeBSD: src/sys/dev/sound/pci/ich.c,v 1.53.2.12 2007/07/12 06:39:38 ariff Exp $"); /* -------------------------------------------------------------------- */ diff --git a/sys/dev/sound/pci/ich.h b/sys/dev/sound/pci/ich.h index be3f3fca3b4a3..01e8dad05347a 100644 --- a/sys/dev/sound/pci/ich.h +++ b/sys/dev/sound/pci/ich.h @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THEPOSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/sound/pci/ich.h,v 1.4 2005/01/06 01:43:19 imp Exp $ */ #define PCIR_NAMBAR 0x10 diff --git a/sys/dev/sound/pci/maestro.c b/sys/dev/sound/pci/maestro.c index 8b97173dd5058..bd7c96985ffa3 100644 --- a/sys/dev/sound/pci/maestro.c +++ b/sys/dev/sound/pci/maestro.c @@ -54,7 +54,7 @@ #include <dev/sound/pci/maestro_reg.h> -SND_DECLARE_FILE("$FreeBSD$"); +SND_DECLARE_FILE("$FreeBSD: src/sys/dev/sound/pci/maestro.c,v 1.28.2.3 2006/02/04 11:58:28 netchild Exp $"); #define inline __inline diff --git a/sys/dev/sound/pci/maestro3.c b/sys/dev/sound/pci/maestro3.c index 656225a35bdf0..1ae1a12c2c6e5 100644 --- a/sys/dev/sound/pci/maestro3.c +++ b/sys/dev/sound/pci/maestro3.c @@ -61,7 +61,7 @@ #include <gnu/dev/sound/pci/maestro3_reg.h> #include <gnu/dev/sound/pci/maestro3_dsp.h> -SND_DECLARE_FILE("$FreeBSD$"); +SND_DECLARE_FILE("$FreeBSD: src/sys/dev/sound/pci/maestro3.c,v 1.28.2.2 2007/03/12 02:03:25 ariff Exp $"); /* -------------------------------------------------------------------- */ diff --git a/sys/dev/sound/pci/maestro_reg.h b/sys/dev/sound/pci/maestro_reg.h index ab3542368484d..bc27cd8a00885 100644 --- a/sys/dev/sound/pci/maestro_reg.h +++ b/sys/dev/sound/pci/maestro_reg.h @@ -24,7 +24,7 @@ * SUCH DAMAGE. * * maestro_reg.h,v 1.13 2001/11/11 18:29:46 taku Exp - * $FreeBSD$ + * $FreeBSD: src/sys/dev/sound/pci/maestro_reg.h,v 1.3 2004/11/10 04:29:09 julian Exp $ */ #ifndef MAESTRO_REG_H_INCLUDED diff --git a/sys/dev/sound/pci/neomagic-coeff.h b/sys/dev/sound/pci/neomagic-coeff.h index 2fec6427ae145..4547f54b90e9e 100644 --- a/sys/dev/sound/pci/neomagic-coeff.h +++ b/sys/dev/sound/pci/neomagic-coeff.h @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THEPOSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/sound/pci/neomagic-coeff.h,v 1.4 2005/01/06 01:43:19 imp Exp $ */ #define NM_TOTAL_COEFF_COUNT 0x3158 diff --git a/sys/dev/sound/pci/neomagic.c b/sys/dev/sound/pci/neomagic.c index 5ef43d4bad034..aa124a8b60e7e 100644 --- a/sys/dev/sound/pci/neomagic.c +++ b/sys/dev/sound/pci/neomagic.c @@ -34,7 +34,7 @@ #include <dev/pci/pcireg.h> #include <dev/pci/pcivar.h> -SND_DECLARE_FILE("$FreeBSD$"); +SND_DECLARE_FILE("$FreeBSD: src/sys/dev/sound/pci/neomagic.c,v 1.34.2.1 2005/12/30 19:55:53 netchild Exp $"); /* -------------------------------------------------------------------- */ diff --git a/sys/dev/sound/pci/neomagic.h b/sys/dev/sound/pci/neomagic.h index 0b87f99cbf977..4cc3c56fc8a2e 100644 --- a/sys/dev/sound/pci/neomagic.h +++ b/sys/dev/sound/pci/neomagic.h @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THEPOSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/sound/pci/neomagic.h,v 1.4 2005/01/06 01:43:19 imp Exp $ */ #ifndef _NM256_H_ diff --git a/sys/dev/sound/pci/solo.c b/sys/dev/sound/pci/solo.c index 9b099c82bd6a5..d2eae892eecee 100644 --- a/sys/dev/sound/pci/solo.c +++ b/sys/dev/sound/pci/solo.c @@ -33,7 +33,7 @@ #include "mixer_if.h" -SND_DECLARE_FILE("$FreeBSD$"); +SND_DECLARE_FILE("$FreeBSD: src/sys/dev/sound/pci/solo.c,v 1.35.2.4 2006/07/13 01:53:54 yongari Exp $"); #define SOLO_DEFAULT_BUFSZ 16384 #define ABS(x) (((x) < 0)? -(x) : (x)) diff --git a/sys/dev/sound/pci/spicds.c b/sys/dev/sound/pci/spicds.c index d559a6c6c3503..f7a34d59696ed 100644 --- a/sys/dev/sound/pci/spicds.c +++ b/sys/dev/sound/pci/spicds.c @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THEPOSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/sound/pci/spicds.c,v 1.5.2.2 2007/06/11 19:33:27 ariff Exp $ */ #include <dev/sound/pcm/sound.h> diff --git a/sys/dev/sound/pci/spicds.h b/sys/dev/sound/pci/spicds.h index c206be3b69e61..4f2c232427ef9 100644 --- a/sys/dev/sound/pci/spicds.h +++ b/sys/dev/sound/pci/spicds.h @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THEPOSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/sound/pci/spicds.h,v 1.3.2.2 2007/06/11 19:33:28 ariff Exp $ */ /* supported CODECs */ diff --git a/sys/dev/sound/pci/t4dwave.c b/sys/dev/sound/pci/t4dwave.c index 6ac48880fe7dc..a855519f5ef69 100644 --- a/sys/dev/sound/pci/t4dwave.c +++ b/sys/dev/sound/pci/t4dwave.c @@ -31,7 +31,7 @@ #include <dev/pci/pcireg.h> #include <dev/pci/pcivar.h> -SND_DECLARE_FILE("$FreeBSD$"); +SND_DECLARE_FILE("$FreeBSD: src/sys/dev/sound/pci/t4dwave.c,v 1.48.2.1 2007/11/15 16:59:54 ariff Exp $"); /* -------------------------------------------------------------------- */ diff --git a/sys/dev/sound/pci/t4dwave.h b/sys/dev/sound/pci/t4dwave.h index 4a2ec626c5083..066b160660da2 100644 --- a/sys/dev/sound/pci/t4dwave.h +++ b/sys/dev/sound/pci/t4dwave.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/dev/sound/pci/t4dwave.h,v 1.7 2005/01/06 01:43:19 imp Exp $ */ #ifndef _T4DWAVE_REG_H diff --git a/sys/dev/sound/pci/via8233.c b/sys/dev/sound/pci/via8233.c index 501183b5c3d80..576b6bc43b0da 100644 --- a/sys/dev/sound/pci/via8233.c +++ b/sys/dev/sound/pci/via8233.c @@ -44,7 +44,7 @@ #include <dev/sound/pci/via8233.h> -SND_DECLARE_FILE("$FreeBSD$"); +SND_DECLARE_FILE("$FreeBSD: src/sys/dev/sound/pci/via8233.c,v 1.20.2.3 2007/04/26 08:21:44 ariff Exp $"); #define VIA8233_PCI_ID 0x30591106 diff --git a/sys/dev/sound/pci/via8233.h b/sys/dev/sound/pci/via8233.h index a38afc96255c3..43d159975efe6 100644 --- a/sys/dev/sound/pci/via8233.h +++ b/sys/dev/sound/pci/via8233.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THEPOSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/sound/pci/via8233.h,v 1.4 2005/01/06 01:43:19 imp Exp $ */ #ifndef _SYS_SOUND_PCI_VIA8233_H_ diff --git a/sys/dev/sound/pci/via82c686.c b/sys/dev/sound/pci/via82c686.c index 3be70176a93d8..b6272d110dc44 100644 --- a/sys/dev/sound/pci/via82c686.c +++ b/sys/dev/sound/pci/via82c686.c @@ -33,7 +33,7 @@ #include <dev/sound/pci/via82c686.h> -SND_DECLARE_FILE("$FreeBSD$"); +SND_DECLARE_FILE("$FreeBSD: src/sys/dev/sound/pci/via82c686.c,v 1.34.2.2 2007/04/26 08:21:44 ariff Exp $"); #define VIA_PCI_ID 0x30581106 #define NSEGS 4 /* Number of segments in SGD table */ diff --git a/sys/dev/sound/pci/via82c686.h b/sys/dev/sound/pci/via82c686.h index ac6750e71b08a..a4a9a086fd441 100644 --- a/sys/dev/sound/pci/via82c686.h +++ b/sys/dev/sound/pci/via82c686.h @@ -33,7 +33,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/dev/sound/pci/via82c686.h,v 1.6 2003/03/26 05:35:38 orion Exp $ */ #ifndef _VIA_H diff --git a/sys/dev/sound/pci/vibes.c b/sys/dev/sound/pci/vibes.c index 823f5f9a658c2..7fd6d68857be9 100644 --- a/sys/dev/sound/pci/vibes.c +++ b/sys/dev/sound/pci/vibes.c @@ -36,7 +36,7 @@ #include "mixer_if.h" -SND_DECLARE_FILE("$FreeBSD$"); +SND_DECLARE_FILE("$FreeBSD: src/sys/dev/sound/pci/vibes.c,v 1.19.2.1 2006/01/24 18:54:22 joel Exp $"); /* ------------------------------------------------------------------------- */ /* Constants */ diff --git a/sys/dev/sound/pci/vibes.h b/sys/dev/sound/pci/vibes.h index d1eac407efbe4..f2b1baf4f3cd1 100644 --- a/sys/dev/sound/pci/vibes.h +++ b/sys/dev/sound/pci/vibes.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/dev/sound/pci/vibes.h,v 1.2 2005/01/06 01:43:19 imp Exp $ */ /* ------------------------------------------------------------------------- */ diff --git a/sys/dev/sound/pcm/ac97.c b/sys/dev/sound/pcm/ac97.c index f17301b5a207a..2c7a878a9e08c 100644 --- a/sys/dev/sound/pcm/ac97.c +++ b/sys/dev/sound/pcm/ac97.c @@ -32,7 +32,7 @@ #include "mixer_if.h" -SND_DECLARE_FILE("$FreeBSD$"); +SND_DECLARE_FILE("$FreeBSD: src/sys/dev/sound/pcm/ac97.c,v 1.53.2.6 2007/10/31 04:00:07 ariff Exp $"); MALLOC_DEFINE(M_AC97, "ac97", "ac97 codec"); diff --git a/sys/dev/sound/pcm/ac97.h b/sys/dev/sound/pcm/ac97.h index 3112cc0d474e4..bd768bedcaf8e 100644 --- a/sys/dev/sound/pcm/ac97.h +++ b/sys/dev/sound/pcm/ac97.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/dev/sound/pcm/ac97.h,v 1.16.2.3 2007/05/13 20:53:39 ariff Exp $ */ #define AC97_MUTE 0x8080 diff --git a/sys/dev/sound/pcm/ac97_if.m b/sys/dev/sound/pcm/ac97_if.m index 19f7378d1c6d2..3a01f5f61ff82 100644 --- a/sys/dev/sound/pcm/ac97_if.m +++ b/sys/dev/sound/pcm/ac97_if.m @@ -25,7 +25,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/sys/dev/sound/pcm/ac97_if.m,v 1.4 2005/01/06 01:43:20 imp Exp $ # #include <dev/sound/pcm/sound.h> diff --git a/sys/dev/sound/pcm/ac97_patch.c b/sys/dev/sound/pcm/ac97_patch.c index 8537a3df7e2f9..7521e83d3c152 100644 --- a/sys/dev/sound/pcm/ac97_patch.c +++ b/sys/dev/sound/pcm/ac97_patch.c @@ -27,7 +27,7 @@ #include <dev/sound/pcm/ac97.h> #include <dev/sound/pcm/ac97_patch.h> -SND_DECLARE_FILE("$FreeBSD$"); +SND_DECLARE_FILE("$FreeBSD: src/sys/dev/sound/pcm/ac97_patch.c,v 1.3.2.5 2007/10/31 03:59:24 ariff Exp $"); void ad1886_patch(struct ac97_info* codec) { diff --git a/sys/dev/sound/pcm/ac97_patch.h b/sys/dev/sound/pcm/ac97_patch.h index 1cee0912ad422..89115445daf7b 100644 --- a/sys/dev/sound/pcm/ac97_patch.h +++ b/sys/dev/sound/pcm/ac97_patch.h @@ -22,7 +22,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/sound/pcm/ac97_patch.h,v 1.3.2.2 2007/04/26 08:30:52 ariff Exp $ */ typedef void (*ac97_patch)(struct ac97_info*); diff --git a/sys/dev/sound/pcm/buffer.c b/sys/dev/sound/pcm/buffer.c index 5064bacee641a..72699b38ba420 100644 --- a/sys/dev/sound/pcm/buffer.c +++ b/sys/dev/sound/pcm/buffer.c @@ -28,7 +28,7 @@ #include "feeder_if.h" -SND_DECLARE_FILE("$FreeBSD$"); +SND_DECLARE_FILE("$FreeBSD: src/sys/dev/sound/pcm/buffer.c,v 1.25.2.3 2007/04/26 08:21:43 ariff Exp $"); struct snd_dbuf * sndbuf_create(device_t dev, char *drv, char *desc, struct pcm_channel *channel) diff --git a/sys/dev/sound/pcm/buffer.h b/sys/dev/sound/pcm/buffer.h index 4d5680e20ad55..a20c3289c558b 100644 --- a/sys/dev/sound/pcm/buffer.h +++ b/sys/dev/sound/pcm/buffer.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/dev/sound/pcm/buffer.h,v 1.10.2.2 2007/05/13 20:50:31 ariff Exp $ */ #define SND_DMA(b) (sndbuf_getflags((b)) & SNDBUF_F_DMA) diff --git a/sys/dev/sound/pcm/channel.c b/sys/dev/sound/pcm/channel.c index 648b75cf72a92..a66cc3e76770d 100644 --- a/sys/dev/sound/pcm/channel.c +++ b/sys/dev/sound/pcm/channel.c @@ -31,7 +31,7 @@ #include "feeder_if.h" -SND_DECLARE_FILE("$FreeBSD$"); +SND_DECLARE_FILE("$FreeBSD: src/sys/dev/sound/pcm/channel.c,v 1.99.2.5 2007/05/13 20:53:39 ariff Exp $"); #define MIN_CHUNK_SIZE 256 /* for uiomove etc. */ #if 0 diff --git a/sys/dev/sound/pcm/channel.h b/sys/dev/sound/pcm/channel.h index b854976893e9e..ca1b8ae1d4590 100644 --- a/sys/dev/sound/pcm/channel.h +++ b/sys/dev/sound/pcm/channel.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/dev/sound/pcm/channel.h,v 1.31.2.1 2005/12/30 19:55:54 netchild Exp $ */ struct pcmchan_children { diff --git a/sys/dev/sound/pcm/channel_if.m b/sys/dev/sound/pcm/channel_if.m index cdc6a3b6f2b32..313097d51b600 100644 --- a/sys/dev/sound/pcm/channel_if.m +++ b/sys/dev/sound/pcm/channel_if.m @@ -25,7 +25,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/sys/dev/sound/pcm/channel_if.m,v 1.5 2005/01/06 01:43:20 imp Exp $ # #include <dev/sound/pcm/sound.h> diff --git a/sys/dev/sound/pcm/dsp.c b/sys/dev/sound/pcm/dsp.c index be0140d24997e..da89a9e394da8 100644 --- a/sys/dev/sound/pcm/dsp.c +++ b/sys/dev/sound/pcm/dsp.c @@ -29,7 +29,7 @@ #include <dev/sound/pcm/sound.h> -SND_DECLARE_FILE("$FreeBSD$"); +SND_DECLARE_FILE("$FreeBSD: src/sys/dev/sound/pcm/dsp.c,v 1.80.2.7 2007/07/08 14:01:11 ariff Exp $"); static int dsp_mmap_allow_prot_exec = 0; SYSCTL_INT(_hw_snd, OID_AUTO, compat_linux_mmap, CTLFLAG_RW, diff --git a/sys/dev/sound/pcm/dsp.h b/sys/dev/sound/pcm/dsp.h index 0d067ededb1a1..a8d722f41e2de 100644 --- a/sys/dev/sound/pcm/dsp.h +++ b/sys/dev/sound/pcm/dsp.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/dev/sound/pcm/dsp.h,v 1.9 2005/01/06 01:43:20 imp Exp $ */ extern struct cdevsw dsp_cdevsw; diff --git a/sys/dev/sound/pcm/fake.c b/sys/dev/sound/pcm/fake.c index 714390287832c..07edebf93344c 100644 --- a/sys/dev/sound/pcm/fake.c +++ b/sys/dev/sound/pcm/fake.c @@ -26,7 +26,7 @@ #include <dev/sound/pcm/sound.h> -SND_DECLARE_FILE("$FreeBSD$"); +SND_DECLARE_FILE("$FreeBSD: src/sys/dev/sound/pcm/fake.c,v 1.14.2.1 2005/12/30 19:55:54 netchild Exp $"); static u_int32_t fk_fmt[] = { AFMT_MU_LAW, diff --git a/sys/dev/sound/pcm/feeder.c b/sys/dev/sound/pcm/feeder.c index b70bd588c2ff0..f33abc88cd9d6 100644 --- a/sys/dev/sound/pcm/feeder.c +++ b/sys/dev/sound/pcm/feeder.c @@ -28,7 +28,7 @@ #include "feeder_if.h" -SND_DECLARE_FILE("$FreeBSD$"); +SND_DECLARE_FILE("$FreeBSD: src/sys/dev/sound/pcm/feeder.c,v 1.33.2.3 2006/03/07 15:51:19 jhb Exp $"); MALLOC_DEFINE(M_FEEDER, "feeder", "pcm feeder"); diff --git a/sys/dev/sound/pcm/feeder.h b/sys/dev/sound/pcm/feeder.h index 545fd243e3939..c12dc67f84292 100644 --- a/sys/dev/sound/pcm/feeder.h +++ b/sys/dev/sound/pcm/feeder.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/dev/sound/pcm/feeder.h,v 1.12.2.1 2006/01/29 02:27:28 ariff Exp $ */ struct pcm_feederdesc { diff --git a/sys/dev/sound/pcm/feeder_fmt.c b/sys/dev/sound/pcm/feeder_fmt.c index 17cd030495c1e..984a732e71057 100644 --- a/sys/dev/sound/pcm/feeder_fmt.c +++ b/sys/dev/sound/pcm/feeder_fmt.c @@ -39,7 +39,7 @@ #include <dev/sound/pcm/sound.h> #include "feeder_if.h" -SND_DECLARE_FILE("$FreeBSD$"); +SND_DECLARE_FILE("$FreeBSD: src/sys/dev/sound/pcm/feeder_fmt.c,v 1.14.2.2 2006/01/29 02:27:28 ariff Exp $"); MALLOC_DEFINE(M_FMTFEEDER, "fmtfeed", "pcm format feeder"); diff --git a/sys/dev/sound/pcm/feeder_if.m b/sys/dev/sound/pcm/feeder_if.m index 83c0fb073b538..7de23a60d38b4 100644 --- a/sys/dev/sound/pcm/feeder_if.m +++ b/sys/dev/sound/pcm/feeder_if.m @@ -25,7 +25,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/sys/dev/sound/pcm/feeder_if.m,v 1.6 2005/01/06 01:43:21 imp Exp $ # #include <dev/sound/pcm/sound.h> diff --git a/sys/dev/sound/pcm/feeder_rate.c b/sys/dev/sound/pcm/feeder_rate.c index f612bd78e3675..5b736612e0e8d 100644 --- a/sys/dev/sound/pcm/feeder_rate.c +++ b/sys/dev/sound/pcm/feeder_rate.c @@ -66,7 +66,7 @@ #include <dev/sound/pcm/sound.h> #include "feeder_if.h" -SND_DECLARE_FILE("$FreeBSD$"); +SND_DECLARE_FILE("$FreeBSD: src/sys/dev/sound/pcm/feeder_rate.c,v 1.11.2.2 2006/01/29 02:27:28 ariff Exp $"); #define RATE_ASSERT(x, y) /* KASSERT(x,y) */ #define RATE_TEST(x, y) /* if (!(x)) printf y */ diff --git a/sys/dev/sound/pcm/feeder_volume.c b/sys/dev/sound/pcm/feeder_volume.c index bb46ea0303fae..ade86c16b30b3 100644 --- a/sys/dev/sound/pcm/feeder_volume.c +++ b/sys/dev/sound/pcm/feeder_volume.c @@ -29,7 +29,7 @@ #include <dev/sound/pcm/sound.h> #include "feeder_if.h" -SND_DECLARE_FILE("$FreeBSD$"); +SND_DECLARE_FILE("$FreeBSD: src/sys/dev/sound/pcm/feeder_volume.c,v 1.2.2.1 2005/12/30 19:55:54 netchild Exp $"); static int feed_volume_s16(struct pcm_feeder *f, struct pcm_channel *c, uint8_t *b, diff --git a/sys/dev/sound/pcm/mixer.c b/sys/dev/sound/pcm/mixer.c index abb68db6097e0..df7e85eea989e 100644 --- a/sys/dev/sound/pcm/mixer.c +++ b/sys/dev/sound/pcm/mixer.c @@ -28,7 +28,7 @@ #include "mixer_if.h" -SND_DECLARE_FILE("$FreeBSD$"); +SND_DECLARE_FILE("$FreeBSD: src/sys/dev/sound/pcm/mixer.c,v 1.43.2.5 2007/05/13 20:53:39 ariff Exp $"); MALLOC_DEFINE(M_MIXER, "mixer", "mixer"); diff --git a/sys/dev/sound/pcm/mixer.h b/sys/dev/sound/pcm/mixer.h index d89ed432c0d59..a14ec74eadd04 100644 --- a/sys/dev/sound/pcm/mixer.h +++ b/sys/dev/sound/pcm/mixer.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/dev/sound/pcm/mixer.h,v 1.14.2.1 2007/05/13 20:53:39 ariff Exp $ */ int mixer_init(device_t dev, kobj_class_t cls, void *devinfo); diff --git a/sys/dev/sound/pcm/mixer_if.m b/sys/dev/sound/pcm/mixer_if.m index 9bd974ce7d9e1..1f92f6478647e 100644 --- a/sys/dev/sound/pcm/mixer_if.m +++ b/sys/dev/sound/pcm/mixer_if.m @@ -25,7 +25,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/sys/dev/sound/pcm/mixer_if.m,v 1.6 2005/01/06 01:43:21 imp Exp $ # #include <dev/sound/pcm/sound.h> diff --git a/sys/dev/sound/pcm/sndstat.c b/sys/dev/sound/pcm/sndstat.c index 5b07ece13d2f1..eae01ee95dadf 100644 --- a/sys/dev/sound/pcm/sndstat.c +++ b/sys/dev/sound/pcm/sndstat.c @@ -30,7 +30,7 @@ #include <sys/sx.h> #endif -SND_DECLARE_FILE("$FreeBSD$"); +SND_DECLARE_FILE("$FreeBSD: src/sys/dev/sound/pcm/sndstat.c,v 1.20.2.2 2005/12/30 19:55:54 netchild Exp $"); #define SS_TYPE_MODULE 0 #define SS_TYPE_FIRST 1 diff --git a/sys/dev/sound/pcm/sound.c b/sys/dev/sound/pcm/sound.c index 971470690d012..1d796fe3b7229 100644 --- a/sys/dev/sound/pcm/sound.c +++ b/sys/dev/sound/pcm/sound.c @@ -32,7 +32,7 @@ #include "feeder_if.h" -SND_DECLARE_FILE("$FreeBSD$"); +SND_DECLARE_FILE("$FreeBSD: src/sys/dev/sound/pcm/sound.c,v 1.93.2.5 2007/06/04 09:06:05 ariff Exp $"); devclass_t pcm_devclass; diff --git a/sys/dev/sound/pcm/sound.h b/sys/dev/sound/pcm/sound.h index 53dc7f6ddfc7f..847a5252bf3ea 100644 --- a/sys/dev/sound/pcm/sound.h +++ b/sys/dev/sound/pcm/sound.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/dev/sound/pcm/sound.h,v 1.63.2.3 2007/05/13 20:53:39 ariff Exp $ */ /* diff --git a/sys/dev/sound/pcm/vchan.c b/sys/dev/sound/pcm/vchan.c index 1f0e5b14f0148..b809b557a0438 100644 --- a/sys/dev/sound/pcm/vchan.c +++ b/sys/dev/sound/pcm/vchan.c @@ -28,7 +28,7 @@ #include <dev/sound/pcm/vchan.h> #include "feeder_if.h" -SND_DECLARE_FILE("$FreeBSD$"); +SND_DECLARE_FILE("$FreeBSD: src/sys/dev/sound/pcm/vchan.c,v 1.17.2.5 2007/02/04 06:17:14 ariff Exp $"); /* * Default speed diff --git a/sys/dev/sound/pcm/vchan.h b/sys/dev/sound/pcm/vchan.h index cb9e1c8ea17ce..ce6a0d256c774 100644 --- a/sys/dev/sound/pcm/vchan.h +++ b/sys/dev/sound/pcm/vchan.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/dev/sound/pcm/vchan.h,v 1.4 2005/01/06 01:43:21 imp Exp $ */ int vchan_create(struct pcm_channel *parent); diff --git a/sys/dev/sound/sbus/apcdmareg.h b/sys/dev/sound/sbus/apcdmareg.h index d4296adbe9feb..aef9b83333b1f 100644 --- a/sys/dev/sound/sbus/apcdmareg.h +++ b/sys/dev/sound/sbus/apcdmareg.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/sound/sbus/apcdmareg.h,v 1.2 2005/01/06 01:43:22 imp Exp $ */ /* $OpenBSD: apcdmareg.h,v 1.2 2003/06/02 18:53:18 jason Exp $ */ /*- diff --git a/sys/dev/sound/sbus/cs4231.c b/sys/dev/sound/sbus/cs4231.c index af85c8adc3ad6..396aedb3a63dc 100644 --- a/sys/dev/sound/sbus/cs4231.c +++ b/sys/dev/sound/sbus/cs4231.c @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/sound/sbus/cs4231.c,v 1.4 2005/05/19 18:13:49 marius Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/sound/sbus/cs4231.h b/sys/dev/sound/sbus/cs4231.h index 26ca399a0fe09..b98f7bbac4472 100644 --- a/sys/dev/sound/sbus/cs4231.h +++ b/sys/dev/sound/sbus/cs4231.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/sound/sbus/cs4231.h,v 1.2 2005/01/06 01:43:22 imp Exp $ */ /*- * Copyright (c) 1996 The NetBSD Foundation, Inc. * All rights reserved. diff --git a/sys/dev/sound/usb/uaudio.c b/sys/dev/sound/usb/uaudio.c index da06fb557d744..dd29a5c6fe9d0 100644 --- a/sys/dev/sound/usb/uaudio.c +++ b/sys/dev/sound/usb/uaudio.c @@ -1,5 +1,5 @@ /* $NetBSD: uaudio.c,v 1.91 2004/11/05 17:46:14 kent Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/sound/usb/uaudio.c,v 1.14.2.2 2006/04/04 17:34:10 ariff Exp $ */ /*- * Copyright (c) 1999 The NetBSD Foundation, Inc. diff --git a/sys/dev/sound/usb/uaudio.h b/sys/dev/sound/usb/uaudio.h index 5ce74ab2c8d1a..f60fa3b8d6b60 100644 --- a/sys/dev/sound/usb/uaudio.h +++ b/sys/dev/sound/usb/uaudio.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/sound/usb/uaudio.h,v 1.6.2.1 2005/12/30 19:55:54 netchild Exp $ */ /*- * Copyright (c) 2000-2002 Hiroyuki Aizu <aizu@navi.org> diff --git a/sys/dev/sound/usb/uaudio_pcm.c b/sys/dev/sound/usb/uaudio_pcm.c index 42eaa570868cc..835b0a9c32220 100644 --- a/sys/dev/sound/usb/uaudio_pcm.c +++ b/sys/dev/sound/usb/uaudio_pcm.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/sound/usb/uaudio_pcm.c,v 1.15.2.2 2007/05/13 20:53:40 ariff Exp $ */ /*- * Copyright (c) 2000-2002 Hiroyuki Aizu <aizu@navi.org> diff --git a/sys/dev/sound/usb/uaudioreg.h b/sys/dev/sound/usb/uaudioreg.h index 3cc09ba5ae450..114725fcb8612 100644 --- a/sys/dev/sound/usb/uaudioreg.h +++ b/sys/dev/sound/usb/uaudioreg.h @@ -1,5 +1,5 @@ /* $NetBSD: uaudioreg.h,v 1.12 2004/11/05 19:08:29 kent Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/sound/usb/uaudioreg.h,v 1.4 2005/01/06 01:43:22 imp Exp $ */ /*- * Copyright (c) 1999 The NetBSD Foundation, Inc. diff --git a/sys/dev/speaker/speaker.h b/sys/dev/speaker/speaker.h index 9e195c3f0d8b6..b078f1e6e7f32 100644 --- a/sys/dev/speaker/speaker.h +++ b/sys/dev/speaker/speaker.h @@ -4,7 +4,7 @@ * v1.4 by Eric S. Raymond (esr@snark.thyrsus.com) Aug 1993 * modified for FreeBSD by Andrew A. Chernov <ache@astral.msk.su> * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/speaker/speaker.h,v 1.8.2.1 2005/11/16 10:50:11 ru Exp $ */ #ifndef _DEV_SPEAKER_SPEAKER_H_ diff --git a/sys/dev/speaker/spkr.c b/sys/dev/speaker/spkr.c index 4ab065e192433..385ef2bf05488 100644 --- a/sys/dev/speaker/spkr.c +++ b/sys/dev/speaker/spkr.c @@ -7,7 +7,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/speaker/spkr.c,v 1.70.2.2 2007/07/12 07:05:43 brian Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/sr/if_sr.c b/sys/dev/sr/if_sr.c index ea446a945d920..dfef6dffe6b75 100644 --- a/sys/dev/sr/if_sr.c +++ b/sys/dev/sr/if_sr.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/sr/if_sr.c,v 1.69.2.2 2007/05/12 06:10:11 nyan Exp $"); /* * Programming assumptions and other issues. diff --git a/sys/dev/sr/if_sr.h b/sys/dev/sr/if_sr.h index c66f667f0023d..197bf46101af4 100644 --- a/sys/dev/sr/if_sr.h +++ b/sys/dev/sr/if_sr.h @@ -33,7 +33,7 @@ * THIS SOFTWARE, EVEN IF WHISTLE COMMUNICATIONS IS ADVISED OF THE POSSIBILITY * OF SUCH DAMAGE. - * $FreeBSD$ + * $FreeBSD: src/sys/dev/sr/if_sr.h,v 1.4 2005/01/06 01:43:22 imp Exp $ */ #ifndef _I386_ISA_IF_SR_H_ diff --git a/sys/dev/sr/if_sr_isa.c b/sys/dev/sr/if_sr_isa.c index 3f68e001295b6..22ea395b321d8 100644 --- a/sys/dev/sr/if_sr_isa.c +++ b/sys/dev/sr/if_sr_isa.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/sr/if_sr_isa.c,v 1.51 2005/05/29 04:42:25 nyan Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/sr/if_sr_pci.c b/sys/dev/sr/if_sr_pci.c index 8f62513b360fe..694323b5e7c3a 100644 --- a/sys/dev/sr/if_sr_pci.c +++ b/sys/dev/sr/if_sr_pci.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/sr/if_sr_pci.c,v 1.23 2005/05/29 04:42:25 nyan Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/sr/if_srregs.h b/sys/dev/sr/if_srregs.h index 16925e6e581e8..b1ba98d5fab41 100644 --- a/sys/dev/sr/if_srregs.h +++ b/sys/dev/sr/if_srregs.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/dev/sr/if_srregs.h,v 1.9 2005/01/06 01:43:22 imp Exp $ */ #ifndef _IF_SRREGS_H_ #define _IF_SRREGS_H_ diff --git a/sys/dev/stg/tmc18c30.c b/sys/dev/stg/tmc18c30.c index a0e7139b4969e..d1ff008589a99 100644 --- a/sys/dev/stg/tmc18c30.c +++ b/sys/dev/stg/tmc18c30.c @@ -39,7 +39,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/stg/tmc18c30.c,v 1.14 2005/05/29 04:42:26 nyan Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/stg/tmc18c30.h b/sys/dev/stg/tmc18c30.h index 8a1848c6b5bf3..0033a822bb2c8 100644 --- a/sys/dev/stg/tmc18c30.h +++ b/sys/dev/stg/tmc18c30.h @@ -1,5 +1,5 @@ /* - * $FreeBSD$ + * $FreeBSD: src/sys/dev/stg/tmc18c30.h,v 1.1 2003/04/07 10:13:25 mdodd Exp $ */ extern devclass_t stg_devclass; diff --git a/sys/dev/stg/tmc18c30_isa.c b/sys/dev/stg/tmc18c30_isa.c index 7165a817db90f..752c98375ff6b 100644 --- a/sys/dev/stg/tmc18c30_isa.c +++ b/sys/dev/stg/tmc18c30_isa.c @@ -39,7 +39,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/stg/tmc18c30_isa.c,v 1.12 2005/05/29 04:42:26 nyan Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/stg/tmc18c30_pccard.c b/sys/dev/stg/tmc18c30_pccard.c index d0c732f1d69e6..d6a24db71cfd2 100644 --- a/sys/dev/stg/tmc18c30_pccard.c +++ b/sys/dev/stg/tmc18c30_pccard.c @@ -39,7 +39,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/stg/tmc18c30_pccard.c,v 1.24 2005/06/24 14:36:54 imp Exp $"); #include <sys/param.h> #include <sys/errno.h> diff --git a/sys/dev/stg/tmc18c30_pci.c b/sys/dev/stg/tmc18c30_pci.c index 1edda5af141ab..3ee157d3a17d0 100644 --- a/sys/dev/stg/tmc18c30_pci.c +++ b/sys/dev/stg/tmc18c30_pci.c @@ -38,7 +38,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/stg/tmc18c30_pci.c,v 1.6 2005/05/29 04:42:26 nyan Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/stg/tmc18c30_subr.c b/sys/dev/stg/tmc18c30_subr.c index 152fd11bbbdf6..9e977abf615ae 100644 --- a/sys/dev/stg/tmc18c30_subr.c +++ b/sys/dev/stg/tmc18c30_subr.c @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/stg/tmc18c30_subr.c,v 1.5 2005/05/29 04:42:26 nyan Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/stg/tmc18c30reg.h b/sys/dev/stg/tmc18c30reg.h index 93c9940ba6492..341ba030e3b36 100644 --- a/sys/dev/stg/tmc18c30reg.h +++ b/sys/dev/stg/tmc18c30reg.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/stg/tmc18c30reg.h,v 1.3 2005/01/06 01:43:23 imp Exp $ */ /* $NecBSD: tmc18c30reg.h,v 1.4.24.1 2001/06/08 06:27:50 honda Exp $ */ /* $NetBSD$ */ diff --git a/sys/dev/stg/tmc18c30var.h b/sys/dev/stg/tmc18c30var.h index 69e837fc6786b..ea22018160252 100644 --- a/sys/dev/stg/tmc18c30var.h +++ b/sys/dev/stg/tmc18c30var.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/stg/tmc18c30var.h,v 1.8 2005/01/06 01:43:23 imp Exp $ */ /* $NecBSD: tmc18c30var.h,v 1.12.18.2 2001/06/13 05:51:23 honda Exp $ */ /* $NetBSD$ */ diff --git a/sys/dev/stge/if_stge.c b/sys/dev/stge/if_stge.c index 3ef4d1ca638bf..04de3974e9831 100644 --- a/sys/dev/stge/if_stge.c +++ b/sys/dev/stge/if_stge.c @@ -42,7 +42,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/stge/if_stge.c,v 1.1.2.7 2007/07/14 20:25:20 csjp Exp $"); #ifdef HAVE_KERNEL_OPTION_HEADERS #include "opt_device_polling.h" diff --git a/sys/dev/stge/if_stgereg.h b/sys/dev/stge/if_stgereg.h index 1eb77b02c66b0..4c8d35b988906 100644 --- a/sys/dev/stge/if_stgereg.h +++ b/sys/dev/stge/if_stgereg.h @@ -36,7 +36,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/stge/if_stgereg.h,v 1.1.2.3 2007/05/09 06:25:01 yongari Exp $ */ /* * Sundance Technology PCI vendor ID diff --git a/sys/dev/streams/streams.c b/sys/dev/streams/streams.c index 65fd83a44c954..0810b9645cc7b 100644 --- a/sys/dev/streams/streams.c +++ b/sys/dev/streams/streams.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/streams/streams.c,v 1.50 2005/02/07 18:22:20 jhb Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/sx/cd1865.h b/sys/dev/sx/cd1865.h index 297a415ff6985..ce5acd97e9aa2 100644 --- a/sys/dev/sx/cd1865.h +++ b/sys/dev/sx/cd1865.h @@ -24,7 +24,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN * NO EVENT SHALL THE AUTHORS BE LIABLE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/sx/cd1865.h,v 1.2 2005/01/06 01:43:24 imp Exp $ */ diff --git a/sys/dev/sx/sx.c b/sys/dev/sx/sx.c index 8821c374af87f..893f99bb5a140 100644 --- a/sys/dev/sx/sx.c +++ b/sys/dev/sx/sx.c @@ -24,7 +24,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN * NO EVENT SHALL THE AUTHORS BE LIABLE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/sx/sx.c,v 1.14 2005/01/06 01:43:24 imp Exp $ */ diff --git a/sys/dev/sx/sx.h b/sys/dev/sx/sx.h index 0e035ddbfb16a..06b7c84290528 100644 --- a/sys/dev/sx/sx.h +++ b/sys/dev/sx/sx.h @@ -24,7 +24,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN * NO EVENT SHALL THE AUTHORS BE LIABLE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/sx/sx.h,v 1.5 2005/01/06 01:43:24 imp Exp $ */ /* diff --git a/sys/dev/sx/sx_pci.c b/sys/dev/sx/sx_pci.c index 79eb4d1717d88..f9d9ee9438f0d 100644 --- a/sys/dev/sx/sx_pci.c +++ b/sys/dev/sx/sx_pci.c @@ -24,7 +24,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN * NO EVENT SHALL THE AUTHORS BE LIABLE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/sx/sx_pci.c,v 1.6 2005/03/01 08:58:06 imp Exp $ */ #include <sys/param.h> diff --git a/sys/dev/sx/sx_util.c b/sys/dev/sx/sx_util.c index 0eeb8aeb75495..7e71074363343 100644 --- a/sys/dev/sx/sx_util.c +++ b/sys/dev/sx/sx_util.c @@ -24,7 +24,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN * NO EVENT SHALL THE AUTHORS BE LIABLE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/sx/sx_util.c,v 1.2 2005/01/06 01:43:24 imp Exp $ */ #include "opt_debug_sx.h" diff --git a/sys/dev/sx/sx_util.h b/sys/dev/sx/sx_util.h index 57f42c9f75178..ec670e871b373 100644 --- a/sys/dev/sx/sx_util.h +++ b/sys/dev/sx/sx_util.h @@ -24,7 +24,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN * NO EVENT SHALL THE AUTHORS BE LIABLE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/sx/sx_util.h,v 1.2 2005/01/06 01:43:24 imp Exp $ */ diff --git a/sys/dev/sx/sxvar.h b/sys/dev/sx/sxvar.h index fa33e371ec901..4a518aefc2a6d 100644 --- a/sys/dev/sx/sxvar.h +++ b/sys/dev/sx/sxvar.h @@ -24,7 +24,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN * NO EVENT SHALL THE AUTHORS BE LIABLE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/sx/sxvar.h,v 1.2 2005/01/06 01:43:24 imp Exp $ */ diff --git a/sys/dev/sym/README.sym b/sys/dev/sym/README.sym index d310cd4d150fb..25f29f86302d6 100644 --- a/sys/dev/sym/README.sym +++ b/sys/dev/sym/README.sym @@ -54,7 +54,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/sym/README.sym,v 1.6 2005/01/06 01:43:24 imp Exp $ */ README.sym diff --git a/sys/dev/sym/sym_conf.h b/sys/dev/sym/sym_conf.h index 768baa7b10a59..c445595e5f543 100644 --- a/sys/dev/sym/sym_conf.h +++ b/sys/dev/sym/sym_conf.h @@ -55,7 +55,7 @@ * SUCH DAMAGE. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/sym/sym_conf.h,v 1.9 2005/01/06 01:43:24 imp Exp $ */ #ifndef SYM_CONF_H #define SYM_CONF_H diff --git a/sys/dev/sym/sym_defs.h b/sys/dev/sym/sym_defs.h index ad1481f71af3f..aaaef2b96be9b 100644 --- a/sys/dev/sym/sym_defs.h +++ b/sys/dev/sym/sym_defs.h @@ -55,7 +55,7 @@ * SUCH DAMAGE. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/sym/sym_defs.h,v 1.11 2005/01/06 01:43:24 imp Exp $ */ #ifndef SYM_DEFS_H #define SYM_DEFS_H diff --git a/sys/dev/sym/sym_fw.h b/sys/dev/sym/sym_fw.h index a274bbcee4302..4a219801662d6 100644 --- a/sys/dev/sym/sym_fw.h +++ b/sys/dev/sym/sym_fw.h @@ -55,7 +55,7 @@ * SUCH DAMAGE. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/sym/sym_fw.h,v 1.5 2005/01/06 01:43:24 imp Exp $ */ #ifndef SYM_FW_H #define SYM_FW_H diff --git a/sys/dev/sym/sym_fw1.h b/sys/dev/sym/sym_fw1.h index 9a43dc431f0d5..695d783cfd417 100644 --- a/sys/dev/sym/sym_fw1.h +++ b/sys/dev/sym/sym_fw1.h @@ -55,7 +55,7 @@ * SUCH DAMAGE. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/sym/sym_fw1.h,v 1.7 2005/01/06 01:43:24 imp Exp $ */ /* * Scripts for SYMBIOS-Processor diff --git a/sys/dev/sym/sym_fw2.h b/sys/dev/sym/sym_fw2.h index 5ff740aa3cd94..892b182272006 100644 --- a/sys/dev/sym/sym_fw2.h +++ b/sys/dev/sym/sym_fw2.h @@ -55,7 +55,7 @@ * SUCH DAMAGE. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/sym/sym_fw2.h,v 1.8 2005/01/06 01:43:24 imp Exp $ */ /* * Scripts for SYMBIOS-Processor diff --git a/sys/dev/sym/sym_hipd.c b/sys/dev/sym/sym_hipd.c index 0f1d7f8ed58fe..4d095d52ecf0f 100644 --- a/sys/dev/sym/sym_hipd.c +++ b/sys/dev/sym/sym_hipd.c @@ -56,7 +56,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/sym/sym_hipd.c,v 1.55.2.1 2007/08/19 10:51:03 se Exp $"); #define SYM_DRIVER_NAME "sym-1.6.5-20000902" diff --git a/sys/dev/syscons/apm/apm_saver.c b/sys/dev/syscons/apm/apm_saver.c index cdd5969c98064..8e28de64f5d74 100644 --- a/sys/dev/syscons/apm/apm_saver.c +++ b/sys/dev/syscons/apm/apm_saver.c @@ -25,7 +25,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/dev/syscons/apm/apm_saver.c,v 1.10 2005/04/04 05:28:19 imp Exp $ */ #include <sys/param.h> diff --git a/sys/dev/syscons/blank/blank_saver.c b/sys/dev/syscons/blank/blank_saver.c index 960acca5a5122..03c6df0780d8d 100644 --- a/sys/dev/syscons/blank/blank_saver.c +++ b/sys/dev/syscons/blank/blank_saver.c @@ -25,7 +25,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/dev/syscons/blank/blank_saver.c,v 1.17 1999/08/28 00:47:45 peter Exp $ */ #include <sys/param.h> diff --git a/sys/dev/syscons/daemon/daemon_saver.c b/sys/dev/syscons/daemon/daemon_saver.c index 92d807f9ed994..5017ea1eed8b8 100644 --- a/sys/dev/syscons/daemon/daemon_saver.c +++ b/sys/dev/syscons/daemon/daemon_saver.c @@ -25,7 +25,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/dev/syscons/daemon/daemon_saver.c,v 1.23 2005/05/15 08:59:00 nyan Exp $ */ #include <sys/param.h> diff --git a/sys/dev/syscons/dragon/dragon_saver.c b/sys/dev/syscons/dragon/dragon_saver.c index f8fa51b5e08bd..f847f3f7eabc9 100644 --- a/sys/dev/syscons/dragon/dragon_saver.c +++ b/sys/dev/syscons/dragon/dragon_saver.c @@ -25,7 +25,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/dev/syscons/dragon/dragon_saver.c,v 1.2 2003/07/21 13:04:54 nyan Exp $ */ #include <sys/param.h> diff --git a/sys/dev/syscons/fade/fade_saver.c b/sys/dev/syscons/fade/fade_saver.c index d7793b6dd96f2..3b057c8ae7dac 100644 --- a/sys/dev/syscons/fade/fade_saver.c +++ b/sys/dev/syscons/fade/fade_saver.c @@ -25,7 +25,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/dev/syscons/fade/fade_saver.c,v 1.19 2003/05/31 20:29:34 phk Exp $ */ #include <sys/param.h> diff --git a/sys/dev/syscons/fire/fire_saver.c b/sys/dev/syscons/fire/fire_saver.c index de60a20a58f9b..936f53fb6a40b 100644 --- a/sys/dev/syscons/fire/fire_saver.c +++ b/sys/dev/syscons/fire/fire_saver.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/dev/syscons/fire/fire_saver.c,v 1.10.10.1 2007/02/24 15:10:24 philip Exp $ */ /* diff --git a/sys/dev/syscons/green/green_saver.c b/sys/dev/syscons/green/green_saver.c index d6cfe80da6897..f37d377eac732 100644 --- a/sys/dev/syscons/green/green_saver.c +++ b/sys/dev/syscons/green/green_saver.c @@ -25,7 +25,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/dev/syscons/green/green_saver.c,v 1.17 1999/08/28 00:47:50 peter Exp $ */ #include <sys/param.h> diff --git a/sys/dev/syscons/logo/logo.c b/sys/dev/syscons/logo/logo.c index ea3f46e5c3a7e..f9d3b419c88cb 100644 --- a/sys/dev/syscons/logo/logo.c +++ b/sys/dev/syscons/logo/logo.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/syscons/logo/logo.c,v 1.3 2001/08/09 00:02:30 peter Exp $ */ #define logo_width 88 #define logo_height 88 diff --git a/sys/dev/syscons/logo/logo_saver.c b/sys/dev/syscons/logo/logo_saver.c index 20f2bdcef02af..6c4c73abafcdf 100644 --- a/sys/dev/syscons/logo/logo_saver.c +++ b/sys/dev/syscons/logo/logo_saver.c @@ -25,7 +25,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/dev/syscons/logo/logo_saver.c,v 1.12.10.1 2007/02/24 15:10:24 philip Exp $ */ #include <sys/param.h> diff --git a/sys/dev/syscons/rain/rain_saver.c b/sys/dev/syscons/rain/rain_saver.c index 3cdf980eceed1..a439ac56ed841 100644 --- a/sys/dev/syscons/rain/rain_saver.c +++ b/sys/dev/syscons/rain/rain_saver.c @@ -25,7 +25,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/dev/syscons/rain/rain_saver.c,v 1.12.12.1 2007/02/24 15:10:24 philip Exp $ */ #include <sys/param.h> diff --git a/sys/dev/syscons/scgfbrndr.c b/sys/dev/syscons/scgfbrndr.c index fa522f8e5e8fe..18512ae98e6d8 100644 --- a/sys/dev/syscons/scgfbrndr.c +++ b/sys/dev/syscons/scgfbrndr.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/syscons/scgfbrndr.c,v 1.22.2.1 2005/10/05 21:48:02 marius Exp $"); #include "opt_syscons.h" #include "opt_gfb.h" diff --git a/sys/dev/syscons/schistory.c b/sys/dev/syscons/schistory.c index c83048e13f044..880bbcfb16e92 100644 --- a/sys/dev/syscons/schistory.c +++ b/sys/dev/syscons/schistory.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/syscons/schistory.c,v 1.19 2004/01/21 05:08:51 grehan Exp $"); #include "opt_syscons.h" diff --git a/sys/dev/syscons/scmouse.c b/sys/dev/syscons/scmouse.c index 73455f315884b..44ffedb48d26c 100644 --- a/sys/dev/syscons/scmouse.c +++ b/sys/dev/syscons/scmouse.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/syscons/scmouse.c,v 1.37.2.3 2005/10/05 21:48:02 marius Exp $"); #include "opt_syscons.h" diff --git a/sys/dev/syscons/scterm-dumb.c b/sys/dev/syscons/scterm-dumb.c index 4e93a6af1b0d2..360a0278eba17 100644 --- a/sys/dev/syscons/scterm-dumb.c +++ b/sys/dev/syscons/scterm-dumb.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/syscons/scterm-dumb.c,v 1.6 2004/01/21 05:08:51 grehan Exp $"); #include "opt_syscons.h" diff --git a/sys/dev/syscons/scterm-sc.c b/sys/dev/syscons/scterm-sc.c index 96059d4829486..ef6a3a14941d0 100644 --- a/sys/dev/syscons/scterm-sc.c +++ b/sys/dev/syscons/scterm-sc.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/syscons/scterm-sc.c,v 1.21 2004/05/30 20:08:42 phk Exp $"); #include "opt_syscons.h" diff --git a/sys/dev/syscons/scterm.c b/sys/dev/syscons/scterm.c index 0b9135a4a0076..f167ad32a3356 100644 --- a/sys/dev/syscons/scterm.c +++ b/sys/dev/syscons/scterm.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/syscons/scterm.c,v 1.6 2003/08/24 18:17:24 obrien Exp $"); #include "opt_syscons.h" diff --git a/sys/dev/syscons/sctermvar.h b/sys/dev/syscons/sctermvar.h index b1c01af1f800f..5d24deef6e062 100644 --- a/sys/dev/syscons/sctermvar.h +++ b/sys/dev/syscons/sctermvar.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/dev/syscons/sctermvar.h,v 1.4 2002/10/20 22:50:13 robert Exp $ */ #ifndef _DEV_SYSCONS_SCTERMVAR_H_ diff --git a/sys/dev/syscons/scvesactl.c b/sys/dev/syscons/scvesactl.c index a556dc01d01a3..a6c7eed608f36 100644 --- a/sys/dev/syscons/scvesactl.c +++ b/sys/dev/syscons/scvesactl.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/syscons/scvesactl.c,v 1.22.2.1 2005/09/02 15:31:03 rodrigc Exp $"); #include "opt_vga.h" diff --git a/sys/dev/syscons/scvgarndr.c b/sys/dev/syscons/scvgarndr.c index 81498ecad167b..d161e7e099b6c 100644 --- a/sys/dev/syscons/scvgarndr.c +++ b/sys/dev/syscons/scvgarndr.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/syscons/scvgarndr.c,v 1.19.2.1 2005/10/05 21:48:02 marius Exp $"); #include "opt_syscons.h" #include "opt_vga.h" diff --git a/sys/dev/syscons/scvidctl.c b/sys/dev/syscons/scvidctl.c index 82da7b1f6cf31..eb33fa5ed52a4 100644 --- a/sys/dev/syscons/scvidctl.c +++ b/sys/dev/syscons/scvidctl.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/syscons/scvidctl.c,v 1.34.2.4 2006/10/04 06:09:09 ru Exp $"); #include "opt_syscons.h" diff --git a/sys/dev/syscons/scvtb.c b/sys/dev/syscons/scvtb.c index 8d2b224b36dd8..134d5d26a5b2d 100644 --- a/sys/dev/syscons/scvtb.c +++ b/sys/dev/syscons/scvtb.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/syscons/scvtb.c,v 1.13 2005/05/21 20:28:15 marius Exp $"); #include "opt_syscons.h" diff --git a/sys/dev/syscons/snake/snake_saver.c b/sys/dev/syscons/snake/snake_saver.c index 6a7b7dadba850..3abe350acdd56 100644 --- a/sys/dev/syscons/snake/snake_saver.c +++ b/sys/dev/syscons/snake/snake_saver.c @@ -25,7 +25,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/dev/syscons/snake/snake_saver.c,v 1.31 2005/05/15 09:07:42 nyan Exp $ */ #include <sys/param.h> diff --git a/sys/dev/syscons/star/star_saver.c b/sys/dev/syscons/star/star_saver.c index 3963e083a813b..8508fd7bc935c 100644 --- a/sys/dev/syscons/star/star_saver.c +++ b/sys/dev/syscons/star/star_saver.c @@ -25,7 +25,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/dev/syscons/star/star_saver.c,v 1.26 2005/05/15 09:07:04 nyan Exp $ */ #include <sys/param.h> diff --git a/sys/dev/syscons/syscons.c b/sys/dev/syscons/syscons.c index 83eeb8318e9e9..a798d64790e8c 100644 --- a/sys/dev/syscons/syscons.c +++ b/sys/dev/syscons/syscons.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/syscons/syscons.c,v 1.436.2.10 2007/10/25 06:09:15 simokawa Exp $"); #include "opt_syscons.h" #include "opt_splash.h" diff --git a/sys/dev/syscons/syscons.h b/sys/dev/syscons/syscons.h index 6d72b60b0f41c..92d04aa13a1bc 100644 --- a/sys/dev/syscons/syscons.h +++ b/sys/dev/syscons/syscons.h @@ -28,7 +28,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/dev/syscons/syscons.h,v 1.83.2.3 2007/10/25 06:09:15 simokawa Exp $ */ #ifndef _DEV_SYSCONS_SYSCONS_H_ diff --git a/sys/dev/syscons/sysmouse.c b/sys/dev/syscons/sysmouse.c index 0f6cec5261820..9939147c262fd 100644 --- a/sys/dev/syscons/sysmouse.c +++ b/sys/dev/syscons/sysmouse.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/syscons/sysmouse.c,v 1.27 2005/02/27 21:16:11 phk Exp $"); #include "opt_syscons.h" diff --git a/sys/dev/syscons/warp/warp_saver.c b/sys/dev/syscons/warp/warp_saver.c index aba2439534c3f..65baa492d34ff 100644 --- a/sys/dev/syscons/warp/warp_saver.c +++ b/sys/dev/syscons/warp/warp_saver.c @@ -25,7 +25,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/dev/syscons/warp/warp_saver.c,v 1.13.10.1 2007/02/24 15:10:25 philip Exp $ */ #include <sys/param.h> diff --git a/sys/dev/tdfx/tdfx_io.h b/sys/dev/tdfx/tdfx_io.h index faec61e11771d..27d44a4787d27 100644 --- a/sys/dev/tdfx/tdfx_io.h +++ b/sys/dev/tdfx/tdfx_io.h @@ -28,7 +28,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/dev/tdfx/tdfx_io.h,v 1.4 2005/01/06 01:43:24 imp Exp $ */ /* This code originally came from <shocking@prth.pgs.com> diff --git a/sys/dev/tdfx/tdfx_linux.c b/sys/dev/tdfx/tdfx_linux.c index 2e877f6d0173d..61c119b8af944 100644 --- a/sys/dev/tdfx/tdfx_linux.c +++ b/sys/dev/tdfx/tdfx_linux.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/tdfx/tdfx_linux.c,v 1.1.2.1 2006/03/09 21:51:00 yar Exp $"); #include <sys/param.h> #include <sys/file.h> diff --git a/sys/dev/tdfx/tdfx_linux.h b/sys/dev/tdfx/tdfx_linux.h index a3235cc8ba028..23127fd740561 100644 --- a/sys/dev/tdfx/tdfx_linux.h +++ b/sys/dev/tdfx/tdfx_linux.h @@ -28,7 +28,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/dev/tdfx/tdfx_linux.h,v 1.6 2005/01/06 01:43:24 imp Exp $ */ diff --git a/sys/dev/tdfx/tdfx_pci.c b/sys/dev/tdfx/tdfx_pci.c index 4efd7e6e46532..e2fb0bf47b493 100644 --- a/sys/dev/tdfx/tdfx_pci.c +++ b/sys/dev/tdfx/tdfx_pci.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/tdfx/tdfx_pci.c,v 1.37.2.1 2006/03/09 21:51:00 yar Exp $"); /* 3dfx driver for FreeBSD 4.x - Finished 11 May 2000, 12:25AM ET * diff --git a/sys/dev/tdfx/tdfx_pci.h b/sys/dev/tdfx/tdfx_pci.h index 0c60e5a2b6c12..bea33e64a73a7 100644 --- a/sys/dev/tdfx/tdfx_pci.h +++ b/sys/dev/tdfx/tdfx_pci.h @@ -28,7 +28,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/dev/tdfx/tdfx_pci.h,v 1.4 2005/01/06 01:43:25 imp Exp $ */ /* tdfx_pci.h -- Prototypes for tdfx device methods */ diff --git a/sys/dev/tdfx/tdfx_vars.h b/sys/dev/tdfx/tdfx_vars.h index 1e10e3c3a669d..a7d2629bf6399 100644 --- a/sys/dev/tdfx/tdfx_vars.h +++ b/sys/dev/tdfx/tdfx_vars.h @@ -28,7 +28,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/dev/tdfx/tdfx_vars.h,v 1.10 2005/01/06 01:43:25 imp Exp $ */ /* tdfx_vars.h -- constants and structs used in the tdfx driver diff --git a/sys/dev/tga/tga_pci.c b/sys/dev/tga/tga_pci.c index 47f32f4385261..bccf93c96f333 100644 --- a/sys/dev/tga/tga_pci.c +++ b/sys/dev/tga/tga_pci.c @@ -30,7 +30,7 @@ #include "opt_fb.h" #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/tga/tga_pci.c,v 1.14 2005/05/29 04:42:26 nyan Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/tga/tga_pci.h b/sys/dev/tga/tga_pci.h index 21dc74e374179..c8fe5730378d5 100644 --- a/sys/dev/tga/tga_pci.h +++ b/sys/dev/tga/tga_pci.h @@ -26,7 +26,7 @@ * * Copyright (c) 2000 Andrew Miklic * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/tga/tga_pci.h,v 1.2 2005/01/06 01:43:25 imp Exp $ */ #ifndef _PCI_TGA_H_ diff --git a/sys/dev/trm/trm.c b/sys/dev/trm/trm.c index f91159127bfdf..872da315dcf5b 100644 --- a/sys/dev/trm/trm.c +++ b/sys/dev/trm/trm.c @@ -11,7 +11,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/trm/trm.c,v 1.26.2.1 2006/12/14 02:57:07 mjacob Exp $"); /* * HISTORY: diff --git a/sys/dev/trm/trm.h b/sys/dev/trm/trm.h index 21248835a5106..ac744e10298b0 100644 --- a/sys/dev/trm/trm.h +++ b/sys/dev/trm/trm.h @@ -29,7 +29,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/dev/trm/trm.h,v 1.5 2005/01/06 01:43:25 imp Exp $ */ #ifndef trm_H diff --git a/sys/dev/twa/tw_cl.h b/sys/dev/twa/tw_cl.h index f4741fa066d8c..317d13516a2d6 100644 --- a/sys/dev/twa/tw_cl.h +++ b/sys/dev/twa/tw_cl.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/dev/twa/tw_cl.h,v 1.1.4.2 2007/05/19 10:39:28 scottl Exp $ */ /* diff --git a/sys/dev/twa/tw_cl_externs.h b/sys/dev/twa/tw_cl_externs.h index 1dd24255e5f78..cb30ab14aca6f 100644 --- a/sys/dev/twa/tw_cl_externs.h +++ b/sys/dev/twa/tw_cl_externs.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/dev/twa/tw_cl_externs.h,v 1.1.4.2 2007/05/19 10:39:28 scottl Exp $ */ /* diff --git a/sys/dev/twa/tw_cl_fwif.h b/sys/dev/twa/tw_cl_fwif.h index 965dddad85735..8bc47d4b2d4a7 100644 --- a/sys/dev/twa/tw_cl_fwif.h +++ b/sys/dev/twa/tw_cl_fwif.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/dev/twa/tw_cl_fwif.h,v 1.1.4.2 2007/05/19 10:39:28 scottl Exp $ */ /* diff --git a/sys/dev/twa/tw_cl_init.c b/sys/dev/twa/tw_cl_init.c index cb2b34e55ac8e..5340e48c68c46 100644 --- a/sys/dev/twa/tw_cl_init.c +++ b/sys/dev/twa/tw_cl_init.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/dev/twa/tw_cl_init.c,v 1.1.4.3 2007/10/26 23:51:45 scottl Exp $ */ /* diff --git a/sys/dev/twa/tw_cl_intr.c b/sys/dev/twa/tw_cl_intr.c index 958113edbb966..36fd0ac1c7268 100644 --- a/sys/dev/twa/tw_cl_intr.c +++ b/sys/dev/twa/tw_cl_intr.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/dev/twa/tw_cl_intr.c,v 1.1.4.3 2007/10/26 23:51:45 scottl Exp $ */ /* diff --git a/sys/dev/twa/tw_cl_io.c b/sys/dev/twa/tw_cl_io.c index e0b281db213c2..2b586d96fcbe4 100644 --- a/sys/dev/twa/tw_cl_io.c +++ b/sys/dev/twa/tw_cl_io.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/dev/twa/tw_cl_io.c,v 1.1.4.3 2007/10/26 23:51:45 scottl Exp $ */ /* diff --git a/sys/dev/twa/tw_cl_ioctl.h b/sys/dev/twa/tw_cl_ioctl.h index aab7fd958154b..f327f6d9893a3 100644 --- a/sys/dev/twa/tw_cl_ioctl.h +++ b/sys/dev/twa/tw_cl_ioctl.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/dev/twa/tw_cl_ioctl.h,v 1.1.4.2 2007/05/19 10:39:30 scottl Exp $ */ /* diff --git a/sys/dev/twa/tw_cl_misc.c b/sys/dev/twa/tw_cl_misc.c index bde7002b9cc86..281e03089dc7e 100644 --- a/sys/dev/twa/tw_cl_misc.c +++ b/sys/dev/twa/tw_cl_misc.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/dev/twa/tw_cl_misc.c,v 1.1.4.3 2007/10/26 23:51:45 scottl Exp $ */ /* diff --git a/sys/dev/twa/tw_cl_share.h b/sys/dev/twa/tw_cl_share.h index 2ce9e427af1f7..f5d885809f1f0 100644 --- a/sys/dev/twa/tw_cl_share.h +++ b/sys/dev/twa/tw_cl_share.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/dev/twa/tw_cl_share.h,v 1.1.4.3 2007/10/26 23:51:45 scottl Exp $ */ /* diff --git a/sys/dev/twa/tw_osl.h b/sys/dev/twa/tw_osl.h index 9f344c769351a..5866b0d3b45c0 100644 --- a/sys/dev/twa/tw_osl.h +++ b/sys/dev/twa/tw_osl.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/dev/twa/tw_osl.h,v 1.1.4.3 2007/10/26 23:51:45 scottl Exp $ */ /* diff --git a/sys/dev/twa/tw_osl_cam.c b/sys/dev/twa/tw_osl_cam.c index 5a1a777323bf2..036a760f5fc15 100644 --- a/sys/dev/twa/tw_osl_cam.c +++ b/sys/dev/twa/tw_osl_cam.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/dev/twa/tw_osl_cam.c,v 1.3.2.3 2007/10/26 23:51:45 scottl Exp $ */ /* diff --git a/sys/dev/twa/tw_osl_externs.h b/sys/dev/twa/tw_osl_externs.h index e46c2d29b4fe2..77041b3b30627 100644 --- a/sys/dev/twa/tw_osl_externs.h +++ b/sys/dev/twa/tw_osl_externs.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/dev/twa/tw_osl_externs.h,v 1.1.4.1 2007/05/19 10:39:30 scottl Exp $ */ /* diff --git a/sys/dev/twa/tw_osl_freebsd.c b/sys/dev/twa/tw_osl_freebsd.c index d2d9e688c1fbc..aa9d2bf61bc59 100644 --- a/sys/dev/twa/tw_osl_freebsd.c +++ b/sys/dev/twa/tw_osl_freebsd.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/dev/twa/tw_osl_freebsd.c,v 1.1.4.4 2007/10/26 23:51:45 scottl Exp $ */ /* diff --git a/sys/dev/twa/tw_osl_includes.h b/sys/dev/twa/tw_osl_includes.h index f2b2715fde627..56d7f1a509a2c 100644 --- a/sys/dev/twa/tw_osl_includes.h +++ b/sys/dev/twa/tw_osl_includes.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/dev/twa/tw_osl_includes.h,v 1.1.4.2 2007/05/19 10:39:30 scottl Exp $ */ /* diff --git a/sys/dev/twa/tw_osl_inline.h b/sys/dev/twa/tw_osl_inline.h index 7c400b0427863..ce5245e9903cf 100644 --- a/sys/dev/twa/tw_osl_inline.h +++ b/sys/dev/twa/tw_osl_inline.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/dev/twa/tw_osl_inline.h,v 1.1.2.2 2007/05/19 10:39:30 scottl Exp $ */ /* diff --git a/sys/dev/twa/tw_osl_ioctl.h b/sys/dev/twa/tw_osl_ioctl.h index 10066a71288d3..f407abfd91924 100644 --- a/sys/dev/twa/tw_osl_ioctl.h +++ b/sys/dev/twa/tw_osl_ioctl.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/dev/twa/tw_osl_ioctl.h,v 1.1.4.2 2007/05/19 10:39:31 scottl Exp $ */ /* diff --git a/sys/dev/twa/tw_osl_share.h b/sys/dev/twa/tw_osl_share.h index d916f2d7b3f8e..1068cdb9fe234 100644 --- a/sys/dev/twa/tw_osl_share.h +++ b/sys/dev/twa/tw_osl_share.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/dev/twa/tw_osl_share.h,v 1.2.2.3 2007/10/26 23:51:46 scottl Exp $ */ /* diff --git a/sys/dev/twa/tw_osl_types.h b/sys/dev/twa/tw_osl_types.h index 7fcfd4ca75153..001545eba4990 100644 --- a/sys/dev/twa/tw_osl_types.h +++ b/sys/dev/twa/tw_osl_types.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/dev/twa/tw_osl_types.h,v 1.1.4.1 2007/05/19 10:39:31 scottl Exp $ */ /* diff --git a/sys/dev/twe/twe.c b/sys/dev/twe/twe.c index 96dc538eb4712..d1011fef688a5 100644 --- a/sys/dev/twe/twe.c +++ b/sys/dev/twe/twe.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/dev/twe/twe.c,v 1.25 2005/02/17 19:05:42 vkashyap Exp $ */ /* diff --git a/sys/dev/twe/twe_compat.h b/sys/dev/twe/twe_compat.h index 1bd46f0022aee..c8fc8b713653c 100644 --- a/sys/dev/twe/twe_compat.h +++ b/sys/dev/twe/twe_compat.h @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/twe/twe_compat.h,v 1.14 2005/05/29 04:42:26 nyan Exp $ */ /* * Portability and compatibility interfaces. diff --git a/sys/dev/twe/twe_freebsd.c b/sys/dev/twe/twe_freebsd.c index addc7f45016ba..28983d6ae9c3c 100644 --- a/sys/dev/twe/twe_freebsd.c +++ b/sys/dev/twe/twe_freebsd.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/dev/twe/twe_freebsd.c,v 1.42 2005/03/06 20:57:54 scottl Exp $ */ /* diff --git a/sys/dev/twe/twe_tables.h b/sys/dev/twe/twe_tables.h index 3ba83c972c4b7..c8871a280213f 100644 --- a/sys/dev/twe/twe_tables.h +++ b/sys/dev/twe/twe_tables.h @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/twe/twe_tables.h,v 1.4 2003/12/02 07:57:20 ps Exp $ */ /* diff --git a/sys/dev/twe/tweio.h b/sys/dev/twe/tweio.h index 1b78472495ab3..202de992b28fb 100644 --- a/sys/dev/twe/tweio.h +++ b/sys/dev/twe/tweio.h @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/twe/tweio.h,v 1.5 2005/02/17 19:05:42 vkashyap Exp $ */ diff --git a/sys/dev/twe/twereg.h b/sys/dev/twe/twereg.h index f6e7db6e1a03b..2f77bc85cce76 100644 --- a/sys/dev/twe/twereg.h +++ b/sys/dev/twe/twereg.h @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/twe/twereg.h,v 1.11 2004/05/12 04:10:37 vkashyap Exp $ */ /* diff --git a/sys/dev/twe/twevar.h b/sys/dev/twe/twevar.h index 90391ad95dfca..3245e10fbc057 100644 --- a/sys/dev/twe/twevar.h +++ b/sys/dev/twe/twevar.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/dev/twe/twevar.h,v 1.13 2004/06/11 18:42:44 vkashyap Exp $ */ #define TWE_DRIVER_VERSION_STRING "1.50.01.002" diff --git a/sys/dev/tx/if_tx.c b/sys/dev/tx/if_tx.c index 0941ab2554df6..86e92dfa98520 100644 --- a/sys/dev/tx/if_tx.c +++ b/sys/dev/tx/if_tx.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/tx/if_tx.c,v 1.89.2.3 2006/03/17 21:30:55 glebius Exp $"); /* * EtherPower II 10/100 Fast Ethernet (SMC 9432 serie) diff --git a/sys/dev/tx/if_txreg.h b/sys/dev/tx/if_txreg.h index 63891cda2457c..291f06e354d6f 100644 --- a/sys/dev/tx/if_txreg.h +++ b/sys/dev/tx/if_txreg.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/dev/tx/if_txreg.h,v 1.14 2003/09/02 17:30:39 jhb Exp $ */ #define EPIC_MAX_MTU 1600 /* This is experiment-derived value */ diff --git a/sys/dev/tx/if_txvar.h b/sys/dev/tx/if_txvar.h index a1322c90060a9..ed5bbbc76ba71 100644 --- a/sys/dev/tx/if_txvar.h +++ b/sys/dev/tx/if_txvar.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/dev/tx/if_txvar.h,v 1.19 2005/06/10 16:49:15 brooks Exp $ */ /* diff --git a/sys/dev/txp/3c990img.h b/sys/dev/txp/3c990img.h index 6e75f5d83cf01..6a39870ffd157 100644 --- a/sys/dev/txp/3c990img.h +++ b/sys/dev/txp/3c990img.h @@ -1,5 +1,5 @@ /* $OpenBSD: 3c990img.h,v 1.2 2001/06/05 02:15:17 jason Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/txp/3c990img.h,v 1.2 2005/01/06 01:43:26 imp Exp $ */ /*- * Copyright (C) 1999-2001 3Com, Inc. diff --git a/sys/dev/txp/if_txp.c b/sys/dev/txp/if_txp.c index d3a5d3df25df7..518da3a08049f 100644 --- a/sys/dev/txp/if_txp.c +++ b/sys/dev/txp/if_txp.c @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/txp/if_txp.c,v 1.31.2.8 2007/07/14 20:25:20 csjp Exp $"); /* * Driver for 3c990 (Typhoon) Ethernet ASIC @@ -88,7 +88,7 @@ __FBSDID("$FreeBSD$"); #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sys/dev/txp/if_txp.c,v 1.31.2.8 2007/07/14 20:25:20 csjp Exp $"; #endif /* diff --git a/sys/dev/txp/if_txpreg.h b/sys/dev/txp/if_txpreg.h index f5ab7c92506f6..2343588cb1b98 100644 --- a/sys/dev/txp/if_txpreg.h +++ b/sys/dev/txp/if_txpreg.h @@ -1,5 +1,5 @@ /* $OpenBSD: if_txpreg.h,v 1.30 2001/06/23 04:18:02 jason Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/txp/if_txpreg.h,v 1.4.2.1 2005/11/15 19:54:10 jhb Exp $ */ /*- * Copyright (c) 2001 Aaron Campbell <aaron@monkey.org>. diff --git a/sys/dev/uart/uart.h b/sys/dev/uart/uart.h index da9bd1baf4d46..058146de62595 100644 --- a/sys/dev/uart/uart.h +++ b/sys/dev/uart/uart.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/dev/uart/uart.h,v 1.4.2.1 2006/11/28 22:03:37 marcel Exp $ */ #ifndef _DEV_UART_H_ diff --git a/sys/dev/uart/uart_bus.h b/sys/dev/uart/uart_bus.h index 9fd84e9eca6c7..73372487faa8e 100644 --- a/sys/dev/uart/uart_bus.h +++ b/sys/dev/uart/uart_bus.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/dev/uart/uart_bus.h,v 1.9 2005/01/06 01:43:26 imp Exp $ */ #ifndef _DEV_UART_BUS_H_ diff --git a/sys/dev/uart/uart_bus_acpi.c b/sys/dev/uart/uart_bus_acpi.c index 042dfef5d219a..61ef8a7624d5b 100644 --- a/sys/dev/uart/uart_bus_acpi.c +++ b/sys/dev/uart/uart_bus_acpi.c @@ -23,7 +23,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/uart/uart_bus_acpi.c,v 1.3 2005/01/06 01:43:26 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/uart/uart_bus_ebus.c b/sys/dev/uart/uart_bus_ebus.c index 76e36b3aabec1..377d37193d36f 100644 --- a/sys/dev/uart/uart_bus_ebus.c +++ b/sys/dev/uart/uart_bus_ebus.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/uart/uart_bus_ebus.c,v 1.6.2.5 2006/02/15 09:16:01 marius Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/uart/uart_bus_isa.c b/sys/dev/uart/uart_bus_isa.c index 51713ad25a62f..8667144cc3360 100644 --- a/sys/dev/uart/uart_bus_isa.c +++ b/sys/dev/uart/uart_bus_isa.c @@ -23,7 +23,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/uart/uart_bus_isa.c,v 1.6 2005/01/06 01:43:26 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/uart/uart_bus_pccard.c b/sys/dev/uart/uart_bus_pccard.c index c9c8b66b861b7..c55acf5af3dbe 100644 --- a/sys/dev/uart/uart_bus_pccard.c +++ b/sys/dev/uart/uart_bus_pccard.c @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/uart/uart_bus_pccard.c,v 1.9.2.1 2005/11/05 18:45:37 marcel Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/uart/uart_bus_pci.c b/sys/dev/uart/uart_bus_pci.c index 4a85d58efd8e6..7f70731be8976 100644 --- a/sys/dev/uart/uart_bus_pci.c +++ b/sys/dev/uart/uart_bus_pci.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/uart/uart_bus_pci.c,v 1.5.2.3 2007/04/20 22:58:25 marcel Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/uart/uart_bus_puc.c b/sys/dev/uart/uart_bus_puc.c index 7277df99fc41f..db158a448170c 100644 --- a/sys/dev/uart/uart_bus_puc.c +++ b/sys/dev/uart/uart_bus_puc.c @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/uart/uart_bus_puc.c,v 1.2 2003/09/26 05:14:56 marcel Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/uart/uart_core.c b/sys/dev/uart/uart_core.c index 70a444b3c4729..4643969996f0b 100644 --- a/sys/dev/uart/uart_core.c +++ b/sys/dev/uart/uart_core.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/uart/uart_core.c,v 1.13.2.2 2007/05/01 18:08:51 marcel Exp $"); #ifndef KLD_MODULE #include "opt_comconsole.h" diff --git a/sys/dev/uart/uart_cpu.h b/sys/dev/uart/uart_cpu.h index 702ee5ec5d933..b3de144e6833b 100644 --- a/sys/dev/uart/uart_cpu.h +++ b/sys/dev/uart/uart_cpu.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/dev/uart/uart_cpu.h,v 1.8 2005/01/06 01:43:26 imp Exp $ */ #ifndef _DEV_UART_CPU_H_ diff --git a/sys/dev/uart/uart_cpu_alpha.c b/sys/dev/uart/uart_cpu_alpha.c index f7a2f8bb5d4a6..fc2c951644173 100644 --- a/sys/dev/uart/uart_cpu_alpha.c +++ b/sys/dev/uart/uart_cpu_alpha.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/uart/uart_cpu_alpha.c,v 1.11 2005/06/16 18:06:38 marcel Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/uart/uart_cpu_amd64.c b/sys/dev/uart/uart_cpu_amd64.c index 498496b86b90a..29579917e061c 100644 --- a/sys/dev/uart/uart_cpu_amd64.c +++ b/sys/dev/uart/uart_cpu_amd64.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/uart/uart_cpu_amd64.c,v 1.10 2005/01/06 01:43:26 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/uart/uart_cpu_i386.c b/sys/dev/uart/uart_cpu_i386.c index 673dde54b25a4..4395ed0d5f491 100644 --- a/sys/dev/uart/uart_cpu_i386.c +++ b/sys/dev/uart/uart_cpu_i386.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/uart/uart_cpu_i386.c,v 1.10 2005/01/06 01:43:26 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/uart/uart_cpu_ia64.c b/sys/dev/uart/uart_cpu_ia64.c index cf1e7e178e989..e5472fdb18c2d 100644 --- a/sys/dev/uart/uart_cpu_ia64.c +++ b/sys/dev/uart/uart_cpu_ia64.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/uart/uart_cpu_ia64.c,v 1.11 2005/01/06 01:43:26 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/uart/uart_cpu_pc98.c b/sys/dev/uart/uart_cpu_pc98.c index 0ae2559677272..1a2ba0ee4b5d0 100644 --- a/sys/dev/uart/uart_cpu_pc98.c +++ b/sys/dev/uart/uart_cpu_pc98.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/uart/uart_cpu_pc98.c,v 1.15 2005/01/06 01:43:26 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/uart/uart_cpu_sparc64.c b/sys/dev/uart/uart_cpu_sparc64.c index efe0283df2048..47ed66270733e 100644 --- a/sys/dev/uart/uart_cpu_sparc64.c +++ b/sys/dev/uart/uart_cpu_sparc64.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/uart/uart_cpu_sparc64.c,v 1.19.2.2 2006/02/15 09:16:01 marius Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/uart/uart_dbg.c b/sys/dev/uart/uart_dbg.c index 51d9ec59bddea..8ff090120260c 100644 --- a/sys/dev/uart/uart_dbg.c +++ b/sys/dev/uart/uart_dbg.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/uart/uart_dbg.c,v 1.2 2005/01/06 01:43:26 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/uart/uart_dev_ns8250.c b/sys/dev/uart/uart_dev_ns8250.c index 853412d6e325a..2ac1fb03cd0c7 100644 --- a/sys/dev/uart/uart_dev_ns8250.c +++ b/sys/dev/uart/uart_dev_ns8250.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/uart/uart_dev_ns8250.c,v 1.14.2.2 2007/02/26 23:33:07 cognet Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/uart/uart_dev_sab82532.c b/sys/dev/uart/uart_dev_sab82532.c index 112dca43f54a1..59ba53221370f 100644 --- a/sys/dev/uart/uart_dev_sab82532.c +++ b/sys/dev/uart/uart_dev_sab82532.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/uart/uart_dev_sab82532.c,v 1.10 2005/01/30 22:14:30 marcel Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/uart/uart_dev_z8530.c b/sys/dev/uart/uart_dev_z8530.c index 917842312489f..dd492f8779528 100644 --- a/sys/dev/uart/uart_dev_z8530.c +++ b/sys/dev/uart/uart_dev_z8530.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/uart/uart_dev_z8530.c,v 1.12 2005/04/27 21:57:51 marcel Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/uart/uart_if.m b/sys/dev/uart/uart_if.m index 0bb145490ed42..572733797a984 100644 --- a/sys/dev/uart/uart_if.m +++ b/sys/dev/uart/uart_if.m @@ -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/dev/uart/uart_if.m,v 1.3 2005/01/06 01:43:26 imp Exp $ #include <sys/param.h> #include <sys/lock.h> diff --git a/sys/dev/uart/uart_kbd_sun.c b/sys/dev/uart/uart_kbd_sun.c index be0318fb4278b..e16d0c39d7a82 100644 --- a/sys/dev/uart/uart_kbd_sun.c +++ b/sys/dev/uart/uart_kbd_sun.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/uart/uart_kbd_sun.c,v 1.5.2.4 2007/09/30 19:33:19 marius Exp $"); #include "opt_kbd.h" #include "opt_sunkbd.h" diff --git a/sys/dev/uart/uart_kbd_sun.h b/sys/dev/uart/uart_kbd_sun.h index 84b55536b6e3a..dddac8718f1fc 100644 --- a/sys/dev/uart/uart_kbd_sun.h +++ b/sys/dev/uart/uart_kbd_sun.h @@ -32,7 +32,7 @@ * Agency (DARPA) and Air Force Research Laboratory, Air Force * Materiel Command, USAF, under agreement number F30602-01-2-0537. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/uart/uart_kbd_sun.h,v 1.2.2.1 2007/09/30 19:33:19 marius Exp $ */ /* keyboard commands (host->kbd) */ diff --git a/sys/dev/uart/uart_kbd_sun_tables.h b/sys/dev/uart/uart_kbd_sun_tables.h index e7dc612051043..5a3a0e3d82caa 100644 --- a/sys/dev/uart/uart_kbd_sun_tables.h +++ b/sys/dev/uart/uart_kbd_sun_tables.h @@ -2,7 +2,7 @@ * Automatically generated from sun.us.unix.kbd. * DO NOT EDIT! * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/uart/uart_kbd_sun_tables.h,v 1.1 2003/11/11 07:33:24 jake Exp $ */ static keymap_t keymap_sun_us_unix_kbd = { 0x80, { /* alt diff --git a/sys/dev/uart/uart_subr.c b/sys/dev/uart/uart_subr.c index 14ce64b1b84fd..8b047e724eea0 100644 --- a/sys/dev/uart/uart_subr.c +++ b/sys/dev/uart/uart_subr.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/uart/uart_subr.c,v 1.4 2005/01/06 01:43:26 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/uart/uart_tty.c b/sys/dev/uart/uart_tty.c index 7e32c98a48216..04ef03066b453 100644 --- a/sys/dev/uart/uart_tty.c +++ b/sys/dev/uart/uart_tty.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/uart/uart_tty.c,v 1.22.2.2 2006/08/01 21:30:07 marcel Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ubsec/ubsec.c b/sys/dev/ubsec/ubsec.c index d882361f3578a..5a88c2640ba0e 100644 --- a/sys/dev/ubsec/ubsec.c +++ b/sys/dev/ubsec/ubsec.c @@ -39,7 +39,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ubsec/ubsec.c,v 1.31.2.1 2006/09/04 15:18:50 pjd Exp $"); /* * uBsec 5[56]01, 58xx hardware crypto accelerator diff --git a/sys/dev/ubsec/ubsecreg.h b/sys/dev/ubsec/ubsecreg.h index 2ba1f937d06e6..b6c6fdd9205bb 100644 --- a/sys/dev/ubsec/ubsecreg.h +++ b/sys/dev/ubsec/ubsecreg.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/ubsec/ubsecreg.h,v 1.6 2005/01/06 01:43:27 imp Exp $ */ /* $OpenBSD: ubsecreg.h,v 1.27 2002/09/11 22:40:31 jason Exp $ */ /*- diff --git a/sys/dev/ubsec/ubsecvar.h b/sys/dev/ubsec/ubsecvar.h index 79a2758f9a0dc..ec657eddea4c1 100644 --- a/sys/dev/ubsec/ubsecvar.h +++ b/sys/dev/ubsec/ubsecvar.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/ubsec/ubsecvar.h,v 1.8.2.1 2006/09/04 15:18:50 pjd Exp $ */ /* $OpenBSD: ubsecvar.h,v 1.35 2002/09/24 18:33:26 jason Exp $ */ /*- diff --git a/sys/dev/usb/FILES b/sys/dev/usb/FILES index 5bccdb79939f8..64d9f72a4cd4d 100644 --- a/sys/dev/usb/FILES +++ b/sys/dev/usb/FILES @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/sys/dev/usb/FILES,v 1.7 2004/12/08 22:02:58 rsm Exp $ A small roadmap of the USB files: diff --git a/sys/dev/usb/dsbr100io.h b/sys/dev/usb/dsbr100io.h index 811c3a72b8e27..31e6682102715 100644 --- a/sys/dev/usb/dsbr100io.h +++ b/sys/dev/usb/dsbr100io.h @@ -28,7 +28,7 @@ * its contributors. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/dsbr100io.h,v 1.2 2005/01/06 01:36:28 imp Exp $ */ #if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) #include <sys/ioccom.h> diff --git a/sys/dev/usb/ehci.c b/sys/dev/usb/ehci.c index 15caadb32e719..0f3afe60e1269 100644 --- a/sys/dev/usb/ehci.c +++ b/sys/dev/usb/ehci.c @@ -59,7 +59,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/ehci.c,v 1.36.2.4 2007/08/20 13:04:04 truckman Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/usb/ehci_pci.c b/sys/dev/usb/ehci_pci.c index 4f101f33e001c..be04ab8ce2866 100644 --- a/sys/dev/usb/ehci_pci.c +++ b/sys/dev/usb/ehci_pci.c @@ -36,7 +36,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/ehci_pci.c,v 1.18.2.2 2007/09/26 17:33:18 jhb Exp $"); /* * USB Enhanced Host Controller Driver, a.k.a. USB 2.0 controller. diff --git a/sys/dev/usb/ehcireg.h b/sys/dev/usb/ehcireg.h index e9182736edde7..202f9d9616b0a 100644 --- a/sys/dev/usb/ehcireg.h +++ b/sys/dev/usb/ehcireg.h @@ -1,5 +1,5 @@ /* $NetBSD: ehcireg.h,v 1.18 2004/10/22 10:38:17 augustss Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/ehcireg.h,v 1.7.2.1 2006/01/26 01:43:13 iedowse Exp $ */ /*- * Copyright (c) 2001 The NetBSD Foundation, Inc. diff --git a/sys/dev/usb/ehcivar.h b/sys/dev/usb/ehcivar.h index fb66ae7d5ed37..42d0fbc2ab787 100644 --- a/sys/dev/usb/ehcivar.h +++ b/sys/dev/usb/ehcivar.h @@ -1,5 +1,5 @@ /* $NetBSD: ehcivar.h,v 1.19 2005/04/29 15:04:29 augustss Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/ehcivar.h,v 1.9.2.1 2006/01/26 01:43:13 iedowse Exp $ */ /*- * Copyright (c) 2001 The NetBSD Foundation, Inc. diff --git a/sys/dev/usb/hid.c b/sys/dev/usb/hid.c index acd86bfba558c..cc6767493c42f 100644 --- a/sys/dev/usb/hid.c +++ b/sys/dev/usb/hid.c @@ -2,7 +2,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/hid.c,v 1.25.2.1 2006/03/25 04:46:52 iedowse Exp $"); /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. * All rights reserved. diff --git a/sys/dev/usb/hid.h b/sys/dev/usb/hid.h index a4ab7d2b2969f..803560b55479c 100644 --- a/sys/dev/usb/hid.h +++ b/sys/dev/usb/hid.h @@ -1,5 +1,5 @@ /* $NetBSD: hid.h,v 1.6 2000/06/01 14:28:57 augustss Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/hid.h,v 1.13 2005/01/06 01:43:27 imp Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. diff --git a/sys/dev/usb/if_aue.c b/sys/dev/usb/if_aue.c index 2043214c1d521..ce9913cd8a5fd 100644 --- a/sys/dev/usb/if_aue.c +++ b/sys/dev/usb/if_aue.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/if_aue.c,v 1.90.2.7 2007/02/10 15:17:34 mlaier Exp $"); /* * ADMtek AN986 Pegasus and AN8511 Pegasus II USB to ethernet driver. diff --git a/sys/dev/usb/if_auereg.h b/sys/dev/usb/if_auereg.h index d161acdc6a179..77f508a8418a7 100644 --- a/sys/dev/usb/if_auereg.h +++ b/sys/dev/usb/if_auereg.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/dev/usb/if_auereg.h,v 1.22 2005/06/10 16:49:15 brooks Exp $ */ /* diff --git a/sys/dev/usb/if_axe.c b/sys/dev/usb/if_axe.c index 6bb2a94ffc2ee..80d952a1b7607 100644 --- a/sys/dev/usb/if_axe.c +++ b/sys/dev/usb/if_axe.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/if_axe.c,v 1.30.2.6 2007/05/21 18:13:11 brueffer Exp $"); /* * ASIX Electronics AX88172 USB 2.0 ethernet driver. Used in the diff --git a/sys/dev/usb/if_axereg.h b/sys/dev/usb/if_axereg.h index f3a9a7c4d0ca4..3f0ebd21780af 100644 --- a/sys/dev/usb/if_axereg.h +++ b/sys/dev/usb/if_axereg.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/dev/usb/if_axereg.h,v 1.8.2.1 2007/05/21 18:10:48 brueffer Exp $ */ /* diff --git a/sys/dev/usb/if_cdce.c b/sys/dev/usb/if_cdce.c index 33610a8fd6430..15e1d32dd1902 100644 --- a/sys/dev/usb/if_cdce.c +++ b/sys/dev/usb/if_cdce.c @@ -40,7 +40,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/if_cdce.c,v 1.7.2.7 2006/11/14 12:54:38 flz Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/usb/if_cdcereg.h b/sys/dev/usb/if_cdcereg.h index 93738fae7c72e..458c0ac4cea32 100644 --- a/sys/dev/usb/if_cdcereg.h +++ b/sys/dev/usb/if_cdcereg.h @@ -29,7 +29,7 @@ * 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/dev/usb/if_cdcereg.h,v 1.5.2.1 2005/12/29 05:30:39 sobomax Exp $ */ #ifndef _USB_IF_CDCEREG_H_ diff --git a/sys/dev/usb/if_cue.c b/sys/dev/usb/if_cue.c index d5ae0b31cf5c0..4fe5c98866e04 100644 --- a/sys/dev/usb/if_cue.c +++ b/sys/dev/usb/if_cue.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/if_cue.c,v 1.57.2.4 2007/05/21 18:10:48 brueffer Exp $"); /* * CATC USB-EL1210A USB to ethernet driver. Used in the CATC Netmate diff --git a/sys/dev/usb/if_cuereg.h b/sys/dev/usb/if_cuereg.h index 26e061d977ea6..c0590e03342ac 100644 --- a/sys/dev/usb/if_cuereg.h +++ b/sys/dev/usb/if_cuereg.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/dev/usb/if_cuereg.h,v 1.18.2.1 2007/05/21 18:10:48 brueffer Exp $ */ /* diff --git a/sys/dev/usb/if_kue.c b/sys/dev/usb/if_kue.c index 46f307aff5023..72e0a4f91b6f6 100644 --- a/sys/dev/usb/if_kue.c +++ b/sys/dev/usb/if_kue.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/if_kue.c,v 1.64.2.6 2007/05/21 18:14:12 brueffer Exp $"); /* * Kawasaki LSI KL5KUSB101B USB to ethernet adapter driver. diff --git a/sys/dev/usb/if_kuereg.h b/sys/dev/usb/if_kuereg.h index 0019b01d5cd7a..19e64cb499add 100644 --- a/sys/dev/usb/if_kuereg.h +++ b/sys/dev/usb/if_kuereg.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/dev/usb/if_kuereg.h,v 1.18.2.1 2007/05/21 18:10:48 brueffer Exp $ */ /* diff --git a/sys/dev/usb/if_rue.c b/sys/dev/usb/if_rue.c index 3ae57b1bf73a9..2874208960afb 100644 --- a/sys/dev/usb/if_rue.c +++ b/sys/dev/usb/if_rue.c @@ -56,7 +56,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/if_rue.c,v 1.21.2.5 2007/05/21 18:10:48 brueffer Exp $"); /* * RealTek RTL8150 USB to fast ethernet controller driver. diff --git a/sys/dev/usb/if_ruereg.h b/sys/dev/usb/if_ruereg.h index d77b4e0b460f2..bc317754fe4e1 100644 --- a/sys/dev/usb/if_ruereg.h +++ b/sys/dev/usb/if_ruereg.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/dev/usb/if_ruereg.h,v 1.6.2.1 2007/05/21 18:10:48 brueffer Exp $ */ #ifndef _IF_RUEREG_H_ diff --git a/sys/dev/usb/if_udav.c b/sys/dev/usb/if_udav.c index 5ef4a060e7f13..ce96090914e85 100644 --- a/sys/dev/usb/if_udav.c +++ b/sys/dev/usb/if_udav.c @@ -1,6 +1,6 @@ /* $NetBSD: if_udav.c,v 1.2 2003/09/04 15:17:38 tsutsui Exp $ */ /* $nabe: if_udav.c,v 1.3 2003/08/21 16:57:19 nabe Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/if_udav.c,v 1.14.2.5 2007/05/21 18:10:48 brueffer Exp $ */ /*- * Copyright (c) 2003 * Shingo WATANABE <nabe@nabechan.org>. All rights reserved. @@ -45,7 +45,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/if_udav.c,v 1.14.2.5 2007/05/21 18:10:48 brueffer Exp $"); #include "opt_inet.h" #if defined(__NetBSD__) diff --git a/sys/dev/usb/if_udavreg.h b/sys/dev/usb/if_udavreg.h index 5982857bfc750..2d511e2812c9a 100644 --- a/sys/dev/usb/if_udavreg.h +++ b/sys/dev/usb/if_udavreg.h @@ -1,6 +1,6 @@ /* $NetBSD: if_udavreg.h,v 1.2 2003/09/04 15:17:39 tsutsui Exp $ */ /* $nabe: if_udavreg.h,v 1.2 2003/08/21 16:26:40 nabe Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/if_udavreg.h,v 1.5 2005/06/10 16:49:15 brooks Exp $ */ /*- * Copyright (c) 2003 * Shingo WATANABE <nabe@nabechan.org>. All rights reserved. diff --git a/sys/dev/usb/if_ural.c b/sys/dev/usb/if_ural.c index c436200b099e2..4b7ecf0acf7cf 100644 --- a/sys/dev/usb/if_ural.c +++ b/sys/dev/usb/if_ural.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/if_ural.c,v 1.10.2.11 2007/03/31 22:00:44 sam Exp $ */ /*- * Copyright (c) 2005, 2006 @@ -18,7 +18,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/if_ural.c,v 1.10.2.11 2007/03/31 22:00:44 sam Exp $"); /*- * Ralink Technology RT2500USB chipset driver diff --git a/sys/dev/usb/if_uralreg.h b/sys/dev/usb/if_uralreg.h index 70e06f1887a7e..504ab4766f09e 100644 --- a/sys/dev/usb/if_uralreg.h +++ b/sys/dev/usb/if_uralreg.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/if_uralreg.h,v 1.1.2.1 2006/01/29 14:16:36 damien Exp $ */ /*- * Copyright (c) 2005, 2006 diff --git a/sys/dev/usb/if_uralvar.h b/sys/dev/usb/if_uralvar.h index e32220c1df5bc..14fd78df3e493 100644 --- a/sys/dev/usb/if_uralvar.h +++ b/sys/dev/usb/if_uralvar.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/if_uralvar.h,v 1.3.2.3 2006/01/29 14:16:36 damien Exp $ */ /*- * Copyright (c) 2005, 2006 diff --git a/sys/dev/usb/kue_fw.h b/sys/dev/usb/kue_fw.h index 659dc6bb78f33..d70acf3df3a29 100644 --- a/sys/dev/usb/kue_fw.h +++ b/sys/dev/usb/kue_fw.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/dev/usb/kue_fw.h,v 1.3 2005/01/06 01:43:27 imp Exp $ */ /* diff --git a/sys/dev/usb/ohci.c b/sys/dev/usb/ohci.c index 5f4bbfa8a26e7..3541f28e1a79d 100644 --- a/sys/dev/usb/ohci.c +++ b/sys/dev/usb/ohci.c @@ -13,7 +13,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/ohci.c,v 1.154.2.4 2006/06/26 00:31:25 iedowse Exp $"); /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. diff --git a/sys/dev/usb/ohci_pci.c b/sys/dev/usb/ohci_pci.c index a11945135df5e..d0ed54448191f 100644 --- a/sys/dev/usb/ohci_pci.c +++ b/sys/dev/usb/ohci_pci.c @@ -36,7 +36,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/ohci_pci.c,v 1.44.2.1 2006/01/29 01:26:46 iedowse Exp $"); /* * USB Open Host Controller driver. diff --git a/sys/dev/usb/ohcireg.h b/sys/dev/usb/ohcireg.h index c255a4b28f345..60d711cc0dfe5 100644 --- a/sys/dev/usb/ohcireg.h +++ b/sys/dev/usb/ohcireg.h @@ -1,5 +1,5 @@ /* $NetBSD: ohcireg.h,v 1.17 2000/04/01 09:27:35 augustss Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/ohcireg.h,v 1.22 2005/01/06 01:43:28 imp Exp $ */ /*- diff --git a/sys/dev/usb/ohcivar.h b/sys/dev/usb/ohcivar.h index cc4f922522240..f3911e6bee2fa 100644 --- a/sys/dev/usb/ohcivar.h +++ b/sys/dev/usb/ohcivar.h @@ -1,5 +1,5 @@ /* $NetBSD: ohcivar.h,v 1.30 2001/12/31 12:20:35 augustss Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/ohcivar.h,v 1.40.2.1 2005/12/04 05:52:23 iedowse Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. diff --git a/sys/dev/usb/rio500_usb.h b/sys/dev/usb/rio500_usb.h index f2c2081ccc9da..14e111a5d00cc 100644 --- a/sys/dev/usb/rio500_usb.h +++ b/sys/dev/usb/rio500_usb.h @@ -20,7 +20,7 @@ ---------------------------------------------------------------------- */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/rio500_usb.h,v 1.2 2005/01/06 01:43:28 imp Exp $ */ #if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) #include <sys/ioccom.h> diff --git a/sys/dev/usb/uark.c b/sys/dev/usb/uark.c index 99160b4058f21..a0065ee5af3ff 100644 --- a/sys/dev/usb/uark.c +++ b/sys/dev/usb/uark.c @@ -15,7 +15,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/dev/usb/uark.c,v 1.1.2.1 2006/12/30 17:55:15 maxim Exp $ */ #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/usb/ubsa.c b/sys/dev/usb/ubsa.c index 5b232702f46b6..4023fc8713363 100644 --- a/sys/dev/usb/ubsa.c +++ b/sys/dev/usb/ubsa.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/ubsa.c,v 1.17.2.5 2007/06/17 09:38:26 brueffer Exp $"); /*- * Copyright (c) 2001 The NetBSD Foundation, Inc. * All rights reserved. diff --git a/sys/dev/usb/ubser.c b/sys/dev/usb/ubser.c index 2740691f16237..5ec8914cb278f 100644 --- a/sys/dev/usb/ubser.c +++ b/sys/dev/usb/ubser.c @@ -70,7 +70,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/ubser.c,v 1.16.2.1 2006/01/30 22:47:45 ticso Exp $"); /* * BWCT serial adapter driver diff --git a/sys/dev/usb/ubser.h b/sys/dev/usb/ubser.h index f256d4a403d88..afb9360b82413 100644 --- a/sys/dev/usb/ubser.h +++ b/sys/dev/usb/ubser.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/dev/usb/ubser.h,v 1.3 2005/03/17 22:47:18 ticso Exp $ */ #ifndef UBSER_H diff --git a/sys/dev/usb/ucom.c b/sys/dev/usb/ucom.c index 67b324c5132d0..77e0f2016507b 100644 --- a/sys/dev/usb/ucom.c +++ b/sys/dev/usb/ucom.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/ucom.c,v 1.57.2.1 2007/06/17 09:38:26 brueffer Exp $"); /*- * Copyright (c) 1998, 2000 The NetBSD Foundation, Inc. diff --git a/sys/dev/usb/ucomvar.h b/sys/dev/usb/ucomvar.h index e8a51fe3fd211..33b86f0986c75 100644 --- a/sys/dev/usb/ucomvar.h +++ b/sys/dev/usb/ucomvar.h @@ -1,5 +1,5 @@ /* $NetBSD: ucomvar.h,v 1.9 2001/01/23 21:56:17 augustss Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/ucomvar.h,v 1.7 2005/01/06 01:43:28 imp Exp $ */ /*- * Copyright (c) 2001-2002, Shunsuke Akiyama <akiyama@jp.FreeBSD.org>. diff --git a/sys/dev/usb/ucycom.c b/sys/dev/usb/ucycom.c index 2c32a80b49378..a23eb86911873 100644 --- a/sys/dev/usb/ucycom.c +++ b/sys/dev/usb/ucycom.c @@ -25,7 +25,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/dev/usb/ucycom.c,v 1.3 2004/10/12 09:21:03 phk Exp $ */ /* @@ -39,7 +39,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/ucycom.c,v 1.3 2004/10/12 09:21:03 phk Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/usb/udbp.c b/sys/dev/usb/udbp.c index 1a8cb24d08ac4..d7c95a50845f5 100644 --- a/sys/dev/usb/udbp.c +++ b/sys/dev/usb/udbp.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/udbp.c,v 1.29.2.1 2007/06/17 09:38:26 brueffer Exp $"); /* Driver for arbitrary double bulk pipe devices. * The driver assumes that there will be the same driver on the other side. diff --git a/sys/dev/usb/udbp.h b/sys/dev/usb/udbp.h index 97ef9455b664a..9f86afb9d5a8c 100644 --- a/sys/dev/usb/udbp.h +++ b/sys/dev/usb/udbp.h @@ -34,7 +34,7 @@ * This file was derived from src/sys/netgraph/ng_sample.h, revision 1.1 * written by Julian Elischer, Whistle Communications. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/usb/udbp.h,v 1.4 2005/01/06 01:43:28 imp Exp $ */ #ifndef _NETGRAPH_UDBP_H_ diff --git a/sys/dev/usb/ufm.c b/sys/dev/usb/ufm.c index f6b4bc1578f67..0e8517e68c6de 100644 --- a/sys/dev/usb/ufm.c +++ b/sys/dev/usb/ufm.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/ufm.c,v 1.23.2.1 2007/06/17 09:38:26 brueffer Exp $"); #include <sys/param.h> diff --git a/sys/dev/usb/uftdi.c b/sys/dev/usb/uftdi.c index 19f5eef0ad2f1..3d313c085468e 100644 --- a/sys/dev/usb/uftdi.c +++ b/sys/dev/usb/uftdi.c @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/uftdi.c,v 1.22.2.1 2007/06/17 09:38:26 brueffer Exp $"); /* * FTDI FT8U100AX serial adapter driver diff --git a/sys/dev/usb/uftdireg.h b/sys/dev/usb/uftdireg.h index a7c6edcb6005d..11bab9c987749 100644 --- a/sys/dev/usb/uftdireg.h +++ b/sys/dev/usb/uftdireg.h @@ -1,5 +1,5 @@ /* $NetBSD: uftdireg.h,v 1.6 2002/07/11 21:14:28 augustss Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/uftdireg.h,v 1.2 2004/07/01 17:16:20 brooks Exp $ */ /* * Definitions for the FTDI USB Single Port Serial Converter - diff --git a/sys/dev/usb/ugen.c b/sys/dev/usb/ugen.c index f7477250672fb..f3cb7d78e058b 100644 --- a/sys/dev/usb/ugen.c +++ b/sys/dev/usb/ugen.c @@ -8,7 +8,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/ugen.c,v 1.103.2.1 2006/09/24 14:55:48 iedowse Exp $"); /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. diff --git a/sys/dev/usb/ugraphire_rdesc.h b/sys/dev/usb/ugraphire_rdesc.h index 9c5a0c1a6cf7b..465ad386a2411 100644 --- a/sys/dev/usb/ugraphire_rdesc.h +++ b/sys/dev/usb/ugraphire_rdesc.h @@ -1,5 +1,5 @@ /* $NetBSD: usb/ugraphire_rdesc.h,v 1.1 2000/12/29 01:47:49 augustss Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/ugraphire_rdesc.h,v 1.2.2.1 2006/01/20 22:55:45 mux Exp $ */ /*- * Copyright (c) 2000 Nick Hibma <n_hibma@freebsd.org> * All rights reserved. diff --git a/sys/dev/usb/uhci.c b/sys/dev/usb/uhci.c index b85a5b1048d13..480bd2072d43f 100644 --- a/sys/dev/usb/uhci.c +++ b/sys/dev/usb/uhci.c @@ -11,7 +11,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/uhci.c,v 1.162.2.1 2006/03/01 01:59:04 iedowse Exp $"); /*- diff --git a/sys/dev/usb/uhci_pci.c b/sys/dev/usb/uhci_pci.c index c92273c590f5a..ba809042df073 100644 --- a/sys/dev/usb/uhci_pci.c +++ b/sys/dev/usb/uhci_pci.c @@ -36,7 +36,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/uhci_pci.c,v 1.57 2005/03/01 07:50:11 imp Exp $"); /* Universal Host Controller Interface * diff --git a/sys/dev/usb/uhcireg.h b/sys/dev/usb/uhcireg.h index 512dd2d7d3c0a..e897f07313d06 100644 --- a/sys/dev/usb/uhcireg.h +++ b/sys/dev/usb/uhcireg.h @@ -1,5 +1,5 @@ /* $NetBSD: uhcireg.h,v 1.15 2002/02/11 11:41:30 augustss Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/uhcireg.h,v 1.22 2005/01/06 01:43:28 imp Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. diff --git a/sys/dev/usb/uhcivar.h b/sys/dev/usb/uhcivar.h index 3100db756c868..6dde4af7c1e74 100644 --- a/sys/dev/usb/uhcivar.h +++ b/sys/dev/usb/uhcivar.h @@ -1,5 +1,5 @@ /* $NetBSD: uhcivar.h,v 1.33 2002/02/11 11:41:30 augustss Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/uhcivar.h,v 1.40 2005/03/19 19:08:46 iedowse Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. diff --git a/sys/dev/usb/uhid.c b/sys/dev/usb/uhid.c index 0e0a862ab985b..2f52d05ca594a 100644 --- a/sys/dev/usb/uhid.c +++ b/sys/dev/usb/uhid.c @@ -5,7 +5,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/uhid.c,v 1.77.2.5 2007/06/17 09:38:26 brueffer Exp $"); /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. diff --git a/sys/dev/usb/uhub.c b/sys/dev/usb/uhub.c index 17b9332818d05..ad7017e43c131 100644 --- a/sys/dev/usb/uhub.c +++ b/sys/dev/usb/uhub.c @@ -38,7 +38,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/uhub.c,v 1.69.2.1 2005/12/18 15:51:31 iedowse Exp $"); /* * USB spec: http://www.usb.org/developers/docs/usbspec.zip diff --git a/sys/dev/usb/ukbd.c b/sys/dev/usb/ukbd.c index 35c21fa9a8a5a..79665cb624e11 100644 --- a/sys/dev/usb/ukbd.c +++ b/sys/dev/usb/ukbd.c @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/ukbd.c,v 1.52.2.8 2007/10/25 16:56:15 jhb Exp $"); /* * HID spec: http://www.usb.org/developers/devclass_docs/HID1_11.pdf diff --git a/sys/dev/usb/ulpt.c b/sys/dev/usb/ulpt.c index c16ebda1eb064..95ded79b471d9 100644 --- a/sys/dev/usb/ulpt.c +++ b/sys/dev/usb/ulpt.c @@ -38,7 +38,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/ulpt.c,v 1.66.2.2 2007/06/17 09:38:26 brueffer Exp $"); /* * Printer Class spec: http://www.usb.org/developers/data/devclass/usbprint109.PDF diff --git a/sys/dev/usb/umass.c b/sys/dev/usb/umass.c index 035b89211e33c..5c036c61d4f29 100644 --- a/sys/dev/usb/umass.c +++ b/sys/dev/usb/umass.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/dev/usb/umass.c,v 1.122.2.12 2006/12/10 19:47:31 kensmith Exp $ * $NetBSD: umass.c,v 1.28 2000/04/02 23:46:53 augustss Exp $ */ diff --git a/sys/dev/usb/umct.c b/sys/dev/usb/umct.c index b73e1223c4240..1ddd17fba31f1 100644 --- a/sys/dev/usb/umct.c +++ b/sys/dev/usb/umct.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/umct.c,v 1.9.2.1 2006/06/18 20:13:43 netchild Exp $"); /* * Driver for the MCT (Magic Control Technology) USB-RS232 Converter. diff --git a/sys/dev/usb/umodem.c b/sys/dev/usb/umodem.c index 9d286558eeecb..235dd4e163694 100644 --- a/sys/dev/usb/umodem.c +++ b/sys/dev/usb/umodem.c @@ -2,7 +2,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/umodem.c,v 1.57.2.1 2006/06/18 20:13:43 netchild Exp $"); /*- * Copyright (c) 2003, M. Warner Losh <imp@freebsd.org>. * All rights reserved. diff --git a/sys/dev/usb/ums.c b/sys/dev/usb/ums.c index 962a111b3e56a..d7a5f95ec886e 100644 --- a/sys/dev/usb/ums.c +++ b/sys/dev/usb/ums.c @@ -36,7 +36,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/ums.c,v 1.77.2.5 2007/06/17 09:38:26 brueffer Exp $"); /* * HID spec: http://www.usb.org/developers/devclass_docs/HID1_11.pdf diff --git a/sys/dev/usb/uplcom.c b/sys/dev/usb/uplcom.c index 98862082c7a4d..0ee5734943cf0 100644 --- a/sys/dev/usb/uplcom.c +++ b/sys/dev/usb/uplcom.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/uplcom.c,v 1.29.2.5 2007/06/17 09:38:27 brueffer Exp $"); /*- * Copyright (c) 2001 The NetBSD Foundation, Inc. diff --git a/sys/dev/usb/urio.c b/sys/dev/usb/urio.c index 687c9a4f43e45..fc9a500c15e07 100644 --- a/sys/dev/usb/urio.c +++ b/sys/dev/usb/urio.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/urio.c,v 1.35.2.1 2007/06/17 09:38:27 brueffer Exp $"); /* diff --git a/sys/dev/usb/usb.c b/sys/dev/usb/usb.c index 3e323129558f1..7969a8e7c2978 100644 --- a/sys/dev/usb/usb.c +++ b/sys/dev/usb/usb.c @@ -8,7 +8,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/usb.c,v 1.106.2.2 2007/06/17 09:38:27 brueffer Exp $"); /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. diff --git a/sys/dev/usb/usb.h b/sys/dev/usb/usb.h index c82fe8c4aced2..dc3ca8b453ca7 100644 --- a/sys/dev/usb/usb.h +++ b/sys/dev/usb/usb.h @@ -1,5 +1,5 @@ /* $NetBSD: usb.h,v 1.69 2002/09/22 23:20:50 augustss Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/usb.h,v 1.39.2.2 2007/06/17 09:38:27 brueffer Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. diff --git a/sys/dev/usb/usb_ethersubr.c b/sys/dev/usb/usb_ethersubr.c index 90eff91e51d61..36960f722f854 100644 --- a/sys/dev/usb/usb_ethersubr.c +++ b/sys/dev/usb/usb_ethersubr.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/usb_ethersubr.c,v 1.20 2005/03/25 12:42:30 sobomax Exp $"); /* * Callbacks in the USB code operate at splusb() (actually splbio() diff --git a/sys/dev/usb/usb_ethersubr.h b/sys/dev/usb/usb_ethersubr.h index 5c31ddc2c8097..a69a12cc11455 100644 --- a/sys/dev/usb/usb_ethersubr.h +++ b/sys/dev/usb/usb_ethersubr.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/dev/usb/usb_ethersubr.h,v 1.10 2005/03/25 13:22:58 sobomax Exp $ */ #ifndef _USB_ETHERSUBR_H_ diff --git a/sys/dev/usb/usb_if.m b/sys/dev/usb/usb_if.m index b04c8a45a4c46..24566dc7d0c44 100644 --- a/sys/dev/usb/usb_if.m +++ b/sys/dev/usb/usb_if.m @@ -25,7 +25,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/dev/usb/usb_if.m,v 1.10 2005/01/06 01:43:29 imp Exp $ # # USB interface description diff --git a/sys/dev/usb/usb_mem.c b/sys/dev/usb/usb_mem.c index c0438729fe595..b7ae954cc07ef 100644 --- a/sys/dev/usb/usb_mem.c +++ b/sys/dev/usb/usb_mem.c @@ -1,5 +1,5 @@ /* $NetBSD: usb_mem.c,v 1.26 2003/02/01 06:23:40 thorpej Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/usb_mem.c,v 1.7.2.1 2007/05/21 18:10:48 brueffer Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -46,7 +46,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/usb_mem.c,v 1.7.2.1 2007/05/21 18:10:48 brueffer Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/usb/usb_mem.h b/sys/dev/usb/usb_mem.h index 6fe63f3e3385f..e92fbe905e77c 100644 --- a/sys/dev/usb/usb_mem.h +++ b/sys/dev/usb/usb_mem.h @@ -1,5 +1,5 @@ /* $NetBSD: usb_mem.h,v 1.18 2002/05/28 17:45:17 augustss Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/usb_mem.h,v 1.21 2005/01/06 01:43:29 imp Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. diff --git a/sys/dev/usb/usb_port.h b/sys/dev/usb/usb_port.h index dc2c64888f0c5..8e93d1ad72320 100644 --- a/sys/dev/usb/usb_port.h +++ b/sys/dev/usb/usb_port.h @@ -1,6 +1,6 @@ /* $OpenBSD: usb_port.h,v 1.18 2000/09/06 22:42:10 rahnds Exp $ */ /* $NetBSD: usb_port.h,v 1.54 2002/03/28 21:49:19 ichiro Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/usb_port.h,v 1.74 2005/01/20 05:03:28 imp Exp $ */ /* Also already merged from NetBSD: * $NetBSD: usb_port.h,v 1.57 2002/09/27 20:42:01 thorpej Exp $ diff --git a/sys/dev/usb/usb_quirks.c b/sys/dev/usb/usb_quirks.c index 4049e39e7d9c3..7d7320d51460b 100644 --- a/sys/dev/usb/usb_quirks.c +++ b/sys/dev/usb/usb_quirks.c @@ -38,7 +38,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/usb_quirks.c,v 1.41.2.8 2007/04/28 20:31:30 maxim Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/usb/usb_quirks.h b/sys/dev/usb/usb_quirks.h index 3a4798fa1b6c2..00809ac449c24 100644 --- a/sys/dev/usb/usb_quirks.h +++ b/sys/dev/usb/usb_quirks.h @@ -1,5 +1,5 @@ /* $NetBSD: usb_quirks.h,v 1.20 2001/04/15 09:38:01 augustss Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/usb_quirks.h,v 1.17.2.4 2006/12/12 15:44:13 flz Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. diff --git a/sys/dev/usb/usb_subr.c b/sys/dev/usb/usb_subr.c index e1ceaf0ac04c2..dd78f92c576c0 100644 --- a/sys/dev/usb/usb_subr.c +++ b/sys/dev/usb/usb_subr.c @@ -11,7 +11,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/usb_subr.c,v 1.76.2.3 2006/03/01 01:59:05 iedowse Exp $"); /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. diff --git a/sys/dev/usb/usbcdc.h b/sys/dev/usb/usbcdc.h index d684108743037..ea0b05f2b23ac 100644 --- a/sys/dev/usb/usbcdc.h +++ b/sys/dev/usb/usbcdc.h @@ -1,5 +1,5 @@ /* $NetBSD: usbcdc.h,v 1.9 2004/10/23 13:24:24 augustss Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/usbcdc.h,v 1.12 2005/03/01 06:35:04 sobomax Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index 7403e5e506309..1432b49e96ea1 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/sys/dev/usb/usbdevs,v 1.232.2.25 2007/11/04 03:28:31 luigi Exp $ /* $NetBSD: usbdevs,v 1.392 2004/12/29 08:38:44 imp Exp $ */ /*- diff --git a/sys/dev/usb/usbdi.c b/sys/dev/usb/usbdi.c index 8246b939c9f1b..ea4cbead40dce 100644 --- a/sys/dev/usb/usbdi.c +++ b/sys/dev/usb/usbdi.c @@ -1,7 +1,7 @@ /* $NetBSD: usbdi.c,v 1.106 2004/10/24 12:52:40 augustss Exp $ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/usbdi.c,v 1.91.2.1 2005/12/15 00:36:00 iedowse Exp $"); /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. diff --git a/sys/dev/usb/usbdi.h b/sys/dev/usb/usbdi.h index 902b1bd47627e..b2d95721bacc8 100644 --- a/sys/dev/usb/usbdi.h +++ b/sys/dev/usb/usbdi.h @@ -1,5 +1,5 @@ /* $NetBSD: usbdi.h,v 1.64 2004/10/23 13:26:34 augustss Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/usbdi.h,v 1.59 2005/05/16 06:58:43 imp Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. diff --git a/sys/dev/usb/usbdi_util.c b/sys/dev/usb/usbdi_util.c index b275778203ddf..05ca0c2842926 100644 --- a/sys/dev/usb/usbdi_util.c +++ b/sys/dev/usb/usbdi_util.c @@ -38,7 +38,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/usbdi_util.c,v 1.34 2005/03/01 08:01:22 sobomax Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/usb/usbdi_util.h b/sys/dev/usb/usbdi_util.h index e97f605dab203..c6c8943fd0108 100644 --- a/sys/dev/usb/usbdi_util.h +++ b/sys/dev/usb/usbdi_util.h @@ -1,5 +1,5 @@ /* $NetBSD: usbdi_util.h,v 1.31 2004/12/03 08:53:40 augustss Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/usbdi_util.h,v 1.19.2.1 2007/01/31 10:44:04 luigi Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. diff --git a/sys/dev/usb/usbdivar.h b/sys/dev/usb/usbdivar.h index 42537daa47853..abde6294f2be7 100644 --- a/sys/dev/usb/usbdivar.h +++ b/sys/dev/usb/usbdivar.h @@ -1,5 +1,5 @@ /* $NetBSD: usbdivar.h,v 1.70 2002/07/11 21:14:36 augustss Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/usbdivar.h,v 1.43.2.1 2006/03/01 01:59:05 iedowse Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. diff --git a/sys/dev/usb/usbhid.h b/sys/dev/usb/usbhid.h index 8e0ecd5799076..575202ced0d78 100644 --- a/sys/dev/usb/usbhid.h +++ b/sys/dev/usb/usbhid.h @@ -1,5 +1,5 @@ /* $NetBSD: usbhid.h,v 1.9 2000/09/03 19:09:14 augustss Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/usbhid.h,v 1.15 2005/01/06 01:43:29 imp Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. diff --git a/sys/dev/usb/uscanner.c b/sys/dev/usb/uscanner.c index d22f02ab46d3a..7c93b94acd622 100644 --- a/sys/dev/usb/uscanner.c +++ b/sys/dev/usb/uscanner.c @@ -5,7 +5,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/uscanner.c,v 1.63.2.7 2007/11/04 03:28:31 luigi Exp $"); /*- * Copyright (c) 2000 The NetBSD Foundation, Inc. diff --git a/sys/dev/usb/uvisor.c b/sys/dev/usb/uvisor.c index 35edc886dc71d..9bd8a58e73085 100644 --- a/sys/dev/usb/uvisor.c +++ b/sys/dev/usb/uvisor.c @@ -1,5 +1,5 @@ /* $NetBSD: uvisor.c,v 1.9 2001/01/23 14:04:14 augustss Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/uvisor.c,v 1.24.2.2 2006/06/18 20:13:43 netchild Exp $ */ /* Also already merged from NetBSD: * $NetBSD: uvisor.c,v 1.12 2001/11/13 06:24:57 lukem Exp $ diff --git a/sys/dev/usb/uvscom.c b/sys/dev/usb/uvscom.c index 66a5ddd5ab57e..85bf8225f2f15 100644 --- a/sys/dev/usb/uvscom.c +++ b/sys/dev/usb/uvscom.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/uvscom.c,v 1.25.2.2 2007/06/17 09:38:27 brueffer Exp $"); /* * uvscom: SUNTAC Slipper U VS-10U driver. diff --git a/sys/dev/usb/uxb360gp_rdesc.h b/sys/dev/usb/uxb360gp_rdesc.h index d51b52f807e8c..0857f37f71d97 100644 --- a/sys/dev/usb/uxb360gp_rdesc.h +++ b/sys/dev/usb/uxb360gp_rdesc.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/dev/usb/uxb360gp_rdesc.h,v 1.2.2.1 2006/01/20 22:47:49 mux Exp $ */ /* diff --git a/sys/dev/utopia/idtphy.c b/sys/dev/utopia/idtphy.c index 5aaa576abb235..9bdd55cc2edf2 100644 --- a/sys/dev/utopia/idtphy.c +++ b/sys/dev/utopia/idtphy.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/utopia/idtphy.c,v 1.1 2005/02/24 16:56:36 harti Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/utopia/idtphy.h b/sys/dev/utopia/idtphy.h index 1451d0561fa3a..b49df52b1313b 100644 --- a/sys/dev/utopia/idtphy.h +++ b/sys/dev/utopia/idtphy.h @@ -26,7 +26,7 @@ * * Author: Hartmut Brandt <harti@freebsd.org> * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/utopia/idtphy.h,v 1.3 2005/01/06 01:43:31 imp Exp $ * * Register definitions for the following chips: * IDT 77105 diff --git a/sys/dev/utopia/suni.c b/sys/dev/utopia/suni.c index ffc49e8e84dad..707676469bb54 100644 --- a/sys/dev/utopia/suni.c +++ b/sys/dev/utopia/suni.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/utopia/suni.c,v 1.1 2005/02/24 16:56:36 harti Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/utopia/suni.h b/sys/dev/utopia/suni.h index fd1be7e13e39b..e73476115eb99 100644 --- a/sys/dev/utopia/suni.h +++ b/sys/dev/utopia/suni.h @@ -26,7 +26,7 @@ * * Author: Hartmut Brandt <harti@freebsd.org> * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/utopia/suni.h,v 1.2 2005/01/06 01:43:31 imp Exp $ * * Register definitions for the following chips: * PMC-Sierra PMC-5346 (S/UNI-LITE) diff --git a/sys/dev/utopia/utopia.c b/sys/dev/utopia/utopia.c index 30c661c080e6c..dffcab538cb56 100644 --- a/sys/dev/utopia/utopia.c +++ b/sys/dev/utopia/utopia.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/utopia/utopia.c,v 1.11.12.1 2007/12/06 10:24:29 philip Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/utopia/utopia.h b/sys/dev/utopia/utopia.h index 6e42e99b2e51d..054ec84f7e4e5 100644 --- a/sys/dev/utopia/utopia.h +++ b/sys/dev/utopia/utopia.h @@ -26,7 +26,7 @@ * * Author: Hartmut Brandt <harti@freebsd.org> * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/utopia/utopia.h,v 1.5 2005/02/24 16:56:36 harti Exp $ */ #ifndef _DEV_UTOPIA_UTOPIA_H #define _DEV_UTOPIA_UTOPIA_H diff --git a/sys/dev/utopia/utopia_priv.h b/sys/dev/utopia/utopia_priv.h index cbb242cb99916..41397af815f1a 100644 --- a/sys/dev/utopia/utopia_priv.h +++ b/sys/dev/utopia/utopia_priv.h @@ -26,7 +26,7 @@ * * Author: Hartmut Brandt <harti@freebsd.org> * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/utopia/utopia_priv.h,v 1.1 2005/02/24 16:56:36 harti Exp $ * * Private include file for the interface between chip files and * the utopia main stuff. diff --git a/sys/dev/vge/if_vge.c b/sys/dev/vge/if_vge.c index e6362a94b6000..81e2d48c52902 100644 --- a/sys/dev/vge/if_vge.c +++ b/sys/dev/vge/if_vge.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/vge/if_vge.c,v 1.14.2.13 2007/07/14 20:25:20 csjp Exp $"); /* * VIA Networking Technologies VT612x PCI gigabit ethernet NIC driver. diff --git a/sys/dev/vge/if_vgereg.h b/sys/dev/vge/if_vgereg.h index 8d11a9c3e1f64..c097c3be99ff3 100644 --- a/sys/dev/vge/if_vgereg.h +++ b/sys/dev/vge/if_vgereg.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/dev/vge/if_vgereg.h,v 1.2 2005/01/06 01:43:31 imp Exp $ */ /* diff --git a/sys/dev/vge/if_vgevar.h b/sys/dev/vge/if_vgevar.h index 5d240a33a9ede..52cd072f54e7a 100644 --- a/sys/dev/vge/if_vgevar.h +++ b/sys/dev/vge/if_vgevar.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/dev/vge/if_vgevar.h,v 1.4 2005/06/10 16:49:16 brooks Exp $ */ #if !defined(__i386__) diff --git a/sys/dev/vkbd/vkbd.c b/sys/dev/vkbd/vkbd.c index f0dfd3aeba2c3..ceb43e0e8fb28 100644 --- a/sys/dev/vkbd/vkbd.c +++ b/sys/dev/vkbd/vkbd.c @@ -28,7 +28,7 @@ * SUCH DAMAGE. * * $Id: vkbd.c,v 1.20 2004/11/15 23:53:30 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/dev/vkbd/vkbd.c,v 1.7.2.4 2006/10/04 06:09:10 ru Exp $ */ #include "opt_kbd.h" diff --git a/sys/dev/vkbd/vkbd_var.h b/sys/dev/vkbd/vkbd_var.h index 51e7ff467d17b..24f8ed0cd35ea 100644 --- a/sys/dev/vkbd/vkbd_var.h +++ b/sys/dev/vkbd/vkbd_var.h @@ -26,7 +26,7 @@ * SUCH DAMAGE. * * $Id: vkbd_var.h,v 1.4 2004/08/17 17:43:14 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/dev/vkbd/vkbd_var.h,v 1.2 2005/01/06 01:43:32 imp Exp $ */ #ifndef _VKBD_VAR_H_ diff --git a/sys/dev/vx/if_vx.c b/sys/dev/vx/if_vx.c index abc80917f9882..25b91d90c6fb2 100644 --- a/sys/dev/vx/if_vx.c +++ b/sys/dev/vx/if_vx.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/vx/if_vx.c,v 1.56.2.3 2005/11/04 17:45:20 jhb Exp $"); /* * Created from if_ep.c driver by Fred Gray (fgray@rice.edu) to support diff --git a/sys/dev/vx/if_vx_eisa.c b/sys/dev/vx/if_vx_eisa.c index 459e348413424..4fc80a98da0bd 100644 --- a/sys/dev/vx/if_vx_eisa.c +++ b/sys/dev/vx/if_vx_eisa.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/vx/if_vx_eisa.c,v 1.24.2.2 2005/11/04 17:47:17 jhb Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/vx/if_vx_pci.c b/sys/dev/vx/if_vx_pci.c index dc0fea7a578c2..4303b8ce8bf17 100644 --- a/sys/dev/vx/if_vx_pci.c +++ b/sys/dev/vx/if_vx_pci.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/vx/if_vx_pci.c,v 1.34.2.2 2005/11/04 17:47:17 jhb Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/vx/if_vxreg.h b/sys/dev/vx/if_vxreg.h index b876782ca8cba..620a88cbb82ae 100644 --- a/sys/dev/vx/if_vxreg.h +++ b/sys/dev/vx/if_vxreg.h @@ -19,7 +19,7 @@ * 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/dev/vx/if_vxreg.h,v 1.13 2005/01/06 01:43:32 imp Exp $ */ /* diff --git a/sys/dev/vx/if_vxvar.h b/sys/dev/vx/if_vxvar.h index ec20a3fbcfe4f..b5eb662bb82de 100644 --- a/sys/dev/vx/if_vxvar.h +++ b/sys/dev/vx/if_vxvar.h @@ -19,7 +19,7 @@ * 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/dev/vx/if_vxvar.h,v 1.5.2.1 2005/11/04 17:45:20 jhb Exp $ * October 2, 1994 diff --git a/sys/dev/watchdog/watchdog.c b/sys/dev/watchdog/watchdog.c index a1d8d88167d77..f1f191d893fb6 100644 --- a/sys/dev/watchdog/watchdog.c +++ b/sys/dev/watchdog/watchdog.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/watchdog/watchdog.c,v 1.2.8.1 2007/02/20 22:56:28 n_hibma Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/wds/wd7000.c b/sys/dev/wds/wd7000.c index 90759fe6f9d15..ad17c5cebeb4b 100644 --- a/sys/dev/wds/wd7000.c +++ b/sys/dev/wds/wd7000.c @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/wds/wd7000.c,v 1.9.2.1 2006/12/14 02:57:07 mjacob Exp $"); /* All bugs are subject to removal without further notice */ diff --git a/sys/dev/wi/if_wavelan_ieee.h b/sys/dev/wi/if_wavelan_ieee.h index 585edaa237fac..0c40de1547fdc 100644 --- a/sys/dev/wi/if_wavelan_ieee.h +++ b/sys/dev/wi/if_wavelan_ieee.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/dev/wi/if_wavelan_ieee.h,v 1.19 2005/01/06 01:43:33 imp Exp $ */ #ifndef _IF_WAVELAN_IEEE_H diff --git a/sys/dev/wi/if_wi.c b/sys/dev/wi/if_wi.c index d93297c918b63..ddf1935d93e77 100644 --- a/sys/dev/wi/if_wi.c +++ b/sys/dev/wi/if_wi.c @@ -62,7 +62,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/wi/if_wi.c,v 1.180.2.12 2007/01/27 06:37:41 sam Exp $"); #define WI_HERMES_AUTOINC_WAR /* Work around data write autoinc bug. */ #define WI_HERMES_STATS_WAR /* Work around stats counter bug. */ diff --git a/sys/dev/wi/if_wi_pccard.c b/sys/dev/wi/if_wi_pccard.c index bbe5c55813d52..b312606248ab1 100644 --- a/sys/dev/wi/if_wi_pccard.c +++ b/sys/dev/wi/if_wi_pccard.c @@ -39,7 +39,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/wi/if_wi_pccard.c,v 1.57.2.1 2007/03/05 12:46:16 bms Exp $"); #include "opt_wi.h" diff --git a/sys/dev/wi/if_wi_pci.c b/sys/dev/wi/if_wi_pci.c index cddc9298d50b8..ccd1c992e2f24 100644 --- a/sys/dev/wi/if_wi_pci.c +++ b/sys/dev/wi/if_wi_pci.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/dev/wi/if_wi_pci.c,v 1.25.2.1 2005/08/25 05:01:17 rwatson Exp $ */ /* diff --git a/sys/dev/wi/if_wireg.h b/sys/dev/wi/if_wireg.h index 7992f891c4814..a31bbd8582929 100644 --- a/sys/dev/wi/if_wireg.h +++ b/sys/dev/wi/if_wireg.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/dev/wi/if_wireg.h,v 1.44 2005/01/06 01:43:33 imp Exp $ */ #define WI_DELAY 5 diff --git a/sys/dev/wi/if_wivar.h b/sys/dev/wi/if_wivar.h index b0e22c8fa3c08..4f4da4059c7ef 100644 --- a/sys/dev/wi/if_wivar.h +++ b/sys/dev/wi/if_wivar.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/dev/wi/if_wivar.h,v 1.25.2.3 2007/01/27 06:36:51 sam Exp $ */ #if 0 diff --git a/sys/dev/wi/spectrum24t_cf.h b/sys/dev/wi/spectrum24t_cf.h index ce053fa1930c2..374fefee02b5f 100644 --- a/sys/dev/wi/spectrum24t_cf.h +++ b/sys/dev/wi/spectrum24t_cf.h @@ -1,5 +1,5 @@ /* $NetBSD$ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/wi/spectrum24t_cf.h,v 1.2 2005/01/06 01:43:33 imp Exp $ */ /*- * Copyright (c) 2001 Symbol Technologies Inc. -- http://www.symbol.com diff --git a/sys/dev/wl/if_wl.c b/sys/dev/wl/if_wl.c index 4bb8f78a75161..c114ba6b12dbf 100644 --- a/sys/dev/wl/if_wl.c +++ b/sys/dev/wl/if_wl.c @@ -173,7 +173,7 @@ WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/wl/if_wl.c,v 1.66.2.3 2007/05/12 06:10:11 nyan Exp $"); /* diff --git a/sys/dev/wl/if_wl.h b/sys/dev/wl/if_wl.h index e883b782b0463..b177c4c114e4a 100644 --- a/sys/dev/wl/if_wl.h +++ b/sys/dev/wl/if_wl.h @@ -18,7 +18,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/dev/wl/if_wl.h,v 1.7 2005/01/06 01:43:34 imp Exp $ */ /* Definitions for WaveLAN driver */ diff --git a/sys/dev/wl/if_wl_i82586.h b/sys/dev/wl/if_wl_i82586.h index fc08adcc5226a..712ff9262e85e 100644 --- a/sys/dev/wl/if_wl_i82586.h +++ b/sys/dev/wl/if_wl_i82586.h @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie Mellon * the rights to redistribute these changes. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/wl/if_wl_i82586.h,v 1.1 2005/05/09 04:47:57 nyan Exp $ */ /* Copyright 1988, 1989 by Olivetti Advanced Technology Center, Inc., diff --git a/sys/dev/xe/if_xe.c b/sys/dev/xe/if_xe.c index 54d3cdc4d8ef8..8198d96a5696e 100644 --- a/sys/dev/xe/if_xe.c +++ b/sys/dev/xe/if_xe.c @@ -57,7 +57,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/xe/if_xe.c,v 1.55.2.3 2005/09/17 04:01:05 imp Exp $"); /* * FreeBSD device driver for Xircom CreditCard PCMCIA Ethernet adapters. The diff --git a/sys/dev/xe/if_xe_pccard.c b/sys/dev/xe/if_xe_pccard.c index 4e6b2a43ae82c..5cae6cafeeaad 100644 --- a/sys/dev/xe/if_xe_pccard.c +++ b/sys/dev/xe/if_xe_pccard.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/xe/if_xe_pccard.c,v 1.26.2.2 2005/09/17 04:01:05 imp Exp $"); /* xe pccard interface driver */ diff --git a/sys/dev/xe/if_xereg.h b/sys/dev/xe/if_xereg.h index 9b3c39a611a05..80c07fc4bcb5d 100644 --- a/sys/dev/xe/if_xereg.h +++ b/sys/dev/xe/if_xereg.h @@ -24,7 +24,7 @@ * SUCH DAMAGE. * * $Id: if_xereg.h,v 1.5 1999/05/20 21:53:58 scott Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/dev/xe/if_xereg.h,v 1.6 2003/10/14 22:51:35 rsm Exp $ */ #ifndef DEV_XE_IF_XEREG_H #define DEV_XE_IF_XEREG_H diff --git a/sys/dev/xe/if_xevar.h b/sys/dev/xe/if_xevar.h index 0e6610219ca1c..46defb37034d3 100644 --- a/sys/dev/xe/if_xevar.h +++ b/sys/dev/xe/if_xevar.h @@ -24,7 +24,7 @@ * SUCH DAMAGE. * * $Id: if_xe.c,v 1.20 1999/06/13 19:17:40 scott Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/dev/xe/if_xevar.h,v 1.6 2005/06/10 16:49:17 brooks Exp $ */ #ifndef DEV_XE_IF_XEDEV_H #define DEV_XE_IF_XEDEV_H diff --git a/sys/dev/zs/z8530reg.h b/sys/dev/zs/z8530reg.h index b471c9c4deb50..df5a5cf4429c4 100644 --- a/sys/dev/zs/z8530reg.h +++ b/sys/dev/zs/z8530reg.h @@ -39,7 +39,7 @@ * * @(#)zsreg.h 8.1 (Berkeley) 6/11/93 * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/zs/z8530reg.h,v 1.4 2005/01/06 01:43:34 imp Exp $ */ /* diff --git a/sys/dev/zs/z8530var.h b/sys/dev/zs/z8530var.h index 1e5fef7d32828..9da92d6b6c6a0 100644 --- a/sys/dev/zs/z8530var.h +++ b/sys/dev/zs/z8530var.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/dev/zs/z8530var.h,v 1.2 2004/06/16 09:47:02 phk Exp $ */ #ifndef _DEV_ZS_ZSVAR_H_ diff --git a/sys/dev/zs/zs.c b/sys/dev/zs/zs.c index f67f7c584ee22..4fd2d9bfb0f7e 100644 --- a/sys/dev/zs/zs.c +++ b/sys/dev/zs/zs.c @@ -40,7 +40,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/zs/zs.c,v 1.30.2.1 2006/03/10 19:37:32 jhb Exp $"); /*- * Copyright (c) 2003 Jake Burkholder. * All rights reserved. diff --git a/sys/dev/zs/zs_macio.c b/sys/dev/zs/zs_macio.c index 3879a9edf5d13..b483dd8cc5c63 100644 --- a/sys/dev/zs/zs_macio.c +++ b/sys/dev/zs/zs_macio.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/zs/zs_macio.c,v 1.6 2004/08/12 17:41:30 marius Exp $"); #include <sys/param.h> #include <sys/systm.h> |