Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/pc532/conf Comment out options that are already the...
details: https://anonhg.NetBSD.org/src/rev/f8ca8cbeaabe
branches: trunk
changeset: 467390:f8ca8cbeaabe
user: jonb <jonb%NetBSD.org@localhost>
date: Wed Mar 24 03:48:04 1999 +0000
description:
Comment out options that are already the default... (I'm leaving them
around as an example of what to change if needed.)
diffstat:
sys/arch/pc532/conf/GENERIC | 6 +++---
sys/arch/pc532/conf/INSTALL | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (40 lines):
diff -r 58f15ac35f18 -r f8ca8cbeaabe sys/arch/pc532/conf/GENERIC
--- a/sys/arch/pc532/conf/GENERIC Wed Mar 24 03:45:36 1999 +0000
+++ b/sys/arch/pc532/conf/GENERIC Wed Mar 24 03:48:04 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.1 1999/03/10 13:35:33 jonb Exp $
+# $NetBSD: GENERIC,v 1.2 1999/03/24 03:48:04 jonb Exp $
#
# GENERIC: generic kernel for most machines
#
@@ -44,8 +44,8 @@
# pc532 specific options
options CPU30MHZ # necessary for fast machines
-options CONSOLE_SPEED=B9600 # default console baud rate
-options SCNDEF_CFLAG="CREAD+CS8+HUPCL"
+#options CONSOLE_SPEED=B9600 # default console baud rate
+#options SCNDEF_CFLAG="CREAD|CS8|HUPCL" # and settings
config netbsd root on ? type ?
diff -r 58f15ac35f18 -r f8ca8cbeaabe sys/arch/pc532/conf/INSTALL
--- a/sys/arch/pc532/conf/INSTALL Wed Mar 24 03:45:36 1999 +0000
+++ b/sys/arch/pc532/conf/INSTALL Wed Mar 24 03:48:04 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.18 1999/03/23 23:02:14 jonb Exp $
+# $NetBSD: INSTALL,v 1.19 1999/03/24 03:48:05 jonb Exp $
#
# INSTALL -- install kernel
#
@@ -30,8 +30,8 @@
# pc532 special options
options CPU30MHZ # necessary for fast machines
-options CONSOLE_SPEED=B9600 # default console baud rate
-options SCNDEF_CFLAG="CREAD+CS8+HUPCL" # use the monitor's setting
+#options CONSOLE_SPEED=B9600 # default console baud rate
+#options SCNDEF_CFLAG="CREAD|CS8|HUPCL" # use the monitor's setting
options NO_INLINE_SPLX # go for space, not for speed
# Kernel root file system and dump configuration.
Home |
Main Index |
Thread Index |
Old Index