Deleted Added
full compact
cmx.4 (210933) cmx.4 (267938)
1.\"
2.\" Copyright (c) 2006-2007 Daniel Roethlisberger <daniel@roe.ch>
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

--- 10 unchanged lines hidden (view full) ---

19.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
20.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
21.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
22.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
24.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25.\" SUCH DAMAGE.
26.\"
1.\"
2.\" Copyright (c) 2006-2007 Daniel Roethlisberger <daniel@roe.ch>
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

--- 10 unchanged lines hidden (view full) ---

19.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
20.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
21.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
22.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
24.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25.\" SUCH DAMAGE.
26.\"
27.\" $FreeBSD: head/share/man/man4/cmx.4 210933 2010-08-06 14:33:42Z joel $
27.\" $FreeBSD: head/share/man/man4/cmx.4 267938 2014-06-26 21:46:14Z bapt $
28.\"
29.Dd July 7, 2007
30.Dt CMX 4
31.Os
32.Sh NAME
33.Nm cmx
34.Nd Omnikey CardMan 4040 smartcard reader device driver
35.Sh SYNOPSIS

--- 62 unchanged lines hidden (view full) ---

98.Nm cmx
99driver first appeared in
100.Fx 7.1 .
101.Sh AUTHORS
102.An -nosplit
103The
104.Nm
105driver was written by
28.\"
29.Dd July 7, 2007
30.Dt CMX 4
31.Os
32.Sh NAME
33.Nm cmx
34.Nd Omnikey CardMan 4040 smartcard reader device driver
35.Sh SYNOPSIS

--- 62 unchanged lines hidden (view full) ---

98.Nm cmx
99driver first appeared in
100.Fx 7.1 .
101.Sh AUTHORS
102.An -nosplit
103The
104.Nm
105driver was written by
106.An Daniel Roethlisberger Aq daniel@roe.ch ,
106.An Daniel Roethlisberger Aq Mt daniel@roe.ch ,
107originally based on the Linux driver v1.1.0 by
107originally based on the Linux driver v1.1.0 by
108.An Omnikey GmbH Aq www.omnikey.com .
108.An Omnikey GmbH Lk www.omnikey.com .
109Early testing and bug fixes by
109Early testing and bug fixes by
110.An Marcin Cieslak Aq saper@system.pl .
110.An Marcin Cieslak Aq Mt saper@system.pl .
111.Sh BUGS
112.An -nosplit
113The way the
114.Nm
115driver talks to the CardMan 4040 is a bit rough. Due to the
116complete lack of hardware documentation other than vendor drivers
117for other operating systems, the gory details of the device's
118I/O registers are not understood very well. There may be error
119conditions which can only be solved by physically reinserting the
120reader.
111.Sh BUGS
112.An -nosplit
113The way the
114.Nm
115driver talks to the CardMan 4040 is a bit rough. Due to the
116complete lack of hardware documentation other than vendor drivers
117for other operating systems, the gory details of the device's
118I/O registers are not understood very well. There may be error
119conditions which can only be solved by physically reinserting the
120reader.