Date: Thu, 6 Mar 2008 08:09:45 +0000 (UTC) From: Rink Springer <rink@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 Makefile cmx.4 src/sys/conf NOTES files src/sys/dev/cmx cmx.c cmx_pccard.c cmxreg.h cmxvar.h src/sys/dev/pccard pccarddevs src/sys/modules Makefile src/sys/modules/cmx Makefile Message-ID: <200803060809.m2689ktf062200@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rink 2008-03-06 08:09:45 UTC FreeBSD src repository Modified files: share/man/man4 Makefile sys/conf NOTES files sys/dev/pccard pccarddevs sys/modules Makefile Added files: share/man/man4 cmx.4 sys/dev/cmx cmx.c cmx_pccard.c cmxreg.h cmxvar.h sys/modules/cmx Makefile Log: Commit cmx(4), a driver for Omnikey CardMan 4040 PCMCIA smartcard readers. PR: kern/114582 Submitted by: Daniel Roethlisberger <daniel@roe.ch> Reviewed by: imp, myself Tested by: johans, myself MFC after: 2 weeks Revision Changes Path 1.412 +1 -0 src/share/man/man4/Makefile 1.1 +95 -0 src/share/man/man4/cmx.4 (new) 1.1474 +2 -0 src/sys/conf/NOTES 1.1278 +2 -0 src/sys/conf/files 1.1 +701 -0 src/sys/dev/cmx/cmx.c (new) 1.1 +115 -0 src/sys/dev/cmx/cmx_pccard.c (new) 1.1 +66 -0 src/sys/dev/cmx/cmxreg.h (new) 1.1 +99 -0 src/sys/dev/cmx/cmxvar.h (new) 1.131 +4 -0 src/sys/dev/pccard/pccarddevs 1.558 +4 -0 src/sys/modules/Makefile 1.1 +12 -0 src/sys/modules/cmx/Makefile (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200803060809.m2689ktf062200>