From owner-freebsd-hackers Thu Mar 16 16:31:19 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id QAA05789 for hackers-outgoing; Thu, 16 Mar 1995 16:31:19 -0800 Received: from eldorado.net-tel.co.uk (eldorado.net-tel.co.uk [193.122.171.253]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id QAA05781 for ; Thu, 16 Mar 1995 16:31:14 -0800 From: Andrew.Gordon@net-tel.co.uk Received: (from root@localhost) by eldorado.net-tel.co.uk (8.6.10/8.6.10) id AAA28012 for freebsd-hackers@freefall.cdrom.com; Fri, 17 Mar 1995 00:30:35 GMT X400-Received: by mta "eldorado" in "/PRMD=net-tel/ADMD=gold 400/C=gb/"; Relayed; Fri, 17 Mar 95 0:26:19 +0000 X400-Received: by mta "net-tel cambridge" in "/PRMD=net-tel/ADMD=gold 400/C=gb/"; Relayed; Fri, 17 Mar 95 0:26:14 +0000 X400-Received: by "/PRMD=Net-Tel/ADMD=Gold 400/C=GB/"; Relayed; Fri, 17 Mar 95 0:25:27 +0000 X400-MTS-Identifier: ["/PRMD=Net-Tel/ADMD=Gold 400/C=GB/";hst:18772-950317002527-1B2C] X400-Content-Type: P2-1984 (2) X400-Originator: Andrew.Gordon@net-tel.co.uk Original-Encoded-Information-Types: IA5-Text X400-Recipients: freebsd-hackers@freefall.cdrom.com Date: Fri, 17 Mar 95 0:25:27 +0000 Content-Identifier: Re: Multiport se Message-Id: <"hst:18772-950317002527-1B2C*/G=Andrew/S=Gordon/O=Net-Tel Computer Systems Ltd/PRMD=NET-TEL/ADMD=Gold 400/C=GB/"@MHS> To: freebsd-hackers@freefall.cdrom.com In-Reply-To: <199503161856.NAA04963@hda.com> Subject: Re: Multiport serial cards Sender: hackers-owner@FreeBSD.org Precedence: bulk > Hayes ESP products (inexpensive at $600 for an 8 port card; > can look like a big 16550 and so driver work needed; Hayes is in > chapter 11 and at least some distributors claim they can't get > product); I have had bad experience with ESP cards. Most of the problems were down to bugs in the Windows drivers supplied for driving the card in inteligent mode, and so are not a problem to a FreeBSD driver. However, we did suspect that one particular problem we were having with XON/XOFF was in the hardware implementation of XON/XOFF rather than the driver - though it is hard to tell. After much timewasting with Hayes tech support, we gave up and switched the ESPs into their 16550A emulation mode (which works fine) - rather expensive for just a 16550A card though. If you are thinking of writing a driver, Hayes have datasheets on the chipset and bus interface (about 75 pages). I can easily send you a copy if you have difficulty getting it from Hayes. Andrew Gordon.