summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>1995-12-10 10:50:32 +0000
committerjulian <julian@FreeBSD.org>1995-12-10 10:50:32 +0000
commit87e768602b8616e6c6fa0e0bb6e816c9f6b0dd55 (patch)
tree4a17f8bc0bbef77b831c290d98e5eb9c00c3b394
parentbf5296901b3b5143f3409c42d7326b0fdd83c2a3 (diff)
downloadFreeBSD-src-87e768602b8616e6c6fa0e0bb6e816c9f6b0dd55.zip
FreeBSD-src-87e768602b8616e6c6fa0e0bb6e816c9f6b0dd55.tar.gz
Add DEVFS to LINT
-rw-r--r--sys/conf/NOTES5
-rw-r--r--sys/i386/conf/LINT5
-rw-r--r--sys/i386/conf/NOTES5
3 files changed, 12 insertions, 3 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 86b54a7..1c83c98 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.217 1995/11/29 20:07:49 nate Exp $
+# $Id: LINT,v 1.218 1995/12/09 16:10:20 phk 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
@@ -244,6 +244,8 @@ options PORTAL #Portal filesystem
options PROCFS #Process filesystem
options UMAPFS #UID map filesystem
options UNION #Union filesystem
+# THis DEVFS is experimental but seems to work
+options DEVFS #devices filesystem
# Make space in the kernel for a MFS rootfilesystem. Define to the number
# of kilobytes to reserve for the filesystem.
@@ -439,6 +441,7 @@ options "MAXCONS=16"
# The Numeric Processing eXtension is used to either enable the
# coprocessor or enable math emulation. If your machine doesn't contain
# a math co-processor, you must *also* add the option "MATH_EMULATE".
+# THIS IS NOT AN OPTIONAL ENTRY, DO NOT REMOVE IT
#
device npx0 at isa? port "IO_NPX" irq 13 vector npxintr
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index 86b54a7..1c83c98 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.217 1995/11/29 20:07:49 nate Exp $
+# $Id: LINT,v 1.218 1995/12/09 16:10:20 phk 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
@@ -244,6 +244,8 @@ options PORTAL #Portal filesystem
options PROCFS #Process filesystem
options UMAPFS #UID map filesystem
options UNION #Union filesystem
+# THis DEVFS is experimental but seems to work
+options DEVFS #devices filesystem
# Make space in the kernel for a MFS rootfilesystem. Define to the number
# of kilobytes to reserve for the filesystem.
@@ -439,6 +441,7 @@ options "MAXCONS=16"
# The Numeric Processing eXtension is used to either enable the
# coprocessor or enable math emulation. If your machine doesn't contain
# a math co-processor, you must *also* add the option "MATH_EMULATE".
+# THIS IS NOT AN OPTIONAL ENTRY, DO NOT REMOVE IT
#
device npx0 at isa? port "IO_NPX" irq 13 vector npxintr
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 86b54a7..1c83c98 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.217 1995/11/29 20:07:49 nate Exp $
+# $Id: LINT,v 1.218 1995/12/09 16:10:20 phk 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
@@ -244,6 +244,8 @@ options PORTAL #Portal filesystem
options PROCFS #Process filesystem
options UMAPFS #UID map filesystem
options UNION #Union filesystem
+# THis DEVFS is experimental but seems to work
+options DEVFS #devices filesystem
# Make space in the kernel for a MFS rootfilesystem. Define to the number
# of kilobytes to reserve for the filesystem.
@@ -439,6 +441,7 @@ options "MAXCONS=16"
# The Numeric Processing eXtension is used to either enable the
# coprocessor or enable math emulation. If your machine doesn't contain
# a math co-processor, you must *also* add the option "MATH_EMULATE".
+# THIS IS NOT AN OPTIONAL ENTRY, DO NOT REMOVE IT
#
device npx0 at isa? port "IO_NPX" irq 13 vector npxintr
OpenPOWER on IntegriCloud