You are welcome to experiment with existing drivers; use the output of
"cardctl ident" to make an entry for your card for /etc/pcmcia/config,
using the other multifunction card entries as examples.
You'll want to try things like:
card "Hayes Accura"
manfid 0x01da, 0x0023
bind "xxx_cs", "serial_cs"
where "xxx_cs" is probably either "pcnet_cs" or "smc91c92_cs". You
can also try the form:
bind "xxx_cs" to 0, "serial_cs" to 1
(there are two varieties of multifunction cards, which differ in how
the functions are organized)
-- Dave
|