summaryrefslogtreecommitdiffstats
path: root/sys/modules/snp
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2008-11-05 15:04:03 +0000
committered <ed@FreeBSD.org>2008-11-05 15:04:03 +0000
commit77fbb9695c5316fa1b86603559f52352fad9a9e9 (patch)
tree0db1e583f166f73df40798103190737a59cd2ec3 /sys/modules/snp
parent5778d16d174f6435f30d006c16daef69309261d9 (diff)
downloadFreeBSD-src-77fbb9695c5316fa1b86603559f52352fad9a9e9.zip
FreeBSD-src-77fbb9695c5316fa1b86603559f52352fad9a9e9.tar.gz
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.
Diffstat (limited to 'sys/modules/snp')
-rw-r--r--sys/modules/snp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/snp/Makefile b/sys/modules/snp/Makefile
index 9cafd33..f4441df 100644
--- a/sys/modules/snp/Makefile
+++ b/sys/modules/snp/Makefile
@@ -3,6 +3,6 @@
.PATH: ${.CURDIR}/../../dev/snp
KMOD= snp
-SRCS= snp.c vnode_if.h
+SRCS= snp.c
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud