diff options
author | rink <rink@FreeBSD.org> | 2008-03-06 08:09:45 +0000 |
---|---|---|
committer | rink <rink@FreeBSD.org> | 2008-03-06 08:09:45 +0000 |
commit | ee4e7828cdb57507969deca833b219caff37cc93 (patch) | |
tree | 070f46e4e7f09e55dbbe8d10c82b57ff8da3a7cf /sys/dev/pccard | |
parent | 93eb2896b594fd48abfd536e527490d24931750e (diff) | |
download | FreeBSD-src-ee4e7828cdb57507969deca833b219caff37cc93.zip FreeBSD-src-ee4e7828cdb57507969deca833b219caff37cc93.tar.gz |
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
Diffstat (limited to 'sys/dev/pccard')
-rw-r--r-- | sys/dev/pccard/pccarddevs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/dev/pccard/pccarddevs b/sys/dev/pccard/pccarddevs index a6359d5..8c64a5a 100644 --- a/sys/dev/pccard/pccarddevs +++ b/sys/dev/pccard/pccarddevs @@ -143,6 +143,7 @@ vendor BAY 0x01eb Bay Networks vendor FARALLON 0x0200 Farallon Communications vendor RELIA 0x0215 RELIA Technologies Corporation vendor TELECOMDEVICE 0x021b Telecom Device +vendor OMNIKEY 0x0223 OMNIKEY GmbH vendor NOKIA 0x023d Nokia Communications vendor SAMSUNG 0x0250 Samsung vendor HWN 0x0261 Home Wireless Networks @@ -471,6 +472,9 @@ product OLICOM OC3231 0x3132 GoCard Token Ring 16/4/Modem 288 product OLICOM OC2232 0x3222 GoCard Combo Eth/Modem 336 product OLICOM OC3232 0x3232 GoCard Token Ring 16/4/Modem 336 +/* OMNIKEY Products */ +product OMNIKEY CM4040 0x0200 OMNIKEY CardMan 4040 + /* Ositech Products */ product OSITECH JACK_144 0x0001 Jack of Diamonds Ethernet/Modem 14.4 product OSITECH JACK_288 0x0002 Jack of Diamonds Ethernet/Modem 28.8 |