Date: Wed, 5 Nov 2008 15:04:03 +0000 (UTC) From: Ed Schouten <ed@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/share/man/man4 snp.4 src/sys/conf NOTES src/sys/dev/snp snp.c src/sys/modules Makefile src/sys/modules/snp Makefile Message-ID: <200811051516.mA5FG1JV012057@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ed 2008-11-05 15:04:03 UTC FreeBSD src repository Modified files: share/man/man4 snp.4 sys/conf NOTES sys/dev/snp snp.c sys/modules Makefile sys/modules/snp Makefile Log: SVN rev 184689 on 2008-11-05 15:04:03Z by ed 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. Revision Changes Path 1.29 +19 -7 src/share/man/man4/snp.4 1.1515 +1 -0 src/sys/conf/NOTES 1.111 +229 -515 src/sys/dev/snp/snp.c 1.595 +1 -0 src/sys/modules/Makefile 1.6 +1 -1 src/sys/modules/snp/Makefile
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200811051516.mA5FG1JV012057>