summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-12-10 22:09:14 +0000
committerbde <bde@FreeBSD.org>1995-12-10 22:09:14 +0000
commit0a6a619c60aa95f48fa9b02229a3e29e11219280 (patch)
tree8985f640681204eec5c808a9de3d1c2318e569fe
parent20843989b183be31e416722277ee1df60a6236b2 (diff)
downloadFreeBSD-src-0a6a619c60aa95f48fa9b02229a3e29e11219280.zip
FreeBSD-src-0a6a619c60aa95f48fa9b02229a3e29e11219280.tar.gz
Added undocumented option EXT2FS so that it gets tested.
Enabled option GPL_MATH_EMULATE so it gets tested. This will cause linkage errors. Fixed comment about PCVT_VERSION=210.
-rw-r--r--sys/conf/NOTES11
-rw-r--r--sys/i386/conf/LINT11
-rw-r--r--sys/i386/conf/NOTES11
3 files changed, 21 insertions, 12 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 1c83c98..e3def3d 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -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.218 1995/12/09 16:10:20 phk Exp $
+# $Id: LINT,v 1.219 1995/12/10 10:50:32 julian 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
@@ -49,8 +49,9 @@ options "OPEN_MAX=128"
# fully-featured but GPL-licensed emulator taken from Linux.
#
options MATH_EMULATE #Support for x87 emulation
-#options GPL_MATH_EMULATE #Support for x87 emualtion via
- #new math emulator
+# Don't enable both of these in a real config.
+options GPL_MATH_EMULATE #Support for x87 emualtion via
+ #new math emulator
#
# This directive defines a number of things:
@@ -413,7 +414,7 @@ options BOUNCE_BUFFERS
# 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.0.5
+options "PCVT_FREEBSD=210" # pcvt running on FreeBSD >= 2.0.5
options XSERVER # include code for XFree86
options FAT_CURSOR # start with block cursor
# This PCVT option is for keyboards such as those used on IBM ThinkPad laptops
@@ -838,5 +839,7 @@ controller pcic0 at crd?
options POWERFAIL_NMI # make it beep instead of panicing
# More undocumented options for linting.
+
options COMPAT_LINUX
+options "EXT2FS"
options "IBCS2"
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index 1c83c98..e3def3d 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.218 1995/12/09 16:10:20 phk Exp $
+# $Id: LINT,v 1.219 1995/12/10 10:50:32 julian 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
@@ -49,8 +49,9 @@ options "OPEN_MAX=128"
# fully-featured but GPL-licensed emulator taken from Linux.
#
options MATH_EMULATE #Support for x87 emulation
-#options GPL_MATH_EMULATE #Support for x87 emualtion via
- #new math emulator
+# Don't enable both of these in a real config.
+options GPL_MATH_EMULATE #Support for x87 emualtion via
+ #new math emulator
#
# This directive defines a number of things:
@@ -413,7 +414,7 @@ options BOUNCE_BUFFERS
# 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.0.5
+options "PCVT_FREEBSD=210" # pcvt running on FreeBSD >= 2.0.5
options XSERVER # include code for XFree86
options FAT_CURSOR # start with block cursor
# This PCVT option is for keyboards such as those used on IBM ThinkPad laptops
@@ -838,5 +839,7 @@ controller pcic0 at crd?
options POWERFAIL_NMI # make it beep instead of panicing
# More undocumented options for linting.
+
options COMPAT_LINUX
+options "EXT2FS"
options "IBCS2"
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 1c83c98..e3def3d 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -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.218 1995/12/09 16:10:20 phk Exp $
+# $Id: LINT,v 1.219 1995/12/10 10:50:32 julian 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
@@ -49,8 +49,9 @@ options "OPEN_MAX=128"
# fully-featured but GPL-licensed emulator taken from Linux.
#
options MATH_EMULATE #Support for x87 emulation
-#options GPL_MATH_EMULATE #Support for x87 emualtion via
- #new math emulator
+# Don't enable both of these in a real config.
+options GPL_MATH_EMULATE #Support for x87 emualtion via
+ #new math emulator
#
# This directive defines a number of things:
@@ -413,7 +414,7 @@ options BOUNCE_BUFFERS
# 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.0.5
+options "PCVT_FREEBSD=210" # pcvt running on FreeBSD >= 2.0.5
options XSERVER # include code for XFree86
options FAT_CURSOR # start with block cursor
# This PCVT option is for keyboards such as those used on IBM ThinkPad laptops
@@ -838,5 +839,7 @@ controller pcic0 at crd?
options POWERFAIL_NMI # make it beep instead of panicing
# More undocumented options for linting.
+
options COMPAT_LINUX
+options "EXT2FS"
options "IBCS2"
OpenPOWER on IntegriCloud