summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1997-10-28 07:24:35 +0000
committerjoerg <joerg@FreeBSD.org>1997-10-28 07:24:35 +0000
commitd7060af272361835ee1e05a5800fa4c9e6dc4136 (patch)
tree61314e72b95f4f3699cd670be8b84893912a10a8
parent5c37a12152dcd7c9ea69865faa6b23c106931489 (diff)
downloadFreeBSD-src-d7060af272361835ee1e05a5800fa4c9e6dc4136.zip
FreeBSD-src-d7060af272361835ee1e05a5800fa4c9e6dc4136.tar.gz
Remove the stale `log' non-pseudodevice.
Found by: the new config(8) ;-)
-rw-r--r--sys/amd64/conf/GENERIC3
-rw-r--r--sys/conf/NOTES16
-rw-r--r--sys/i386/conf/GENERIC3
-rw-r--r--sys/i386/conf/LINT16
-rw-r--r--sys/i386/conf/NOTES16
-rw-r--r--sys/i386/conf/SMP-GENERIC3
6 files changed, 18 insertions, 39 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index 93b47ce..7ba4cbc 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -11,7 +11,7 @@
# device lines is present in the ./LINT configuration file. If you are
# in doubt as to the purpose or necessity of a line, check first in LINT.
#
-# $Id: GENERIC,v 1.98 1997/10/18 10:59:06 joerg Exp $
+# $Id: GENERIC,v 1.99 1997/10/26 04:36:07 nate Exp $
machine "i386"
cpu "I386_CPU"
@@ -144,7 +144,6 @@ device zp0 at isa? port 0x300 net irq 10 iomem 0xd8000 vector zpintr
pseudo-device loop
pseudo-device ether
-pseudo-device log
pseudo-device sl 1
# ijppp uses tun instead of ppp device
#pseudo-device ppp 1
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 0023a96..d90a96d 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.375 1997/10/18 10:59:16 joerg Exp $
+# $Id: LINT,v 1.376 1997/10/26 04:36:09 nate 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
@@ -578,18 +578,12 @@ options OD_AUTO_TURNOFF
#####################################################################
# MISCELLANEOUS DEVICES AND OPTIONS
-#
-# Of these, only the `log' device is truly mandatory. The `pty'
-# device usually turns out to be ``effectively mandatory'', as it is
-# required for `telnetd', `rlogind', `screen', `emacs', and `xterm',
-# among others.
-# If you wish to run certain
-# system utilities which are compressed by default (like /stand/sysinstall)
-# then `gzip' becomes mandatory too.
-#
+# The `pty' device usually turns out to be ``effectively mandatory'',
+# as it is required for `telnetd', `rlogind', `screen', `emacs', and
+# `xterm', among others.
+
pseudo-device pty 16 #Pseudo ttys - can go as high as 256
pseudo-device speaker #Play IBM BASIC-style noises out your speaker
-pseudo-device log #Kernel syslog interface (/dev/klog)
pseudo-device gzip #Exec gzipped a.out's
pseudo-device vn #Vnode driver (turns a file into a device)
pseudo-device snp 3 #Snoop device - to look at pty/vty/etc..
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index 93b47ce..7ba4cbc 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -11,7 +11,7 @@
# device lines is present in the ./LINT configuration file. If you are
# in doubt as to the purpose or necessity of a line, check first in LINT.
#
-# $Id: GENERIC,v 1.98 1997/10/18 10:59:06 joerg Exp $
+# $Id: GENERIC,v 1.99 1997/10/26 04:36:07 nate Exp $
machine "i386"
cpu "I386_CPU"
@@ -144,7 +144,6 @@ device zp0 at isa? port 0x300 net irq 10 iomem 0xd8000 vector zpintr
pseudo-device loop
pseudo-device ether
-pseudo-device log
pseudo-device sl 1
# ijppp uses tun instead of ppp device
#pseudo-device ppp 1
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index 0023a96..d90a96d 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.375 1997/10/18 10:59:16 joerg Exp $
+# $Id: LINT,v 1.376 1997/10/26 04:36:09 nate 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
@@ -578,18 +578,12 @@ options OD_AUTO_TURNOFF
#####################################################################
# MISCELLANEOUS DEVICES AND OPTIONS
-#
-# Of these, only the `log' device is truly mandatory. The `pty'
-# device usually turns out to be ``effectively mandatory'', as it is
-# required for `telnetd', `rlogind', `screen', `emacs', and `xterm',
-# among others.
-# If you wish to run certain
-# system utilities which are compressed by default (like /stand/sysinstall)
-# then `gzip' becomes mandatory too.
-#
+# The `pty' device usually turns out to be ``effectively mandatory'',
+# as it is required for `telnetd', `rlogind', `screen', `emacs', and
+# `xterm', among others.
+
pseudo-device pty 16 #Pseudo ttys - can go as high as 256
pseudo-device speaker #Play IBM BASIC-style noises out your speaker
-pseudo-device log #Kernel syslog interface (/dev/klog)
pseudo-device gzip #Exec gzipped a.out's
pseudo-device vn #Vnode driver (turns a file into a device)
pseudo-device snp 3 #Snoop device - to look at pty/vty/etc..
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 0023a96..d90a96d 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.375 1997/10/18 10:59:16 joerg Exp $
+# $Id: LINT,v 1.376 1997/10/26 04:36:09 nate 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
@@ -578,18 +578,12 @@ options OD_AUTO_TURNOFF
#####################################################################
# MISCELLANEOUS DEVICES AND OPTIONS
-#
-# Of these, only the `log' device is truly mandatory. The `pty'
-# device usually turns out to be ``effectively mandatory'', as it is
-# required for `telnetd', `rlogind', `screen', `emacs', and `xterm',
-# among others.
-# If you wish to run certain
-# system utilities which are compressed by default (like /stand/sysinstall)
-# then `gzip' becomes mandatory too.
-#
+# The `pty' device usually turns out to be ``effectively mandatory'',
+# as it is required for `telnetd', `rlogind', `screen', `emacs', and
+# `xterm', among others.
+
pseudo-device pty 16 #Pseudo ttys - can go as high as 256
pseudo-device speaker #Play IBM BASIC-style noises out your speaker
-pseudo-device log #Kernel syslog interface (/dev/klog)
pseudo-device gzip #Exec gzipped a.out's
pseudo-device vn #Vnode driver (turns a file into a device)
pseudo-device snp 3 #Snoop device - to look at pty/vty/etc..
diff --git a/sys/i386/conf/SMP-GENERIC b/sys/i386/conf/SMP-GENERIC
index 38b02ad..a157b45 100644
--- a/sys/i386/conf/SMP-GENERIC
+++ b/sys/i386/conf/SMP-GENERIC
@@ -11,7 +11,7 @@
# device lines is present in the ./LINT configuration file. If you are
# in doubt as to the purpose or necessity of a line, check first in LINT.
#
-# $Id: SMP-GENERIC,v 1.7 1997/07/26 01:46:02 fsmp Exp $
+# $Id: SMP-GENERIC,v 1.8 1997/10/26 04:36:09 nate Exp $
machine "i386"
# SMP does NOT support 386/486 CPUs.
@@ -164,7 +164,6 @@ device zp0 at isa? port 0x300 net irq 10 iomem 0xd8000 vector zpintr
pseudo-device loop
pseudo-device ether
-pseudo-device log
pseudo-device sl 1
# ijppp uses tun instead of ppp device
#pseudo-device ppp 1
OpenPOWER on IntegriCloud