On Sun, Oct 01, 2006 at 12:34:09PM +0200, Dietrich von Harrach wrote: > Dear PCMCIA maintainers > I bought an EXSYS 1352 > Dual serial card which works under XP for use with linux > > it is seen by the card services as: > > PRODID_1="PC CARD" > PRODID_2="GENERIC" > PRODID_3="" > PRODID_4="" > MANFID=0279,950b > FUNCID=2 > > and has an OX16CF950B chip inside > a description with technical details can be found at: > > http://www.exsys.ch/deutsch/produkte/ex_1352.html
I'm a little confused as it says 16/32 bit ... then later says it's Cardbus. Does it show up in lspci? > It is not recognized and installed correctly as two serial ports > > it is installed as ttyS0 as a 16450 If it's PCI, you'd want to add an entry to 8250_pci.c. If it's PCMCIA, you're looking for serial_cs.c. _______________________________________________ Linux PCMCIA reimplementation list http://lists.infradead.org/mailman/listinfo/linux-pcmcia
