Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Jul 1997 08:51:25 +0200
From:      Poul-Henning Kamp <phk@dk.tfs.com>
To:        "Daniel O'Callaghan" <danny@panda.hilink.com.au>
Cc:        freebsd-hardware@FreeBSD.ORG, freebsd-isp@FreeBSD.ORG, sdudley@byterunner.com
Subject:   Re: Configuring Byterunner TC-800 high speed 8-port serial card 
Message-ID:  <6627.868517485@critter.dk.tfs.com>
In-Reply-To: Your message of "Thu, 10 Jul 1997 11:19:02 %2B1000." <Pine.BSF.3.91.970710104818.869F-100000@panda.hilink.com.au> 

next in thread | previous in thread | raw e-mail | index | archive | help
In message <Pine.BSF.3.91.970710104818.869F-100000@panda.hilink.com.au>, "Danie

>* You need to build a new kernel with support for the card.  There is a 
>chapter in the Handbook about building kernels.  The config lines you 
>need for the TC-800 are:
>
>options COM_MULTIPORT
>device sio4 at isa? port 0x100 tty flags 0xb05
>device sio5 at isa? port 0x108 tty flags 0xb05
>device sio6 at isa? port 0x110 tty flags 0xb05
>device sio7 at isa? port 0x118 tty flags 0xb05
>device sio8 at isa? port 0x120 tty flags 0xb05
>device sio9 at isa? port 0x128 tty flags 0xb05
>device sio10 at isa? port 0x130 tty flags 0xb05
>device sio11 at isa? port 0x138 tty flags 0xb05 irq 12 vector siointr

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.

--
Poul-Henning Kamp           | phk@FreeBSD.ORG       FreeBSD Core-team.
http://www.freebsd.org/~phk | phk@login.dknet.dk    Private mailbox.
whois: [PHK]                | phk@tfs.com           TRW Financial Systems, Inc.
Power and ignorance is a disgusting cocktail.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6627.868517485>