diff options
| author | Ken Smith <kensmith@FreeBSD.org> | 2009-05-01 02:51:58 +0000 |
|---|---|---|
| committer | Ken Smith <kensmith@FreeBSD.org> | 2009-05-01 02:51:58 +0000 |
| commit | b205d83df7763ca1f099bce5ac12a05862a626c4 (patch) | |
| tree | f30d11bce592433d73cbb079c6db2d3428a52cf5 /sys/pc98 | |
| parent | 54055718ff5134ddd61afc4c5f01440022040a06 (diff) | |
Diffstat (limited to 'sys/pc98')
132 files changed, 130 insertions, 132 deletions
diff --git a/sys/pc98/apm/apm_bioscall.S b/sys/pc98/apm/apm_bioscall.S index fa42734a7cbf9..1880e69e86b16 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.24.1 2009/04/15 03:14:26 kensmith Exp $ */ /* diff --git a/sys/pc98/cbus/30line.h b/sys/pc98/cbus/30line.h index c2e0f107a260b..15968b6fcf595 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.20.1 2009/04/15 03:14:26 kensmith Exp $ */ #ifndef __PC98_PC98_30LINE_H__ diff --git a/sys/pc98/cbus/cbus.h b/sys/pc98/cbus/cbus.h index 4c48305c01d56..4f98ef0a14652 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.8.1 2009/04/15 03:14:26 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..5d2f9a4fe7614 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.20.1 2009/04/15 03:14:26 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..d9c3798a99f83 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.20.1 2009/04/15 03:14:26 kensmith Exp $ */ #ifndef _PC98_CBUS_CBUS_DMAREG_H_ diff --git a/sys/pc98/cbus/clock.c b/sys/pc98/cbus/clock.c index 037ef402ca795..b408660eced6e 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.8.1 2009/04/15 03:14:26 kensmith Exp $"); /* * Routines to handle clock hardware. diff --git a/sys/pc98/cbus/fdc.c b/sys/pc98/cbus/fdc.c index 8373f45163c50..e8a3799bdfe96 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.8.1 2009/04/15 03:14:26 kensmith Exp $ */ #include "opt_fdc.h" diff --git a/sys/pc98/cbus/fdc_cbus.c b/sys/pc98/cbus/fdc_cbus.c index 098ee5daefe2e..1f471bed9b635 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.20.1 2009/04/15 03:14:26 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..5e657b59cd7c3 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.26.1 2009/04/15 03:14:26 kensmith Exp $ */ /* diff --git a/sys/pc98/cbus/fdcvar.h b/sys/pc98/cbus/fdcvar.h index 4ae53d95ac597..23a385120327f 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.26.1 2009/04/15 03:14:26 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..f4acff7041751 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.8.1 2009/04/15 03:14:26 kensmith Exp $ */ #include "opt_gdc.h" diff --git a/sys/pc98/cbus/nmi.c b/sys/pc98/cbus/nmi.c index 16612aa25b446..e2611910d5617 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.8.1 2009/04/15 03:14:26 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..b03912d8b2340 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.8.1 2009/04/15 03:14:26 kensmith Exp $ */ /* diff --git a/sys/pc98/cbus/olptreg.h b/sys/pc98/cbus/olptreg.h index 80bc704f006c5..75b21d4886461 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.20.1 2009/04/15 03:14:26 kensmith Exp $ */ /* diff --git a/sys/pc98/cbus/pckbd.c b/sys/pc98/cbus/pckbd.c index 0b3d1d7bd04f9..402b2d7b1aca0 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.8.1 2009/04/15 03:14:26 kensmith Exp $ */ #include "opt_compat.h" diff --git a/sys/pc98/cbus/pckbdtables.h b/sys/pc98/cbus/pckbdtables.h index 5386f52174eb0..6c34a998c96ae 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.20.1 2009/04/15 03:14:26 kensmith Exp $ */ #ifndef KBD_DFLT_KEYMAP diff --git a/sys/pc98/cbus/pmc.c b/sys/pc98/cbus/pmc.c index 13eade08322b3..5e96009b0a19d 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.26.1 2009/04/15 03:14:26 kensmith Exp $ */ #include <sys/param.h> diff --git a/sys/pc98/cbus/sc_machdep.h b/sys/pc98/cbus/sc_machdep.h index ea7b3ba7069a3..01320f0d5234f 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.32.1 2009/04/15 03:14:26 kensmith Exp $ */ #ifndef _PC98_PC98_SC_MACHDEP_H_ diff --git a/sys/pc98/cbus/scgdcrndr.c b/sys/pc98/cbus/scgdcrndr.c index f8ea8d137c054..8a0f04e70a311 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.20.1 2009/04/15 03:14:26 kensmith Exp $ */ #include "opt_syscons.h" diff --git a/sys/pc98/cbus/scterm-sck.c b/sys/pc98/cbus/scterm-sck.c index 9b45490ad1714..90c932cdf34bc 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.8.1 2009/04/15 03:14:26 kensmith Exp $ */ #include "opt_syscons.h" diff --git a/sys/pc98/cbus/scvtb.c b/sys/pc98/cbus/scvtb.c index 2d0ea3f032841..2012c106710a0 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.30.1 2009/04/15 03:14:26 kensmith Exp $ */ #include "opt_syscons.h" diff --git a/sys/pc98/cbus/sio.c b/sys/pc98/cbus/sio.c index e1fff1e97bb18..d2478ade22691 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.4.1 2009/04/15 03:14:26 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..aca2f74a97cd9 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.20.1 2009/04/15 03:14:26 kensmith Exp $ */ #include <sys/param.h> diff --git a/sys/pc98/cbus/syscons_cbus.c b/sys/pc98/cbus/syscons_cbus.c index d7c7ca3abec95..fa4c6ef8d184a 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.2.1 2009/04/15 03:14:26 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..30b3bb2a396a8 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.8.1 2009/04/15 03:14:26 kensmith Exp $ machine pc98 i386 options PC98 diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC index eba504b043e03..85c727636af97 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.6.2.1 2009/04/15 03:14:26 kensmith Exp $ cpu I486_CPU cpu I586_CPU diff --git a/sys/pc98/conf/GENERIC.hints b/sys/pc98/conf/GENERIC.hints index a64a0067dab31..d45b453cbda69 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.8.1 2009/04/15 03:14:26 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..c3080140c88c1 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.8.1 2009/04/15 03:14:26 kensmith Exp $ include GENERIC ident MAC diff --git a/sys/pc98/conf/Makefile b/sys/pc98/conf/Makefile index 2c006e9c2c80d..b75ad9764fb50 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.32.1 2009/04/15 03:14:26 kensmith Exp $ .include "${.CURDIR}/../../conf/makeLINT.mk" diff --git a/sys/pc98/conf/NOTES b/sys/pc98/conf/NOTES index 2f7506fcb0261..739e3a3e09918 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.1.2.1 2009/04/15 03:14:26 kensmith Exp $ # # diff --git a/sys/pc98/include/_bus.h b/sys/pc98/include/_bus.h index 8070792dffc9b..bb33834ca6c0b 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.20.1 2009/04/15 03:14:26 kensmith Exp $ */ #ifndef PC98_INCLUDE__BUS_H diff --git a/sys/pc98/include/_inttypes.h b/sys/pc98/include/_inttypes.h index 327018581cd3c..b26b3e95977e7 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.20.1 2009/04/15 03:14:26 kensmith Exp $ */ #include <i386/_inttypes.h> diff --git a/sys/pc98/include/_limits.h b/sys/pc98/include/_limits.h index 21e2fb6f73d34..5b6c5e27a116c 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.20.1 2009/04/15 03:14:26 kensmith Exp $ */ #include <i386/_limits.h> diff --git a/sys/pc98/include/_stdint.h b/sys/pc98/include/_stdint.h index bb4242a75b9ca..35dc2b22d9bfd 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.20.1 2009/04/15 03:14:26 kensmith Exp $ */ #include <i386/_stdint.h> diff --git a/sys/pc98/include/_types.h b/sys/pc98/include/_types.h index 63da67a982a2b..3c38102907c14 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.8.1 2009/04/15 03:14:26 kensmith Exp $ */ #include <i386/_types.h> diff --git a/sys/pc98/include/apicreg.h b/sys/pc98/include/apicreg.h index a9766d5bfd6a5..b0734c54f55a4 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.20.1 2009/04/15 03:14:26 kensmith Exp $ */ #include <i386/apicreg.h> diff --git a/sys/pc98/include/apicvar.h b/sys/pc98/include/apicvar.h index 4f52d82009437..59c5b053d22cf 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.20.1 2009/04/15 03:14:26 kensmith Exp $ */ #include <i386/apicvar.h> diff --git a/sys/pc98/include/apm_bios.h b/sys/pc98/include/apm_bios.h index 261ae3726d913..2d7f07ecfdae5 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.20.1 2009/04/15 03:14:26 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..7bdf2a717861b 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.20.1 2009/04/15 03:14:26 kensmith Exp $ */ #include <i386/apm_segments.h> diff --git a/sys/pc98/include/asm.h b/sys/pc98/include/asm.h index aa141634f7de7..d07729fa6bdab 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.20.1 2009/04/15 03:14:26 kensmith Exp $ */ #include <i386/asm.h> diff --git a/sys/pc98/include/asmacros.h b/sys/pc98/include/asmacros.h index 98f3839356bf0..7f25de06b465c 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.20.1 2009/04/15 03:14:26 kensmith Exp $ */ #include <i386/asmacros.h> diff --git a/sys/pc98/include/atomic.h b/sys/pc98/include/atomic.h index e6550e4bc6ec1..31ae4539387ed 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.20.1 2009/04/15 03:14:26 kensmith Exp $ */ #include <i386/atomic.h> diff --git a/sys/pc98/include/bootinfo.h b/sys/pc98/include/bootinfo.h index c627e432227a1..cf458bd0ac3da 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.20.1 2009/04/15 03:14:26 kensmith Exp $ */ #include <i386/bootinfo.h> diff --git a/sys/pc98/include/bus.h b/sys/pc98/include/bus.h index bb10690e37024..fb071422e0f3f 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.8.1 2009/04/15 03:14:26 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..9d032faba1e34 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.20.1 2009/04/15 03:14:26 kensmith Exp $ */ #include <i386/bus_dma.h> diff --git a/sys/pc98/include/clock.h b/sys/pc98/include/clock.h index a2a654ad52d5c..e65a567c0bb88 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.20.1 2009/04/15 03:14:26 kensmith Exp $ */ #ifndef _PC98_INCLUDE_CLOCK_H_ diff --git a/sys/pc98/include/cpu.h b/sys/pc98/include/cpu.h index 6da74edee9a66..fc98232084004 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.20.1 2009/04/15 03:14:26 kensmith Exp $ */ #include <i386/cpu.h> diff --git a/sys/pc98/include/cpufunc.h b/sys/pc98/include/cpufunc.h index deb0c39b38002..c633e3089c58d 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.20.1 2009/04/15 03:14:26 kensmith Exp $ */ #include <i386/cpufunc.h> diff --git a/sys/pc98/include/cputypes.h b/sys/pc98/include/cputypes.h index dbea880f70649..285803efb928e 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.20.1 2009/04/15 03:14:26 kensmith Exp $ */ #include <i386/cputypes.h> diff --git a/sys/pc98/include/cserial.h b/sys/pc98/include/cserial.h index c7fc610942999..72d33b611fb88 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.20.1 2009/04/15 03:14:26 kensmith Exp $ */ #include <i386/cserial.h> diff --git a/sys/pc98/include/db_machdep.h b/sys/pc98/include/db_machdep.h index a1b0c147664fb..83737c11c2fdc 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.20.1 2009/04/15 03:14:26 kensmith Exp $ */ #include <i386/db_machdep.h> diff --git a/sys/pc98/include/elf.h b/sys/pc98/include/elf.h index 39937596f1691..14eaaad9246b5 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.20.1 2009/04/15 03:14:26 kensmith Exp $ */ #include <i386/elf.h> diff --git a/sys/pc98/include/endian.h b/sys/pc98/include/endian.h index 911c53e39ccd1..2e93e21e5df0e 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.20.1 2009/04/15 03:14:26 kensmith Exp $ */ #include <i386/endian.h> diff --git a/sys/pc98/include/exec.h b/sys/pc98/include/exec.h index e86bada4aaa08..204ddc89dad97 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.20.1 2009/04/15 03:14:26 kensmith Exp $ */ #include <i386/exec.h> diff --git a/sys/pc98/include/float.h b/sys/pc98/include/float.h index 28e3b02a5acc0..8fe651243f32e 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.20.1 2009/04/15 03:14:26 kensmith Exp $ */ #include <i386/float.h> diff --git a/sys/pc98/include/floatingpoint.h b/sys/pc98/include/floatingpoint.h index c61de43cd1ae6..48e518552b565 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.20.1 2009/04/15 03:14:26 kensmith Exp $ */ #include <i386/floatingpoint.h> diff --git a/sys/pc98/include/frame.h b/sys/pc98/include/frame.h index 89d90c053215b..f05befe64c7dc 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.20.1 2009/04/15 03:14:26 kensmith Exp $ */ #include <i386/frame.h> diff --git a/sys/pc98/include/gdb_machdep.h b/sys/pc98/include/gdb_machdep.h index dcb25bb3faffe..da517ed526c37 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.20.1 2009/04/15 03:14:26 kensmith Exp $ */ #include <i386/gdb_machdep.h> diff --git a/sys/pc98/include/ieeefp.h b/sys/pc98/include/ieeefp.h index 67f0c099406ec..bdb7a078e0323 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.20.1 2009/04/15 03:14:26 kensmith Exp $ */ #include <i386/ieeefp.h> diff --git a/sys/pc98/include/in_cksum.h b/sys/pc98/include/in_cksum.h index e7227d4479df2..cf93174629055 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.20.1 2009/04/15 03:14:26 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..f8a48ed8104cc 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.20.1 2009/04/15 03:14:26 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..fa06e84da4d55 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.20.1 2009/04/15 03:14:26 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..0616d30e111c9 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.20.1 2009/04/15 03:14:26 kensmith Exp $ */ #include <i386/ioctl_meteor.h> diff --git a/sys/pc98/include/iodev.h b/sys/pc98/include/iodev.h index 683ea7929264c..978df65a95214 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.20.1 2009/04/15 03:14:26 kensmith Exp $ */ #include <i386/iodev.h> diff --git a/sys/pc98/include/kdb.h b/sys/pc98/include/kdb.h index 9d412d45d2614..bc998d3b8cd6d 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.20.1 2009/04/15 03:14:26 kensmith Exp $ */ #include <i386/kdb.h> diff --git a/sys/pc98/include/legacyvar.h b/sys/pc98/include/legacyvar.h index 0e521280241c9..083534d8f6e2d 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.20.1 2009/04/15 03:14:26 kensmith Exp $ */ #include <i386/legacyvar.h> diff --git a/sys/pc98/include/limits.h b/sys/pc98/include/limits.h index b51a993d79332..9c4c35bff084c 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.20.1 2009/04/15 03:14:26 kensmith Exp $ */ #include <i386/limits.h> diff --git a/sys/pc98/include/md_var.h b/sys/pc98/include/md_var.h index 7ca6f3cc8cf1a..a6ed1e76f9e42 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.8.1 2009/04/15 03:14:26 kensmith Exp $ */ #ifndef _PC98_INCLUDE_MD_VAR_H_ diff --git a/sys/pc98/include/memdev.h b/sys/pc98/include/memdev.h index 46e2301617122..eb309b6282882 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.20.1 2009/04/15 03:14:26 kensmith Exp $ */ #include <i386/memdev.h> diff --git a/sys/pc98/include/metadata.h b/sys/pc98/include/metadata.h index 1d783ec905914..6f21fd28de965 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.20.1 2009/04/15 03:14:26 kensmith Exp $ */ #include <i386/metadata.h> diff --git a/sys/pc98/include/minidump.h b/sys/pc98/include/minidump.h index 55c9b3176e1af..54b559b770608 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.10.1 2009/04/15 03:14:26 kensmith Exp $ */ #include <i386/minidump.h> diff --git a/sys/pc98/include/mp_watchdog.h b/sys/pc98/include/mp_watchdog.h index f0b91c00c4add..2c5ad33827a59 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.20.1 2009/04/15 03:14:26 kensmith Exp $ */ #include <i386/mp_watchdog.h> diff --git a/sys/pc98/include/mptable.h b/sys/pc98/include/mptable.h index 2f6fb2d4aa65e..7ee2c5357fbb1 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.20.1 2009/04/15 03:14:26 kensmith Exp $ */ #include <i386/mptable.h> diff --git a/sys/pc98/include/mutex.h b/sys/pc98/include/mutex.h index a79c8f700e6fe..554e1e0f99f29 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.20.1 2009/04/15 03:14:26 kensmith Exp $ */ #include <i386/mutex.h> diff --git a/sys/pc98/include/npx.h b/sys/pc98/include/npx.h index c1c0712a26aa1..ab381c65d5912 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.20.1 2009/04/15 03:14:26 kensmith Exp $ */ #ifndef _PC98_INCLUDE_NPX_H_ diff --git a/sys/pc98/include/param.h b/sys/pc98/include/param.h index 2e44cf22cc5b0..3cf29f72fc7b2 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.8.1 2009/04/15 03:14:26 kensmith Exp $ */ #define MACHINE "pc98" diff --git a/sys/pc98/include/pc/bios.h b/sys/pc98/include/pc/bios.h index d804fdec3618b..efdb9dcf68a14 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.20.1 2009/04/15 03:14:26 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..b5e66fdf1a2f9 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.20.1 2009/04/15 03:14:26 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..985611ffbaa1b 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.20.1 2009/04/15 03:14:26 kensmith Exp $ */ #include <i386/pc/vesa.h> diff --git a/sys/pc98/include/pcaudioio.h b/sys/pc98/include/pcaudioio.h index 1e9eee52265f1..d499c4036548c 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.20.1 2009/04/15 03:14:26 kensmith Exp $ */ #include <i386/pcaudioio.h> diff --git a/sys/pc98/include/pcb.h b/sys/pc98/include/pcb.h index 20b7d1843664e..32d7c5aa9b91d 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.20.1 2009/04/15 03:14:26 kensmith Exp $ */ #include <i386/pcb.h> diff --git a/sys/pc98/include/pcb_ext.h b/sys/pc98/include/pcb_ext.h index 81f25f63ebfd1..0f5560a5c92ef 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.20.1 2009/04/15 03:14:26 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..eff51d1495a33 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.20.1 2009/04/15 03:14:26 kensmith Exp $ */ #ifndef _PC98_INCLUDE_PCI_CFGREG_H_ diff --git a/sys/pc98/include/pcpu.h b/sys/pc98/include/pcpu.h index 9edf432c2d496..443567fc22afd 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.20.1 2009/04/15 03:14:26 kensmith Exp $ */ #include <i386/pcpu.h> diff --git a/sys/pc98/include/pecoff_machdep.h b/sys/pc98/include/pecoff_machdep.h index b9e6d29ab4b5a..dd10cf26f68e5 100644 --- a/sys/pc98/include/pecoff_machdep.h +++ b/sys/pc98/include/pecoff_machdep.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/pecoff_machdep.h,v 1.1.20.1 2009/04/15 03:14:26 kensmith Exp $ */ #include <i386/pecoff_machdep.h> diff --git a/sys/pc98/include/perfmon.h b/sys/pc98/include/perfmon.h index c4e13f5189a43..dd4b368f78dc6 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.20.1 2009/04/15 03:14:26 kensmith Exp $ */ #include <i386/perfmon.h> diff --git a/sys/pc98/include/pmap.h b/sys/pc98/include/pmap.h index f17c14e4c4764..5aae240d075c6 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.20.1 2009/04/15 03:14:26 kensmith Exp $ */ #include <i386/pmap.h> diff --git a/sys/pc98/include/pmc_mdep.h b/sys/pc98/include/pmc_mdep.h index 5ad152e6ee98e..5f9add39a2807 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.20.1 2009/04/15 03:14:26 kensmith Exp $ */ #include <i386/pmc_mdep.h> diff --git a/sys/pc98/include/ppireg.h b/sys/pc98/include/ppireg.h index e2f914655741d..21e889b176a80 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.20.1 2009/04/15 03:14:26 kensmith Exp $ */ #ifndef _MACHINE_PPIREG_H_ diff --git a/sys/pc98/include/privatespace.h b/sys/pc98/include/privatespace.h index 5db57c3230e9f..6b2999baa2a4a 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.20.1 2009/04/15 03:14:26 kensmith Exp $ */ #include <i386/privatespace.h> diff --git a/sys/pc98/include/proc.h b/sys/pc98/include/proc.h index 77c2355a7500c..00f8335fe3f4b 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.20.1 2009/04/15 03:14:26 kensmith Exp $ */ #include <i386/proc.h> diff --git a/sys/pc98/include/profile.h b/sys/pc98/include/profile.h index 791bffbf73f5e..30173beb719cd 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.20.1 2009/04/15 03:14:26 kensmith Exp $ */ #include <i386/profile.h> diff --git a/sys/pc98/include/psl.h b/sys/pc98/include/psl.h index db40cf0efb4c3..f78aa055b8586 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.20.1 2009/04/15 03:14:26 kensmith Exp $ */ #include <i386/psl.h> diff --git a/sys/pc98/include/ptrace.h b/sys/pc98/include/ptrace.h index 9253dc353119b..b07831c3cfe7e 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.20.1 2009/04/15 03:14:26 kensmith Exp $ */ #include <i386/ptrace.h> diff --git a/sys/pc98/include/reg.h b/sys/pc98/include/reg.h index c7f2a43708cca..d8aa65064f492 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.20.1 2009/04/15 03:14:26 kensmith Exp $ */ #include <i386/reg.h> diff --git a/sys/pc98/include/reloc.h b/sys/pc98/include/reloc.h index 3666ec1068175..cb956998f5a90 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.20.1 2009/04/15 03:14:26 kensmith Exp $ */ #include <i386/reloc.h> diff --git a/sys/pc98/include/resource.h b/sys/pc98/include/resource.h index 43349bfa2a8fe..c951211457b3b 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.20.1 2009/04/15 03:14:26 kensmith Exp $ */ #include <i386/resource.h> diff --git a/sys/pc98/include/runq.h b/sys/pc98/include/runq.h index f6b60cf932cd3..697615f9b5274 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.20.1 2009/04/15 03:14:26 kensmith Exp $ */ #include <i386/runq.h> diff --git a/sys/pc98/include/segments.h b/sys/pc98/include/segments.h index 062c3df6d18dd..8c28fad3c6848 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.20.1 2009/04/15 03:14:26 kensmith Exp $ */ #include <i386/segments.h> diff --git a/sys/pc98/include/setjmp.h b/sys/pc98/include/setjmp.h index 9d8a3a99dd18e..a4d390023d280 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.20.1 2009/04/15 03:14:26 kensmith Exp $ */ #include <i386/setjmp.h> diff --git a/sys/pc98/include/sf_buf.h b/sys/pc98/include/sf_buf.h index ee9d94623c834..31fbf8ec4ca0e 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.20.1 2009/04/15 03:14:26 kensmith Exp $ */ #include <i386/sf_buf.h> diff --git a/sys/pc98/include/sigframe.h b/sys/pc98/include/sigframe.h index 6d7a9c5c9c96a..3ec639c1a036c 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.20.1 2009/04/15 03:14:26 kensmith Exp $ */ #include <i386/sigframe.h> diff --git a/sys/pc98/include/signal.h b/sys/pc98/include/signal.h index 0c5f6dd9a62c5..3e73d03e38d8e 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.20.1 2009/04/15 03:14:26 kensmith Exp $ */ #include <i386/signal.h> diff --git a/sys/pc98/include/smapi.h b/sys/pc98/include/smapi.h index 0d83e8467aa59..752de35c52f78 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.20.1 2009/04/15 03:14:26 kensmith Exp $ */ #include <i386/smapi.h> diff --git a/sys/pc98/include/smp.h b/sys/pc98/include/smp.h index 28d98e8d44a4f..1bad8e90c432e 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.20.1 2009/04/15 03:14:26 kensmith Exp $ */ #include <i386/smp.h> diff --git a/sys/pc98/include/speaker.h b/sys/pc98/include/speaker.h index 31eb9b6e98c36..906e7bde62624 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.20.1 2009/04/15 03:14:26 kensmith Exp $ */ #include <i386/speaker.h> diff --git a/sys/pc98/include/specialreg.h b/sys/pc98/include/specialreg.h index 1e87205b2e8d4..f412d0e3fb62d 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.20.1 2009/04/15 03:14:26 kensmith Exp $ */ #include <i386/specialreg.h> diff --git a/sys/pc98/include/stack.h b/sys/pc98/include/stack.h index 2f854615f31c5..1abf7b66142f5 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.4.1 2009/04/15 03:14:26 kensmith Exp $ */ #include <i386/stack.h> diff --git a/sys/pc98/include/stdarg.h b/sys/pc98/include/stdarg.h index bba2f9ff6ad14..ac772f4dc1279 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.20.1 2009/04/15 03:14:26 kensmith Exp $ */ #include <i386/stdarg.h> diff --git a/sys/pc98/include/sysarch.h b/sys/pc98/include/sysarch.h index 42fae76486842..59272e1783035 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.20.1 2009/04/15 03:14:26 kensmith Exp $ */ #include <i386/sysarch.h> diff --git a/sys/pc98/include/timerreg.h b/sys/pc98/include/timerreg.h index 59c223c5d3dc1..e1eb379f1c628 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.20.1 2009/04/15 03:14:26 kensmith Exp $ */ /* diff --git a/sys/pc98/include/trap.h b/sys/pc98/include/trap.h index 9c147ae1327e3..dbaffeb6b3719 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.20.1 2009/04/15 03:14:26 kensmith Exp $ */ #include <i386/trap.h> diff --git a/sys/pc98/include/tss.h b/sys/pc98/include/tss.h index e97ed51e8de21..fd2d678179694 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.20.1 2009/04/15 03:14:26 kensmith Exp $ */ #include <i386/tss.h> diff --git a/sys/pc98/include/ucontext.h b/sys/pc98/include/ucontext.h index 83422140243c4..05f93dd336858 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.20.1 2009/04/15 03:14:26 kensmith Exp $ */ #include <i386/ucontext.h> diff --git a/sys/pc98/include/varargs.h b/sys/pc98/include/varargs.h index 21f5ce3c1c989..30c07a7880a29 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.20.1 2009/04/15 03:14:26 kensmith Exp $ */ #include <i386/varargs.h> diff --git a/sys/pc98/include/vm86.h b/sys/pc98/include/vm86.h index 5dfa21858fc08..ec4c2c62ae6f7 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.20.1 2009/04/15 03:14:26 kensmith Exp $ */ #include <i386/vm86.h> diff --git a/sys/pc98/include/vmparam.h b/sys/pc98/include/vmparam.h index 2004749c42c40..a7f5e97af78db 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.20.1 2009/04/15 03:14:26 kensmith Exp $ */ #include <i386/vmparam.h> diff --git a/sys/pc98/linux/linux.h b/sys/pc98/linux/linux.h index d330a96f7c95f..88de8e30dc9b0 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.20.1 2009/04/15 03:14:26 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..60b11d81fccab 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.20.1 2009/04/15 03:14:26 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..828238d9cd3b9 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.20.1 2009/04/15 03:14:26 kensmith Exp $ */ #include <i386/linux/linux_proto.h> diff --git a/sys/pc98/pc98/busio.s b/sys/pc98/pc98/busio.s index 915dcae21bf0e..452e5271318cc 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.20.1 2009/04/15 03:14:26 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..c7c223af3aa7d 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.20.1 2009/04/15 03:14:26 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..6a89787566600 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.34.1 2009/04/15 03:14:26 kensmith Exp $ */ #include <sys/param.h> diff --git a/sys/pc98/pc98/canbus.c b/sys/pc98/pc98/canbus.c index 522b4d0ba5ce3..ddda43381ad24 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.8.1 2009/04/15 03:14:26 kensmith Exp $ */ #include <sys/param.h> diff --git a/sys/pc98/pc98/canbus.h b/sys/pc98/pc98/canbus.h index b63cc765cd6f1..36f2b62d5d3ba 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.34.1 2009/04/15 03:14:26 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..e52c1f9704035 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.20.1 2009/04/15 03:14:26 kensmith Exp $ # #include <sys/bus.h> diff --git a/sys/pc98/pc98/canbusvars.h b/sys/pc98/pc98/canbusvars.h index fc2acc11a976c..645036c0fa7a8 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.34.1 2009/04/15 03:14:26 kensmith Exp $ */ #ifndef _PC98_PC98_CANBUSVARS_H_ diff --git a/sys/pc98/pc98/machdep.c b/sys/pc98/pc98/machdep.c index 4ba623f835dda..f44bf1059c9a6 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.7.2.1 2009/04/15 03:14:26 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..6f76e07952ab8 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.4.1 2009/04/15 03:14:26 kensmith Exp $ */ #include "opt_pc98.h" diff --git a/sys/pc98/pc98/pc98_machdep.h b/sys/pc98/pc98/pc98_machdep.h index 6113f14b64048..7d36b76910960 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.4.1 2009/04/15 03:14:26 kensmith Exp $ */ #ifndef __PC98_PC98_PC98_MACHDEP_H__ |
