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 <[EMAIL PROTECTED]>
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)
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"