diff options
author | Ken Smith <kensmith@FreeBSD.org> | 2011-02-16 16:19:54 +0000 |
---|---|---|
committer | Ken Smith <kensmith@FreeBSD.org> | 2011-02-16 16:19:54 +0000 |
commit | cc28c79becc0c69f0d33337062166295c1f52d63 (patch) | |
tree | 027a1716b81de12e9d3735d93dcaf4b08ccb78af /sys/pc98 | |
parent | a92e32c6e92d43c510782860a055a2d736966c11 (diff) |
Diffstat (limited to 'sys/pc98')
133 files changed, 131 insertions, 133 deletions
diff --git a/sys/pc98/apm/apm_bioscall.S b/sys/pc98/apm/apm_bioscall.S index fa42734a7cbf9..c7e6e0402bdae 100644 --- a/sys/pc98/apm/apm_bioscall.S +++ b/sys/pc98/apm/apm_bioscall.S @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/pc98/apm/apm_bioscall.S,v 1.1.30.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/sys/pc98/cbus/30line.h b/sys/pc98/cbus/30line.h index c2e0f107a260b..7fb804838f82e 100644 --- a/sys/pc98/cbus/30line.h +++ b/sys/pc98/cbus/30line.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/pc98/cbus/30line.h,v 1.7.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef __PC98_PC98_30LINE_H__ diff --git a/sys/pc98/cbus/cbus.h b/sys/pc98/cbus/cbus.h index 4c48305c01d56..fda0d41783eea 100644 --- a/sys/pc98/cbus/cbus.h +++ b/sys/pc98/cbus/cbus.h @@ -30,7 +30,7 @@ * SUCH DAMAGE. * * from: @(#)isa.h 5.7 (Berkeley) 5/9/91 - * $FreeBSD$ + * $FreeBSD: src/sys/pc98/cbus/cbus.h,v 1.22.14.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _PC98_PC98_PC98_H_ diff --git a/sys/pc98/cbus/cbus_dma.c b/sys/pc98/cbus/cbus_dma.c index 255f7e0ebd134..31e8492b4f96f 100644 --- a/sys/pc98/cbus/cbus_dma.c +++ b/sys/pc98/cbus/cbus_dma.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/pc98/cbus/cbus_dma.c,v 1.23.26.1 2010/12/21 17:10:29 kensmith Exp $"); /* * code to manage AT bus diff --git a/sys/pc98/cbus/cbus_dmareg.h b/sys/pc98/cbus/cbus_dmareg.h index 9401b916560eb..d7b07c42864cc 100644 --- a/sys/pc98/cbus/cbus_dmareg.h +++ b/sys/pc98/cbus/cbus_dmareg.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/pc98/cbus/cbus_dmareg.h,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _PC98_CBUS_CBUS_DMAREG_H_ diff --git a/sys/pc98/cbus/clock.c b/sys/pc98/cbus/clock.c index 037ef402ca795..2d74d1ba7d25f 100644 --- a/sys/pc98/cbus/clock.c +++ b/sys/pc98/cbus/clock.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/pc98/cbus/clock.c,v 1.162.12.1 2010/12/21 17:10:29 kensmith Exp $"); /* * Routines to handle clock hardware. diff --git a/sys/pc98/cbus/fdc.c b/sys/pc98/cbus/fdc.c index 8373f45163c50..3c28a7008de97 100644 --- a/sys/pc98/cbus/fdc.c +++ b/sys/pc98/cbus/fdc.c @@ -50,7 +50,7 @@ * SUCH DAMAGE. * * from: @(#)fd.c 7.4 (Berkeley) 5/25/91 - * $FreeBSD$ + * $FreeBSD: src/sys/pc98/cbus/fdc.c,v 1.170.12.1 2010/12/21 17:10:29 kensmith Exp $ */ #include "opt_fdc.h" diff --git a/sys/pc98/cbus/fdc_cbus.c b/sys/pc98/cbus/fdc_cbus.c index 098ee5daefe2e..a18b0e1889093 100644 --- a/sys/pc98/cbus/fdc_cbus.c +++ b/sys/pc98/cbus/fdc_cbus.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/pc98/cbus/fdc_cbus.c,v 1.6.26.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/bio.h> diff --git a/sys/pc98/cbus/fdcreg.h b/sys/pc98/cbus/fdcreg.h index 6d8e7e115d0d3..c3ef845d88da8 100644 --- a/sys/pc98/cbus/fdcreg.h +++ b/sys/pc98/cbus/fdcreg.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * from: @(#)fdreg.h 7.1 (Berkeley) 5/9/91 - * $FreeBSD$ + * $FreeBSD: src/sys/pc98/cbus/fdcreg.h,v 1.11.32.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/sys/pc98/cbus/fdcvar.h b/sys/pc98/cbus/fdcvar.h index 4ae53d95ac597..22d38fb8eb172 100644 --- a/sys/pc98/cbus/fdcvar.h +++ b/sys/pc98/cbus/fdcvar.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/pc98/cbus/fdcvar.h,v 1.3.32.1 2010/12/21 17:10:29 kensmith Exp $ */ /* XXX should audit this file to see if additional copyrights needed */ diff --git a/sys/pc98/cbus/gdc.c b/sys/pc98/cbus/gdc.c index f5719f0558362..4a9c6ce630309 100644 --- a/sys/pc98/cbus/gdc.c +++ b/sys/pc98/cbus/gdc.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/pc98/cbus/gdc.c,v 1.50.12.1 2010/12/21 17:10:29 kensmith Exp $ */ #include "opt_gdc.h" diff --git a/sys/pc98/cbus/nmi.c b/sys/pc98/cbus/nmi.c index 16612aa25b446..559ae97d3bb93 100644 --- a/sys/pc98/cbus/nmi.c +++ b/sys/pc98/cbus/nmi.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/pc98/cbus/nmi.c,v 1.3.14.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> #include <sys/syslog.h> diff --git a/sys/pc98/cbus/olpt.c b/sys/pc98/cbus/olpt.c index f0d0da7e3e986..126e719145426 100644 --- a/sys/pc98/cbus/olpt.c +++ b/sys/pc98/cbus/olpt.c @@ -46,7 +46,7 @@ * SUCH DAMAGE. * * from: unknown origin, 386BSD 0.1 - * $FreeBSD$ + * $FreeBSD: src/sys/pc98/cbus/olpt.c,v 1.31.12.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/sys/pc98/cbus/olptreg.h b/sys/pc98/cbus/olptreg.h index 80bc704f006c5..de6d07a36b087 100644 --- a/sys/pc98/cbus/olptreg.h +++ b/sys/pc98/cbus/olptreg.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/pc98/cbus/olptreg.h,v 1.2.26.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/sys/pc98/cbus/pckbd.c b/sys/pc98/cbus/pckbd.c index 0b3d1d7bd04f9..68c15b37314ff 100644 --- a/sys/pc98/cbus/pckbd.c +++ b/sys/pc98/cbus/pckbd.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/pc98/cbus/pckbd.c,v 1.33.12.1 2010/12/21 17:10:29 kensmith Exp $ */ #include "opt_compat.h" diff --git a/sys/pc98/cbus/pckbdtables.h b/sys/pc98/cbus/pckbdtables.h index 5386f52174eb0..5cd64d3b2e9f8 100644 --- a/sys/pc98/cbus/pckbdtables.h +++ b/sys/pc98/cbus/pckbdtables.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/pc98/cbus/pckbdtables.h,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef KBD_DFLT_KEYMAP diff --git a/sys/pc98/cbus/pmc.c b/sys/pc98/cbus/pmc.c index 13eade08322b3..88bdce91d5faa 100644 --- a/sys/pc98/cbus/pmc.c +++ b/sys/pc98/cbus/pmc.c @@ -27,7 +27,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/pc98/cbus/pmc.c,v 1.5.32.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/param.h> diff --git a/sys/pc98/cbus/sc_machdep.h b/sys/pc98/cbus/sc_machdep.h index ea7b3ba7069a3..e53e6405bdf91 100644 --- a/sys/pc98/cbus/sc_machdep.h +++ b/sys/pc98/cbus/sc_machdep.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/pc98/cbus/sc_machdep.h,v 1.5.36.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _PC98_PC98_SC_MACHDEP_H_ diff --git a/sys/pc98/cbus/scgdcrndr.c b/sys/pc98/cbus/scgdcrndr.c index f8ea8d137c054..8b135095cc39f 100644 --- a/sys/pc98/cbus/scgdcrndr.c +++ b/sys/pc98/cbus/scgdcrndr.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/pc98/cbus/scgdcrndr.c,v 1.13.24.1 2010/12/21 17:10:29 kensmith Exp $ */ #include "opt_syscons.h" diff --git a/sys/pc98/cbus/scterm-sck.c b/sys/pc98/cbus/scterm-sck.c index 9b45490ad1714..89c1374c024a3 100644 --- a/sys/pc98/cbus/scterm-sck.c +++ b/sys/pc98/cbus/scterm-sck.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/pc98/cbus/scterm-sck.c,v 1.17.12.1 2010/12/21 17:10:29 kensmith Exp $ */ #include "opt_syscons.h" diff --git a/sys/pc98/cbus/scvtb.c b/sys/pc98/cbus/scvtb.c index 2d0ea3f032841..073a8c54e04bc 100644 --- a/sys/pc98/cbus/scvtb.c +++ b/sys/pc98/cbus/scvtb.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/pc98/cbus/scvtb.c,v 1.13.36.1 2010/12/21 17:10:29 kensmith Exp $ */ #include "opt_syscons.h" diff --git a/sys/pc98/cbus/sio.c b/sys/pc98/cbus/sio.c index e1fff1e97bb18..a0827fcf8c47c 100644 --- a/sys/pc98/cbus/sio.c +++ b/sys/pc98/cbus/sio.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/pc98/cbus/sio.c,v 1.245.2.2.8.1 2010/12/21 17:10:29 kensmith Exp $ * from: @(#)com.c 7.5 (Berkeley) 5/16/91 * from: i386/isa sio.c,v 1.234 */ diff --git a/sys/pc98/cbus/sio_cbus.c b/sys/pc98/cbus/sio_cbus.c index 2df560cd90cdd..2f106e75ada35 100644 --- a/sys/pc98/cbus/sio_cbus.c +++ b/sys/pc98/cbus/sio_cbus.c @@ -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/pc98/cbus/sio_cbus.c,v 1.9.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/param.h> diff --git a/sys/pc98/cbus/syscons_cbus.c b/sys/pc98/cbus/syscons_cbus.c index d7c7ca3abec95..4d5d6c9800fdd 100644 --- a/sys/pc98/cbus/syscons_cbus.c +++ b/sys/pc98/cbus/syscons_cbus.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/pc98/cbus/syscons_cbus.c,v 1.24.2.1.6.1 2010/12/21 17:10:29 kensmith Exp $ */ #include "opt_syscons.h" diff --git a/sys/pc98/compile/.cvsignore b/sys/pc98/compile/.cvsignore deleted file mode 100644 index 232298edb15fe..0000000000000 --- a/sys/pc98/compile/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -[A-Za-z0-9]* diff --git a/sys/pc98/conf/.cvsignore b/sys/pc98/conf/.cvsignore deleted file mode 100644 index 232298edb15fe..0000000000000 --- a/sys/pc98/conf/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -[A-Za-z0-9]* diff --git a/sys/pc98/conf/DEFAULTS b/sys/pc98/conf/DEFAULTS index d42d4d339c94c..abb7ecce894dc 100644 --- a/sys/pc98/conf/DEFAULTS +++ b/sys/pc98/conf/DEFAULTS @@ -1,7 +1,7 @@ # # DEFAULTS -- Default kernel configuration file for FreeBSD/pc98 # -# $FreeBSD$ +# $FreeBSD: src/sys/pc98/conf/DEFAULTS,v 1.10.2.2.4.1 2010/12/21 17:10:29 kensmith Exp $ machine pc98 i386 options PC98 diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC index 75ed3eb3d1600..e30bd1e024ca9 100644 --- a/sys/pc98/conf/GENERIC +++ b/sys/pc98/conf/GENERIC @@ -16,7 +16,7 @@ # If you are in doubt as to the purpose or necessity of a line, check first # in NOTES. # -# $FreeBSD$ +# $FreeBSD: src/sys/pc98/conf/GENERIC,v 1.297.2.11.4.1 2010/12/21 17:10:29 kensmith Exp $ cpu I486_CPU cpu I586_CPU diff --git a/sys/pc98/conf/GENERIC.hints b/sys/pc98/conf/GENERIC.hints index a64a0067dab31..2ff596cdb7a6f 100644 --- a/sys/pc98/conf/GENERIC.hints +++ b/sys/pc98/conf/GENERIC.hints @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/pc98/conf/GENERIC.hints,v 1.26.12.1 2010/12/21 17:10:29 kensmith Exp $ hint.atacbus.0.at="isa" hint.atacbus.0.port="0x640" diff --git a/sys/pc98/conf/MAC b/sys/pc98/conf/MAC index 6aee5da075821..e136a383a3f71 100644 --- a/sys/pc98/conf/MAC +++ b/sys/pc98/conf/MAC @@ -8,7 +8,7 @@ # # http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/mac.html # -# $FreeBSD$ +# $FreeBSD: src/sys/pc98/conf/MAC,v 1.1.12.1 2010/12/21 17:10:29 kensmith Exp $ include GENERIC ident MAC diff --git a/sys/pc98/conf/Makefile b/sys/pc98/conf/Makefile index 2c006e9c2c80d..7f1f645b837fa 100644 --- a/sys/pc98/conf/Makefile +++ b/sys/pc98/conf/Makefile @@ -1,3 +1,3 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/pc98/conf/Makefile,v 1.3.38.1 2010/12/21 17:10:29 kensmith Exp $ .include "${.CURDIR}/../../conf/makeLINT.mk" diff --git a/sys/pc98/conf/NOTES b/sys/pc98/conf/NOTES index 77c62e231ac32..348f845a71897 100644 --- a/sys/pc98/conf/NOTES +++ b/sys/pc98/conf/NOTES @@ -4,7 +4,7 @@ # This file contains machine dependent kernel configuration notes. For # machine independent notes, look in /sys/conf/NOTES. # -# $FreeBSD$ +# $FreeBSD: src/sys/pc98/conf/NOTES,v 1.85.2.3.4.1 2010/12/21 17:10:29 kensmith Exp $ # # diff --git a/sys/pc98/include/_bus.h b/sys/pc98/include/_bus.h index 8070792dffc9b..816c99cc6ecf5 100644 --- a/sys/pc98/include/_bus.h +++ b/sys/pc98/include/_bus.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/pc98/include/_bus.h,v 1.3.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef PC98_INCLUDE__BUS_H diff --git a/sys/pc98/include/_inttypes.h b/sys/pc98/include/_inttypes.h index 327018581cd3c..a988075f2364d 100644 --- a/sys/pc98/include/_inttypes.h +++ b/sys/pc98/include/_inttypes.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/_inttypes.h,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <i386/_inttypes.h> diff --git a/sys/pc98/include/_limits.h b/sys/pc98/include/_limits.h index 21e2fb6f73d34..2a791d12c6592 100644 --- a/sys/pc98/include/_limits.h +++ b/sys/pc98/include/_limits.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/_limits.h,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <i386/_limits.h> diff --git a/sys/pc98/include/_stdint.h b/sys/pc98/include/_stdint.h index bb4242a75b9ca..7496af1efa937 100644 --- a/sys/pc98/include/_stdint.h +++ b/sys/pc98/include/_stdint.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/_stdint.h,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <i386/_stdint.h> diff --git a/sys/pc98/include/_types.h b/sys/pc98/include/_types.h index 63da67a982a2b..b94ec49053838 100644 --- a/sys/pc98/include/_types.h +++ b/sys/pc98/include/_types.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/_types.h,v 1.3.14.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <i386/_types.h> diff --git a/sys/pc98/include/apicreg.h b/sys/pc98/include/apicreg.h index a9766d5bfd6a5..1fcd39bbcb392 100644 --- a/sys/pc98/include/apicreg.h +++ b/sys/pc98/include/apicreg.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/apicreg.h,v 1.2.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <i386/apicreg.h> diff --git a/sys/pc98/include/apicvar.h b/sys/pc98/include/apicvar.h index 4f52d82009437..56caeafd1bd3e 100644 --- a/sys/pc98/include/apicvar.h +++ b/sys/pc98/include/apicvar.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/apicvar.h,v 1.2.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <i386/apicvar.h> diff --git a/sys/pc98/include/apm_bios.h b/sys/pc98/include/apm_bios.h index 261ae3726d913..e8c1a7a3f6d8f 100644 --- a/sys/pc98/include/apm_bios.h +++ b/sys/pc98/include/apm_bios.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/pc98/include/apm_bios.h,v 1.2.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _PC98_INCLUDE_APM_BIOS_H_ diff --git a/sys/pc98/include/apm_segments.h b/sys/pc98/include/apm_segments.h index fac544b04273f..09840759cfee5 100644 --- a/sys/pc98/include/apm_segments.h +++ b/sys/pc98/include/apm_segments.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/apm_segments.h,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <i386/apm_segments.h> diff --git a/sys/pc98/include/asm.h b/sys/pc98/include/asm.h index aa141634f7de7..bc744c4df7b23 100644 --- a/sys/pc98/include/asm.h +++ b/sys/pc98/include/asm.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/asm.h,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <i386/asm.h> diff --git a/sys/pc98/include/asmacros.h b/sys/pc98/include/asmacros.h index 98f3839356bf0..65a1e59db0d6a 100644 --- a/sys/pc98/include/asmacros.h +++ b/sys/pc98/include/asmacros.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/asmacros.h,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <i386/asmacros.h> diff --git a/sys/pc98/include/atomic.h b/sys/pc98/include/atomic.h index e6550e4bc6ec1..f19a1c6acc7d3 100644 --- a/sys/pc98/include/atomic.h +++ b/sys/pc98/include/atomic.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/atomic.h,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <i386/atomic.h> diff --git a/sys/pc98/include/bootinfo.h b/sys/pc98/include/bootinfo.h index c627e432227a1..f7f7325e7c79b 100644 --- a/sys/pc98/include/bootinfo.h +++ b/sys/pc98/include/bootinfo.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/bootinfo.h,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <i386/bootinfo.h> diff --git a/sys/pc98/include/bus.h b/sys/pc98/include/bus.h index bb10690e37024..22d26a6a8037d 100644 --- a/sys/pc98/include/bus.h +++ b/sys/pc98/include/bus.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/pc98/include/bus.h,v 1.6.12.1 2010/12/21 17:10:29 kensmith Exp $ */ /* $NecBSD: busio.h,v 3.25.4.2.2.1 2000/06/12 03:53:08 honda Exp $ */ diff --git a/sys/pc98/include/bus_dma.h b/sys/pc98/include/bus_dma.h index 4fdad3f5a7873..e3e1617d4b05d 100644 --- a/sys/pc98/include/bus_dma.h +++ b/sys/pc98/include/bus_dma.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/bus_dma.h,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <i386/bus_dma.h> diff --git a/sys/pc98/include/clock.h b/sys/pc98/include/clock.h index a2a654ad52d5c..999edab904e99 100644 --- a/sys/pc98/include/clock.h +++ b/sys/pc98/include/clock.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/pc98/include/clock.h,v 1.2.24.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _PC98_INCLUDE_CLOCK_H_ diff --git a/sys/pc98/include/cpu.h b/sys/pc98/include/cpu.h index 6da74edee9a66..4b5575f6c1d05 100644 --- a/sys/pc98/include/cpu.h +++ b/sys/pc98/include/cpu.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/cpu.h,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <i386/cpu.h> diff --git a/sys/pc98/include/cpufunc.h b/sys/pc98/include/cpufunc.h index deb0c39b38002..2098133f99db0 100644 --- a/sys/pc98/include/cpufunc.h +++ b/sys/pc98/include/cpufunc.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/cpufunc.h,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <i386/cpufunc.h> diff --git a/sys/pc98/include/cputypes.h b/sys/pc98/include/cputypes.h index dbea880f70649..c1f134958892c 100644 --- a/sys/pc98/include/cputypes.h +++ b/sys/pc98/include/cputypes.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/cputypes.h,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <i386/cputypes.h> diff --git a/sys/pc98/include/cserial.h b/sys/pc98/include/cserial.h index c7fc610942999..4a394ae37e90d 100644 --- a/sys/pc98/include/cserial.h +++ b/sys/pc98/include/cserial.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/cserial.h,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <i386/cserial.h> diff --git a/sys/pc98/include/db_machdep.h b/sys/pc98/include/db_machdep.h index a1b0c147664fb..1f5df44f708ba 100644 --- a/sys/pc98/include/db_machdep.h +++ b/sys/pc98/include/db_machdep.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/db_machdep.h,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <i386/db_machdep.h> diff --git a/sys/pc98/include/elf.h b/sys/pc98/include/elf.h index 39937596f1691..7095daa561487 100644 --- a/sys/pc98/include/elf.h +++ b/sys/pc98/include/elf.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/elf.h,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <i386/elf.h> diff --git a/sys/pc98/include/endian.h b/sys/pc98/include/endian.h index 911c53e39ccd1..9d02e9eb22e89 100644 --- a/sys/pc98/include/endian.h +++ b/sys/pc98/include/endian.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/endian.h,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <i386/endian.h> diff --git a/sys/pc98/include/exec.h b/sys/pc98/include/exec.h index e86bada4aaa08..d3354da2aea60 100644 --- a/sys/pc98/include/exec.h +++ b/sys/pc98/include/exec.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/exec.h,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <i386/exec.h> diff --git a/sys/pc98/include/float.h b/sys/pc98/include/float.h index 28e3b02a5acc0..dc1580b3487aa 100644 --- a/sys/pc98/include/float.h +++ b/sys/pc98/include/float.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/float.h,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <i386/float.h> diff --git a/sys/pc98/include/floatingpoint.h b/sys/pc98/include/floatingpoint.h index c61de43cd1ae6..59f6fd77eec56 100644 --- a/sys/pc98/include/floatingpoint.h +++ b/sys/pc98/include/floatingpoint.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/floatingpoint.h,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <i386/floatingpoint.h> diff --git a/sys/pc98/include/frame.h b/sys/pc98/include/frame.h index 89d90c053215b..c4c1f9693639c 100644 --- a/sys/pc98/include/frame.h +++ b/sys/pc98/include/frame.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/frame.h,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <i386/frame.h> diff --git a/sys/pc98/include/gdb_machdep.h b/sys/pc98/include/gdb_machdep.h index dcb25bb3faffe..b5856177ce428 100644 --- a/sys/pc98/include/gdb_machdep.h +++ b/sys/pc98/include/gdb_machdep.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/gdb_machdep.h,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <i386/gdb_machdep.h> diff --git a/sys/pc98/include/ieeefp.h b/sys/pc98/include/ieeefp.h index 67f0c099406ec..cbf700514bf51 100644 --- a/sys/pc98/include/ieeefp.h +++ b/sys/pc98/include/ieeefp.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/ieeefp.h,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <i386/ieeefp.h> diff --git a/sys/pc98/include/in_cksum.h b/sys/pc98/include/in_cksum.h index e7227d4479df2..b5ca2d3bb3e42 100644 --- a/sys/pc98/include/in_cksum.h +++ b/sys/pc98/include/in_cksum.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/in_cksum.h,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <i386/in_cksum.h> diff --git a/sys/pc98/include/intr_machdep.h b/sys/pc98/include/intr_machdep.h index 9fccf8af67426..93f09a48b9eb2 100644 --- a/sys/pc98/include/intr_machdep.h +++ b/sys/pc98/include/intr_machdep.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/intr_machdep.h,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <i386/intr_machdep.h> diff --git a/sys/pc98/include/ioctl_bt848.h b/sys/pc98/include/ioctl_bt848.h index 668fd4a3a6c1b..5b2d96482fea1 100644 --- a/sys/pc98/include/ioctl_bt848.h +++ b/sys/pc98/include/ioctl_bt848.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/ioctl_bt848.h,v 1.2.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <i386/ioctl_bt848.h> diff --git a/sys/pc98/include/ioctl_meteor.h b/sys/pc98/include/ioctl_meteor.h index 1a750bdd72151..c9a418caca95f 100644 --- a/sys/pc98/include/ioctl_meteor.h +++ b/sys/pc98/include/ioctl_meteor.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/ioctl_meteor.h,v 1.2.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <i386/ioctl_meteor.h> diff --git a/sys/pc98/include/iodev.h b/sys/pc98/include/iodev.h index 683ea7929264c..9460ae30d83b3 100644 --- a/sys/pc98/include/iodev.h +++ b/sys/pc98/include/iodev.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/iodev.h,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <i386/iodev.h> diff --git a/sys/pc98/include/kdb.h b/sys/pc98/include/kdb.h index 9d412d45d2614..831fce9afa02d 100644 --- a/sys/pc98/include/kdb.h +++ b/sys/pc98/include/kdb.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/kdb.h,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <i386/kdb.h> diff --git a/sys/pc98/include/legacyvar.h b/sys/pc98/include/legacyvar.h index 0e521280241c9..bf288102e516b 100644 --- a/sys/pc98/include/legacyvar.h +++ b/sys/pc98/include/legacyvar.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/legacyvar.h,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <i386/legacyvar.h> diff --git a/sys/pc98/include/limits.h b/sys/pc98/include/limits.h index b51a993d79332..0f32b34fa356a 100644 --- a/sys/pc98/include/limits.h +++ b/sys/pc98/include/limits.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/limits.h,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <i386/limits.h> diff --git a/sys/pc98/include/mca.h b/sys/pc98/include/mca.h index a047f87c48c48..a8133eca87c0d 100644 --- a/sys/pc98/include/mca.h +++ b/sys/pc98/include/mca.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/mca.h,v 1.1.4.2.4.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <i386/mca.h> diff --git a/sys/pc98/include/md_var.h b/sys/pc98/include/md_var.h index 7ca6f3cc8cf1a..707044bdaaa52 100644 --- a/sys/pc98/include/md_var.h +++ b/sys/pc98/include/md_var.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/pc98/include/md_var.h,v 1.3.14.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _PC98_INCLUDE_MD_VAR_H_ diff --git a/sys/pc98/include/memdev.h b/sys/pc98/include/memdev.h index 46e2301617122..41eecb5976525 100644 --- a/sys/pc98/include/memdev.h +++ b/sys/pc98/include/memdev.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/memdev.h,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <i386/memdev.h> diff --git a/sys/pc98/include/metadata.h b/sys/pc98/include/metadata.h index 1d783ec905914..5b74f400a83b8 100644 --- a/sys/pc98/include/metadata.h +++ b/sys/pc98/include/metadata.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/metadata.h,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <i386/metadata.h> diff --git a/sys/pc98/include/minidump.h b/sys/pc98/include/minidump.h index 55c9b3176e1af..16ead79c9eb84 100644 --- a/sys/pc98/include/minidump.h +++ b/sys/pc98/include/minidump.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/minidump.h,v 1.1.16.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <i386/minidump.h> diff --git a/sys/pc98/include/mp_watchdog.h b/sys/pc98/include/mp_watchdog.h index f0b91c00c4add..79a20d37ba717 100644 --- a/sys/pc98/include/mp_watchdog.h +++ b/sys/pc98/include/mp_watchdog.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/mp_watchdog.h,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <i386/mp_watchdog.h> diff --git a/sys/pc98/include/mptable.h b/sys/pc98/include/mptable.h index 2f6fb2d4aa65e..09e7c0eccb14c 100644 --- a/sys/pc98/include/mptable.h +++ b/sys/pc98/include/mptable.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/mptable.h,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <i386/mptable.h> diff --git a/sys/pc98/include/mutex.h b/sys/pc98/include/mutex.h index a79c8f700e6fe..584347571fb56 100644 --- a/sys/pc98/include/mutex.h +++ b/sys/pc98/include/mutex.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/mutex.h,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <i386/mutex.h> diff --git a/sys/pc98/include/npx.h b/sys/pc98/include/npx.h index c1c0712a26aa1..f7524cf0a2e36 100644 --- a/sys/pc98/include/npx.h +++ b/sys/pc98/include/npx.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/pc98/include/npx.h,v 1.2.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _PC98_INCLUDE_NPX_H_ diff --git a/sys/pc98/include/param.h b/sys/pc98/include/param.h index 2e44cf22cc5b0..15cd576ec0584 100644 --- a/sys/pc98/include/param.h +++ b/sys/pc98/include/param.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/pc98/include/param.h,v 1.3.14.1 2010/12/21 17:10:29 kensmith Exp $ */ #define MACHINE "pc98" diff --git a/sys/pc98/include/pc/bios.h b/sys/pc98/include/pc/bios.h index d804fdec3618b..14c9f1a28afcc 100644 --- a/sys/pc98/include/pc/bios.h +++ b/sys/pc98/include/pc/bios.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/pc/bios.h,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <i386/pc/bios.h> diff --git a/sys/pc98/include/pc/display.h b/sys/pc98/include/pc/display.h index 0a906c885d8cc..41d56878aa8f1 100644 --- a/sys/pc98/include/pc/display.h +++ b/sys/pc98/include/pc/display.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/pc98/include/pc/display.h,v 1.2.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _PC98_INCLUDE_PC_DISPLAY_H_ diff --git a/sys/pc98/include/pc/vesa.h b/sys/pc98/include/pc/vesa.h index 2c1c3eb0c5735..b2cc8f598271e 100644 --- a/sys/pc98/include/pc/vesa.h +++ b/sys/pc98/include/pc/vesa.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/pc/vesa.h,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <i386/pc/vesa.h> diff --git a/sys/pc98/include/pcaudioio.h b/sys/pc98/include/pcaudioio.h index 1e9eee52265f1..f693f00decc10 100644 --- a/sys/pc98/include/pcaudioio.h +++ b/sys/pc98/include/pcaudioio.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/pcaudioio.h,v 1.2.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <i386/pcaudioio.h> diff --git a/sys/pc98/include/pcb.h b/sys/pc98/include/pcb.h index 20b7d1843664e..e16d172a85e3b 100644 --- a/sys/pc98/include/pcb.h +++ b/sys/pc98/include/pcb.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/pcb.h,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <i386/pcb.h> diff --git a/sys/pc98/include/pcb_ext.h b/sys/pc98/include/pcb_ext.h index 81f25f63ebfd1..e08e8fce5e77e 100644 --- a/sys/pc98/include/pcb_ext.h +++ b/sys/pc98/include/pcb_ext.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/pcb_ext.h,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <i386/pcb_ext.h> diff --git a/sys/pc98/include/pci_cfgreg.h b/sys/pc98/include/pci_cfgreg.h index dc9207deb23a9..4d287371df039 100644 --- a/sys/pc98/include/pci_cfgreg.h +++ b/sys/pc98/include/pci_cfgreg.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/pc98/include/pci_cfgreg.h,v 1.2.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _PC98_INCLUDE_PCI_CFGREG_H_ diff --git a/sys/pc98/include/pcpu.h b/sys/pc98/include/pcpu.h index 9edf432c2d496..5f916a145715a 100644 --- a/sys/pc98/include/pcpu.h +++ b/sys/pc98/include/pcpu.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/pcpu.h,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <i386/pcpu.h> diff --git a/sys/pc98/include/perfmon.h b/sys/pc98/include/perfmon.h index c4e13f5189a43..2dfbba8fc2ddb 100644 --- a/sys/pc98/include/perfmon.h +++ b/sys/pc98/include/perfmon.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/perfmon.h,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <i386/perfmon.h> diff --git a/sys/pc98/include/pmap.h b/sys/pc98/include/pmap.h index f17c14e4c4764..3b5947727506a 100644 --- a/sys/pc98/include/pmap.h +++ b/sys/pc98/include/pmap.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/pmap.h,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <i386/pmap.h> diff --git a/sys/pc98/include/pmc_mdep.h b/sys/pc98/include/pmc_mdep.h index 5ad152e6ee98e..3aaa9581fb334 100644 --- a/sys/pc98/include/pmc_mdep.h +++ b/sys/pc98/include/pmc_mdep.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/pmc_mdep.h,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <i386/pmc_mdep.h> diff --git a/sys/pc98/include/ppireg.h b/sys/pc98/include/ppireg.h index e2f914655741d..246349a80b3c0 100644 --- a/sys/pc98/include/ppireg.h +++ b/sys/pc98/include/ppireg.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/pc98/include/ppireg.h,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _MACHINE_PPIREG_H_ diff --git a/sys/pc98/include/privatespace.h b/sys/pc98/include/privatespace.h index 5db57c3230e9f..f605c90bae680 100644 --- a/sys/pc98/include/privatespace.h +++ b/sys/pc98/include/privatespace.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/privatespace.h,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <i386/privatespace.h> diff --git a/sys/pc98/include/proc.h b/sys/pc98/include/proc.h index 77c2355a7500c..312e8438a9a5e 100644 --- a/sys/pc98/include/proc.h +++ b/sys/pc98/include/proc.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/proc.h,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <i386/proc.h> diff --git a/sys/pc98/include/profile.h b/sys/pc98/include/profile.h index 791bffbf73f5e..0278c8d389d2f 100644 --- a/sys/pc98/include/profile.h +++ b/sys/pc98/include/profile.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/profile.h,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <i386/profile.h> diff --git a/sys/pc98/include/psl.h b/sys/pc98/include/psl.h index db40cf0efb4c3..2bf67a282d49c 100644 --- a/sys/pc98/include/psl.h +++ b/sys/pc98/include/psl.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/psl.h,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <i386/psl.h> diff --git a/sys/pc98/include/ptrace.h b/sys/pc98/include/ptrace.h index 9253dc353119b..0c663d4810982 100644 --- a/sys/pc98/include/ptrace.h +++ b/sys/pc98/include/ptrace.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/ptrace.h,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <i386/ptrace.h> diff --git a/sys/pc98/include/reg.h b/sys/pc98/include/reg.h index c7f2a43708cca..ccf2767a88829 100644 --- a/sys/pc98/include/reg.h +++ b/sys/pc98/include/reg.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/reg.h,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <i386/reg.h> diff --git a/sys/pc98/include/reloc.h b/sys/pc98/include/reloc.h index 3666ec1068175..a703ce9e45673 100644 --- a/sys/pc98/include/reloc.h +++ b/sys/pc98/include/reloc.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/reloc.h,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <i386/reloc.h> diff --git a/sys/pc98/include/resource.h b/sys/pc98/include/resource.h index 43349bfa2a8fe..5f2eb44fc41db 100644 --- a/sys/pc98/include/resource.h +++ b/sys/pc98/include/resource.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/resource.h,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <i386/resource.h> diff --git a/sys/pc98/include/runq.h b/sys/pc98/include/runq.h index f6b60cf932cd3..dae94b55ea950 100644 --- a/sys/pc98/include/runq.h +++ b/sys/pc98/include/runq.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/runq.h,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <i386/runq.h> diff --git a/sys/pc98/include/segments.h b/sys/pc98/include/segments.h index 062c3df6d18dd..cc1425fa4416c 100644 --- a/sys/pc98/include/segments.h +++ b/sys/pc98/include/segments.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/segments.h,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <i386/segments.h> diff --git a/sys/pc98/include/setjmp.h b/sys/pc98/include/setjmp.h index 9d8a3a99dd18e..18d6dd20dee68 100644 --- a/sys/pc98/include/setjmp.h +++ b/sys/pc98/include/setjmp.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/setjmp.h,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <i386/setjmp.h> diff --git a/sys/pc98/include/sf_buf.h b/sys/pc98/include/sf_buf.h index ee9d94623c834..cb8be9939812e 100644 --- a/sys/pc98/include/sf_buf.h +++ b/sys/pc98/include/sf_buf.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/sf_buf.h,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <i386/sf_buf.h> diff --git a/sys/pc98/include/sigframe.h b/sys/pc98/include/sigframe.h index 6d7a9c5c9c96a..261a8bc630594 100644 --- a/sys/pc98/include/sigframe.h +++ b/sys/pc98/include/sigframe.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/sigframe.h,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <i386/sigframe.h> diff --git a/sys/pc98/include/signal.h b/sys/pc98/include/signal.h index 0c5f6dd9a62c5..6229d83bf1d78 100644 --- a/sys/pc98/include/signal.h +++ b/sys/pc98/include/signal.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/signal.h,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <i386/signal.h> diff --git a/sys/pc98/include/smapi.h b/sys/pc98/include/smapi.h index 0d83e8467aa59..6218e87d111fc 100644 --- a/sys/pc98/include/smapi.h +++ b/sys/pc98/include/smapi.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/smapi.h,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <i386/smapi.h> diff --git a/sys/pc98/include/smp.h b/sys/pc98/include/smp.h index 28d98e8d44a4f..a469d372598c6 100644 --- a/sys/pc98/include/smp.h +++ b/sys/pc98/include/smp.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/smp.h,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <i386/smp.h> diff --git a/sys/pc98/include/speaker.h b/sys/pc98/include/speaker.h index 31eb9b6e98c36..2d0791d71529d 100644 --- a/sys/pc98/include/speaker.h +++ b/sys/pc98/include/speaker.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/speaker.h,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <i386/speaker.h> diff --git a/sys/pc98/include/specialreg.h b/sys/pc98/include/specialreg.h index 1e87205b2e8d4..051182f0809dc 100644 --- a/sys/pc98/include/specialreg.h +++ b/sys/pc98/include/specialreg.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/specialreg.h,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <i386/specialreg.h> diff --git a/sys/pc98/include/stack.h b/sys/pc98/include/stack.h index 2f854615f31c5..74bab03d86027 100644 --- a/sys/pc98/include/stack.h +++ b/sys/pc98/include/stack.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/stack.h,v 1.1.2.1.8.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <i386/stack.h> diff --git a/sys/pc98/include/stdarg.h b/sys/pc98/include/stdarg.h index bba2f9ff6ad14..e2b16853a53c6 100644 --- a/sys/pc98/include/stdarg.h +++ b/sys/pc98/include/stdarg.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/stdarg.h,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <i386/stdarg.h> diff --git a/sys/pc98/include/sysarch.h b/sys/pc98/include/sysarch.h index 42fae76486842..233ffd7478ee0 100644 --- a/sys/pc98/include/sysarch.h +++ b/sys/pc98/include/sysarch.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/sysarch.h,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <i386/sysarch.h> diff --git a/sys/pc98/include/timerreg.h b/sys/pc98/include/timerreg.h index 59c223c5d3dc1..72fb88579c6b5 100644 --- a/sys/pc98/include/timerreg.h +++ b/sys/pc98/include/timerreg.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/pc98/include/timerreg.h,v 1.2.24.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/sys/pc98/include/trap.h b/sys/pc98/include/trap.h index 9c147ae1327e3..21c7199695fb5 100644 --- a/sys/pc98/include/trap.h +++ b/sys/pc98/include/trap.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/trap.h,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <i386/trap.h> diff --git a/sys/pc98/include/tss.h b/sys/pc98/include/tss.h index e97ed51e8de21..11b189d865e1b 100644 --- a/sys/pc98/include/tss.h +++ b/sys/pc98/include/tss.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/tss.h,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <i386/tss.h> diff --git a/sys/pc98/include/ucontext.h b/sys/pc98/include/ucontext.h index 83422140243c4..b589dd7fbfa36 100644 --- a/sys/pc98/include/ucontext.h +++ b/sys/pc98/include/ucontext.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/ucontext.h,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <i386/ucontext.h> diff --git a/sys/pc98/include/varargs.h b/sys/pc98/include/varargs.h index 21f5ce3c1c989..806082c93da61 100644 --- a/sys/pc98/include/varargs.h +++ b/sys/pc98/include/varargs.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/varargs.h,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <i386/varargs.h> diff --git a/sys/pc98/include/vm.h b/sys/pc98/include/vm.h index 42451238104e9..13085c07bdfb0 100644 --- a/sys/pc98/include/vm.h +++ b/sys/pc98/include/vm.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/vm.h,v 1.1.4.2.4.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <i386/vm.h> diff --git a/sys/pc98/include/vm86.h b/sys/pc98/include/vm86.h index 5dfa21858fc08..31ef3460387e7 100644 --- a/sys/pc98/include/vm86.h +++ b/sys/pc98/include/vm86.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/vm86.h,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <i386/vm86.h> diff --git a/sys/pc98/include/vmparam.h b/sys/pc98/include/vmparam.h index 2004749c42c40..4012feb8785be 100644 --- a/sys/pc98/include/vmparam.h +++ b/sys/pc98/include/vmparam.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/vmparam.h,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <i386/vmparam.h> diff --git a/sys/pc98/linux/linux.h b/sys/pc98/linux/linux.h index d330a96f7c95f..9e522376f9d9c 100644 --- a/sys/pc98/linux/linux.h +++ b/sys/pc98/linux/linux.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/linux/linux.h,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <i386/linux/linux.h> diff --git a/sys/pc98/linux/linux_ipc64.h b/sys/pc98/linux/linux_ipc64.h index 4fcdb641693f1..b6184cbbb5e1f 100644 --- a/sys/pc98/linux/linux_ipc64.h +++ b/sys/pc98/linux/linux_ipc64.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/linux/linux_ipc64.h,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <i386/linux/linux_ipc64.h> diff --git a/sys/pc98/linux/linux_proto.h b/sys/pc98/linux/linux_proto.h index f5ccdd18f5678..4caa90d060fc2 100644 --- a/sys/pc98/linux/linux_proto.h +++ b/sys/pc98/linux/linux_proto.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/linux/linux_proto.h,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <i386/linux/linux_proto.h> diff --git a/sys/pc98/pc98/busio.s b/sys/pc98/pc98/busio.s index 915dcae21bf0e..da4e973b644a1 100644 --- a/sys/pc98/pc98/busio.s +++ b/sys/pc98/pc98/busio.s @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/pc98/busio.s,v 1.4.26.1 2010/12/21 17:10:29 kensmith Exp $ */ /* $NecBSD: busio.s,v 1.16.4.1 1999/08/16 09:06:08 kmatsuda Exp $ */ /* $NetBSD$ */ diff --git a/sys/pc98/pc98/busiosubr.c b/sys/pc98/pc98/busiosubr.c index 8776d3fe6fd47..daa68556cbff9 100644 --- a/sys/pc98/pc98/busiosubr.c +++ b/sys/pc98/pc98/busiosubr.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/pc98/busiosubr.c,v 1.5.24.1 2010/12/21 17:10:29 kensmith Exp $ */ /* $NecBSD: busiosubr.c,v 1.30.4.4 1999/08/28 02:25:35 honda Exp $ */ /* $NetBSD$ */ diff --git a/sys/pc98/pc98/canbepm.c b/sys/pc98/pc98/canbepm.c index 5c347a07e187f..adc83257a525c 100644 --- a/sys/pc98/pc98/canbepm.c +++ b/sys/pc98/pc98/canbepm.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/pc98/pc98/canbepm.c,v 1.3.40.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/param.h> diff --git a/sys/pc98/pc98/canbus.c b/sys/pc98/pc98/canbus.c index ceb2d71fb6020..85acbe56415de 100644 --- a/sys/pc98/pc98/canbus.c +++ b/sys/pc98/pc98/canbus.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/pc98/pc98/canbus.c,v 1.6.2.1.2.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/param.h> diff --git a/sys/pc98/pc98/canbus.h b/sys/pc98/pc98/canbus.h index b63cc765cd6f1..8d7edc58471f6 100644 --- a/sys/pc98/pc98/canbus.h +++ b/sys/pc98/pc98/canbus.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/pc98/pc98/canbus.h,v 1.3.40.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _PC98_PC98_CANBUS_H_ diff --git a/sys/pc98/pc98/canbus_if.m b/sys/pc98/pc98/canbus_if.m index 42d2cd52929c8..bc6a0ad721c49 100644 --- a/sys/pc98/pc98/canbus_if.m +++ b/sys/pc98/pc98/canbus_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/pc98/pc98/canbus_if.m,v 1.3.26.1 2010/12/21 17:10:29 kensmith Exp $ # #include <sys/bus.h> diff --git a/sys/pc98/pc98/canbusvars.h b/sys/pc98/pc98/canbusvars.h index fc2acc11a976c..88ad0c3d1740a 100644 --- a/sys/pc98/pc98/canbusvars.h +++ b/sys/pc98/pc98/canbusvars.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/pc98/pc98/canbusvars.h,v 1.3.40.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _PC98_PC98_CANBUSVARS_H_ diff --git a/sys/pc98/pc98/machdep.c b/sys/pc98/pc98/machdep.c index 7b45bb3fd10de..e1ddff1089264 100644 --- a/sys/pc98/pc98/machdep.c +++ b/sys/pc98/pc98/machdep.c @@ -38,7 +38,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/pc98/pc98/machdep.c,v 1.396.2.10.2.1 2010/12/21 17:10:29 kensmith Exp $"); #include "opt_atalk.h" #include "opt_compat.h" diff --git a/sys/pc98/pc98/pc98_machdep.c b/sys/pc98/pc98/pc98_machdep.c index 31bb756e14490..46fda2db8d5f3 100644 --- a/sys/pc98/pc98/pc98_machdep.c +++ b/sys/pc98/pc98/pc98_machdep.c @@ -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/pc98/pc98/pc98_machdep.c,v 1.28.2.1.8.1 2010/12/21 17:10:29 kensmith Exp $ */ #include "opt_pc98.h" diff --git a/sys/pc98/pc98/pc98_machdep.h b/sys/pc98/pc98/pc98_machdep.h index 6113f14b64048..763348c667059 100644 --- a/sys/pc98/pc98/pc98_machdep.h +++ b/sys/pc98/pc98/pc98_machdep.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/pc98/pc98/pc98_machdep.h,v 1.14.2.1.8.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef __PC98_PC98_PC98_MACHDEP_H__ |