diff --git a/sys/arch/i386/conf/BOAT_ANCHOR b/sys/arch/i386/conf/BOAT_ANCHOR index 051de3944bd9..2eab875e4bda 100644 --- a/sys/arch/i386/conf/BOAT_ANCHOR +++ b/sys/arch/i386/conf/BOAT_ANCHOR @@ -1,4 +1,4 @@ -# $NetBSD: BOAT_ANCHOR,v 1.60 1996/03/18 01:46:40 jtk Exp $ +# $NetBSD: BOAT_ANCHOR,v 1.61 1996/03/25 05:45:08 perry Exp $ # # BOAT_ANCHOR -- kernel for the 386-20 the gang uses for testing # @@ -39,6 +39,7 @@ options KTRACE # system call tracing, a la ktrace(1) options COMPAT_NOMID # compatibility with 386BSD, BSDI, NetBSD 0.8, options COMPAT_09 # NetBSD 0.9, options COMPAT_10 # NetBSD 1.0, +options COMPAT_11 # NetBSD 1.1, options COMPAT_43 # and 4.3BSD options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD diff --git a/sys/arch/i386/conf/DISKLESS b/sys/arch/i386/conf/DISKLESS index 89d76cf10e04..c38681319944 100644 --- a/sys/arch/i386/conf/DISKLESS +++ b/sys/arch/i386/conf/DISKLESS @@ -1,4 +1,4 @@ -# $NetBSD: DISKLESS,v 1.22 1996/03/18 01:46:38 jtk Exp $ +# $NetBSD: DISKLESS,v 1.23 1996/03/25 05:45:14 perry Exp $ # # DISKLESS -- Generic machine setup for diskless boot. # This kernel can be loaded from a bootable floppy (i.e. kernel-copy) @@ -41,6 +41,7 @@ options SYSVSHM # System V-like memory sharing options COMPAT_NOMID # compatibility with 386BSD, BSDI, NetBSD 0.8, options COMPAT_09 # NetBSD 0.9, options COMPAT_10 # NetBSD 1.0, +options COMPAT_11 # NetBSD 1.1, options COMPAT_43 # and 4.3BSD options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 4f4e925548a4..d36eddc19626 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.37 1996/03/18 01:46:37 jtk Exp $ +# $NetBSD: GENERIC,v 1.38 1996/03/25 05:45:18 perry Exp $ # # GENERIC -- everything that's currently supported # @@ -41,6 +41,7 @@ options SYSVSHM # System V-like memory sharing options COMPAT_NOMID # compatibility with 386BSD, BSDI, NetBSD 0.8, options COMPAT_09 # NetBSD 0.9, options COMPAT_10 # NetBSD 1.0, +options COMPAT_11 # NetBSD 1.1, options COMPAT_43 # and 4.3BSD options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD diff --git a/sys/arch/i386/conf/GENERICADP b/sys/arch/i386/conf/GENERICADP index ea7dd50a4f50..b9443563e92a 100644 --- a/sys/arch/i386/conf/GENERICADP +++ b/sys/arch/i386/conf/GENERICADP @@ -1,4 +1,4 @@ -# $NetBSD: GENERICADP,v 1.14 1996/03/18 01:46:35 jtk Exp $ +# $NetBSD: GENERICADP,v 1.15 1996/03/25 05:45:23 perry Exp $ # # GENERICADP -- everything that's currently supported, except non- # Adaptec SCSI controllers. @@ -42,6 +42,7 @@ options SYSVSHM # System V-like memory sharing options COMPAT_NOMID # compatibility with 386BSD, BSDI, NetBSD 0.8, options COMPAT_09 # NetBSD 0.9, options COMPAT_10 # NetBSD 1.0, +options COMPAT_11 # NetBSD 1.1, options COMPAT_43 # and 4.3BSD options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD diff --git a/sys/arch/i386/conf/GENERICOTHER b/sys/arch/i386/conf/GENERICOTHER index 3e5d3ad9c79f..1265bc33023b 100644 --- a/sys/arch/i386/conf/GENERICOTHER +++ b/sys/arch/i386/conf/GENERICOTHER @@ -1,4 +1,4 @@ -# $NetBSD: GENERICOTHER,v 1.13 1996/03/18 01:46:34 jtk Exp $ +# $NetBSD: GENERICOTHER,v 1.14 1996/03/25 05:45:25 perry Exp $ # # GENERICOTHER -- everything that's currently supported, except # Adaptec SCSI controllers. @@ -42,6 +42,7 @@ options SYSVSHM # System V-like memory sharing options COMPAT_NOMID # compatibility with 386BSD, BSDI, NetBSD 0.8, options COMPAT_09 # NetBSD 0.9, options COMPAT_10 # NetBSD 1.0, +options COMPAT_11 # NetBSD 1.1, options COMPAT_43 # and 4.3BSD options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD diff --git a/sys/arch/i386/conf/INSTADP b/sys/arch/i386/conf/INSTADP index a7a83dca9152..af605b2d9fa6 100644 --- a/sys/arch/i386/conf/INSTADP +++ b/sys/arch/i386/conf/INSTADP @@ -1,4 +1,4 @@ -# $NetBSD: INSTADP,v 1.10 1996/03/12 01:32:51 perry Exp $ +# $NetBSD: INSTADP,v 1.11 1996/03/25 05:45:28 perry Exp $ # # INSTADP -- like GENERICADP. This supports only Adaptec SCSI # adapters. This kernel is GENERICADP with lines @@ -33,6 +33,7 @@ options DEVPAGER # mmap() of devices #makeoptions DEBUG="-g" # compile full symbol table options COMPAT_10 # NetBSD 1.0, +options COMPAT_11 # NetBSD 1.1, options LKM # loadable kernel modules diff --git a/sys/arch/i386/conf/INSTALL b/sys/arch/i386/conf/INSTALL index 03748b7d6056..a9bb5a394bf0 100644 --- a/sys/arch/i386/conf/INSTALL +++ b/sys/arch/i386/conf/INSTALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.9 1996/03/12 01:32:52 perry Exp $ +# $NetBSD: INSTALL,v 1.10 1996/03/25 05:45:31 perry Exp $ # # INSTOTHER -- like GENERICOTHER. This supports only non-Adaptec SCSI # adapters. This kernel is GENERICOTHER with lines @@ -33,6 +33,7 @@ options DEVPAGER # mmap() of devices #makeoptions DEBUG="-g" # compile full symbol table options COMPAT_10 # NetBSD 1.0, +options COMPAT_11 # NetBSD 1.1, options LKM # loadable kernel modules diff --git a/sys/arch/i386/conf/INSTOTHER b/sys/arch/i386/conf/INSTOTHER index de2205f0482e..3f2bb0335fa0 100644 --- a/sys/arch/i386/conf/INSTOTHER +++ b/sys/arch/i386/conf/INSTOTHER @@ -1,4 +1,4 @@ -# $NetBSD: INSTOTHER,v 1.9 1996/03/12 01:32:52 perry Exp $ +# $NetBSD: INSTOTHER,v 1.10 1996/03/25 05:45:31 perry Exp $ # # INSTOTHER -- like GENERICOTHER. This supports only non-Adaptec SCSI # adapters. This kernel is GENERICOTHER with lines @@ -33,6 +33,7 @@ options DEVPAGER # mmap() of devices #makeoptions DEBUG="-g" # compile full symbol table options COMPAT_10 # NetBSD 1.0, +options COMPAT_11 # NetBSD 1.1, options LKM # loadable kernel modules diff --git a/sys/arch/i386/conf/JUNK b/sys/arch/i386/conf/JUNK index f22708d008f5..f0e81dbd1664 100644 --- a/sys/arch/i386/conf/JUNK +++ b/sys/arch/i386/conf/JUNK @@ -1,4 +1,4 @@ -# $NetBSD: JUNK,v 1.5 1996/03/05 01:32:21 thorpej Exp $ +# $NetBSD: JUNK,v 1.6 1996/03/25 05:45:34 perry Exp $ # # JUNK -- Adam's Compaq SLT 386/20 # @@ -30,6 +30,7 @@ options KTRACE # system call tracing, a la ktrace(1) options COMPAT_NOMID # compatibility with 386BSD, BSDI, NetBSD 0.8, options COMPAT_09 # NetBSD 0.9, options COMPAT_10 # NetBSD 1.0, +options COMPAT_11 # NetBSD 1.1, options COMPAT_43 # and 4.3BSD options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD diff --git a/sys/arch/i386/conf/KICKME b/sys/arch/i386/conf/KICKME index 96f9fcabb32e..6ab37bc8ce20 100644 --- a/sys/arch/i386/conf/KICKME +++ b/sys/arch/i386/conf/KICKME @@ -1,4 +1,4 @@ -# $NetBSD: KICKME,v 1.29 1996/03/05 01:32:23 thorpej Exp $ +# $NetBSD: KICKME,v 1.30 1996/03/25 05:45:38 perry Exp $ # # KICKME -- 486Cx-33 development machine # @@ -34,6 +34,7 @@ options KTRACE # system call tracing, a la ktrace(1) options COMPAT_NOMID # compatibility with 386BSD, BSDI, NetBSD 0.8, options COMPAT_09 # NetBSD 0.9, options COMPAT_10 # NetBSD 1.0, +options COMPAT_11 # NetBSD 1.1, options COMPAT_43 # and 4.3BSD options FFS # UFS diff --git a/sys/arch/i386/conf/PAIN b/sys/arch/i386/conf/PAIN index ed4e3cc075d7..814cd8c10f51 100644 --- a/sys/arch/i386/conf/PAIN +++ b/sys/arch/i386/conf/PAIN @@ -1,4 +1,4 @@ -# $NetBSD: PAIN,v 1.64 1996/03/18 01:46:33 jtk Exp $ +# $NetBSD: PAIN,v 1.65 1996/03/25 05:45:41 perry Exp $ # # PAIN -- mail server and test machine # @@ -39,6 +39,7 @@ options SYSVSHM # System V-like memory sharing options COMPAT_NOMID # compatibility with 386BSD, BSDI, NetBSD 0.8, options COMPAT_09 # NetBSD 0.9, options COMPAT_10 # NetBSD 1.0, +options COMPAT_11 # NetBSD 1.1, options COMPAT_43 # and 4.3BSD options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD diff --git a/sys/arch/i386/conf/PATEK b/sys/arch/i386/conf/PATEK index 09ab09a99075..ecc5e855461a 100644 --- a/sys/arch/i386/conf/PATEK +++ b/sys/arch/i386/conf/PATEK @@ -1,4 +1,4 @@ -# $NetBSD: PATEK,v 1.35 1996/03/18 01:46:31 jtk Exp $ +# $NetBSD: PATEK,v 1.36 1996/03/25 05:45:43 perry Exp $ # # PATEK -- Mycroft's 486 test box # @@ -39,6 +39,7 @@ options SYSVSHM # System V-like memory sharing options COMPAT_NOMID # compatibility with 386BSD, BSDI, NetBSD 0.8, options COMPAT_09 # NetBSD 0.9, options COMPAT_10 # NetBSD 1.0, +options COMPAT_11 # NetBSD 1.1, options COMPAT_43 # and 4.3BSD options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD diff --git a/sys/arch/i386/conf/SUN_LAMP b/sys/arch/i386/conf/SUN_LAMP index 35665efd150d..38a0abb3c48f 100644 --- a/sys/arch/i386/conf/SUN_LAMP +++ b/sys/arch/i386/conf/SUN_LAMP @@ -1,4 +1,4 @@ -# $NetBSD: SUN_LAMP,v 1.69 1996/03/16 06:09:10 thorpej Exp $ +# $NetBSD: SUN_LAMP,v 1.70 1996/03/25 05:45:46 perry Exp $ # # SUN_LAMP -- kernel for one of cgd's 486/50 EISA boxes... # @@ -39,6 +39,7 @@ options KTRACE # system call tracing, a la ktrace(1) options COMPAT_NOMID # compatibility with 386BSD, BSDI, NetBSD 0.8, options COMPAT_09 # NetBSD 0.9, options COMPAT_10 # NetBSD 1.0, +options COMPAT_11 # NetBSD 1.1, options COMPAT_43 # and 4.3BSD options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD diff --git a/sys/arch/i386/conf/TDR b/sys/arch/i386/conf/TDR index a720ce572453..266f86c6a3a9 100644 --- a/sys/arch/i386/conf/TDR +++ b/sys/arch/i386/conf/TDR @@ -1,4 +1,4 @@ -# $NetBSD: TDR,v 1.63 1996/03/18 01:46:29 jtk Exp $ +# $NetBSD: TDR,v 1.64 1996/03/25 05:45:49 perry Exp $ # # TDR -- Theo Deraadt's 486 # @@ -39,6 +39,7 @@ options KTRACE # system call tracing, a la ktrace(1) options COMPAT_NOMID # compatibility with 386BSD, BSDI, NetBSD 0.8, options COMPAT_09 # NetBSD 0.9, options COMPAT_10 # NetBSD 1.0, +options COMPAT_11 # NetBSD 1.1, options COMPAT_43 # and 4.3BSD options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD diff --git a/sys/arch/i386/conf/TRINITY b/sys/arch/i386/conf/TRINITY index 747c2c466025..bbd47a0b56be 100644 --- a/sys/arch/i386/conf/TRINITY +++ b/sys/arch/i386/conf/TRINITY @@ -1,4 +1,4 @@ -# $NetBSD: TRINITY,v 1.68 1996/03/18 01:46:23 jtk Exp $ +# $NetBSD: TRINITY,v 1.69 1996/03/25 05:45:54 perry Exp $ # # TRINITY -- Mycroft's 386 box # @@ -40,6 +40,7 @@ options SYSVSHM # System V-like memory sharing options COMPAT_NOMID # compatibility with 386BSD, BSDI, NetBSD 0.8, options COMPAT_09 # NetBSD 0.9, options COMPAT_10 # NetBSD 1.0, +options COMPAT_11 # NetBSD 1.1, options COMPAT_43 # and 4.3BSD options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD