Add a driver for Omnikey CardMan 4040 smartcard reader - cmx(4).
commitf651dddfa1a6e35433cd5396c40c92ba89f68990
authorHasso Tepper <hasso@dragonflybsd.org>
Wed, 23 Apr 2008 08:57:10 +0000 (23 08:57 +0000)
committerHasso Tepper <hasso@dragonflybsd.org>
Wed, 23 Apr 2008 08:57:10 +0000 (23 08:57 +0000)
treeadc217c6cf3c98f307c168590fd399c15f279162
parentbb5a17b795606c6b6efb3d5e375ffc2c1882f7a2
Add a driver for Omnikey CardMan 4040 smartcard reader - cmx(4).

Obtained-from: FreeBSD
share/man/man4/Makefile
share/man/man4/cmx.4 [new file with mode: 0644]
sys/conf/files
sys/config/LINT
sys/dev/misc/Makefile
sys/dev/misc/cmx/Makefile [new file with mode: 0644]
sys/dev/misc/cmx/cmx.c [new file with mode: 0644]
sys/dev/misc/cmx/cmx_pccard.c [new file with mode: 0644]
sys/dev/misc/cmx/cmxreg.h [new file with mode: 0644]
sys/dev/misc/cmx/cmxvar.h [new file with mode: 0644]