Add a driver for Omnikey CardMan 4040 smartcard reader - cmx(4).
authorHasso Tepper <hasso@dragonflybsd.org>
Wed, 23 Apr 2008 08:57:10 +0000 (08:57 +0000)
committerHasso Tepper <hasso@dragonflybsd.org>
Wed, 23 Apr 2008 08:57:10 +0000 (08:57 +0000)
commitc4bf625e67439f34b29bfd33c4e2555ffea63ce9
tree5dd44a2b0b7472e6b20577d4b18ff474a5c74bde
parent5afa5bb9018b7110d634287f940a529cf9565527
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]