From owner-freebsd-current Tue May 7 13:23:40 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA01946 for current-outgoing; Tue, 7 May 1996 13:23:40 -0700 (PDT) Received: from sierra.zyzzyva.com (ppp0.zyzzyva.com [198.183.2.50]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id NAA01924 for ; Tue, 7 May 1996 13:23:31 -0700 (PDT) Received: (from mail@localhost) by sierra.zyzzyva.com (8.7.5/8.6.11) id PAA04354; Tue, 7 May 1996 15:20:56 -0500 (CDT) Message-Id: <199605072020.PAA04354@sierra.zyzzyva.com> X-Authentication-Warning: sierra.zyzzyva.com: mail set sender to using -f Received: from localhost(127.0.0.1) by sierra via smap (V1.3) id sma004347; Tue May 7 15:20:40 1996 To: Keith Mitchell cc: current@freebsd.org Subject: Re: COM_MULTIPORT and -current In-reply-to: kmitch's message of Tue, 07 May 1996 02:29:12 -0400. <199605070629.CAA01151@phantasma.bevc.blacksburg.va.us> X-uri: http://www.zyzzyva.com/ Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 07 May 1996 15:20:39 -0500 From: Randy Terbush Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk This same problem seems to exist in -stable as well. I encountered this trying to get a UsenetII working. It didn't occur to me to try the master on a different port.... > I have a STB 4port card that I got from a friend running -stable, and > popped it into my -current system. I changed all of the appropriate > jumpers on the card. > > He had his kernel config as (stable): > > device sio0 at isa? port "IO_COM1" tty irq 4 vector siointr > device sio1 at isa? port 0x3e8 tty flags 0x105 irq 15 vector siointr > device sio2 at isa? port 0x1e8 tty flags 0x105 > device sio3 at isa? port 0x1f8 tty flags 0x105 > device sio4 at isa? port 0x2a8 tty flags 0x105 > options COM_MULTIPORT > > > When I got it, I set mine up as (current): > > options COM_MULTIPORT > device sio2 at isa? port 0x3e8 tty flags 0x505 > device sio3 at isa? port 0x2e8 tty flags 0x505 > device sio4 at isa? port 0x1e8 tty flags 0x505 > device sio5 at isa? port 0x1f8 tty flags 0x505 irq 5 vector siointr > > > This doesn't work. I get: > > sio2 not found at 0x3e8 > sio3 not found at 0x2e8 > sio4 not found at 0x1e8 > sio5 not found at 0x1f8 > > If I change my config to: > > options COM_MULTIPORT > device sio2 at isa? port 0x3e8 tty flags 0x205 > device sio3 at isa? port 0x2e8 tty flags 0x205 > device sio4 at isa? port 0x1e8 tty flags 0x205 > device sio5 at isa? port 0x1f8 tty flags 0x205 irq 5 vector siointr > > everything appears to work fine (NOTE: now the master is not the same as the > port with the irq). This results in: d