-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, I've propably found some bug in MOXA Smartio driver for linux (kernel version 2.4.0-test9). Module recognizes my C168H/PCI as C104H/PCI and allows to use only first 4 ports. Following patch solves the problem: - --- mxser.c.old Wed Oct 25 15:32:14 2000 +++ mxser.c Wed Oct 25 15:32:14 2000 @@ -120,7 +120,7 @@ #define CI104J_ASIC_ID 5 enum { - - MXSER_BOARD_C168_ISA = 1, + MXSER_BOARD_C168_ISA = 0, MXSER_BOARD_C104_ISA, MXSER_BOARD_CI104J, MXSER_BOARD_C168_PCI, Please check it, I don't know if this is correct. Regards, David __________________________________________ David Trcka, network administrator PODA s.r.o., Internet Service Provider Ostrava, 28. rijna 150, The Czech Republic Voice/Fax: +420 69 6612600 PGP KeyID: DAE55DA4 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.1 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE59uLK5z9w2trlXaQRAq96AJ424vwqpXhQ3L0zSw2a8xxsAo/F5QCffORM ADY7HU8VC7IQh/+1ffmro/g= =cioU -----END PGP SIGNATURE----- - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/