Hello Andrew, I want to use the Cyclom-8Ys card for a console server (with FreeBSD 5.0). But the driver doesn't work. First I get the error "No ports found". After debugging I found the problem. You check in cy.c in the function cy_units() the firmware version. If the firmware is between 0x40-0x4F no problem occur but my card has the firmware version 0x91. I make a strait forward approach and comment out that if-statement. I get no error message but when I try to connect to the port with kermit than I get a timeout message "channel command timeout (5001 usec)" from the function cd1400_channel_cmd_wait(). Do you have any idea what the problem may be? Thanx, Falco Krepel -- Falco Krepel Phone: +49-(0)30 - 34 63 - 7 276 GMD-FOKUS Fax: +49-(0)30 - 34 63 - 8 276 Kaiserin-Augusta-Allee 31 e-mail: [EMAIL PROTECTED] 10589 Berlin WWW: http://www.fokus.gmd.de/usr/krepel To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

