summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgreen <green@FreeBSD.org>2000-04-02 07:02:48 +0000
committergreen <green@FreeBSD.org>2000-04-02 07:02:48 +0000
commitb12b58a3f627d8fba10ff539c700be8642e15752 (patch)
tree6b6b36e3cace3ed61dec9dcdfedfef61c61f6bcc
parent2ad85dfc476f7ec3a1a60cdfdfb88e80116d6d05 (diff)
downloadFreeBSD-src-b12b58a3f627d8fba10ff539c700be8642e15752.zip
FreeBSD-src-b12b58a3f627d8fba10ff539c700be8642e15752.tar.gz
One in a while, something happens so uncannily that you get knocked off
your feet. The conversion of the "snp" device to a dynamically growing device driver was done just a few days ago by Brooks Davis! Shame on me for not finding that PR :( This is a forced commit of tty_snoop.c to give the submitter proper credit, as most of the patch submitted is actually exactly the same code (by some large amount of entropy). Brooks also submitted the change to LINT to set the example of "snp" usage to not include a number, as that number is now deprecated, so that is also in this commit. PR: 17629 Submitted by: Brooks Davis <brooks@one-eyed-alien.net>
-rw-r--r--sys/conf/NOTES2
-rw-r--r--sys/i386/conf/LINT2
-rw-r--r--sys/i386/conf/NOTES2
3 files changed, 3 insertions, 3 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index b7aeb3b..b97b12e 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -849,7 +849,7 @@ pseudo-device speaker #Play IBM BASIC-style noises out your speaker
pseudo-device gzip #Exec gzipped a.out's
pseudo-device vn #Vnode driver (turns a file into a device)
pseudo-device md #Memory/malloc disk
-pseudo-device snp 3 #Snoop device - to look at pty/vty/etc..
+pseudo-device snp #Snoop device - to look at pty/vty/etc..
pseudo-device ccd 4 #Concatenated disk driver
# Configuring Vinum into the kernel is not necessary, since the kld
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index b7aeb3b..b97b12e 100644
--- a/sys/i386/conf/LINT
+++ b/sys/i386/conf/LINT
@@ -849,7 +849,7 @@ pseudo-device speaker #Play IBM BASIC-style noises out your speaker
pseudo-device gzip #Exec gzipped a.out's
pseudo-device vn #Vnode driver (turns a file into a device)
pseudo-device md #Memory/malloc disk
-pseudo-device snp 3 #Snoop device - to look at pty/vty/etc..
+pseudo-device snp #Snoop device - to look at pty/vty/etc..
pseudo-device ccd 4 #Concatenated disk driver
# Configuring Vinum into the kernel is not necessary, since the kld
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index b7aeb3b..b97b12e 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -849,7 +849,7 @@ pseudo-device speaker #Play IBM BASIC-style noises out your speaker
pseudo-device gzip #Exec gzipped a.out's
pseudo-device vn #Vnode driver (turns a file into a device)
pseudo-device md #Memory/malloc disk
-pseudo-device snp 3 #Snoop device - to look at pty/vty/etc..
+pseudo-device snp #Snoop device - to look at pty/vty/etc..
pseudo-device ccd 4 #Concatenated disk driver
# Configuring Vinum into the kernel is not necessary, since the kld
OpenPOWER on IntegriCloud