diff options
Diffstat (limited to 'sys/i386')
250 files changed, 365 insertions, 248 deletions
diff --git a/sys/i386/Makefile b/sys/i386/Makefile index 4ad5a34556fb..25589c572a68 100644 --- a/sys/i386/Makefile +++ b/sys/i386/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 7.3 (Berkeley) 6/9/91 -# $Id$ +# Makefile,v 1.2 1993/10/16 19:15:20 rgrimes Exp # Makefile for i386 tags file diff --git a/sys/i386/apm/apm.c b/sys/i386/apm/apm.c index 1ba1472c4148..b49d43566e69 100644 --- a/sys/i386/apm/apm.c +++ b/sys/i386/apm/apm.c @@ -13,7 +13,7 @@ * * Sep, 1994 Implemented on FreeBSD 1.1.5.1R (Toshiba AVS001WD) * - * $Id: apm.c,v 1.11 1995/02/17 02:22:21 phk Exp $ + * apm.c,v 1.12 1995/05/30 07:58:06 rgrimes Exp */ #include "apm.h" diff --git a/sys/i386/apm/apm_init/Makefile b/sys/i386/apm/apm_init/Makefile index 3cc1f9d5e00a..2f06b39c6186 100644 --- a/sys/i386/apm/apm_init/Makefile +++ b/sys/i386/apm/apm_init/Makefile @@ -12,7 +12,7 @@ # # Sep., 1994 Implemented on FreeBSD 1.1.5.1R (Toshiba AVS001WD) # -# $Id: Makefile,v 1.3 1995/02/17 02:22:30 phk Exp $ +# Makefile,v 1.4 1995/05/30 07:58:11 rgrimes Exp # OBJS = apm_init.o real_prot.o table.o diff --git a/sys/i386/apm/apm_init/apm_init.S b/sys/i386/apm/apm_init/apm_init.S index 76becc44d202..9ecd25e985d2 100644 --- a/sys/i386/apm/apm_init/apm_init.S +++ b/sys/i386/apm/apm_init/apm_init.S @@ -12,7 +12,7 @@ * * Sep., 1994 Implemented on FreeBSD 1.1.5.1R (Toshiba AVS001WD) * - * $Id: apm_init.S,v 1.3 1994/10/01 21:29:49 phk Exp $ + * apm_init.S,v 1.4 1995/02/17 02:22:31 phk Exp */ /* diff --git a/sys/i386/apm/apm_init/bin2asm.c b/sys/i386/apm/apm_init/bin2asm.c index 09c98f450ff1..2102ffd5540f 100644 --- a/sys/i386/apm/apm_init/bin2asm.c +++ b/sys/i386/apm/apm_init/bin2asm.c @@ -12,7 +12,7 @@ * * Sep., 1994 Implemented on FreeBSD 1.1.5.1R (Toshiba AVS001WD) * - * $Id: bin2asm.c,v 1.3 1995/02/17 02:22:33 phk Exp $ + * bin2asm.c,v 1.4 1995/05/30 07:58:13 rgrimes Exp */ #include <stdio.h> diff --git a/sys/i386/apm/apm_init/real_prot.S b/sys/i386/apm/apm_init/real_prot.S index d61a394bb763..b56faf9ac5b2 100644 --- a/sys/i386/apm/apm_init/real_prot.S +++ b/sys/i386/apm/apm_init/real_prot.S @@ -24,7 +24,7 @@ * the rights to redistribute these changes. * * from: Mach, Revision 2.2 92/04/04 11:34:13 rpd - * $Id: asm.S,v 1.2 1993/10/16 19:11:27 rgrimes Exp $ + * real_prot.S,v 1.1 1994/10/01 02:55:51 davidg Exp */ diff --git a/sys/i386/apm/apm_init/real_prot.h b/sys/i386/apm/apm_init/real_prot.h index 93b3f28fd427..56c9e67d7506 100644 --- a/sys/i386/apm/apm_init/real_prot.h +++ b/sys/i386/apm/apm_init/real_prot.h @@ -24,7 +24,7 @@ * the rights to redistribute these changes. * * from: Mach, Revision 2.7 92/02/29 15:33:41 rpd - * $Id: real_prot.h,v 1.2 1995/02/17 02:22:33 phk Exp $ + * real_prot.h,v 1.3 1995/05/30 07:58:16 rgrimes Exp */ /* diff --git a/sys/i386/apm/apm_init/rmaouthdr b/sys/i386/apm/apm_init/rmaouthdr index 47838b069352..615a829160ee 100644 --- a/sys/i386/apm/apm_init/rmaouthdr +++ b/sys/i386/apm/apm_init/rmaouthdr @@ -1,6 +1,6 @@ #!/bin/csh -f # # from: Mach, Revision 2.2 92/04/04 11:36:01 rpd -# $Id: rmaouthdr,v 1.3 1993/10/16 19:11:37 rgrimes Exp $ +# rmaouthdr,v 1.1 1994/10/01 02:55:53 davidg Exp # dd if=$1 of=$2 ibs=32 skip=1 obs=1024b diff --git a/sys/i386/apm/apm_init/table.c b/sys/i386/apm/apm_init/table.c index b50d60fe803a..519fb005c8d2 100644 --- a/sys/i386/apm/apm_init/table.c +++ b/sys/i386/apm/apm_init/table.c @@ -12,7 +12,7 @@ * * Sep., 1994 Implemented on FreeBSD 1.1.5.1R (Toshiba AVS001WD) * - * $Id: table.c,v 1.3 1995/02/17 02:22:34 phk Exp $ + * table.c,v 1.4 1995/05/30 07:58:18 rgrimes Exp */ #include <apm_bios.h> diff --git a/sys/i386/apm/apm_setup.h b/sys/i386/apm/apm_setup.h index f5e67efec461..f819e3e461e1 100644 --- a/sys/i386/apm/apm_setup.h +++ b/sys/i386/apm/apm_setup.h @@ -12,7 +12,7 @@ * * Sep., 1994 Implemented on FreeBSD 1.1.5.1R (Toshiba AVS001WD) * - * $Id: apm_setup.h,v 1.3 1995/02/17 02:22:22 phk Exp $ + * apm_setup.h,v 1.4 1995/05/30 07:58:08 rgrimes Exp */ extern u_long apm_version; diff --git a/sys/i386/apm/apm_setup.s b/sys/i386/apm/apm_setup.s index b3ae77d26a56..d6608b39fbbc 100644 --- a/sys/i386/apm/apm_setup.s +++ b/sys/i386/apm/apm_setup.s @@ -12,7 +12,7 @@ * * Sep., 1994 Implemented on FreeBSD 1.1.5.1R (Toshiba AVS001WD) * - * $Id: apm_setup.s,v 1.4 1994/10/10 01:14:03 phk Exp $ + * apm_setup.s,v 1.5 1995/02/17 02:22:23 phk Exp */ #include "apm.h" diff --git a/sys/i386/boot/Makefile b/sys/i386/boot/Makefile index c151bf2804a2..1b4a3db28453 100644 --- a/sys/i386/boot/Makefile +++ b/sys/i386/boot/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.24 1995/03/28 19:22:34 phk Exp $ +# Makefile,v 1.25 1995/04/15 08:24:33 phk Exp SUBDIR= biosboot netboot dosboot kzipboot diff --git a/sys/i386/boot/biosboot/Makefile b/sys/i386/boot/biosboot/Makefile index 7dfcf5420a70..3d2b438295d6 100644 --- a/sys/i386/boot/biosboot/Makefile +++ b/sys/i386/boot/biosboot/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.29 1995/04/20 18:36:13 phk Exp $ +# Makefile,v 1.30 1995/04/20 23:15:03 joerg Exp # PROG= boot diff --git a/sys/i386/boot/biosboot/README.386BSD b/sys/i386/boot/biosboot/README.386BSD index e8e7d028747f..df423d55a537 100644 --- a/sys/i386/boot/biosboot/README.386BSD +++ b/sys/i386/boot/biosboot/README.386BSD @@ -149,4 +149,4 @@ Before you do this ensure you have a booting floppy with correct disktab and bootblock files on it so that if it doesn't work, you can re-disklabel from the floppy. -$Id: README.386BSD,v 1.2 1993/10/16 19:11:25 rgrimes Exp $ +README.386BSD,v 1.3 1995/02/16 12:02:08 jkh Exp diff --git a/sys/i386/boot/biosboot/README.MACH b/sys/i386/boot/biosboot/README.MACH index cb6232936e28..2ae336914043 100644 --- a/sys/i386/boot/biosboot/README.MACH +++ b/sys/i386/boot/biosboot/README.MACH @@ -24,7 +24,7 @@ * the rights to redistribute these changes. * * from: Mach, Revision 2.2 92/04/04 11:33:55 rpd - * $Id$ + * README.MACH,v 1.3 1993/10/16 19:11:26 rgrimes Exp */ ********NOTE: This is not all relevant to the 386BSD version********** diff --git a/sys/i386/boot/biosboot/README.serial b/sys/i386/boot/biosboot/README.serial index d2a24afda35d..d6845ee74596 100644 --- a/sys/i386/boot/biosboot/README.serial +++ b/sys/i386/boot/biosboot/README.serial @@ -152,4 +152,4 @@ CAVEATS: from the new kernel. -$Id: README.serial,v 1.2 1995/02/16 07:37:35 wpaul Exp $ +README.serial,v 1.3 1995/04/20 23:15:07 joerg Exp diff --git a/sys/i386/boot/biosboot/asm.S b/sys/i386/boot/biosboot/asm.S index ac59d5bb3bcb..0a0448c67ca1 100644 --- a/sys/i386/boot/biosboot/asm.S +++ b/sys/i386/boot/biosboot/asm.S @@ -24,7 +24,7 @@ * the rights to redistribute these changes. * * from: Mach, Revision 2.2 92/04/04 11:34:13 rpd - * $Id: asm.S,v 1.5 1994/10/06 09:41:01 rgrimes Exp $ + * asm.S,v 1.6 1995/01/25 21:37:36 bde Exp */ diff --git a/sys/i386/boot/biosboot/asm.h b/sys/i386/boot/biosboot/asm.h index 5d2c380b9fd3..d6660a7b1fc8 100644 --- a/sys/i386/boot/biosboot/asm.h +++ b/sys/i386/boot/biosboot/asm.h @@ -24,7 +24,7 @@ * the rights to redistribute these changes. * * from: Mach, Revision 2.7 92/02/29 15:33:41 rpd - * $Id: asm.h,v 1.3 1993/10/16 19:11:29 rgrimes Exp $ + * asm.h,v 1.4 1995/05/30 07:58:25 rgrimes Exp */ #define S_ARG0 4(%esp) diff --git a/sys/i386/boot/biosboot/bios.S b/sys/i386/boot/biosboot/bios.S index 54ccf6ea0ec6..88174a6949bd 100644 --- a/sys/i386/boot/biosboot/bios.S +++ b/sys/i386/boot/biosboot/bios.S @@ -24,7 +24,7 @@ * the rights to redistribute these changes. * * from: Mach, Revision 2.2 92/04/04 11:34:26 rpd - * $Id: bios.S,v 1.3 1994/10/02 05:18:25 rgrimes Exp $ + * bios.S,v 1.4 1994/11/18 05:02:12 phk Exp */ /* diff --git a/sys/i386/boot/biosboot/boot.c b/sys/i386/boot/biosboot/boot.c index ae4e45519a0c..7db0ff4c646d 100644 --- a/sys/i386/boot/biosboot/boot.c +++ b/sys/i386/boot/biosboot/boot.c @@ -24,7 +24,7 @@ * the rights to redistribute these changes. * * from: Mach, [92/04/03 16:51:14 rvb] - * $Id: boot.c,v 1.43 1995/05/30 07:58:27 rgrimes Exp $ + * boot.c,v 1.43.2.1 1995/05/31 21:42:38 jkh Exp */ diff --git a/sys/i386/boot/biosboot/boot.h b/sys/i386/boot/biosboot/boot.h index 11dd6d998999..56cfb07f43f8 100644 --- a/sys/i386/boot/biosboot/boot.h +++ b/sys/i386/boot/biosboot/boot.h @@ -24,7 +24,7 @@ * the rights to redistribute these changes. * * from: Mach, Revision 2.2 92/04/04 11:35:03 rpd - * $Id: boot.h,v 1.9 1995/04/21 16:50:32 bde Exp $ + * boot.h,v 1.10 1995/05/30 07:58:29 rgrimes Exp */ #include <sys/types.h> diff --git a/sys/i386/boot/biosboot/boot2.S b/sys/i386/boot/biosboot/boot2.S index 26a5442dc706..506e5fcaba14 100644 --- a/sys/i386/boot/biosboot/boot2.S +++ b/sys/i386/boot/biosboot/boot2.S @@ -24,7 +24,7 @@ * the rights to redistribute these changes. * * from: Mach, Revision 2.2 92/04/04 11:35:26 rpd - * $Id: boot2.S,v 1.5 1994/08/30 01:38:03 bde Exp $ + * boot2.S,v 1.6 1995/01/25 21:37:40 bde Exp */ #include "asm.h" diff --git a/sys/i386/boot/biosboot/disk.c b/sys/i386/boot/biosboot/disk.c index 7a605f475752..5e090e9f286a 100644 --- a/sys/i386/boot/biosboot/disk.c +++ b/sys/i386/boot/biosboot/disk.c @@ -24,7 +24,7 @@ * the rights to redistribute these changes. * * from: Mach, Revision 2.2 92/04/04 11:35:49 rpd - * $Id: disk.c,v 1.12 1995/05/21 03:27:13 phk Exp $ + * disk.c,v 1.13 1995/05/30 07:58:31 rgrimes Exp */ /* diff --git a/sys/i386/boot/biosboot/io.c b/sys/i386/boot/biosboot/io.c index 394c27111504..5a35ca1a19a2 100644 --- a/sys/i386/boot/biosboot/io.c +++ b/sys/i386/boot/biosboot/io.c @@ -24,7 +24,7 @@ * the rights to redistribute these changes. * * from: Mach, Revision 2.2 92/04/04 11:35:57 rpd - * $Id: io.c,v 1.13 1995/04/14 21:26:51 joerg Exp $ + * io.c,v 1.14 1995/05/30 07:58:33 rgrimes Exp */ #include "boot.h" diff --git a/sys/i386/boot/biosboot/probe_keyboard.c b/sys/i386/boot/biosboot/probe_keyboard.c index bd5113c5b7cc..8e8ee3283300 100644 --- a/sys/i386/boot/biosboot/probe_keyboard.c +++ b/sys/i386/boot/biosboot/probe_keyboard.c @@ -42,7 +42,7 @@ * * This grody hack brought to you by Bill Paul (wpaul@ctr.columbia.edu) * - * $Id: probe_keyboard.c,v 1.4 1995/04/14 21:26:52 joerg Exp $ + * probe_keyboard.c,v 1.5 1995/04/20 23:15:10 joerg Exp */ #ifndef FORCE_COMCONSOLE diff --git a/sys/i386/boot/biosboot/serial.S b/sys/i386/boot/biosboot/serial.S index 281442418c57..6d5cdd2ed553 100644 --- a/sys/i386/boot/biosboot/serial.S +++ b/sys/i386/boot/biosboot/serial.S @@ -24,7 +24,7 @@ * the rights to redistribute these changes. * * from: Mach, Revision 2.2 92/04/04 11:34:26 rpd - * $Id: serial.S,v 1.2 1995/03/19 06:10:32 phk Exp $ + * serial.S,v 1.3 1995/04/21 16:30:18 bde Exp */ /* diff --git a/sys/i386/boot/biosboot/start.S b/sys/i386/boot/biosboot/start.S index d0bcbf89859a..61db53a4280b 100644 --- a/sys/i386/boot/biosboot/start.S +++ b/sys/i386/boot/biosboot/start.S @@ -24,7 +24,7 @@ * the rights to redistribute these changes. * * from: Mach, Revision 2.2 92/04/04 11:36:29 rpd - * $Id: start.S,v 1.4 1994/10/02 05:18:26 rgrimes Exp $ + * start.S,v 1.5 1994/10/06 09:41:05 rgrimes Exp */ /* diff --git a/sys/i386/boot/biosboot/sys.c b/sys/i386/boot/biosboot/sys.c index c88fb3dc6a50..4799223ff16b 100644 --- a/sys/i386/boot/biosboot/sys.c +++ b/sys/i386/boot/biosboot/sys.c @@ -24,7 +24,7 @@ * the rights to redistribute these changes. * * from: Mach, Revision 2.2 92/04/04 11:36:34 rpd - * $Id: sys.c,v 1.8 1995/04/14 21:26:53 joerg Exp $ + * sys.c,v 1.9 1995/05/30 07:58:34 rgrimes Exp */ #include "boot.h" diff --git a/sys/i386/boot/biosboot/table.c b/sys/i386/boot/biosboot/table.c index e9774f49a8dd..f23e04a80f78 100644 --- a/sys/i386/boot/biosboot/table.c +++ b/sys/i386/boot/biosboot/table.c @@ -24,7 +24,7 @@ * the rights to redistribute these changes. * * from: Mach, Revision 2.2 92/04/04 11:36:43 rpd - * $Id: table.c,v 1.6 1995/04/14 21:26:53 joerg Exp $ + * table.c,v 1.7 1995/05/30 07:58:36 rgrimes Exp */ /* diff --git a/sys/i386/boot/dosboot/Makefile b/sys/i386/boot/dosboot/Makefile index 4646bbb0c229..5f0381180b06 100644 --- a/sys/i386/boot/dosboot/Makefile +++ b/sys/i386/boot/dosboot/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1 1995/03/28 19:22:43 phk Exp $ +# Makefile,v 1.2 1995/05/30 07:58:41 rgrimes Exp # MPROG= fbsdboot.exe diff --git a/sys/i386/boot/dosboot/ansi.h b/sys/i386/boot/dosboot/ansi.h index 4acad948f68e..f2a8e914e8b4 100644 --- a/sys/i386/boot/dosboot/ansi.h +++ b/sys/i386/boot/dosboot/ansi.h @@ -31,7 +31,7 @@ * SUCH DAMAGE.
*
* from: @(#)ansi.h 7.1 (Berkeley) 3/9/91
- * $Id: ansi.h,v 1.2 1993/10/16 14:39:05 rgrimes Exp $
+ * ansi.h,v 1.2 1995/04/27 18:22:12 phk Exp
*/
#ifndef _ANSI_H_
diff --git a/sys/i386/boot/dosboot/boot.c b/sys/i386/boot/dosboot/boot.c index 8482279bea24..6e03343ec817 100644 --- a/sys/i386/boot/dosboot/boot.c +++ b/sys/i386/boot/dosboot/boot.c @@ -24,7 +24,7 @@ * the rights to redistribute these changes.
*
* from: Mach, [92/04/03 16:51:14 rvb]
- * $Id: boot.c,v 1.9.2.1 1994/05/01 05:14:49 rgrimes Exp $
+ * boot.c,v 1.2 1995/04/27 18:22:13 phk Exp
*/
diff --git a/sys/i386/boot/dosboot/boot.h b/sys/i386/boot/dosboot/boot.h index 322610f6ab0b..6f8ecf554371 100644 --- a/sys/i386/boot/dosboot/boot.h +++ b/sys/i386/boot/dosboot/boot.h @@ -24,7 +24,7 @@ * the rights to redistribute these changes.
*
* from: Mach, Revision 2.2 92/04/04 11:35:03 rpd
- * $Id: boot.h,v 1.3 1993/10/16 19:11:32 rgrimes Exp $
+ * boot.h,v 1.2 1995/04/27 18:22:14 phk Exp
*/
#include "types.h"
diff --git a/sys/i386/boot/dosboot/bootinfo.h b/sys/i386/boot/dosboot/bootinfo.h index 8315158db1cb..a75b67922f9d 100644 --- a/sys/i386/boot/dosboot/bootinfo.h +++ b/sys/i386/boot/dosboot/bootinfo.h @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: bootinfo.h,v 1.3 1994/11/18 05:26:52 phk Exp $
+ * bootinfo.h,v 1.2 1995/04/27 18:22:15 phk Exp
*/
#ifndef _MACHINE_BOOTINFO_H_
diff --git a/sys/i386/boot/dosboot/cdefs.h b/sys/i386/boot/dosboot/cdefs.h index 09995d4a391d..c0a9803c4d92 100644 --- a/sys/i386/boot/dosboot/cdefs.h +++ b/sys/i386/boot/dosboot/cdefs.h @@ -31,7 +31,7 @@ * SUCH DAMAGE.
*
* from: @(#)cdefs.h 8.1 (Berkeley) 6/2/93
- * $Id: cdefs.h,v 1.6 1993/10/16 17:16:24 rgrimes Exp $
+ * cdefs.h,v 1.2 1995/04/27 18:22:15 phk Exp
*/
#ifndef _CDEFS_H_
diff --git a/sys/i386/boot/dosboot/dinode.h b/sys/i386/boot/dosboot/dinode.h index adfac172282e..d5f459bff9c0 100644 --- a/sys/i386/boot/dosboot/dinode.h +++ b/sys/i386/boot/dosboot/dinode.h @@ -31,7 +31,7 @@ * SUCH DAMAGE.
*
* from: @(#)dinode.h 7.10 (Berkeley) 5/8/91
- * $Id: dinode.h,v 1.5 1993/12/19 22:51:07 alm Exp $
+ * dinode.h,v 1.2 1995/04/27 18:22:16 phk Exp
*/
#ifndef _UFS_DINODE_H_
diff --git a/sys/i386/boot/dosboot/dir.h b/sys/i386/boot/dosboot/dir.h index bc02fde23d7e..d84336e89f9e 100644 --- a/sys/i386/boot/dosboot/dir.h +++ b/sys/i386/boot/dosboot/dir.h @@ -31,7 +31,7 @@ * SUCH DAMAGE.
*
* from: @(#)dir.h 7.3 (Berkeley) 2/5/91
- * $Id: dir.h,v 1.2 1993/10/16 17:16:31 rgrimes Exp $
+ * dir.h,v 1.2 1995/04/27 18:22:17 phk Exp
*/
/*
diff --git a/sys/i386/boot/dosboot/disk.c b/sys/i386/boot/dosboot/disk.c index 0a5fcec9b86f..4da2ee411ab4 100644 --- a/sys/i386/boot/dosboot/disk.c +++ b/sys/i386/boot/dosboot/disk.c @@ -24,7 +24,7 @@ * the rights to redistribute these changes.
*
* from: Mach, Revision 2.2 92/04/04 11:35:49 rpd
- * $Id: disk.c,v 1.4 1994/02/22 22:59:40 rgrimes Exp $
+ * disk.c,v 1.2 1995/04/27 18:22:17 phk Exp
*/
#include <stdio.h>
#include <memory.h>
diff --git a/sys/i386/boot/dosboot/disklabe.h b/sys/i386/boot/dosboot/disklabe.h index c155df578398..8b3fe67e7fcf 100644 --- a/sys/i386/boot/dosboot/disklabe.h +++ b/sys/i386/boot/dosboot/disklabe.h @@ -31,7 +31,7 @@ * SUCH DAMAGE.
*
* @(#)disklabel.h 8.1 (Berkeley) 6/2/93
- * $Id: disklabel.h,v 1.8 1994/11/14 13:08:44 bde Exp $
+ * disklabe.h,v 1.2 1995/04/27 18:22:18 phk Exp
*/
#ifndef _SYS_DISKLABEL_H_
diff --git a/sys/i386/boot/dosboot/dkbad.h b/sys/i386/boot/dosboot/dkbad.h index 33f1c5373ae6..07a15d4474fd 100644 --- a/sys/i386/boot/dosboot/dkbad.h +++ b/sys/i386/boot/dosboot/dkbad.h @@ -31,7 +31,7 @@ * SUCH DAMAGE.
*
* @(#)dkbad.h 8.1 (Berkeley) 6/2/93
- * $Id: dkbad.h,v 1.5 1995/04/15 23:21:28 bde Exp $
+ * dkbad.h,v 1.2 1995/04/27 18:22:19 phk Exp
*/
#ifndef _SYS_DKBAD_H_
diff --git a/sys/i386/boot/dosboot/endian.h b/sys/i386/boot/dosboot/endian.h index ff7dad5b10bf..e18d70a4b375 100644 --- a/sys/i386/boot/dosboot/endian.h +++ b/sys/i386/boot/dosboot/endian.h @@ -31,7 +31,7 @@ * SUCH DAMAGE.
*
* from: @(#)endian.h 7.8 (Berkeley) 4/3/91
- * $Id: endian.h,v 1.5 1994/09/10 20:03:14 csgr Exp $
+ * endian.h,v 1.2 1995/04/27 18:22:21 phk Exp
*/
#ifndef _MACHINE_ENDIAN_H_
diff --git a/sys/i386/boot/dosboot/exec.h b/sys/i386/boot/dosboot/exec.h index 6f6a9e97ee1c..a3399bc29732 100644 --- a/sys/i386/boot/dosboot/exec.h +++ b/sys/i386/boot/dosboot/exec.h @@ -36,7 +36,7 @@ * SUCH DAMAGE.
*
* @(#)exec.h 8.3 (Berkeley) 1/21/94
- * $Id: exec.h,v 1.9 1994/10/09 21:50:57 sos Exp $
+ * exec.h,v 1.2 1995/04/27 18:22:22 phk Exp
*/
#ifndef _SYS_EXEC_H_
diff --git a/sys/i386/boot/dosboot/fbsdboot.exe b/sys/i386/boot/dosboot/fbsdboot.exe Binary files differnew file mode 100644 index 000000000000..4e14d9b99100 --- /dev/null +++ b/sys/i386/boot/dosboot/fbsdboot.exe diff --git a/sys/i386/boot/dosboot/fs.h b/sys/i386/boot/dosboot/fs.h index 68ccd98040f2..7532bc2625b4 100644 --- a/sys/i386/boot/dosboot/fs.h +++ b/sys/i386/boot/dosboot/fs.h @@ -31,7 +31,7 @@ * SUCH DAMAGE.
*
* from: @(#)fs.h 7.12 (Berkeley) 5/8/91
- * $Id: fs.h,v 1.6 1993/12/19 22:51:09 alm Exp $
+ * fs.h,v 1.2 1995/04/27 18:22:25 phk Exp
*/
#ifndef _UFS_FS_H_
diff --git a/sys/i386/boot/dosboot/imgact.h b/sys/i386/boot/dosboot/imgact.h index dde841e1ea83..9ad8540c2d91 100644 --- a/sys/i386/boot/dosboot/imgact.h +++ b/sys/i386/boot/dosboot/imgact.h @@ -31,7 +31,7 @@ * SUCH DAMAGE.
*
* from: @(#)exec.h 8.1 (Berkeley) 6/11/93
- * $Id: imgact_aout.h,v 1.1 1994/09/24 21:09:18 davidg Exp $
+ * imgact.h,v 1.2 1995/04/27 18:22:26 phk Exp
*/
#ifndef _IMGACT_AOUT_H_
diff --git a/sys/i386/boot/dosboot/inode.h b/sys/i386/boot/dosboot/inode.h index 9f9310b0416e..5b6923599544 100644 --- a/sys/i386/boot/dosboot/inode.h +++ b/sys/i386/boot/dosboot/inode.h @@ -31,7 +31,7 @@ * SUCH DAMAGE.
*
* from: @(#)inode.h 7.17 (Berkeley) 5/8/91
- * $Id: inode.h,v 1.6 1993/12/19 00:55:37 wollman Exp $
+ * inode.h,v 1.2 1995/04/27 18:22:27 phk Exp
*/
#ifndef _UFS_INODE_H_
diff --git a/sys/i386/boot/dosboot/mexec.h b/sys/i386/boot/dosboot/mexec.h index dbaf8f2b28ab..225df83eee33 100644 --- a/sys/i386/boot/dosboot/mexec.h +++ b/sys/i386/boot/dosboot/mexec.h @@ -31,7 +31,7 @@ * SUCH DAMAGE.
*
* @(#)exec.h 8.1 (Berkeley) 6/11/93
- * $Id: exec.h,v 1.5 1994/09/24 21:36:38 davidg Exp $
+ * mexec.h,v 1.2 1995/04/27 18:22:28 phk Exp
*/
#ifndef _EXEC_H_
diff --git a/sys/i386/boot/dosboot/param.h b/sys/i386/boot/dosboot/param.h index 67882bfb70b3..c5541bdacaad 100644 --- a/sys/i386/boot/dosboot/param.h +++ b/sys/i386/boot/dosboot/param.h @@ -34,7 +34,7 @@ * SUCH DAMAGE.
*
* from: @(#)param.h 5.8 (Berkeley) 6/28/91
- * $Id: param.h,v 1.16 1994/09/18 22:05:22 bde Exp $
+ * param.h,v 1.2 1995/04/27 18:22:28 phk Exp
*/
#ifndef _MACHINE_PARAM_H_
diff --git a/sys/i386/boot/dosboot/quota.h b/sys/i386/boot/dosboot/quota.h index e1d72077748d..2a3423d1cbeb 100644 --- a/sys/i386/boot/dosboot/quota.h +++ b/sys/i386/boot/dosboot/quota.h @@ -34,7 +34,7 @@ * SUCH DAMAGE.
*
* from: @(#)quota.h 7.9 (Berkeley) 2/22/91
- * $Id: quota.h,v 1.3 1993/11/25 01:38:27 wollman Exp $
+ * quota.h,v 1.2 1995/04/27 18:22:31 phk Exp
*/
#ifndef _QUOTA_
diff --git a/sys/i386/boot/dosboot/reboot.h b/sys/i386/boot/dosboot/reboot.h index 51b5f1f98f75..f2aa40200195 100644 --- a/sys/i386/boot/dosboot/reboot.h +++ b/sys/i386/boot/dosboot/reboot.h @@ -31,7 +31,7 @@ * SUCH DAMAGE.
*
* @(#)reboot.h 8.1 (Berkeley) 6/2/93
- * $Id: reboot.h,v 1.7 1994/11/26 09:08:40 phk Exp $
+ * reboot.h,v 1.2 1995/04/27 18:22:32 phk Exp
*/
#ifndef _SYS_REBOOT_H_
diff --git a/sys/i386/boot/dosboot/sys.c b/sys/i386/boot/dosboot/sys.c index 172545cc7235..c77ce8e00336 100644 --- a/sys/i386/boot/dosboot/sys.c +++ b/sys/i386/boot/dosboot/sys.c @@ -24,7 +24,7 @@ * the rights to redistribute these changes.
*
* from: Mach, Revision 2.2 92/04/04 11:36:34 rpd
- * $Id: sys.c,v 1.3 1993/10/16 19:11:39 rgrimes Exp $
+ * sys.c,v 1.2 1995/04/27 18:22:33 phk Exp
*/
#include <stdio.h>
#include <string.h>
diff --git a/sys/i386/boot/dosboot/syslimit.h b/sys/i386/boot/dosboot/syslimit.h index 007dbc615fcc..515787ceec5e 100644 --- a/sys/i386/boot/dosboot/syslimit.h +++ b/sys/i386/boot/dosboot/syslimit.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)syslimits.h 7.4 (Berkeley) 2/4/91 - * $Id: syslimits.h,v 1.4 1994/01/20 22:57:32 davidg Exp $ + * syslimit.h,v 1.2 1995/04/27 18:22:34 phk Exp */ #ifndef _SYS_SYSLIMITS_H_ diff --git a/sys/i386/boot/dosboot/sysparam.h b/sys/i386/boot/dosboot/sysparam.h index 6331d6932ff9..82a076ec2621 100644 --- a/sys/i386/boot/dosboot/sysparam.h +++ b/sys/i386/boot/dosboot/sysparam.h @@ -36,7 +36,7 @@ * SUCH DAMAGE.
*
* @(#)param.h 8.2 (Berkeley) 1/21/94
- * $Id: param.h,v 1.5 1994/09/01 05:12:51 davidg Exp $
+ * sysparam.h,v 1.2 1995/04/27 18:22:35 phk Exp
*/
#ifndef _SYS_PARAM_H_
diff --git a/sys/i386/boot/dosboot/types.h b/sys/i386/boot/dosboot/types.h index 77d83731065e..def72b07f5dd 100644 --- a/sys/i386/boot/dosboot/types.h +++ b/sys/i386/boot/dosboot/types.h @@ -36,7 +36,7 @@ * SUCH DAMAGE.
*
* @(#)types.h 8.4 (Berkeley) 1/21/94
- * $Id: types.h,v 1.4 1994/09/25 15:56:25 davidg Exp $
+ * types.h,v 1.2 1995/04/27 18:22:36 phk Exp
*/
#ifndef _SYS_TYPES_H_
diff --git a/sys/i386/boot/kzipboot/Makefile b/sys/i386/boot/kzipboot/Makefile index 0884fbdc2c3e..cdb404151d83 100644 --- a/sys/i386/boot/kzipboot/Makefile +++ b/sys/i386/boot/kzipboot/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1 1995/04/15 08:23:31 phk Exp $ +# Makefile,v 1.2 1995/05/29 01:38:03 phk Exp PROG= kzip.o SRCS= head.S boot.c unzip.c misc.c malloc.c inflate.c diff --git a/sys/i386/boot/netboot/3c509.c b/sys/i386/boot/netboot/3c509.c index 9ebfe5d3ae2c..078328e8b95a 100644 --- a/sys/i386/boot/netboot/3c509.c +++ b/sys/i386/boot/netboot/3c509.c @@ -18,7 +18,7 @@ Author: Martin Renters. 3c509 support added by Serge Babkin (babkin@hq.icb.chel.su) -$Id: 3c509.c,v 1.1 1995/04/12 20:14:56 martin Exp $ +3c509.c,v 1.2 1995/05/30 07:58:52 rgrimes Exp ***************************************************************************/ diff --git a/sys/i386/conf/BOOTMFS b/sys/i386/conf/BOOTMFS new file mode 100644 index 000000000000..2eba24217df6 --- /dev/null +++ b/sys/i386/conf/BOOTMFS @@ -0,0 +1,117 @@ +# +# BOOTMFS -- Generic machine with WD/AHx/NCR/BTx family disks +# +# BOOTMFS,v 1.45.2.3 1995/06/05 21:50:41 jkh Exp +# + +machine "i386" +cpu "I386_CPU" +cpu "I486_CPU" +cpu "I586_CPU" +ident BOOTMFS +maxusers 10 + +options MATH_EMULATE #Support for x87 emulation +options INET #InterNETworking +options FFS #Berkeley Fast Filesystem +options NFS #Network Filesystem +options MSDOSFS #MSDOS Filesystem +options "CD9660" #ISO 9660 Filesystem +options PROCFS #Process filesystem +options "COMPAT_43" #Compatible with BSD 4.3 +options "SCSI_DELAY=15" #Be pessimistic about Joe SCSI device +options BOUNCE_BUFFERS #include support for DMA bounce buffers +options UCONSOLE #Allow users to grab the console + +config kernel root on wd0 + +controller isa0 +controller pci0 + +controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr +disk fd0 at fdc0 drive 0 +disk fd1 at fdc0 drive 1 +tape ft0 at fdc0 drive 2 + +controller wdc0 at isa? port "IO_WD1" bio irq 14 vector wdintr +disk wd0 at wdc0 drive 0 +disk wd1 at wdc0 drive 1 + +controller wdc1 at isa? port "IO_WD2" bio irq 15 vector wdintr +disk wd2 at wdc1 drive 0 +disk wd3 at wdc1 drive 1 + +controller ncr0 +controller ahc0 + +controller bt0 at isa? port "IO_BT0" bio irq ? vector btintr +controller uha0 at isa? port "IO_UHA0" bio irq ? drq 5 vector uhaintr +controller ahc1 at isa? bio irq ? vector ahcintr +controller ahb0 at isa? bio irq ? vector ahbintr +controller aha0 at isa? port "IO_AHA0" bio irq ? drq 5 vector ahaintr +controller aic0 at isa? port 0x340 bio irq 11 vector aicintr +controller nca0 at isa? port 0x1f88 bio irq 10 vector ncaintr +controller nca1 at isa? port 0x350 bio irq 5 vector ncaintr +controller sea0 at isa? bio irq 5 iomem 0xc8000 iosiz 0x2000 vector seaintr + +controller scbus0 + +device sd0 + +device st0 + +device cd0 #Only need one of these, the code dynamically grows + +device wt0 at isa? port 0x300 bio irq 5 drq 1 vector wtintr +device mcd0 at isa? port 0x300 bio irq 10 vector mcdintr +device mcd1 at isa? port 0x340 bio irq 11 vector mcdintr + +controller matcd0 at isa? port ? bio + +device scd0 at isa? port 0x230 bio + +# syscons is the default console driver, resembling an SCO console +device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr +# Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver +#device vt0 at isa? port "IO_KBD" tty irq 1 vector pcrint +#options "PCVT_FREEBSD=210" # pcvt running on FreeBSD 2.1 +#options XSERVER # include code for XFree86 + +device npx0 at isa? port "IO_NPX" irq 13 vector npxintr + +device sio0 at isa? port "IO_COM1" tty irq 4 vector siointr +device sio1 at isa? port "IO_COM2" tty irq 3 vector siointr +device sio2 at isa? port "IO_COM3" tty irq 5 vector siointr +device sio3 at isa? port "IO_COM4" tty irq 9 vector siointr + +device lpt0 at isa? port? tty irq 7 vector lptintr +device lpt1 at isa? port? tty +device lpt2 at isa? port? tty + +# Order is important here due to intrusive probes, do *not* alphabetize +# this list of network interfaces until the probes have been fixed. +# Right now it appears that the ie0 must be probed before ep0. See +# revision 1.20 of this file. +device de0 +device ed0 at isa? port 0x280 net irq 5 iomem 0xd8000 vector edintr +device ed1 at isa? port 0x300 net irq 5 iomem 0xd8000 vector edintr +device ie0 at isa? port 0x360 net irq 7 iomem 0xd0000 vector ieintr +device ep0 at isa? port 0x300 net irq 10 vector epintr +device ix0 at isa? port 0x300 net irq 10 iomem 0xd0000 iosiz 32768 vector ixintr +device le0 at isa? port 0x300 net irq 5 iomem 0xd0000 vector le_intr +device lnc0 at isa? port 0x280 net irq 10 drq 0 vector lncintr +device lnc1 at isa? port 0x300 net irq 10 drq 0 vector lncintr +device ze0 at isa? port 0x300 net irq 5 iomem 0xd8000 vector zeintr +device zp0 at isa? port 0x300 net irq 10 iomem 0xd8000 vector zpintr + +pseudo-device loop +pseudo-device ether +pseudo-device log +pseudo-device sl 1 +# ijppp uses tun instead of ppp device +#pseudo-device ppp 1 +pseudo-device tun 1 +pseudo-device pty 16 +pseudo-device gzip # Exec gzipped a.out's +options "MFS_ROOT=1075" +options MFS diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC index e66e54716245..c6eeed209717 100644 --- a/sys/i386/conf/GENERIC +++ b/sys/i386/conf/GENERIC @@ -1,7 +1,7 @@ # # GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks # -# $Id: GENERIC,v 1.45.2.2 1995/06/05 17:15:42 davidg Exp $ +# GENERIC,v 1.45.2.3 1995/06/05 21:50:41 jkh Exp # machine "i386" diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT index b233893396bf..0ad8b7496999 100644 --- a/sys/i386/conf/LINT +++ b/sys/i386/conf/LINT @@ -2,7 +2,7 @@ # LINT -- config file for checking all the sources, tries to pull in # as much of the source tree as it can. # -# $Id: LINT,v 1.183 1995/05/27 04:32:12 davidg Exp $ +# LINT,v 1.184 1995/05/28 13:24:16 rgrimes Exp # # NB: You probably don't want to try running a kernel built from this # file. Instead, you should start from GENERIC, and add options from diff --git a/sys/i386/conf/Makefile.i386 b/sys/i386/conf/Makefile.i386 index aef575547678..386937e350de 100644 --- a/sys/i386/conf/Makefile.i386 +++ b/sys/i386/conf/Makefile.i386 @@ -1,6 +1,6 @@ # Copyright 1990 W. Jolitz # from: @(#)Makefile.i386 7.1 5/10/91 -# $Id: Makefile.i386,v 1.63 1995/05/11 19:48:45 wollman Exp $ +# Makefile.i386,v 1.64 1995/05/30 07:59:05 rgrimes Exp # # Makefile for FreeBSD # diff --git a/sys/i386/conf/devices.i386 b/sys/i386/conf/devices.i386 index d64359e5e120..cc1000961487 100644 --- a/sys/i386/conf/devices.i386 +++ b/sys/i386/conf/devices.i386 @@ -1,6 +1,6 @@ # This file tells what major numbers the various possible swap devices have. # -# $Id: devices.i386,v 1.7 1994/12/04 22:36:50 phk Exp $ +# devices.i386,v 1.8 1994/12/26 01:06:39 ats Exp # wd 0 dk 1 diff --git a/sys/i386/conf/files.i386 b/sys/i386/conf/files.i386 index 30adf5826959..b1142886206d 100644 --- a/sys/i386/conf/files.i386 +++ b/sys/i386/conf/files.i386 @@ -1,7 +1,7 @@ # This file tells config what files go into building a kernel, # files marked standard are always included. # -# $Id: files.i386,v 1.97 1995/04/23 18:30:27 wollman Exp $ +# files.i386,v 1.98 1995/04/28 00:51:20 dufault Exp # aic7xxx_asm optional ahc device-driver \ dependency "$S/dev/aic7xxx/aic7xxx_asm.c" \ diff --git a/sys/i386/eisa/eisaconf.c b/sys/i386/eisa/eisaconf.c index ca6baf3f0cd8..8fb7f035af5d 100644 --- a/sys/i386/eisa/eisaconf.c +++ b/sys/i386/eisa/eisaconf.c @@ -13,7 +13,7 @@ * on the understanding that TFS is not responsible for the correct * functioning of this software in any circumstances. * - * $Id: eisaconf.c,v 1.1 1995/04/23 08:55:41 julian Exp $ + * eisaconf.c,v 1.2 1995/05/30 07:59:07 rgrimes Exp */ /* diff --git a/sys/i386/eisa/eisaconf.h b/sys/i386/eisa/eisaconf.h index 9b16c23543fa..75055c8fe2c9 100644 --- a/sys/i386/eisa/eisaconf.h +++ b/sys/i386/eisa/eisaconf.h @@ -13,7 +13,7 @@ * on the understanding that TFS is not responsible for the correct * functioning of this software in any circumstances. * - * $Id: eisaconf.h,v 1.1 1995/04/23 08:55:42 julian Exp $ + * eisaconf.h,v 1.2 1995/05/30 07:59:09 rgrimes Exp */ /* diff --git a/sys/i386/eisa/eisadevs.c b/sys/i386/eisa/eisadevs.c index adbed9864418..84662aeb6be8 100644 --- a/sys/i386/eisa/eisadevs.c +++ b/sys/i386/eisa/eisadevs.c @@ -13,7 +13,7 @@ * on the understanding that TFS is not responsible for the correct * functioning of this software in any circumstances. * - * $Id: eisadevs.c,v 1.1 1995/03/13 09:10:17 root Exp root $ + * eisadevs.c,v 1.1 1995/04/23 08:55:43 julian Exp */ /* diff --git a/sys/i386/i386/autoconf.c b/sys/i386/i386/autoconf.c index f0648c9f4441..460fef49e319 100644 --- a/sys/i386/i386/autoconf.c +++ b/sys/i386/i386/autoconf.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)autoconf.c 7.1 (Berkeley) 5/9/91 - * $Id: autoconf.c,v 1.32 1995/05/29 04:08:13 davidg Exp $ + * autoconf.c,v 1.33 1995/05/30 07:59:14 rgrimes Exp */ /* diff --git a/sys/i386/i386/conf.c b/sys/i386/i386/conf.c index 1b00786a442e..bb7e04dee138 100644 --- a/sys/i386/i386/conf.c +++ b/sys/i386/i386/conf.c @@ -42,7 +42,7 @@ * SUCH DAMAGE. * * from: @(#)conf.c 5.8 (Berkeley) 5/12/91 - * $Id: conf.c,v 1.84 1995/04/28 00:51:30 dufault Exp $ + * conf.c,v 1.85 1995/05/30 07:59:16 rgrimes Exp */ #include <sys/param.h> diff --git a/sys/i386/i386/cons.c b/sys/i386/i386/cons.c index 1500ff20382f..d3808af5411b 100644 --- a/sys/i386/i386/cons.c +++ b/sys/i386/i386/cons.c @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * from: @(#)cons.c 7.2 (Berkeley) 5/9/91 - * $Id: cons.c,v 1.27 1995/04/24 16:42:59 bde Exp $ + * cons.c,v 1.28 1995/05/30 07:59:18 rgrimes Exp */ #include <sys/param.h> diff --git a/sys/i386/i386/cons.h b/sys/i386/i386/cons.h index d99c3e5b06ea..a319978228aa 100644 --- a/sys/i386/i386/cons.h +++ b/sys/i386/i386/cons.h @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * from: @(#)cons.h 7.2 (Berkeley) 5/9/91 - * $Id: cons.h,v 1.8 1995/04/23 12:55:55 bde Exp $ + * cons.h,v 1.9 1995/04/24 16:43:01 bde Exp */ #ifndef _MACHINE_CONS_H_ diff --git a/sys/i386/i386/db_disasm.c b/sys/i386/i386/db_disasm.c index 8ce7365a7ac9..1fcf5eb03cb1 100644 --- a/sys/i386/i386/db_disasm.c +++ b/sys/i386/i386/db_disasm.c @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: db_disasm.c,v 1.8 1995/01/29 02:38:15 bde Exp $ + * db_disasm.c,v 1.9 1995/05/30 07:59:20 rgrimes Exp */ /* diff --git a/sys/i386/i386/db_interface.c b/sys/i386/i386/db_interface.c index 8daa0a27aa32..675fbee50909 100644 --- a/sys/i386/i386/db_interface.c +++ b/sys/i386/i386/db_interface.c @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: db_interface.c,v 1.13 1995/04/08 21:31:53 joerg Exp $ + * db_interface.c,v 1.14 1995/05/30 07:59:22 rgrimes Exp */ /* diff --git a/sys/i386/i386/db_trace.c b/sys/i386/i386/db_trace.c index dcbf19410f94..1d33fde5e11f 100644 --- a/sys/i386/i386/db_trace.c +++ b/sys/i386/i386/db_trace.c @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: db_trace.c,v 1.10 1995/03/16 18:11:26 bde Exp $ + * db_trace.c,v 1.11 1995/05/30 07:59:23 rgrimes Exp */ #include <sys/param.h> diff --git a/sys/i386/i386/dkbad.c b/sys/i386/i386/dkbad.c index cc70487ae304..45761b168279 100644 --- a/sys/i386/i386/dkbad.c +++ b/sys/i386/i386/dkbad.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)dkbad.c 5.4 (Berkeley) 1/19/91 - * $Id: dkbad.c,v 1.3 1993/12/19 00:50:01 wollman Exp $ + * dkbad.c,v 1.4 1994/08/13 03:49:38 wollman Exp */ diff --git a/sys/i386/i386/exception.s b/sys/i386/i386/exception.s index f10117ccc389..0e8afe3cb622 100644 --- a/sys/i386/i386/exception.s +++ b/sys/i386/i386/exception.s @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: exception.s,v 1.8 1995/02/14 19:16:40 sos Exp $ + * exception.s,v 1.8.2.1 1995/06/05 00:22:02 davidg Exp */ #include "npx.h" /* NNPX */ diff --git a/sys/i386/i386/genassym.c b/sys/i386/i386/genassym.c index a5261849d80e..4fa25e0a8f23 100644 --- a/sys/i386/i386/genassym.c +++ b/sys/i386/i386/genassym.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)genassym.c 5.11 (Berkeley) 5/10/91 - * $Id: genassym.c,v 1.26 1995/05/25 07:41:18 davidg Exp $ + * genassym.c,v 1.27 1995/05/30 07:59:25 rgrimes Exp */ #include <stdio.h> diff --git a/sys/i386/i386/in_cksum.c b/sys/i386/i386/in_cksum.c index 1764a58da93b..9a559d695555 100644 --- a/sys/i386/i386/in_cksum.c +++ b/sys/i386/i386/in_cksum.c @@ -32,7 +32,7 @@ * * from tahoe: in_cksum.c 1.2 86/01/05 * from: @(#)in_cksum.c 1.3 (Berkeley) 1/19/91 - * $Id: in_cksum.c,v 1.6 1994/08/13 03:49:39 wollman Exp $ + * in_cksum.c,v 1.7 1995/05/30 07:59:31 rgrimes Exp */ #include <sys/param.h> diff --git a/sys/i386/i386/locore.s b/sys/i386/i386/locore.s index f088f4c4d551..f239e9599ff9 100644 --- a/sys/i386/i386/locore.s +++ b/sys/i386/i386/locore.s @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)locore.s 7.3 (Berkeley) 5/13/91 - * $Id: locore.s,v 1.51 1995/03/11 03:49:46 phk Exp $ + * locore.s,v 1.52 1995/04/16 10:12:16 davidg Exp */ /* diff --git a/sys/i386/i386/machdep.c b/sys/i386/i386/machdep.c index 4a2d41d73d76..c03aa55f183c 100644 --- a/sys/i386/i386/machdep.c +++ b/sys/i386/i386/machdep.c @@ -35,7 +35,7 @@ * SUCH DAMAGE. * * from: @(#)machdep.c 7.4 (Berkeley) 6/3/91 - * $Id: machdep.c,v 1.127 1995/05/25 07:41:20 davidg Exp $ + * machdep.c,v 1.128 1995/05/30 07:59:33 rgrimes Exp */ #include "npx.h" diff --git a/sys/i386/i386/math_emu.h b/sys/i386/i386/math_emu.h index 453a903554a6..977408dd9735 100644 --- a/sys/i386/i386/math_emu.h +++ b/sys/i386/i386/math_emu.h @@ -3,7 +3,7 @@ * * (C) 1991 Linus Torvalds * - * $Id$ + * math_emu.h,v 1.2 1993/10/16 14:15:02 rgrimes Exp */ #ifndef _LINUX_MATH_EMU_H #define _LINUX_MATH_EMU_H diff --git a/sys/i386/i386/math_emulate.c b/sys/i386/i386/math_emulate.c index d2ae7eb83ed5..9d83ad9b68be 100644 --- a/sys/i386/i386/math_emulate.c +++ b/sys/i386/i386/math_emulate.c @@ -6,7 +6,7 @@ * [expediant "port" of linux 8087 emulator to 386BSD, with apologies -wfj] * * from: 386BSD 0.1 - * $Id: math_emulate.c,v 1.11 1995/05/11 19:26:09 rgrimes Exp $ + * math_emulate.c,v 1.12 1995/05/30 07:59:35 rgrimes Exp */ /* diff --git a/sys/i386/i386/mem.c b/sys/i386/i386/mem.c index 0d956888a089..2cee30b6320c 100644 --- a/sys/i386/i386/mem.c +++ b/sys/i386/i386/mem.c @@ -38,7 +38,7 @@ * * from: Utah $Hdr: mem.c 1.13 89/10/08$ * from: @(#)mem.c 7.2 (Berkeley) 5/9/91 - * $Id: mem.c,v 1.8 1994/05/25 08:54:24 rgrimes Exp $ + * mem.c,v 1.9 1994/08/06 10:25:34 davidg Exp */ /* diff --git a/sys/i386/i386/microtime.s b/sys/i386/i386/microtime.s index 19031c727c0b..01405791ea58 100644 --- a/sys/i386/i386/microtime.s +++ b/sys/i386/i386/microtime.s @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: Steve McCanne's microtime code - * $Id: microtime.s,v 1.6 1994/08/13 17:45:09 wollman Exp $ + * microtime.s,v 1.7 1994/11/05 23:53:46 bde Exp */ #include <machine/asmacros.h> diff --git a/sys/i386/i386/ns_cksum.c b/sys/i386/i386/ns_cksum.c index 142c9f827eec..c551a8100829 100644 --- a/sys/i386/i386/ns_cksum.c +++ b/sys/i386/i386/ns_cksum.c @@ -32,7 +32,7 @@ * * from: @(#)ns_cksum.c 7.7 (Berkeley) 4/29/91 * from NetBSD: ns_cksum.c,v 1.2 1993/05/22 07:59:55 cgd Exp - * $Id: ns_cksum.c,v 1.2 1993/12/19 00:50:07 wollman Exp $ + * ns_cksum.c,v 1.3 1994/08/13 03:49:43 wollman Exp */ #include <sys/param.h> diff --git a/sys/i386/i386/pmap.c b/sys/i386/i386/pmap.c index 99716033654a..7ddfb3355205 100644 --- a/sys/i386/i386/pmap.c +++ b/sys/i386/i386/pmap.c @@ -39,7 +39,7 @@ * SUCH DAMAGE. * * from: @(#)pmap.c 7.7 (Berkeley) 5/12/91 - * $Id: pmap.c,v 1.57 1995/05/11 19:26:11 rgrimes Exp $ + * pmap.c,v 1.58 1995/05/30 07:59:38 rgrimes Exp */ /* diff --git a/sys/i386/i386/procfs_machdep.c b/sys/i386/i386/procfs_machdep.c index 1b51d06a6eef..2f846840960b 100644 --- a/sys/i386/i386/procfs_machdep.c +++ b/sys/i386/i386/procfs_machdep.c @@ -37,7 +37,7 @@ * @(#)procfs_machdep.c 8.3 (Berkeley) 1/27/94 * * From: - * $Id: procfs_machdep.c,v 1.3 1995/01/14 13:20:09 bde Exp $ + * procfs_machdep.c,v 1.4 1995/03/16 18:11:29 bde Exp */ /* diff --git a/sys/i386/i386/support.s b/sys/i386/i386/support.s index db0fa03c5e4e..1e9551fd872e 100644 --- a/sys/i386/i386/support.s +++ b/sys/i386/i386/support.s @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: support.s,v 1.21 1995/03/11 03:49:50 phk Exp $ + * support.s,v 1.22 1995/05/02 05:20:26 davidg Exp */ #include "assym.s" /* system definitions */ diff --git a/sys/i386/i386/swapgeneric.c b/sys/i386/i386/swapgeneric.c index 5dd5edb80b4e..a98c130e7249 100644 --- a/sys/i386/i386/swapgeneric.c +++ b/sys/i386/i386/swapgeneric.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)swapgeneric.c 5.5 (Berkeley) 5/9/91 - * $Id: swapgeneric.c,v 1.9 1995/04/03 00:25:06 wpaul Exp $ + * swapgeneric.c,v 1.10 1995/05/12 16:11:07 wpaul Exp */ #include <sys/param.h> diff --git a/sys/i386/i386/swtch.s b/sys/i386/i386/swtch.s index e15298d6d046..3bae54291248 100644 --- a/sys/i386/i386/swtch.s +++ b/sys/i386/i386/swtch.s @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: swtch.s,v 1.19 1995/01/21 15:20:23 bde Exp $ + * swtch.s,v 1.20 1995/02/17 02:22:42 phk Exp */ #include "npx.h" /* for NNPX */ diff --git a/sys/i386/i386/symbols.raw b/sys/i386/i386/symbols.raw index ce017d599801..da3afb5d937e 100644 --- a/sys/i386/i386/symbols.raw +++ b/sys/i386/i386/symbols.raw @@ -1,6 +1,6 @@ # @(#)symbols.raw 7.6 (Berkeley) 5/8/91 # -# $Id: symbols.raw,v 1.3 1994/05/25 08:55:13 rgrimes Exp $ +# symbols.raw,v 1.4 1994/10/09 07:34:30 davidg Exp # diff --git a/sys/i386/i386/sys_machdep.c b/sys/i386/i386/sys_machdep.c index 3c4f1cc264c3..722da8c29033 100644 --- a/sys/i386/i386/sys_machdep.c +++ b/sys/i386/i386/sys_machdep.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)sys_machdep.c 5.5 (Berkeley) 1/19/91 - * $Id: sys_machdep.c,v 1.8 1995/03/10 08:13:07 davidg Exp $ + * sys_machdep.c,v 1.9 1995/05/30 07:59:40 rgrimes Exp * */ diff --git a/sys/i386/i386/trap.c b/sys/i386/i386/trap.c index b3eea79695cd..cc78a7bdaf41 100644 --- a/sys/i386/i386/trap.c +++ b/sys/i386/i386/trap.c @@ -35,7 +35,7 @@ * SUCH DAMAGE. * * from: @(#)trap.c 7.4 (Berkeley) 5/13/91 - * $Id: trap.c,v 1.52 1995/05/30 07:59:43 rgrimes Exp $ + * trap.c,v 1.52.2.1 1995/06/05 00:22:04 davidg Exp */ /* diff --git a/sys/i386/i386/userconfig.c b/sys/i386/i386/userconfig.c index 0d1601675fb2..311716265833 100644 --- a/sys/i386/i386/userconfig.c +++ b/sys/i386/i386/userconfig.c @@ -40,7 +40,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: userconfig.c,v 1.27 1995/05/08 06:14:16 jkh Exp $ + * userconfig.c,v 1.28 1995/05/30 07:59:44 rgrimes Exp */ #include <sys/param.h> diff --git a/sys/i386/i386/vm_machdep.c b/sys/i386/i386/vm_machdep.c index 2ff3602015b3..4b5e086f9d29 100644 --- a/sys/i386/i386/vm_machdep.c +++ b/sys/i386/i386/vm_machdep.c @@ -38,7 +38,7 @@ * * from: @(#)vm_machdep.c 7.3 (Berkeley) 5/13/91 * Utah $Hdr: vm_machdep.c 1.16.1.1 89/06/23$ - * $Id: vm_machdep.c,v 1.38 1995/05/18 09:17:07 davidg Exp $ + * vm_machdep.c,v 1.39 1995/05/30 07:59:46 rgrimes Exp */ #include "npx.h" diff --git a/sys/i386/ibcs2/coff.h b/sys/i386/ibcs2/coff.h index 0a25b84ee584..85a4ed570ca5 100644 --- a/sys/i386/ibcs2/coff.h +++ b/sys/i386/ibcs2/coff.h @@ -26,7 +26,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. * - * $Id: coff.h,v 1.1 1994/10/12 19:37:16 sos Exp $ + * coff.h,v 1.1 1994/10/14 08:53:14 sos Exp */ #ifndef _COFF_H diff --git a/sys/i386/ibcs2/ibcs2.h b/sys/i386/ibcs2/ibcs2.h index 8063c7be0b84..8efc178d8e98 100644 --- a/sys/i386/ibcs2/ibcs2.h +++ b/sys/i386/ibcs2/ibcs2.h @@ -26,7 +26,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. * - * $Id: ibcs2.h,v 1.3 1994/10/17 22:13:06 sos Exp $ + * ibcs2.h,v 1.4 1995/05/30 07:59:50 rgrimes Exp */ /* trace all iBCS2 system calls */ diff --git a/sys/i386/ibcs2/ibcs2_dummy.c b/sys/i386/ibcs2/ibcs2_dummy.c index 7a7c10275faf..3b4a47e3db1c 100644 --- a/sys/i386/ibcs2/ibcs2_dummy.c +++ b/sys/i386/ibcs2/ibcs2_dummy.c @@ -26,7 +26,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. * - * $Id: ibcs2_dummy.c,v 1.1 1994/10/14 08:52:59 sos Exp $ + * ibcs2_dummy.c,v 1.2 1995/05/30 07:59:51 rgrimes Exp */ #include <i386/ibcs2/ibcs2.h> diff --git a/sys/i386/ibcs2/ibcs2_file.c b/sys/i386/ibcs2/ibcs2_file.c index c6217582a179..4b144c31b840 100644 --- a/sys/i386/ibcs2/ibcs2_file.c +++ b/sys/i386/ibcs2/ibcs2_file.c @@ -35,7 +35,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: ibcs2_file.c,v 1.2 1994/12/14 22:03:48 sos Exp $ + * ibcs2_file.c,v 1.3 1995/05/30 07:59:53 rgrimes Exp */ #include <i386/ibcs2/ibcs2.h> diff --git a/sys/i386/ibcs2/ibcs2_ioctl.c b/sys/i386/ibcs2/ibcs2_ioctl.c index 2f2a6cb8a67c..7b716e446458 100644 --- a/sys/i386/ibcs2/ibcs2_ioctl.c +++ b/sys/i386/ibcs2/ibcs2_ioctl.c @@ -26,7 +26,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. * - * $Id: ibcs2_ioctl.c,v 1.3 1994/10/23 19:19:42 sos Exp $ + * ibcs2_ioctl.c,v 1.4 1995/05/30 07:59:54 rgrimes Exp */ #include <i386/ibcs2/ibcs2.h> diff --git a/sys/i386/ibcs2/ibcs2_ipc.c b/sys/i386/ibcs2/ibcs2_ipc.c index e2e5a5b81fcf..cd1ada91c7f5 100644 --- a/sys/i386/ibcs2/ibcs2_ipc.c +++ b/sys/i386/ibcs2/ibcs2_ipc.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. * - * $Id: ibcs2_ipc.c,v 1.1 1994/10/14 08:53:04 sos Exp $ + * ibcs2_ipc.c,v 1.2 1995/05/30 07:59:56 rgrimes Exp */ #include <i386/ibcs2/ibcs2.h> diff --git a/sys/i386/ibcs2/ibcs2_isc.c b/sys/i386/ibcs2/ibcs2_isc.c index a6c9dbd09593..6195c0245819 100644 --- a/sys/i386/ibcs2/ibcs2_isc.c +++ b/sys/i386/ibcs2/ibcs2_isc.c @@ -26,7 +26,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. * - * $Id: ibcs2_isc.c,v 1.3 1995/04/30 11:30:12 ache Exp $ + * ibcs2_isc.c,v 1.4 1995/05/30 07:59:58 rgrimes Exp */ #include <i386/ibcs2/ibcs2.h> diff --git a/sys/i386/ibcs2/ibcs2_misc.c b/sys/i386/ibcs2/ibcs2_misc.c index 742f211fd056..dbd0dac0c9ee 100644 --- a/sys/i386/ibcs2/ibcs2_misc.c +++ b/sys/i386/ibcs2/ibcs2_misc.c @@ -35,7 +35,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: ibcs2_misc.c,v 1.4 1995/05/02 17:14:38 ache Exp $ + * ibcs2_misc.c,v 1.5 1995/05/30 07:59:59 rgrimes Exp */ #include <i386/ibcs2/ibcs2.h> diff --git a/sys/i386/ibcs2/ibcs2_signal.c b/sys/i386/ibcs2/ibcs2_signal.c index 3171c2c2ea5a..647dc4cc405b 100644 --- a/sys/i386/ibcs2/ibcs2_signal.c +++ b/sys/i386/ibcs2/ibcs2_signal.c @@ -35,7 +35,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: ibcs2_signal.c,v 1.1 1994/10/14 08:53:07 sos Exp $ + * ibcs2_signal.c,v 1.2 1995/05/30 08:00:06 rgrimes Exp */ #include <i386/ibcs2/ibcs2.h> diff --git a/sys/i386/ibcs2/ibcs2_socksys.c b/sys/i386/ibcs2/ibcs2_socksys.c index a1a52ad50851..6b2efbbf76db 100644 --- a/sys/i386/ibcs2/ibcs2_socksys.c +++ b/sys/i386/ibcs2/ibcs2_socksys.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. * - * $Id: ibcs2_socksys.c,v 1.2 1994/10/17 22:13:08 sos Exp $ + * ibcs2_socksys.c,v 1.3 1995/05/30 08:00:07 rgrimes Exp */ #include <sys/param.h> diff --git a/sys/i386/ibcs2/ibcs2_socksys.h b/sys/i386/ibcs2/ibcs2_socksys.h index fc5b2e2fa963..c95d27137ee4 100644 --- a/sys/i386/ibcs2/ibcs2_socksys.h +++ b/sys/i386/ibcs2/ibcs2_socksys.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. * - * $Id: ibcs2_socksys.h,v 1.2 1994/10/17 22:13:10 sos Exp $ + * ibcs2_socksys.h,v 1.3 1995/05/30 08:00:09 rgrimes Exp */ struct ss_call { diff --git a/sys/i386/ibcs2/ibcs2_stats.c b/sys/i386/ibcs2/ibcs2_stats.c index eee1ef4ca155..9bacee9e2b5a 100644 --- a/sys/i386/ibcs2/ibcs2_stats.c +++ b/sys/i386/ibcs2/ibcs2_stats.c @@ -35,7 +35,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: ibcs2_stats.c,v 1.1 1994/10/14 08:53:09 sos Exp $ + * ibcs2_stats.c,v 1.2 1995/05/30 08:00:11 rgrimes Exp */ #include <i386/ibcs2/ibcs2.h> diff --git a/sys/i386/ibcs2/ibcs2_sysent.c b/sys/i386/ibcs2/ibcs2_sysent.c index 23ce9ce927cb..a1ba17437e31 100644 --- a/sys/i386/ibcs2/ibcs2_sysent.c +++ b/sys/i386/ibcs2/ibcs2_sysent.c @@ -26,7 +26,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. * - * $Id: ibcs2_sysent.c,v 1.1 1994/10/14 08:53:10 sos Exp $ + * ibcs2_sysent.c,v 1.2 1995/05/30 08:00:12 rgrimes Exp */ #include <i386/ibcs2/ibcs2.h> diff --git a/sys/i386/ibcs2/ibcs2_sysi86.c b/sys/i386/ibcs2/ibcs2_sysi86.c index 611ad1080a77..82f61a55b89a 100644 --- a/sys/i386/ibcs2/ibcs2_sysi86.c +++ b/sys/i386/ibcs2/ibcs2_sysi86.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. * - * $Id: ibcs2_sysi86.c,v 1.1 1994/10/14 08:53:11 sos Exp $ + * ibcs2_sysi86.c,v 1.2 1995/05/30 08:00:14 rgrimes Exp */ #include <i386/ibcs2/ibcs2.h> diff --git a/sys/i386/ibcs2/ibcs2_xenix.c b/sys/i386/ibcs2/ibcs2_xenix.c index 3bbe7e7c9e71..a3f58521446c 100644 --- a/sys/i386/ibcs2/ibcs2_xenix.c +++ b/sys/i386/ibcs2/ibcs2_xenix.c @@ -26,7 +26,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. * - * $Id: ibcs2_xenix.c,v 1.4 1995/05/02 13:14:59 ache Exp $ + * ibcs2_xenix.c,v 1.5 1995/05/30 08:00:15 rgrimes Exp */ #include <i386/ibcs2/ibcs2.h> diff --git a/sys/i386/ibcs2/imgact_coff.c b/sys/i386/ibcs2/imgact_coff.c index f7e7670be62f..1b5a533d50bf 100644 --- a/sys/i386/ibcs2/imgact_coff.c +++ b/sys/i386/ibcs2/imgact_coff.c @@ -26,7 +26,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. * - * $Id: imgact_coff.c,v 1.3 1995/04/08 15:52:30 joerg Exp $ + * imgact_coff.c,v 1.4 1995/05/30 08:00:17 rgrimes Exp */ #include <sys/param.h> diff --git a/sys/i386/include/ansi.h b/sys/i386/include/ansi.h index 601b0dfbfd53..6170834c7abf 100644 --- a/sys/i386/include/ansi.h +++ b/sys/i386/include/ansi.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)ansi.h 8.2 (Berkeley) 1/4/94 - * $Id: ansi.h,v 1.6 1995/02/03 21:23:46 bde Exp $ + * ansi.h,v 1.7 1995/05/30 08:00:22 rgrimes Exp */ #ifndef _MACHINE_ANSI_H_ diff --git a/sys/i386/include/apm_bios.h b/sys/i386/include/apm_bios.h index 868455b3bacb..1502f181570e 100644 --- a/sys/i386/include/apm_bios.h +++ b/sys/i386/include/apm_bios.h @@ -12,7 +12,7 @@ * * Aug, 1994 Implemented on FreeBSD 1.1.5.1R (Toshiba AVS001WD) * - * $Id: apm_bios.h,v 1.4 1995/02/17 02:22:45 phk Exp $ + * apm_bios.h,v 1.5 1995/05/30 08:00:23 rgrimes Exp */ #ifndef _MACHINE_APM_BIOS_H_ diff --git a/sys/i386/include/apm_segments.h b/sys/i386/include/apm_segments.h index c76df0787fad..4f49c9021119 100644 --- a/sys/i386/include/apm_segments.h +++ b/sys/i386/include/apm_segments.h @@ -12,7 +12,7 @@ * * Sep., 1994 Implemented on FreeBSD 1.1.5.1R (Toshiba AVS001WD) * - * $Id: apm_segments.h,v 1.3 1995/02/17 02:22:46 phk Exp $ + * apm_segments.h,v 1.4 1995/05/30 08:00:25 rgrimes Exp */ #ifndef _MACHINE_APM_SEGMENTS_H diff --git a/sys/i386/include/asmacros.h b/sys/i386/include/asmacros.h index b2a6dc839f2e..bedf4e552c2e 100644 --- a/sys/i386/include/asmacros.h +++ b/sys/i386/include/asmacros.h @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: asmacros.h,v 1.4 1994/08/19 11:20:11 jkh Exp $ + * asmacros.h,v 1.5 1994/09/08 12:25:18 bde Exp */ #ifndef _MACHINE_ASMACROS_H_ diff --git a/sys/i386/include/bootinfo.h b/sys/i386/include/bootinfo.h index d0b471f4ee5a..c19d00cba6bf 100644 --- a/sys/i386/include/bootinfo.h +++ b/sys/i386/include/bootinfo.h @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: bootinfo.h,v 1.4 1995/01/25 21:40:32 bde Exp $ + * bootinfo.h,v 1.5 1995/05/30 08:00:26 rgrimes Exp */ #ifndef _MACHINE_BOOTINFO_H_ diff --git a/sys/i386/include/cons.h b/sys/i386/include/cons.h index faa17d12332c..2d3693282414 100644 --- a/sys/i386/include/cons.h +++ b/sys/i386/include/cons.h @@ -3,6 +3,6 @@ * needs to access these functions. In the mean time, just include the * header where it sits. * - * $Id$ + * cons.h,v 1.2 1994/08/02 07:38:41 davidg Exp */ #include <i386/i386/cons.h> diff --git a/sys/i386/include/console.h b/sys/i386/include/console.h index 870c5de887ec..eff61bd1bfe9 100644 --- a/sys/i386/include/console.h +++ b/sys/i386/include/console.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. * - * $Id: console.h,v 1.18 1995/01/28 22:15:30 sos Exp $ + * console.h,v 1.19 1995/05/30 08:00:28 rgrimes Exp */ #ifndef _CONSOLE_H_ diff --git a/sys/i386/include/cpu.h b/sys/i386/include/cpu.h index 58a5ab6778ba..a64dfde9ec00 100644 --- a/sys/i386/include/cpu.h +++ b/sys/i386/include/cpu.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)cpu.h 5.4 (Berkeley) 5/9/91 - * $Id: cpu.h,v 1.19 1994/12/03 10:18:24 bde Exp $ + * cpu.h,v 1.20 1995/05/04 07:50:06 davidg Exp */ #ifndef _MACHINE_CPU_H_ diff --git a/sys/i386/include/cpufunc.h b/sys/i386/include/cpufunc.h index 576ba23e26c8..ee39b7cac3a5 100644 --- a/sys/i386/include/cpufunc.h +++ b/sys/i386/include/cpufunc.h @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: cpufunc.h,v 1.36 1995/05/14 22:25:11 davidg Exp $ + * cpufunc.h,v 1.37 1995/05/30 08:00:30 rgrimes Exp */ /* diff --git a/sys/i386/include/cputypes.h b/sys/i386/include/cputypes.h index 52d8e2051224..b23935b363a9 100644 --- a/sys/i386/include/cputypes.h +++ b/sys/i386/include/cputypes.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. * - * $Id: cputypes.h,v 1.2 1993/11/07 17:42:49 wollman Exp $ + * cputypes.h,v 1.3 1994/09/04 19:59:23 pst Exp */ #ifndef _MACHINE_CPUTYPES_H_ diff --git a/sys/i386/include/db_machdep.h b/sys/i386/include/db_machdep.h index cae2a45e191b..b43dd2a2e681 100644 --- a/sys/i386/include/db_machdep.h +++ b/sys/i386/include/db_machdep.h @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie Mellon * the rights to redistribute these changes. * - * $Id: db_machdep.h,v 1.7 1995/01/14 10:34:52 bde Exp $ + * db_machdep.h,v 1.8 1995/05/30 08:00:34 rgrimes Exp */ #ifndef _MACHINE_DB_MACHDEP_H_ diff --git a/sys/i386/include/devconf.h b/sys/i386/include/devconf.h index f4fbe34aa5d3..b93dcfdf8c01 100644 --- a/sys/i386/include/devconf.h +++ b/sys/i386/include/devconf.h @@ -22,7 +22,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: devconf.h,v 1.8 1995/02/04 12:47:19 se Exp $ + * devconf.h,v 1.9 1995/05/30 08:00:37 rgrimes Exp */ /* * devconf.h - machine-dependent device configuration table diff --git a/sys/i386/include/endian.h b/sys/i386/include/endian.h index ac60e4c73d20..d65f2a1e3a66 100644 --- a/sys/i386/include/endian.h +++ b/sys/i386/include/endian.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)endian.h 7.8 (Berkeley) 4/3/91 - * $Id: endian.h,v 1.5 1994/09/10 20:03:14 csgr Exp $ + * endian.h,v 1.6 1995/02/12 08:31:31 jkh Exp */ #ifndef _MACHINE_ENDIAN_H_ diff --git a/sys/i386/include/exec.h b/sys/i386/include/exec.h index c08283f7384a..8ceb444e99b5 100644 --- a/sys/i386/include/exec.h +++ b/sys/i386/include/exec.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)exec.h 8.1 (Berkeley) 6/11/93 - * $Id: exec.h,v 1.4 1994/08/09 14:39:56 jkh Exp $ + * exec.h,v 1.5 1994/09/24 21:36:38 davidg Exp */ #ifndef _EXEC_H_ diff --git a/sys/i386/include/float.h b/sys/i386/include/float.h index fb5967e6eadc..9c0bec18e7b5 100644 --- a/sys/i386/include/float.h +++ b/sys/i386/include/float.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)float.h 7.1 (Berkeley) 5/8/90 - * $Id: float.h,v 1.4 1993/10/16 14:39:16 rgrimes Exp $ + * float.h,v 1.5 1993/11/07 17:42:53 wollman Exp */ #ifndef _MACHINE_FLOAT_H_ diff --git a/sys/i386/include/floatingpoint.h b/sys/i386/include/floatingpoint.h index 69cb204c835c..b0642c7edc29 100644 --- a/sys/i386/include/floatingpoint.h +++ b/sys/i386/include/floatingpoint.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#) floatingpoint.h 1.0 (Berkeley) 9/23/93 - * $Id: floatingpoint.h,v 1.5 1994/08/04 19:16:36 wollman Exp $ + * floatingpoint.h,v 1.6 1994/09/20 22:26:37 bde Exp */ #ifndef _FLOATINGPOINT_H_ diff --git a/sys/i386/include/frame.h b/sys/i386/include/frame.h index 9bee6edd2d13..ed7a998b2746 100644 --- a/sys/i386/include/frame.h +++ b/sys/i386/include/frame.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)frame.h 5.2 (Berkeley) 1/18/91 - * $Id: frame.h,v 1.9 1994/05/25 08:56:02 rgrimes Exp $ + * frame.h,v 1.10 1995/03/16 18:11:42 bde Exp */ #ifndef _MACHINE_FRAME_H_ diff --git a/sys/i386/include/ieeefp.h b/sys/i386/include/ieeefp.h index d36ede3cbd1e..6faaa8fbbe52 100644 --- a/sys/i386/include/ieeefp.h +++ b/sys/i386/include/ieeefp.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#) ieeefp.h 1.0 (Berkeley) 9/23/93 - * $Id: ieeefp.h,v 1.1 1994/08/04 19:16:37 wollman Exp $ + * ieeefp.h,v 1.2 1994/08/05 14:36:04 wollman Exp */ /* diff --git a/sys/i386/include/ioctl_ctx.h b/sys/i386/include/ioctl_ctx.h index a330664c8579..3d1e474feb9e 100644 --- a/sys/i386/include/ioctl_ctx.h +++ b/sys/i386/include/ioctl_ctx.h @@ -7,7 +7,7 @@ * of this software, nor does the author assume any responsibility * for damages incurred with its use * - * $Id: ioctl_ctx.h,v 1.1 1994/10/01 17:59:38 davidg Exp $ + * ioctl_ctx.h,v 1.2 1995/05/30 08:00:40 rgrimes Exp */ /* diff --git a/sys/i386/include/ioctl_fd.h b/sys/i386/include/ioctl_fd.h index 67329399ad84..e058fc2af011 100644 --- a/sys/i386/include/ioctl_fd.h +++ b/sys/i386/include/ioctl_fd.h @@ -24,7 +24,7 @@ * USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH * DAMAGE. * - * $Id: ioctl_fd.h,v 1.6 1994/09/25 18:41:21 joerg Exp $ + * ioctl_fd.h,v 1.7 1994/10/30 19:17:39 joerg Exp */ #ifndef _IOCTL_FD_H diff --git a/sys/i386/include/ipl.h b/sys/i386/include/ipl.h index 773fa9c700c6..5da382fad7a6 100644 --- a/sys/i386/include/ipl.h +++ b/sys/i386/include/ipl.h @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * ipl.h,v 1.2 1994/08/02 07:38:49 davidg Exp */ #ifndef _ISA_IPL_H_ diff --git a/sys/i386/include/limits.h b/sys/i386/include/limits.h index c71216f7afff..3f7dd9b93fd5 100644 --- a/sys/i386/include/limits.h +++ b/sys/i386/include/limits.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)limits.h 8.3 (Berkeley) 1/4/94 - * $Id: limits.h,v 1.8 1994/08/02 07:38:50 davidg Exp $ + * limits.h,v 1.9 1995/02/03 21:49:18 bde Exp */ #ifndef _MACHINE_LIMITS_H_ diff --git a/sys/i386/include/lpt.h b/sys/i386/include/lpt.h index a203c7d69d54..d47e26b95781 100644 --- a/sys/i386/include/lpt.h +++ b/sys/i386/include/lpt.h @@ -11,7 +11,7 @@ * * Geoff Rehmet, Rhodes University, South Africa <csgr@cs.ru.ac.za> * - * $Id: lpt.h,v 1.2 1994/08/02 07:38:52 davidg Exp $ + * lpt.h,v 1.3 1995/05/30 08:00:41 rgrimes Exp */ #ifndef _LPT_PRINTER_H_ diff --git a/sys/i386/include/md_var.h b/sys/i386/include/md_var.h index 34854b05c1b2..f8ac6261c29d 100644 --- a/sys/i386/include/md_var.h +++ b/sys/i386/include/md_var.h @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: md_var.h,v 1.2 1995/03/28 07:55:08 bde Exp $ + * md_var.h,v 1.3 1995/05/30 08:00:43 rgrimes Exp */ #ifndef _MACHINE_MD_VAR_H_ diff --git a/sys/i386/include/mouse.h b/sys/i386/include/mouse.h index 95a66e474c6d..c94d67bb111d 100644 --- a/sys/i386/include/mouse.h +++ b/sys/i386/include/mouse.h @@ -19,7 +19,7 @@ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: mouse.h,v 1.1 1994/05/17 14:05:31 jkh Exp $ + * mouse.h,v 1.1 1994/09/09 11:27:31 dfr Exp */ struct mouseinfo { diff --git a/sys/i386/include/mtpr.h b/sys/i386/include/mtpr.h index e8347e677541..98a04cb2e233 100644 --- a/sys/i386/include/mtpr.h +++ b/sys/i386/include/mtpr.h @@ -1,4 +1,4 @@ /* * Unused in 386BSD port - * $Id$ + * mtpr.h,v 1.2 1993/10/16 14:39:21 rgrimes Exp */ diff --git a/sys/i386/include/npx.h b/sys/i386/include/npx.h index e56fdc216e2b..763fcb0c9b3f 100644 --- a/sys/i386/include/npx.h +++ b/sys/i386/include/npx.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)npx.h 5.3 (Berkeley) 1/18/91 - * $Id: npx.h,v 1.6 1994/11/05 22:59:09 bde Exp $ + * npx.h,v 1.7 1995/01/03 03:57:46 bde Exp */ /* diff --git a/sys/i386/include/param.h b/sys/i386/include/param.h index 716c19b64b74..da198d1790a3 100644 --- a/sys/i386/include/param.h +++ b/sys/i386/include/param.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)param.h 5.8 (Berkeley) 6/28/91 - * $Id: param.h,v 1.18 1995/02/19 10:36:17 gpalmer Exp $ + * param.h,v 1.19 1995/05/25 07:41:27 davidg Exp */ #ifndef _MACHINE_PARAM_H_ diff --git a/sys/i386/include/pc/display.h b/sys/i386/include/pc/display.h index 9e64a3f13307..245f80f03ef4 100644 --- a/sys/i386/include/pc/display.h +++ b/sys/i386/include/pc/display.h @@ -1,7 +1,7 @@ /* * IBM PC display definitions * - * $Id$ + * display.h,v 1.2 1993/10/16 14:40:55 rgrimes Exp */ /* Color attributes for foreground text */ diff --git a/sys/i386/include/pc/msdos.h b/sys/i386/include/pc/msdos.h index ea221c7954a5..031eb5a64ff1 100644 --- a/sys/i386/include/pc/msdos.h +++ b/sys/i386/include/pc/msdos.h @@ -3,7 +3,7 @@ * [obtained from mtools -wfj] * how to decipher DOS disk structures in coexisting with DOS * - * $Id$ + * msdos.h,v 1.2 1993/10/16 14:40:57 rgrimes Exp */ #define MSECTOR_SIZE 512 /* MSDOS sector size in bytes */ diff --git a/sys/i386/include/pcaudioio.h b/sys/i386/include/pcaudioio.h index d88733470281..693fa7ff4e07 100644 --- a/sys/i386/include/pcaudioio.h +++ b/sys/i386/include/pcaudioio.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. * - * $Id: pcaudioio.h,v 1.3 1994/09/29 08:31:39 sos Exp $ + * pcaudioio.h,v 1.4 1995/05/30 08:00:44 rgrimes Exp */ #ifndef _PCAUDIOIO_H_ diff --git a/sys/i386/include/pcb.h b/sys/i386/include/pcb.h index 8ce7febb5ada..1141a5b7af19 100644 --- a/sys/i386/include/pcb.h +++ b/sys/i386/include/pcb.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)pcb.h 5.10 (Berkeley) 5/12/91 - * $Id: pcb.h,v 1.7 1994/10/08 22:21:33 phk Exp $ + * pcb.h,v 1.8 1994/12/03 10:02:55 bde Exp */ #ifndef _I386_PCB_H_ diff --git a/sys/i386/include/pmap.h b/sys/i386/include/pmap.h index 6a35c0536f6a..8228302b9999 100644 --- a/sys/i386/include/pmap.h +++ b/sys/i386/include/pmap.h @@ -42,7 +42,7 @@ * * from: hp300: @(#)pmap.h 7.2 (Berkeley) 12/16/90 * from: @(#)pmap.h 7.4 (Berkeley) 5/12/91 - * $Id: pmap.h,v 1.25 1995/03/26 23:42:55 davidg Exp $ + * pmap.h,v 1.26 1995/05/30 08:00:48 rgrimes Exp */ #ifndef _MACHINE_PMAP_H_ diff --git a/sys/i386/include/proc.h b/sys/i386/include/proc.h index 92de3af87dcf..262c60075bb6 100644 --- a/sys/i386/include/proc.h +++ b/sys/i386/include/proc.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)proc.h 7.1 (Berkeley) 5/15/91 - * $Id: proc.h,v 1.2 1993/10/16 14:39:24 rgrimes Exp $ + * proc.h,v 1.4 1994/05/25 08:56:29 rgrimes Exp */ #ifndef _MACHINE_PROC_H_ diff --git a/sys/i386/include/profile.h b/sys/i386/include/profile.h index 9fe27ec5eda8..ebf1c4af07f1 100644 --- a/sys/i386/include/profile.h +++ b/sys/i386/include/profile.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)profile.h 8.1 (Berkeley) 6/11/93 - * $Id: profile.h,v 1.3 1994/08/21 04:55:29 paul Exp $ + * profile.h,v 1.4 1994/09/15 16:27:14 paul Exp */ #ifndef _I386_MACHINE_PROFILE_H_ diff --git a/sys/i386/include/psl.h b/sys/i386/include/psl.h index 3d96dbc52495..566b1875bc68 100644 --- a/sys/i386/include/psl.h +++ b/sys/i386/include/psl.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)psl.h 5.2 (Berkeley) 1/18/91 - * $Id: psl.h,v 1.5 1994/08/10 03:51:18 wollman Exp $ + * psl.h,v 1.6 1995/01/14 13:20:25 bde Exp */ #ifndef _MACHINE_PSL_H_ diff --git a/sys/i386/include/pte.h b/sys/i386/include/pte.h index b68f71610cca..b406c794ac52 100644 --- a/sys/i386/include/pte.h +++ b/sys/i386/include/pte.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)pte.h 5.5 (Berkeley) 5/9/91 - * $Id: pte.h,v 1.7 1994/09/04 23:10:25 davidg Exp $ + * pte.h,v 1.8 1995/05/30 08:00:49 rgrimes Exp */ #ifndef _MACHINE_PTE_H_ diff --git a/sys/i386/include/ptrace.h b/sys/i386/include/ptrace.h index 0892b83e2606..d14d415db07c 100644 --- a/sys/i386/include/ptrace.h +++ b/sys/i386/include/ptrace.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)ptrace.h 8.1 (Berkeley) 6/11/93 - * $Id$ + * ptrace.h,v 1.2 1994/08/02 07:38:57 davidg Exp */ /* diff --git a/sys/i386/include/reg.h b/sys/i386/include/reg.h index 9fc18148ff36..f9208a7119c6 100644 --- a/sys/i386/include/reg.h +++ b/sys/i386/include/reg.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)reg.h 5.5 (Berkeley) 1/18/91 - * $Id: reg.h,v 1.9 1994/10/02 17:31:29 phk Exp $ + * reg.h,v 1.10 1995/01/14 10:41:41 bde Exp */ #ifndef _MACHINE_REG_H_ diff --git a/sys/i386/include/reloc.h b/sys/i386/include/reloc.h index 7f9cfad64a27..069e6805fd55 100644 --- a/sys/i386/include/reloc.h +++ b/sys/i386/include/reloc.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)reloc.h 8.1 (Berkeley) 6/10/93 - * $Id: reloc.h,v 1.3 1994/08/09 14:39:57 jkh Exp $ + * reloc.h,v 1.4 1994/08/21 04:55:30 paul Exp */ #ifndef _I386_MACHINE_RELOC_H_ diff --git a/sys/i386/include/segments.h b/sys/i386/include/segments.h index dcac309481a7..91a59b9023ef 100644 --- a/sys/i386/include/segments.h +++ b/sys/i386/include/segments.h @@ -35,7 +35,7 @@ * SUCH DAMAGE. * * from: @(#)segments.h 7.1 (Berkeley) 5/9/91 - * $Id: segments.h,v 1.8 1995/02/14 19:21:15 sos Exp $ + * segments.h,v 1.9 1995/05/30 08:00:50 rgrimes Exp */ #ifndef _MACHINE_SEGMENTS_H_ diff --git a/sys/i386/include/signal.h b/sys/i386/include/signal.h index 093278f1399a..420517d5258c 100644 --- a/sys/i386/include/signal.h +++ b/sys/i386/include/signal.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)signal.h 8.1 (Berkeley) 6/11/93 - * $Id: signal.h,v 1.3 1994/08/02 07:39:01 davidg Exp $ + * signal.h,v 1.4 1994/08/21 04:55:30 paul Exp */ #ifndef _I386_MACHINE_SIGNAL_H_ diff --git a/sys/i386/include/soundcard.h b/sys/i386/include/soundcard.h index 7bd55ebe5501..28e7b7266e20 100644 --- a/sys/i386/include/soundcard.h +++ b/sys/i386/include/soundcard.h @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: soundcard.h,v 1.12 1995/03/08 18:43:49 ugen Exp $ + * soundcard.h,v 1.13 1995/05/30 08:00:52 rgrimes Exp */ /* diff --git a/sys/i386/include/speaker.h b/sys/i386/include/speaker.h index f097e4807cf8..70827290740f 100644 --- a/sys/i386/include/speaker.h +++ b/sys/i386/include/speaker.h @@ -4,7 +4,7 @@ * v1.4 by Eric S. Raymond (esr@snark.thyrsus.com) Aug 1993 * modified for FreeBSD by Andrew A. Chernov <ache@astral.msk.su> * - * $Id$ + * speaker.h,v 1.2 1994/08/02 07:39:05 davidg Exp */ #ifndef _SPEAKER_H_ diff --git a/sys/i386/include/specialreg.h b/sys/i386/include/specialreg.h index 75cc79dae89b..0e7fea6fa0a2 100644 --- a/sys/i386/include/specialreg.h +++ b/sys/i386/include/specialreg.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)specialreg.h 7.1 (Berkeley) 5/9/91 - * $Id: specialreg.h,v 1.6 1995/01/14 10:44:55 bde Exp $ + * specialreg.h,v 1.7 1995/05/30 08:00:54 rgrimes Exp */ #ifndef _MACHINE_SPECIALREG_H_ diff --git a/sys/i386/include/spl.h b/sys/i386/include/spl.h index 1db479fe5ddc..1f1b7bc0ab20 100644 --- a/sys/i386/include/spl.h +++ b/sys/i386/include/spl.h @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: spl.h,v 1.7 1995/05/11 00:13:01 wollman Exp $ + * spl.h,v 1.8 1995/05/11 07:44:16 bde Exp */ #ifndef _MACHINE_IPL_H_ diff --git a/sys/i386/include/stdarg.h b/sys/i386/include/stdarg.h index 0fce3ee8f433..b1e02ee497d9 100644 --- a/sys/i386/include/stdarg.h +++ b/sys/i386/include/stdarg.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)stdarg.h 8.1 (Berkeley) 6/10/93 - * $Id: stdarg.h,v 1.5 1994/08/02 07:39:09 davidg Exp $ + * stdarg.h,v 1.6 1995/01/24 16:22:52 ache Exp */ #ifndef _STDARG_H_ diff --git a/sys/i386/include/sysarch.h b/sys/i386/include/sysarch.h index 746cef1011fe..6d8ac6d8c9bd 100644 --- a/sys/i386/include/sysarch.h +++ b/sys/i386/include/sysarch.h @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * sysarch.h,v 1.4 1994/08/02 07:39:11 davidg Exp */ /* diff --git a/sys/i386/include/trap.h b/sys/i386/include/trap.h index e1ead777f348..03e350964802 100644 --- a/sys/i386/include/trap.h +++ b/sys/i386/include/trap.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)trap.h 5.4 (Berkeley) 5/9/91 - * $Id: trap.h,v 1.3 1993/11/07 17:43:15 wollman Exp $ + * trap.h,v 1.4 1995/01/14 13:20:26 bde Exp */ #ifndef _MACHINE_TRAP_H_ diff --git a/sys/i386/include/tss.h b/sys/i386/include/tss.h index fd07e357ffd8..2c17024379f8 100644 --- a/sys/i386/include/tss.h +++ b/sys/i386/include/tss.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)tss.h 5.4 (Berkeley) 1/18/91 - * $Id: tss.h,v 1.4 1993/11/17 23:25:04 wollman Exp $ + * tss.h,v 1.5 1995/05/30 08:00:57 rgrimes Exp */ #ifndef _MACHINE_TSS_H_ diff --git a/sys/i386/include/types.h b/sys/i386/include/types.h index 78ce8d568ffc..6cd21c7ef243 100644 --- a/sys/i386/include/types.h +++ b/sys/i386/include/types.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)types.h 8.3 (Berkeley) 1/5/94 - * $Id$ + * types.h,v 1.4 1994/08/02 07:39:13 davidg Exp */ #ifndef _MACHTYPES_H_ diff --git a/sys/i386/include/ultrasound.h b/sys/i386/include/ultrasound.h index 42d968850c14..4a3770ba0851 100644 --- a/sys/i386/include/ultrasound.h +++ b/sys/i386/include/ultrasound.h @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * ultrasound.h,v 1.3 1994/08/02 07:39:15 davidg Exp */ /* diff --git a/sys/i386/include/varargs.h b/sys/i386/include/varargs.h index fa6c9a7a9541..3bece1014350 100644 --- a/sys/i386/include/varargs.h +++ b/sys/i386/include/varargs.h @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)varargs.h 8.2 (Berkeley) 3/22/94 - * $Id$ + * varargs.h,v 1.2 1994/08/02 07:39:17 davidg Exp */ #ifndef _VARARGS_H_ diff --git a/sys/i386/include/vmparam.h b/sys/i386/include/vmparam.h index 8ff3b451fcc2..f5976939afe6 100644 --- a/sys/i386/include/vmparam.h +++ b/sys/i386/include/vmparam.h @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * from: @(#)vmparam.h 5.9 (Berkeley) 5/12/91 - * $Id: vmparam.h,v 1.17 1995/01/09 16:04:44 davidg Exp $ + * vmparam.h,v 1.18 1995/05/25 07:41:28 davidg Exp */ diff --git a/sys/i386/isa/README.le b/sys/i386/isa/README.le index 32dcc280c77c..3ad7b9193a71 100644 --- a/sys/i386/isa/README.le +++ b/sys/i386/isa/README.le @@ -1,4 +1,4 @@ -$Id: README.le,v 1.1 1994/10/01 20:15:43 wollman Exp $ +README.le,v 1.2 1994/11/13 21:19:18 nate Exp ---------------- diff --git a/sys/i386/isa/aha1542.c b/sys/i386/isa/aha1542.c index d8a5bf03466f..99ec5204b396 100644 --- a/sys/i386/isa/aha1542.c +++ b/sys/i386/isa/aha1542.c @@ -12,7 +12,7 @@ * on the understanding that TFS is not responsible for the correct * functioning of this software in any circumstances. * - * $Id: aha1542.c,v 1.44 1995/04/14 15:13:46 dufault Exp $ + * aha1542.c,v 1.45 1995/05/30 08:01:05 rgrimes Exp */ /* diff --git a/sys/i386/isa/aha1742.c b/sys/i386/isa/aha1742.c index 727b9a481fc2..dfa37729cf32 100644 --- a/sys/i386/isa/aha1742.c +++ b/sys/i386/isa/aha1742.c @@ -14,7 +14,7 @@ * * commenced: Sun Sep 27 18:14:01 PDT 1992 * - * $Id: aha1742.c,v 1.33 1995/05/11 19:26:15 rgrimes Exp $ + * aha1742.c,v 1.34 1995/05/30 08:01:07 rgrimes Exp */ #include <sys/types.h> diff --git a/sys/i386/isa/aic6360.c b/sys/i386/isa/aic6360.c index 2e8912c8412c..b27bfb515eb6 100644 --- a/sys/i386/isa/aic6360.c +++ b/sys/i386/isa/aic6360.c @@ -31,7 +31,7 @@ */ /* - * $Id: aic6360.c,v 1.8 1995/04/12 20:47:35 wollman Exp $ + * aic6360.c,v 1.9 1995/05/30 08:01:12 rgrimes Exp * * Acknowledgements: Many of the algorithms used in this driver are * inspired by the work of Julian Elischer (julian@tfs.com) and diff --git a/sys/i386/isa/aic7770.c b/sys/i386/isa/aic7770.c index ce4f94839292..4848e9941cb8 100644 --- a/sys/i386/isa/aic7770.c +++ b/sys/i386/isa/aic7770.c @@ -19,7 +19,7 @@ * 4. Modifications may be freely made to this file if the above conditions * are met. * - * $Id: aic7770.c,v 1.13 1995/04/12 20:47:36 wollman Exp $ + * aic7770.c,v 1.14 1995/05/30 08:01:15 rgrimes Exp */ #include <sys/param.h> diff --git a/sys/i386/isa/bt742a.c b/sys/i386/isa/bt742a.c index cda418b72b74..803da086dc97 100644 --- a/sys/i386/isa/bt742a.c +++ b/sys/i386/isa/bt742a.c @@ -12,7 +12,7 @@ * on the understanding that TFS is not responsible for the correct * functioning of this software in any circumstances. * - * $Id: bt742a.c,v 1.35 1995/05/11 19:26:16 rgrimes Exp $ + * bt742a.c,v 1.36 1995/05/30 08:01:21 rgrimes Exp */ /* diff --git a/sys/i386/isa/clock.c b/sys/i386/isa/clock.c index 94aaddd6a65d..fde88128ed2a 100644 --- a/sys/i386/isa/clock.c +++ b/sys/i386/isa/clock.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)clock.c 7.2 (Berkeley) 5/12/91 - * $Id: clock.c,v 1.34 1995/05/30 08:01:23 rgrimes Exp $ + * clock.c,v 1.34.2.1 1995/06/09 03:29:17 davidg Exp */ /* diff --git a/sys/i386/isa/ctx.c b/sys/i386/isa/ctx.c index 1124471b039d..107558528abf 100644 --- a/sys/i386/isa/ctx.c +++ b/sys/i386/isa/ctx.c @@ -8,7 +8,7 @@ * of this software, nor does the author assume any responsibility * for damages incurred with its use. * - * $Id: ctx.c,v 1.5 1995/04/12 20:47:40 wollman Exp $ + * ctx.c,v 1.6 1995/05/30 08:01:27 rgrimes Exp */ /* diff --git a/sys/i386/isa/ctxreg.h b/sys/i386/isa/ctxreg.h index 043bb1542656..17c1615130c0 100644 --- a/sys/i386/isa/ctxreg.h +++ b/sys/i386/isa/ctxreg.h @@ -7,7 +7,7 @@ * of this software, nor does the author assume any responsibility * for damages incurred with its use * - * $Id: ctxreg.h,v 1.1 1994/10/01 17:59:42 davidg Exp $ + * ctxreg.h,v 1.2 1995/05/30 08:01:28 rgrimes Exp */ /* diff --git a/sys/i386/isa/cy.c b/sys/i386/isa/cy.c index fd898f24e23e..439a6cae5b45 100644 --- a/sys/i386/isa/cy.c +++ b/sys/i386/isa/cy.c @@ -27,7 +27,7 @@ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: cy.c,v 1.6 1995/03/28 12:29:11 bde Exp $ + * cy.c,v 1.7 1995/05/30 08:01:34 rgrimes Exp */ /* diff --git a/sys/i386/isa/diskslice_machdep.c b/sys/i386/isa/diskslice_machdep.c index 6b340193b366..62f51177c755 100644 --- a/sys/i386/isa/diskslice_machdep.c +++ b/sys/i386/isa/diskslice_machdep.c @@ -35,7 +35,7 @@ * * from: @(#)ufs_disksubr.c 7.16 (Berkeley) 5/4/91 * from: ufs_disksubr.c,v 1.8 1994/06/07 01:21:39 phk Exp $ - * $Id: diskslice_machdep.c,v 1.13 1995/05/07 07:06:36 bde Exp $ + * diskslice_machdep.c,v 1.14 1995/05/18 22:45:35 phk Exp */ #include <stddef.h> diff --git a/sys/i386/isa/elink.c b/sys/i386/isa/elink.c index 07b2516b9328..711e0e371151 100644 --- a/sys/i386/isa/elink.c +++ b/sys/i386/isa/elink.c @@ -26,7 +26,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. * - * $Id: elink.c,v 1.4 1995/02/26 05:14:46 bde Exp $ + * elink.c,v 1.5 1995/05/30 08:01:36 rgrimes Exp */ /* diff --git a/sys/i386/isa/elink.h b/sys/i386/isa/elink.h index 93a5dac6f5ce..86322bc002af 100644 --- a/sys/i386/isa/elink.h +++ b/sys/i386/isa/elink.h @@ -26,7 +26,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. * - * $Id: elink.h,v 1.1 1994/05/25 20:06:43 ats Exp $ + * elink.h,v 1.1 1994/08/24 22:32:42 ats Exp */ #define ELINK_ID_PORT 0x100 diff --git a/sys/i386/isa/fd.c b/sys/i386/isa/fd.c index 66cbb4e8d63f..ec24993ffe02 100644 --- a/sys/i386/isa/fd.c +++ b/sys/i386/isa/fd.c @@ -43,7 +43,7 @@ * SUCH DAMAGE. * * from: @(#)fd.c 7.4 (Berkeley) 5/25/91 - * $Id: fd.c,v 1.61 1995/05/30 08:01:38 rgrimes Exp $ + * fd.c,v 1.61.2.1 1995/06/08 10:26:23 davidg Exp * */ diff --git a/sys/i386/isa/fdc.h b/sys/i386/isa/fdc.h index 0216b7aa2e2e..3b6dd407dbba 100644 --- a/sys/i386/isa/fdc.h +++ b/sys/i386/isa/fdc.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)fd.c 7.4 (Berkeley) 5/25/91 - * $Id: fdc.h,v 1.4 1994/10/10 01:12:26 phk Exp $ + * fdc.h,v 1.5 1995/01/06 15:19:41 joerg Exp * */ diff --git a/sys/i386/isa/fdreg.h b/sys/i386/isa/fdreg.h index aef83574199a..16d3904622c7 100644 --- a/sys/i386/isa/fdreg.h +++ b/sys/i386/isa/fdreg.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)fdreg.h 7.1 (Berkeley) 5/9/91 - * $Id: fdreg.h,v 1.7 1994/09/25 18:42:23 joerg Exp $ + * fdreg.h,v 1.8 1994/09/25 23:37:38 phk Exp */ /* diff --git a/sys/i386/isa/ft.c b/sys/i386/isa/ft.c index a56a84f432f7..4ca3bf8d1b68 100644 --- a/sys/i386/isa/ft.c +++ b/sys/i386/isa/ft.c @@ -17,7 +17,7 @@ * POSSIBILITY OF SUCH DAMAGE. * * ft.c - QIC-40/80 floppy tape driver - * $Id: ft.c,v 1.21 1995/05/06 19:34:28 joerg Exp $ + * ft.c,v 1.22 1995/05/30 08:01:41 rgrimes Exp * * 01/19/95 ++sg * Cleaned up recalibrate/seek code at attach time for FreeBSD 2.x. diff --git a/sys/i386/isa/ic/i8042.h b/sys/i386/isa/ic/i8042.h index 84ee90f08e62..f94c0e19b7fd 100644 --- a/sys/i386/isa/ic/i8042.h +++ b/sys/i386/isa/ic/i8042.h @@ -1,5 +1,5 @@ /* - * $Id$ + * i8042.h,v 1.2 1993/10/16 13:48:47 rgrimes Exp */ #define KBSTATP 0x64 /* kbd controller status port (I) */ diff --git a/sys/i386/isa/ic/i8237.h b/sys/i386/isa/ic/i8237.h index 5493ca8eb44e..dcb4c4d1f84e 100644 --- a/sys/i386/isa/ic/i8237.h +++ b/sys/i386/isa/ic/i8237.h @@ -1,7 +1,7 @@ /* * Intel 8237 DMA Controller * - * $Id: i8237.h,v 1.3 1994/11/01 17:26:47 ache Exp $ + * i8237.h,v 1.4 1995/05/30 08:03:34 rgrimes Exp */ #define DMA37MD_SINGLE 0x40 /* single pass mode */ diff --git a/sys/i386/isa/ic/i82586.h b/sys/i386/isa/ic/i82586.h index 577313d81e5a..1b077d206934 100644 --- a/sys/i386/isa/ic/i82586.h +++ b/sys/i386/isa/ic/i82586.h @@ -31,7 +31,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * i82586.h,v 1.1 1993/10/12 06:53:10 rgrimes Exp */ /* diff --git a/sys/i386/isa/ic/lemac.h b/sys/i386/isa/ic/lemac.h index 4eee86f6aa62..f6379afac637 100644 --- a/sys/i386/isa/ic/lemac.h +++ b/sys/i386/isa/ic/lemac.h @@ -21,7 +21,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: lemac.h,v 1.1 1994/08/12 06:51:12 davidg Exp $ + * lemac.h,v 1.2 1995/05/30 08:03:36 rgrimes Exp */ #ifndef _LEMAC_H_ #define _LEMAC_H_ diff --git a/sys/i386/isa/ic/nec765.h b/sys/i386/isa/ic/nec765.h index 810e825bd66e..6e0d80b5ae34 100644 --- a/sys/i386/isa/ic/nec765.h +++ b/sys/i386/isa/ic/nec765.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)nec765.h 7.1 (Berkeley) 5/9/91 - * $Id: nec765.h,v 1.3 1994/09/17 16:56:10 davidg Exp $ + * nec765.h,v 1.4 1995/01/06 15:20:00 joerg Exp */ /* diff --git a/sys/i386/isa/ic/ns16450.h b/sys/i386/isa/ic/ns16450.h index aa6280df57d1..d5245ca35fb4 100644 --- a/sys/i386/isa/ic/ns16450.h +++ b/sys/i386/isa/ic/ns16450.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)ns16450.h 7.1 (Berkeley) 5/9/91 - * $Id$ + * ns16450.h,v 1.2 1993/10/16 13:48:51 rgrimes Exp */ /* diff --git a/sys/i386/isa/ic/ns16550.h b/sys/i386/isa/ic/ns16550.h index ff59757a5f73..372672e2e172 100644 --- a/sys/i386/isa/ic/ns16550.h +++ b/sys/i386/isa/ic/ns16550.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)ns16550.h 7.1 (Berkeley) 5/9/91 - * $Id$ + * ns16550.h,v 1.2 1993/10/16 13:48:52 rgrimes Exp */ /* diff --git a/sys/i386/isa/icu.h b/sys/i386/isa/icu.h index a68269b0801a..bc24d15f80a9 100644 --- a/sys/i386/isa/icu.h +++ b/sys/i386/isa/icu.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)icu.h 5.6 (Berkeley) 5/9/91 - * $Id: icu.h,v 1.6 1994/09/18 23:18:32 bde Exp $ + * icu.h,v 1.7 1994/10/01 02:56:11 davidg Exp */ /* diff --git a/sys/i386/isa/icu.s b/sys/i386/isa/icu.s index 49d16b3eb366..602d6d700db0 100644 --- a/sys/i386/isa/icu.s +++ b/sys/i386/isa/icu.s @@ -36,7 +36,7 @@ * * @(#)icu.s 7.2 (Berkeley) 5/21/91 * - * $Id: icu.s,v 1.21 1995/02/20 20:35:24 bde Exp $ + * icu.s,v 1.22 1995/04/01 04:56:32 ache Exp */ /* diff --git a/sys/i386/isa/if_ed.c b/sys/i386/isa/if_ed.c index 100d8f737582..b4af9815b70d 100644 --- a/sys/i386/isa/if_ed.c +++ b/sys/i386/isa/if_ed.c @@ -13,7 +13,7 @@ * the SMC Elite Ultra (8216), the 3Com 3c503, the NE1000 and NE2000, * and a variety of similar clones. * - * $Id: if_ed.c,v 1.72 1995/05/14 11:01:20 davidg Exp $ + * if_ed.c,v 1.73 1995/05/30 08:01:58 rgrimes Exp */ #include "ed.h" diff --git a/sys/i386/isa/if_edreg.h b/sys/i386/isa/if_edreg.h index 430fa9393602..05b4fff8e4d9 100644 --- a/sys/i386/isa/if_edreg.h +++ b/sys/i386/isa/if_edreg.h @@ -6,7 +6,7 @@ * of this software, nor does the author assume any responsibility * for damages incurred with its use. * - * $Id: if_edreg.h,v 1.17 1995/01/23 19:06:08 davidg Exp $ + * if_edreg.h,v 1.18 1995/05/30 08:02:00 rgrimes Exp */ /* * National Semiconductor DS8390 NIC register definitions diff --git a/sys/i386/isa/if_eg.c b/sys/i386/isa/if_eg.c index ec02037d1230..e887cfb8944d 100644 --- a/sys/i386/isa/if_eg.c +++ b/sys/i386/isa/if_eg.c @@ -27,7 +27,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: if_eg.c,v 1.3 1995/04/12 20:47:47 wollman Exp $ + * if_eg.c,v 1.4 1995/05/30 08:02:02 rgrimes Exp */ /* To do: diff --git a/sys/i386/isa/if_egreg.h b/sys/i386/isa/if_egreg.h index c4647a0bfcca..ce2fd8cee92b 100644 --- a/sys/i386/isa/if_egreg.h +++ b/sys/i386/isa/if_egreg.h @@ -27,7 +27,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: if_egreg.h,v 1.1 1995/04/08 09:39:36 phk Exp $ + * if_egreg.h,v 1.2 1995/05/30 08:02:03 rgrimes Exp */ /* diff --git a/sys/i386/isa/if_el.c b/sys/i386/isa/if_el.c index 8ca9d23c164b..9ad27dda8b19 100644 --- a/sys/i386/isa/if_el.c +++ b/sys/i386/isa/if_el.c @@ -6,7 +6,7 @@ * * Questions, comments, bug reports and fixes to kimmel@cs.umass.edu. * - * $Id: if_el.c,v 1.13 1995/05/30 08:02:05 rgrimes Exp $ + * if_el.c,v 1.13.2.1 1995/06/09 18:12:09 davidg Exp */ /* Except of course for the portions of code lifted from other FreeBSD * drivers (mainly elread, elget and el_ioctl) diff --git a/sys/i386/isa/if_elreg.h b/sys/i386/isa/if_elreg.h index 4d7859dd71c6..822239d3054c 100644 --- a/sys/i386/isa/if_elreg.h +++ b/sys/i386/isa/if_elreg.h @@ -4,7 +4,7 @@ * of the software, derivative works or modified versions, and any * portions thereof. * - * $Id$ + * if_elreg.h,v 1.2 1994/08/02 07:39:34 davidg Exp */ /* 3COM Etherlink 3C501 Register Definitions */ diff --git a/sys/i386/isa/if_ep.c b/sys/i386/isa/if_ep.c index 3b677d6a9994..ed64a01ac9e2 100644 --- a/sys/i386/isa/if_ep.c +++ b/sys/i386/isa/if_ep.c @@ -38,7 +38,7 @@ */ /* - * $Id: if_ep.c,v 1.27 1995/05/27 04:40:57 davidg Exp $ + * if_ep.c,v 1.28 1995/05/30 08:02:07 rgrimes Exp * * Promiscuous mode added and interrupt logic slightly changed * to reduce the number of adapter failures. Transceiver select diff --git a/sys/i386/isa/if_epreg.h b/sys/i386/isa/if_epreg.h index e0b7d09834c6..990ccb8a42fa 100644 --- a/sys/i386/isa/if_epreg.h +++ b/sys/i386/isa/if_epreg.h @@ -31,7 +31,7 @@ */ /* - * $Id: if_epreg.h,v 1.7 1995/04/10 21:25:06 jkh Exp $ + * if_epreg.h,v 1.8 1995/05/30 08:02:09 rgrimes Exp * * Promiscuous mode added and interrupt logic slightly changed * to reduce the number of adapter failures. Transceiver select diff --git a/sys/i386/isa/if_ie.c b/sys/i386/isa/if_ie.c index 8f4b47a71e39..443d94f566a8 100644 --- a/sys/i386/isa/if_ie.c +++ b/sys/i386/isa/if_ie.c @@ -43,7 +43,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: if_ie.c,v 1.23 1995/04/12 20:47:50 wollman Exp $ + * if_ie.c,v 1.24 1995/05/30 08:02:13 rgrimes Exp */ /* diff --git a/sys/i386/isa/if_ie507.h b/sys/i386/isa/if_ie507.h index 4bf87fcbb597..f861dc1760e5 100644 --- a/sys/i386/isa/if_ie507.h +++ b/sys/i386/isa/if_ie507.h @@ -1,5 +1,5 @@ /* - * $Id: if_ie507.h,v 1.1 1994/05/25 20:06:49 ats Exp $ + * if_ie507.h,v 1.1 1994/08/24 22:32:44 ats Exp * Definitions for 3C507 */ diff --git a/sys/i386/isa/if_iereg.h b/sys/i386/isa/if_iereg.h index 3588b8414058..9a83a889645e 100644 --- a/sys/i386/isa/if_iereg.h +++ b/sys/i386/isa/if_iereg.h @@ -1,5 +1,5 @@ /* - * $Id$ + * if_iereg.h,v 1.1 1993/10/12 06:52:34 rgrimes Exp * definitions for AT&T StarLAN 10 etc... */ diff --git a/sys/i386/isa/if_ix.c b/sys/i386/isa/if_ix.c index cf6158f6877e..bde640ac6cc5 100644 --- a/sys/i386/isa/if_ix.c +++ b/sys/i386/isa/if_ix.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. * - * $Id: if_ix.c,v 1.6 1995/05/10 15:19:25 rgrimes Exp $ + * if_ix.c,v 1.7 1995/05/30 08:02:15 rgrimes Exp */ #include "ix.h" diff --git a/sys/i386/isa/if_ixreg.h b/sys/i386/isa/if_ixreg.h index 3dd4903986c0..c836f74132f4 100644 --- a/sys/i386/isa/if_ixreg.h +++ b/sys/i386/isa/if_ixreg.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. * - * $Id: if_ixreg.h,v 1.5 1995/05/10 15:19:29 rgrimes Exp $ + * if_ixreg.h,v 1.6 1995/05/30 08:02:17 rgrimes Exp */ /* diff --git a/sys/i386/isa/if_le.c b/sys/i386/isa/if_le.c index 0f93c75f75f2..40d9688232a4 100644 --- a/sys/i386/isa/if_le.c +++ b/sys/i386/isa/if_le.c @@ -21,7 +21,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: if_le.c,v 1.16 1995/05/09 12:25:55 rgrimes Exp $ + * if_le.c,v 1.17 1995/05/30 08:02:22 rgrimes Exp */ /* diff --git a/sys/i386/isa/if_ze.c b/sys/i386/isa/if_ze.c index b1de9e69f5b3..860d91b1bf48 100644 --- a/sys/i386/isa/if_ze.c +++ b/sys/i386/isa/if_ze.c @@ -47,7 +47,7 @@ */ /* - * $Id: if_ze.c,v 1.16 1995/05/24 20:33:42 davidg Exp $ + * if_ze.c,v 1.17 1995/05/30 08:02:27 rgrimes Exp */ #include "ze.h" diff --git a/sys/i386/isa/if_zp.c b/sys/i386/isa/if_zp.c index 5ac6b08a2e54..5c6996658528 100644 --- a/sys/i386/isa/if_zp.c +++ b/sys/i386/isa/if_zp.c @@ -34,7 +34,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * From: if_ep.c,v 1.9 1994/01/25 10:46:29 deraadt Exp $ - * $Id: if_zp.c,v 1.5 1995/04/20 07:22:04 phk Exp $ + * if_zp.c,v 1.6 1995/05/30 08:02:31 rgrimes Exp */ /*- * TODO: diff --git a/sys/i386/isa/if_zpreg.h b/sys/i386/isa/if_zpreg.h index a1eb1f54f4e6..29d5a85899af 100644 --- a/sys/i386/isa/if_zpreg.h +++ b/sys/i386/isa/if_zpreg.h @@ -21,7 +21,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: if_zpreg.h,v 1.1 1995/02/17 02:22:53 phk Exp $ + * if_zpreg.h,v 1.2 1995/05/30 08:02:33 rgrimes Exp */ /************************************************************************** * * diff --git a/sys/i386/isa/isa.c b/sys/i386/isa/isa.c index 1dd0fb99557a..275143e61474 100644 --- a/sys/i386/isa/isa.c +++ b/sys/i386/isa/isa.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)isa.c 7.2 (Berkeley) 5/13/91 - * $Id: isa.c,v 1.49 1995/05/13 00:09:38 jkh Exp $ + * isa.c,v 1.50 1995/05/30 08:02:35 rgrimes Exp */ /* diff --git a/sys/i386/isa/isa.h b/sys/i386/isa/isa.h index 4357f42e6334..b8c0811f6d8a 100644 --- a/sys/i386/isa/isa.h +++ b/sys/i386/isa/isa.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)isa.h 5.7 (Berkeley) 5/9/91 - * $Id: isa.h,v 1.13 1995/01/25 20:11:50 jmz Exp $ + * isa.h,v 1.14 1995/02/25 20:26:14 phk Exp */ #ifndef _I386_ISA_ISA_H_ diff --git a/sys/i386/isa/isa_device.h b/sys/i386/isa/isa_device.h index 4e3c08c4a318..2a588cabd194 100644 --- a/sys/i386/isa/isa_device.h +++ b/sys/i386/isa/isa_device.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)isa_device.h 7.1 (Berkeley) 5/9/91 - * $Id: isa_device.h,v 1.22 1995/05/11 02:15:55 jkh Exp $ + * isa_device.h,v 1.23 1995/05/11 07:41:52 jkh Exp */ #ifndef _I386_ISA_ISA_DEVICE_H_ diff --git a/sys/i386/isa/iso8859.font b/sys/i386/isa/iso8859.font index 0553a6bc2104..ffbe4f8d5a94 100644 --- a/sys/i386/isa/iso8859.font +++ b/sys/i386/isa/iso8859.font @@ -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. * - * $Id$ + * iso8859.font,v 1.6 1994/09/29 08:29:19 sos Exp */ char font_8x8[256*8] = { diff --git a/sys/i386/isa/kbd.h b/sys/i386/isa/kbd.h index d34b6340675e..779c31f0f009 100644 --- a/sys/i386/isa/kbd.h +++ b/sys/i386/isa/kbd.h @@ -1,7 +1,7 @@ /* * Keyboard definitions * from: unknown origin, 386BSD 0.1 - * $Id: kbd.h,v 1.3 1993/11/07 17:44:33 wollman Exp $ + * kbd.h,v 1.4 1995/05/30 08:02:38 rgrimes Exp */ #ifndef _I386_ISA_KBD_H_ diff --git a/sys/i386/isa/kbdtables.h b/sys/i386/isa/kbdtables.h index a76105381ae7..bc50f2e3c226 100644 --- a/sys/i386/isa/kbdtables.h +++ b/sys/i386/isa/kbdtables.h @@ -25,7 +25,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: kbdtables.h,v 1.28 1995/03/27 19:41:11 sos Exp $ + * kbdtables.h,v 1.29 1995/03/28 21:30:13 sos Exp */ #define SET8 0x80 /* set eight bit on */ diff --git a/sys/i386/isa/lpt.c b/sys/i386/isa/lpt.c index b5db1a5673de..c160010f2d6b 100644 --- a/sys/i386/isa/lpt.c +++ b/sys/i386/isa/lpt.c @@ -46,7 +46,7 @@ * SUCH DAMAGE. * * from: unknown origin, 386BSD 0.1 - * $Id: lpt.c,v 1.29 1995/05/09 01:33:16 phk Exp $ + * lpt.c,v 1.30 1995/05/30 08:02:42 rgrimes Exp */ /* diff --git a/sys/i386/isa/lptreg.h b/sys/i386/isa/lptreg.h index 9e10ba91a510..c92971460760 100644 --- a/sys/i386/isa/lptreg.h +++ b/sys/i386/isa/lptreg.h @@ -6,7 +6,7 @@ * William Jolitz. * * form: @(#)lptreg.h 1.1 (Berkeley) 12/19/90 - * $Id$ + * lptreg.h,v 1.2 1993/10/16 13:46:12 rgrimes Exp */ /* diff --git a/sys/i386/isa/mcd.c b/sys/i386/isa/mcd.c index d976194877fb..132c9085e3e8 100644 --- a/sys/i386/isa/mcd.c +++ b/sys/i386/isa/mcd.c @@ -40,7 +40,7 @@ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: mcd.c,v 1.43 1995/05/11 19:26:18 rgrimes Exp $ + * mcd.c,v 1.44 1995/05/30 08:02:44 rgrimes Exp */ static char COPYRIGHT[] = "mcd-driver (C)1993 by H.Veit & B.Moore"; diff --git a/sys/i386/isa/mcdreg.h b/sys/i386/isa/mcdreg.h index d5ece62169e7..f26d78d4326e 100644 --- a/sys/i386/isa/mcdreg.h +++ b/sys/i386/isa/mcdreg.h @@ -41,7 +41,7 @@ * the manufacturer or anyone else might provide better documentation, * so this file (and the driver) will then have a better quality. * - * $Id: mcdreg.h,v 1.7 1995/01/30 06:44:40 ache Exp $ + * mcdreg.h,v 1.8 1995/05/30 08:02:45 rgrimes Exp */ #ifndef MCD_H diff --git a/sys/i386/isa/mse.c b/sys/i386/isa/mse.c index 4dedadd5f4e9..380eefce3a80 100644 --- a/sys/i386/isa/mse.c +++ b/sys/i386/isa/mse.c @@ -11,7 +11,7 @@ * this software for any purpose. It is provided "as is" * without express or implied warranty. * - * $Id: mse.c,v 1.11 1995/04/12 20:47:59 wollman Exp $ + * mse.c,v 1.12 1995/05/30 08:02:47 rgrimes Exp */ /* * Driver for the Logitech and ATI Inport Bus mice for use with 386bsd and diff --git a/sys/i386/isa/npx.c b/sys/i386/isa/npx.c index 0a5327941724..8a96e694329f 100644 --- a/sys/i386/isa/npx.c +++ b/sys/i386/isa/npx.c @@ -32,7 +32,7 @@ * SUCH DAMAGE. * * from: @(#)npx.c 7.2 (Berkeley) 5/12/91 - * $Id: npx.c,v 1.22 1995/04/12 20:48:01 wollman Exp $ + * npx.c,v 1.23 1995/05/30 08:02:51 rgrimes Exp */ #include "npx.h" diff --git a/sys/i386/isa/pcaudio.c b/sys/i386/isa/pcaudio.c index f53b92505406..086e7a900e72 100644 --- a/sys/i386/isa/pcaudio.c +++ b/sys/i386/isa/pcaudio.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. * - * $Id: pcaudio.c,v 1.12 1995/03/30 14:33:03 sos Exp $ + * pcaudio.c,v 1.13 1995/05/30 08:02:55 rgrimes Exp */ #include "pca.h" diff --git a/sys/i386/isa/pcibus.c b/sys/i386/isa/pcibus.c index 7fbb80f12cd1..f7bd1ce6b7d4 100644 --- a/sys/i386/isa/pcibus.c +++ b/sys/i386/isa/pcibus.c @@ -1,6 +1,6 @@ /************************************************************************** ** -** $Id: pcibus.c,v 1.7 1995/03/22 19:51:59 se Exp $ +** pcibus.c,v 1.8 1995/03/22 21:35:39 se Exp ** ** pci bus subroutines for i386 architecture. ** diff --git a/sys/i386/isa/readMBR.c b/sys/i386/isa/readMBR.c index 751572346df4..c3d09865849b 100644 --- a/sys/i386/isa/readMBR.c +++ b/sys/i386/isa/readMBR.c @@ -15,7 +15,7 @@ * written by julian elischer (julian@tfs.com) * * @(#)readMBR.c 8.5 (tfs) 1/21/94 - * $Id: readMBR.c,v 1.4 1994/11/14 13:22:41 bde Exp $ + * readMBR.c,v 1.5 1995/05/30 08:03:00 rgrimes Exp */ #include <sys/param.h> diff --git a/sys/i386/isa/rtc.h b/sys/i386/isa/rtc.h index f580ff367836..3804794f6a75 100644 --- a/sys/i386/isa/rtc.h +++ b/sys/i386/isa/rtc.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)rtc.h 7.1 (Berkeley) 5/12/91 - * $Id: rtc.h,v 1.6 1994/09/20 00:31:07 ache Exp $ + * rtc.h,v 1.7 1994/12/04 20:22:20 joerg Exp */ #ifndef _I386_ISA_RTC_H_ diff --git a/sys/i386/isa/scd.c b/sys/i386/isa/scd.c index 9f50105f57f6..dbfece8052dc 100644 --- a/sys/i386/isa/scd.c +++ b/sys/i386/isa/scd.c @@ -41,7 +41,7 @@ */ -/* $Id: scd.c,v 1.4 1995/05/09 12:25:58 rgrimes Exp $ */ +/* scd.c,v 1.5 1995/05/30 08:03:02 rgrimes Exp */ /* Please send any comments to micke@dynas.se */ diff --git a/sys/i386/isa/scdreg.h b/sys/i386/isa/scdreg.h index 692999242916..a862ec54309f 100644 --- a/sys/i386/isa/scdreg.h +++ b/sys/i386/isa/scdreg.h @@ -25,7 +25,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: scdreg.h,v 1.3 1995/02/06 22:35:07 jkh Exp $ + * scdreg.h,v 1.1 1995/03/24 18:33:02 jkh Exp * */ diff --git a/sys/i386/isa/seagate.c b/sys/i386/isa/seagate.c index de18f23cadc0..1d52ec9ecaac 100644 --- a/sys/i386/isa/seagate.c +++ b/sys/i386/isa/seagate.c @@ -46,7 +46,7 @@ * delays, device flags, polling mode, generic cleanup * vak 950115 Added request-sense ops * - * $Id: seagate.c,v 1.7 1995/04/12 20:48:03 wollman Exp $ + * seagate.c,v 1.8 1995/05/30 08:03:04 rgrimes Exp */ /* diff --git a/sys/i386/isa/sio.c b/sys/i386/isa/sio.c index 4ae58cddc9ef..0836fb9c4e61 100644 --- a/sys/i386/isa/sio.c +++ b/sys/i386/isa/sio.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)com.c 7.5 (Berkeley) 5/16/91 - * $Id: sio.c,v 1.98 1995/05/11 19:26:19 rgrimes Exp $ + * sio.c,v 1.99 1995/05/30 08:03:06 rgrimes Exp */ #include "sio.h" diff --git a/sys/i386/isa/sioreg.h b/sys/i386/isa/sioreg.h index d43bcdf02ee9..a4600960e5e5 100644 --- a/sys/i386/isa/sioreg.h +++ b/sys/i386/isa/sioreg.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)comreg.h 7.2 (Berkeley) 5/9/91 - * $Id: sioreg.h,v 1.2 1993/10/16 19:17:18 rgrimes Exp $ + * sioreg.h,v 1.3 1995/01/20 07:34:18 wpaul Exp */ diff --git a/sys/i386/isa/sound/dev_table.h b/sys/i386/isa/sound/dev_table.h index f27822399ef5..bff7342420c3 100644 --- a/sys/i386/isa/sound/dev_table.h +++ b/sys/i386/isa/sound/dev_table.h @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: dev_table.h,v 1.13 1995/03/28 07:56:11 bde Exp $ + * dev_table.h,v 1.14 1995/05/30 08:04:22 rgrimes Exp */ #ifndef _DEV_TABLE_H_ diff --git a/sys/i386/isa/sound/dmabuf.c b/sys/i386/isa/sound/dmabuf.c index e7d82168ddef..6c087e07a707 100644 --- a/sys/i386/isa/sound/dmabuf.c +++ b/sys/i386/isa/sound/dmabuf.c @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: dmabuf.c,v 1.15 1995/05/07 06:38:47 pst Exp $ + * dmabuf.c,v 1.16 1995/05/30 08:04:24 rgrimes Exp */ #include "sound_config.h" diff --git a/sys/i386/isa/sound/gus_wave.c b/sys/i386/isa/sound/gus_wave.c index 1008aa444af8..0f884c1610c1 100644 --- a/sys/i386/isa/sound/gus_wave.c +++ b/sys/i386/isa/sound/gus_wave.c @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: gus_wave.c,v 1.14 1995/03/12 23:33:52 swallace Exp $ + * gus_wave.c,v 1.15 1995/03/17 21:27:39 swallace Exp */ #include "sound_config.h" diff --git a/sys/i386/isa/sound/pas2_mixer.c b/sys/i386/isa/sound/pas2_mixer.c index 18c64e584404..a64cb29e70be 100644 --- a/sys/i386/isa/sound/pas2_mixer.c +++ b/sys/i386/isa/sound/pas2_mixer.c @@ -27,7 +27,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: pas2_mixer.c,v 1.7 1994/10/01 02:16:56 swallace Exp $ + * pas2_mixer.c,v 1.11 1995/03/12 23:33:59 swallace Exp */ #include "sound_config.h" diff --git a/sys/i386/isa/sound/sb_dsp.c b/sys/i386/isa/sound/sb_dsp.c index 5db3c9b30d66..f99da9bb8d74 100644 --- a/sys/i386/isa/sound/sb_dsp.c +++ b/sys/i386/isa/sound/sb_dsp.c @@ -29,7 +29,7 @@ * Hunyue Yau Jan 6 1994 * Added code to support Sound Galaxy NX Pro * - * $Id: sb_dsp.c,v 1.22 1994/12/10 22:55:50 ats Exp $ + * sb_dsp.c,v 1.25 1995/03/12 23:34:02 swallace Exp */ #include "sound_config.h" diff --git a/sys/i386/isa/sound/sb_midi.c b/sys/i386/isa/sound/sb_midi.c index 4e48e658346d..ff62c01aff11 100644 --- a/sys/i386/isa/sound/sb_midi.c +++ b/sys/i386/isa/sound/sb_midi.c @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: sb_midi.c,v 1.4 1994/10/01 02:17:05 swallace Exp $ + * sb_midi.c,v 1.7 1995/03/12 23:34:03 swallace Exp */ #include "sound_config.h" diff --git a/sys/i386/isa/sound/sequencer.c b/sys/i386/isa/sound/sequencer.c index 66194eda993a..815880bd716d 100644 --- a/sys/i386/isa/sound/sequencer.c +++ b/sys/i386/isa/sound/sequencer.c @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: sequencer.c,v 1.7 1994/10/01 02:17:09 swallace Exp $ + * sequencer.c,v 1.10 1995/03/12 23:34:04 swallace Exp */ #define SEQUENCER_C diff --git a/sys/i386/isa/sound/sound.doc b/sys/i386/isa/sound/sound.doc index 6eb177c1c9aa..bb2c1483fc17 100644 --- a/sys/i386/isa/sound/sound.doc +++ b/sys/i386/isa/sound/sound.doc @@ -1,4 +1,4 @@ -$Id: sound.doc,v 1.2 1995/03/12 23:34:06 swallace Exp $ +sound.doc,v 1.3 1995/03/13 18:49:37 swallace Exp Instructions on using audio on a FreeBSD 2.1 (or 2.0-current) system. See also /sys/i386/conf/LINT. diff --git a/sys/i386/isa/sound/sound_calls.h b/sys/i386/isa/sound/sound_calls.h index ed0097504c3c..a2f6b96e7d9c 100644 --- a/sys/i386/isa/sound/sound_calls.h +++ b/sys/i386/isa/sound/sound_calls.h @@ -1,7 +1,7 @@ /* * DMA buffer calls * - * $Id: sound_calls.h,v 1.12 1995/05/07 06:38:48 pst Exp $ + * sound_calls.h,v 1.13 1995/05/30 08:04:41 rgrimes Exp */ #ifndef _MACHINE_ISA_SOUND_H_ diff --git a/sys/i386/isa/sound/sound_config.h b/sys/i386/isa/sound/sound_config.h index c3732d58178f..23362965c37d 100644 --- a/sys/i386/isa/sound/sound_config.h +++ b/sys/i386/isa/sound/sound_config.h @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: sound_config.h,v 1.9 1995/03/12 23:34:07 swallace Exp $ + * sound_config.h,v 1.10 1995/05/30 08:04:42 rgrimes Exp */ #include "local.h" diff --git a/sys/i386/isa/sound/soundcard.c b/sys/i386/isa/sound/soundcard.c index a3967274ae46..56beeb3bb8d8 100644 --- a/sys/i386/isa/sound/soundcard.c +++ b/sys/i386/isa/sound/soundcard.c @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: soundcard.c,v 1.25 1995/05/11 19:26:24 rgrimes Exp $ + * soundcard.c,v 1.26 1995/05/30 08:04:44 rgrimes Exp */ #include "sound_config.h" diff --git a/sys/i386/isa/spkr.c b/sys/i386/isa/spkr.c index 4c1f12890640..091b6b75ef0e 100644 --- a/sys/i386/isa/spkr.c +++ b/sys/i386/isa/spkr.c @@ -4,7 +4,7 @@ * v1.4 by Eric S. Raymond (esr@snark.thyrsus.com) Aug 1993 * modified for FreeBSD by Andrew A. Chernov <ache@astral.msk.su> * - * $Id: spkr.c,v 1.13 1995/05/05 06:15:11 davidg Exp $ + * spkr.c,v 1.14 1995/05/30 08:03:09 rgrimes Exp */ #include "speaker.h" diff --git a/sys/i386/isa/syscons.c b/sys/i386/isa/syscons.c index 19c572a5c039..c2f4942f1d3d 100644 --- a/sys/i386/isa/syscons.c +++ b/sys/i386/isa/syscons.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. * - * $Id: syscons.c,v 1.116 1995/05/21 18:30:05 sos Exp $ + * syscons.c,v 1.117 1995/05/30 08:03:13 rgrimes Exp */ #include "sc.h" diff --git a/sys/i386/isa/syscons.h b/sys/i386/isa/syscons.h index 4b22de6e83b9..5e502da4c97d 100644 --- a/sys/i386/isa/syscons.h +++ b/sys/i386/isa/syscons.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. * - * $Id: syscons.h,v 1.8 1995/04/23 10:15:38 bde Exp $ + * syscons.h,v 1.9 1995/05/30 08:03:15 rgrimes Exp */ #ifndef SYSCONS_H diff --git a/sys/i386/isa/timerreg.h b/sys/i386/isa/timerreg.h index 5742f6601493..b596bbb14dbb 100644 --- a/sys/i386/isa/timerreg.h +++ b/sys/i386/isa/timerreg.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: Header: timerreg.h,v 1.2 93/02/28 15:08:58 mccanne Exp - * $Id$ + * timerreg.h,v 1.2 1993/10/16 13:46:26 rgrimes Exp */ /* diff --git a/sys/i386/isa/ultra14f.c b/sys/i386/isa/ultra14f.c index f7184c101ce1..4910031b8c68 100644 --- a/sys/i386/isa/ultra14f.c +++ b/sys/i386/isa/ultra14f.c @@ -22,7 +22,7 @@ * today: Fri Jun 2 17:21:03 EST 1994 * added 24F support ++sg * - * $Id: ultra14f.c,v 1.32 1995/05/11 19:26:21 rgrimes Exp $ + * ultra14f.c,v 1.33 1995/05/30 08:03:18 rgrimes Exp */ #include <sys/types.h> diff --git a/sys/i386/isa/vector.s b/sys/i386/isa/vector.s index bbed601c550d..86998e9e2ed5 100644 --- a/sys/i386/isa/vector.s +++ b/sys/i386/isa/vector.s @@ -1,6 +1,6 @@ /* * from: vector.s, 386BSD 0.1 unknown origin - * $Id: vector.s,v 1.11 1994/12/03 10:03:19 bde Exp $ + * vector.s,v 1.12 1995/04/15 21:32:18 bde Exp */ #include <i386/isa/icu.h> diff --git a/sys/i386/isa/wd.c b/sys/i386/isa/wd.c index 412ba4dec7a5..2dba4d3fa46d 100644 --- a/sys/i386/isa/wd.c +++ b/sys/i386/isa/wd.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)wd.c 7.2 (Berkeley) 5/9/91 - * $Id: wd.c,v 1.80 1995/05/09 12:26:00 rgrimes Exp $ + * wd.c,v 1.81 1995/05/16 07:52:04 davidg Exp */ /* TODO: diff --git a/sys/i386/isa/wdreg.h b/sys/i386/isa/wdreg.h index 1674923447c9..f383628aef97 100644 --- a/sys/i386/isa/wdreg.h +++ b/sys/i386/isa/wdreg.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)wdreg.h 7.1 (Berkeley) 5/9/91 - * $Id: wdreg.h,v 1.7 1995/02/26 01:15:29 bde Exp $ + * wdreg.h,v 1.8 1995/03/22 05:23:01 davidg Exp */ /* diff --git a/sys/i386/isa/wt.c b/sys/i386/isa/wt.c index 87f3ae71b409..8c4dbeb7de0c 100644 --- a/sys/i386/isa/wt.c +++ b/sys/i386/isa/wt.c @@ -19,7 +19,7 @@ * the original CMU copyright notice. * * Version 1.3, Thu Nov 11 12:09:13 MSK 1993 - * $Id: wt.c,v 1.16 1995/04/12 20:48:13 wollman Exp $ + * wt.c,v 1.17 1995/05/30 08:03:22 rgrimes Exp * */ diff --git a/sys/i386/isa/wtreg.h b/sys/i386/isa/wtreg.h index cbc19ca6a69b..df129547854a 100644 --- a/sys/i386/isa/wtreg.h +++ b/sys/i386/isa/wtreg.h @@ -19,7 +19,7 @@ * the original CMU copyright notice. * * Version 1.3, Thu Nov 11 12:09:13 MSK 1993 - * $Id: wtreg.h,v 1.4 1993/12/13 18:38:44 alm Exp $ + * wtreg.h,v 1.5 1995/05/30 08:03:24 rgrimes Exp * */ diff --git a/sys/i386/scsi/aic7xxx.c b/sys/i386/scsi/aic7xxx.c index 1f76008b9e5f..497ac52a0d0c 100644 --- a/sys/i386/scsi/aic7xxx.c +++ b/sys/i386/scsi/aic7xxx.c @@ -24,7 +24,7 @@ * * commenced: Sun Sep 27 18:14:01 PDT 1992 * - * $Id: aic7xxx.c,v 1.28.2.2 1995/06/04 17:54:23 davidg Exp $ + * aic7xxx.c,v 1.28.2.3 1995/06/09 18:06:45 davidg Exp */ /* * TODO: diff --git a/sys/i386/scsi/aic7xxx.h b/sys/i386/scsi/aic7xxx.h index 3bfe18614217..a4b7ed7ede74 100644 --- a/sys/i386/scsi/aic7xxx.h +++ b/sys/i386/scsi/aic7xxx.h @@ -20,7 +20,7 @@ * 4. Modifications may be freely made to this file if the above conditions * are met. * - * $Id: aic7xxx.h,v 1.9 1995/05/30 08:04:54 rgrimes Exp $ + * aic7xxx.h,v 1.9.2.1 1995/06/04 09:15:29 davidg Exp */ #ifndef _AIC7XXX_H_ |
