From 932ef5b5cdfd11055e5a1239cabde17748174f78 Mon Sep 17 00:00:00 2001 From: Ed Schouten Date: Wed, 5 Nov 2008 15:04:03 +0000 Subject: Reintroduce the snp(4) driver. Because the TTY hooks interface was not finished when I imported the MPSAFE TTY layer, I had to disconnect the snp(4) driver. This snp(4) implementation has been sitting in my P4 branch for some time now. Unfortunately it still doesn't use the same error handling as snp(4) (returning codes through FIONREAD), but it should already be usable. I'm committing this to SVN, hoping someone else could polish off its rough edges. It's always better than having a broken driver sitting in the tree. --- sys/conf/NOTES | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/conf/NOTES') diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 4880f3cb81cb..07f3b2146b65 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -1278,6 +1278,7 @@ options SES_ENABLE_PASSTHROUGH device pty #BSD-style compatibility pseudo ttys device nmdm #back-to-back tty devices device md #Memory/malloc disk +device snp #Snoop device - to look at pty/vty/etc.. device ccd #Concatenated disk driver device firmware #firmware(9) support -- cgit v1.3