From owner-freebsd-questions Wed Oct 2 6:55: 8 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B8F9037B401 for ; Wed, 2 Oct 2002 06:55:06 -0700 (PDT) Received: from web40701.mail.yahoo.com (web40701.mail.yahoo.com [66.218.78.158]) by mx1.FreeBSD.org (Postfix) with SMTP id 6C42643E77 for ; Wed, 2 Oct 2002 06:55:06 -0700 (PDT) (envelope-from michaelrmgreen@yahoo.co.uk) Message-ID: <20021002135506.2619.qmail@web40701.mail.yahoo.com> Received: from [80.225.178.29] by web40701.mail.yahoo.com via HTTP; Wed, 02 Oct 2002 14:55:06 BST Date: Wed, 2 Oct 2002 14:55:06 +0100 (BST) From: =?iso-8859-1?q?michael=20green?= Subject: Byterunner multiserial saga To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I've got a Byterunner tc800 set to 0x100 and irq 4 to correspond with an Arnet 8 port for use under SCO OpenServer for terminals (the motherboard com ports are disabled). I'm having difficulty getting it to run under FBSD 4.6.0 (large numbers of dropped characters). I have confirmed that the hardware functions correctly by installing SCO OpenServer. I have confirmed that the GENERIC kernel works sucessfully with the motherboards com ports. I've reviewed man sio, LINT, handbook, and searched the maillist archives, the www and Byterunner web site. /usr/sbin/config returns a syntax error when the keywords tty, vector or siointr (see below) are used. * Could someone expand on the instructions in man sio especially the hex flags code and the use of tty and the other keywords. Current kernal config file= #device sio0 at isa? port IO_COM1 irq 4 #device sio1 at isa? port IO_COM2 irq 3 #device sio2 at isa? port IO_COM3 irq 5 #device sio3 at isa? port IO_COM4 irq 9 options COM_MULTIPORT device sio0 at isa? port 0x100 flags 0x20705 ... device sio7 at isa? port 0x138 flags 0x20705 irq 4 * Example seen in maillist archives= device sio11 at isa? port 0x138 tty flags 0xb05 irq 12 vector siointr Oh yes and what does this mean?: You should set the 0x10000 flag (only in current yet) as well, to avoid the case where a pending IRQ from a higher port prevents sio`s test#3 from passing on a lower port. Advice and suggestions please. Is this question in the right place? Thanks. __________________________________________________ Do You Yahoo!? Everything you'll ever need on one web page from News and Sport to Email and Music Charts http://uk.my.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message