From cb725137131c5b9c8c8761f2a5d9c35580a041de Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Wed, 26 Oct 1994 19:20:27 +0000 Subject: [PATCH] Enable USERCONFIG and document it in LINT. --- sys/amd64/conf/GENERIC | 3 ++- sys/conf/NOTES | 4 +++- sys/i386/conf/GENERIC | 3 ++- sys/i386/conf/LINT | 4 +++- sys/i386/conf/NOTES | 4 +++- 5 files changed, 13 insertions(+), 5 deletions(-) diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index cdbaddfdc6c8..794ac5b48221 100644 --- a/sys/amd64/conf/GENERIC +++ b/sys/amd64/conf/GENERIC @@ -1,7 +1,7 @@ # # GENERICAH -- Generic machine with WD/AHx/NCR family disks # -# $Id: GENERIC,v 1.4 1994/10/22 17:50:17 phk Exp $ +# $Id: GENERIC,v 1.5 1994/10/24 22:18:11 sos Exp $ # machine "i386" @@ -22,6 +22,7 @@ options "FAT_CURSOR" #block cursor in syscons or pccons options "SCSI_DELAY=15" #Be pessimistic about Joe SCSI device options "NCONS=4" #4 virtual consoles options BOUNCE_BUFFERS #include support for DMA bounce buffers +options USERCONFIG #Allow user configuration with -c config kernel root on wd0 swap on wd0 and wd1 and sd0 and sd1 dumps on wd0 diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 35b109c6bedc..7df79570f360 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -4,7 +4,7 @@ # # This kernel is NOT MEANT to be runnable! # -# $Id: LINT,v 1.98 1994/10/21 01:10:53 wollman Exp $ +# $Id: LINT,v 1.99 1994/10/24 22:18:12 sos Exp $ # # @@ -103,6 +103,8 @@ options KTRACE #kernel tracing # options DIAGNOSTIC +# Enable the dynamic device configuration utility (boot with -c) +options USERCONFIG ##################################################################### diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC index cdbaddfdc6c8..794ac5b48221 100644 --- a/sys/i386/conf/GENERIC +++ b/sys/i386/conf/GENERIC @@ -1,7 +1,7 @@ # # GENERICAH -- Generic machine with WD/AHx/NCR family disks # -# $Id: GENERIC,v 1.4 1994/10/22 17:50:17 phk Exp $ +# $Id: GENERIC,v 1.5 1994/10/24 22:18:11 sos Exp $ # machine "i386" @@ -22,6 +22,7 @@ options "FAT_CURSOR" #block cursor in syscons or pccons options "SCSI_DELAY=15" #Be pessimistic about Joe SCSI device options "NCONS=4" #4 virtual consoles options BOUNCE_BUFFERS #include support for DMA bounce buffers +options USERCONFIG #Allow user configuration with -c config kernel root on wd0 swap on wd0 and wd1 and sd0 and sd1 dumps on wd0 diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT index 35b109c6bedc..7df79570f360 100644 --- a/sys/i386/conf/LINT +++ b/sys/i386/conf/LINT @@ -4,7 +4,7 @@ # # This kernel is NOT MEANT to be runnable! # -# $Id: LINT,v 1.98 1994/10/21 01:10:53 wollman Exp $ +# $Id: LINT,v 1.99 1994/10/24 22:18:12 sos Exp $ # # @@ -103,6 +103,8 @@ options KTRACE #kernel tracing # options DIAGNOSTIC +# Enable the dynamic device configuration utility (boot with -c) +options USERCONFIG ##################################################################### diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 35b109c6bedc..7df79570f360 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -4,7 +4,7 @@ # # This kernel is NOT MEANT to be runnable! # -# $Id: LINT,v 1.98 1994/10/21 01:10:53 wollman Exp $ +# $Id: LINT,v 1.99 1994/10/24 22:18:12 sos Exp $ # # @@ -103,6 +103,8 @@ options KTRACE #kernel tracing # options DIAGNOSTIC +# Enable the dynamic device configuration utility (boot with -c) +options USERCONFIG #####################################################################