diff --git a/sys/arch/amiga/conf/AMIGA b/sys/arch/amiga/conf/AMIGA index b9cf0a6a07a9..b9d024d43daa 100644 --- a/sys/arch/amiga/conf/AMIGA +++ b/sys/arch/amiga/conf/AMIGA @@ -1,9 +1,9 @@ -# $NetBSD: AMIGA,v 1.54 2002/07/05 13:28:00 abs Exp $ +# $NetBSD: AMIGA,v 1.55 2002/09/18 02:16:01 lukem Exp $ # # This file was automatically created. # Changes will be lost when make is run in this directory. # -# Created from: # NetBSD: GENERIC.in,v 1.2 2002/07/05 13:18:21 abs Exp $ +# Created from: # NetBSD: GENERIC.in,v 1.3 2002/09/18 02:15:09 lukem Exp $ # # GENERIC machine description file # @@ -28,7 +28,7 @@ include "arch/amiga/conf/std.amiga" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.54 $" +#ident "GENERIC-$Revision: 1.55 $" maxusers 8 @@ -153,7 +153,7 @@ options LKM # Loadable kernel modules options UCONSOLE # anyone can redirect a virtual console #options INSECURE # disable kernel security levels options SCSIVERBOSE # human readable SCSI error messages -#options USERCONF # userconf(4) support +options USERCONF # userconf(4) support options NTP # NTP phase/frequency locked loop #options PIPE_SOCKETPAIR # smaller, but slower pipe(2) diff --git a/sys/arch/amiga/conf/DRACO b/sys/arch/amiga/conf/DRACO index 3702d56bae3b..6a23a77e369a 100644 --- a/sys/arch/amiga/conf/DRACO +++ b/sys/arch/amiga/conf/DRACO @@ -1,9 +1,9 @@ -# $NetBSD: DRACO,v 1.70 2002/07/05 13:28:00 abs Exp $ +# $NetBSD: DRACO,v 1.71 2002/09/18 02:16:01 lukem Exp $ # # This file was automatically created. # Changes will be lost when make is run in this directory. # -# Created from: # NetBSD: GENERIC.in,v 1.2 2002/07/05 13:18:21 abs Exp $ +# Created from: # NetBSD: GENERIC.in,v 1.3 2002/09/18 02:15:09 lukem Exp $ # # GENERIC machine description file # @@ -28,7 +28,7 @@ include "arch/amiga/conf/std.amiga" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.70 $" +#ident "GENERIC-$Revision: 1.71 $" maxusers 8 @@ -142,7 +142,7 @@ options LKM # Loadable kernel modules options UCONSOLE # anyone can redirect a virtual console #options INSECURE # disable kernel security levels options SCSIVERBOSE # human readable SCSI error messages -#options USERCONF # userconf(4) support +options USERCONF # userconf(4) support options NTP # NTP phase/frequency locked loop #options PIPE_SOCKETPAIR # smaller, but slower pipe(2) diff --git a/sys/arch/amiga/conf/GENERIC b/sys/arch/amiga/conf/GENERIC index 39c4160c65ae..10859f37133e 100644 --- a/sys/arch/amiga/conf/GENERIC +++ b/sys/arch/amiga/conf/GENERIC @@ -1,9 +1,9 @@ -# $NetBSD: GENERIC,v 1.183 2002/07/05 13:28:00 abs Exp $ +# $NetBSD: GENERIC,v 1.184 2002/09/18 02:16:01 lukem Exp $ # # This file was automatically created. # Changes will be lost when make is run in this directory. # -# Created from: # NetBSD: GENERIC.in,v 1.2 2002/07/05 13:18:21 abs Exp $ +# Created from: # NetBSD: GENERIC.in,v 1.3 2002/09/18 02:15:09 lukem Exp $ # # GENERIC machine description file # @@ -28,7 +28,7 @@ include "arch/amiga/conf/std.amiga" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.183 $" +#ident "GENERIC-$Revision: 1.184 $" maxusers 8 @@ -154,7 +154,7 @@ options LKM # Loadable kernel modules options UCONSOLE # anyone can redirect a virtual console #options INSECURE # disable kernel security levels options SCSIVERBOSE # human readable SCSI error messages -#options USERCONF # userconf(4) support +options USERCONF # userconf(4) support options NTP # NTP phase/frequency locked loop #options PIPE_SOCKETPAIR # smaller, but slower pipe(2) diff --git a/sys/arch/amiga/conf/INSTALL b/sys/arch/amiga/conf/INSTALL index f1d0d53aa3ca..48a924f2b629 100644 --- a/sys/arch/amiga/conf/INSTALL +++ b/sys/arch/amiga/conf/INSTALL @@ -1,9 +1,9 @@ -# $NetBSD: INSTALL,v 1.32 2002/07/05 13:28:00 abs Exp $ +# $NetBSD: INSTALL,v 1.33 2002/09/18 02:16:01 lukem Exp $ # # This file was automatically created. # Changes will be lost when make is run in this directory. # -# Created from: # NetBSD: GENERIC.in,v 1.2 2002/07/05 13:18:21 abs Exp $ +# Created from: # NetBSD: GENERIC.in,v 1.3 2002/09/18 02:15:09 lukem Exp $ # # GENERIC machine description file # @@ -28,7 +28,7 @@ include "arch/amiga/conf/std.amiga" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.32 $" +#ident "GENERIC-$Revision: 1.33 $" makeoptions COPTS="-Os" @@ -114,7 +114,7 @@ options COMPAT_AOUT_M68K # actually make some system calls work. #options INSECURE # disable kernel security levels options SCSIVERBOSE # human readable SCSI error messages -#options USERCONF # userconf(4) support +options USERCONF # userconf(4) support options PIPE_SOCKETPAIR # smaller, but slower pipe(2) options MALLOC_NOINLINE # Not inlining MALLOC saves memory diff --git a/sys/arch/amiga/conf/MDINSTALL b/sys/arch/amiga/conf/MDINSTALL index 650811db3786..dc791b2a44d8 100644 --- a/sys/arch/amiga/conf/MDINSTALL +++ b/sys/arch/amiga/conf/MDINSTALL @@ -1,4 +1,4 @@ -# $NetBSD: MDINSTALL,v 1.14 2002/07/05 13:40:11 abs Exp $ +# $NetBSD: MDINSTALL,v 1.15 2002/09/18 02:16:01 lukem Exp $ # # INSTALL kernel for ramdisk installation @@ -58,7 +58,7 @@ options UCONSOLE # anyone can redirect a virtual console #options INSECURE # disable kernel security levels options SCSIVERBOSE # human readable SCSI error messages options NTP # NTP phase/frequency locked loop -#options USERCONF # userconf(4) support +options USERCONF # userconf(4) support options PIPE_SOCKETPAIR # smaller, but slower pipe(2) options MALLOC_NOINLINE # Not inlining MALLOC saves memory diff --git a/sys/arch/amiga/conf/WSCONS b/sys/arch/amiga/conf/WSCONS index a03ba449fba4..444d8b609eee 100644 --- a/sys/arch/amiga/conf/WSCONS +++ b/sys/arch/amiga/conf/WSCONS @@ -1,9 +1,9 @@ -# $NetBSD: WSCONS,v 1.8 2002/07/05 13:27:59 abs Exp $ +# $NetBSD: WSCONS,v 1.9 2002/09/18 02:16:02 lukem Exp $ # # This file was automatically created. # Changes will be lost when make is run in this directory. # -# Created from: # NetBSD: GENERIC.in,v 1.2 2002/07/05 13:18:21 abs Exp $ +# Created from: # NetBSD: GENERIC.in,v 1.3 2002/09/18 02:15:09 lukem Exp $ # # GENERIC machine description file # @@ -28,7 +28,7 @@ include "arch/amiga/conf/std.amiga" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.8 $" +#ident "GENERIC-$Revision: 1.9 $" maxusers 8 @@ -154,7 +154,7 @@ options LKM # Loadable kernel modules options UCONSOLE # anyone can redirect a virtual console #options INSECURE # disable kernel security levels options SCSIVERBOSE # human readable SCSI error messages -#options USERCONF # userconf(4) support +options USERCONF # userconf(4) support options NTP # NTP phase/frequency locked loop #options PIPE_SOCKETPAIR # smaller, but slower pipe(2)