From nobody@FreeBSD.ORG  Wed Jul 12 17:12:10 2000
Return-Path: <nobody@FreeBSD.ORG>
Received: by hub.freebsd.org (Postfix, from userid 32767)
	id 8EF3E37BD5C; Wed, 12 Jul 2000 17:12:10 -0700 (PDT)
Message-Id: <20000713001210.8EF3E37BD5C@hub.freebsd.org>
Date: Wed, 12 Jul 2000 17:12:10 -0700 (PDT)
From: bada@paragon.krasnoyarsk.su
Sender: nobody@FreeBSD.ORG
To: freebsd-gnats-submit@FreeBSD.org
Subject: Problem with configuring RS-232 multiport card.
X-Send-Pr-Version: www-1.0

>Number:         19880
>Category:       kern
>Synopsis:       Problem with configuring RS-232 multiport card.
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 12 17:20:01 PDT 2000
>Closed-Date:    Thu Nov 15 20:46:11 PST 2001
>Last-Modified:  Thu Nov 15 20:46:55 PST 2001
>Originator:     Dedov Anton
>Release:        4.0
>Organization:
PARAGON Ltd.
>Environment:
>Description:
I have Internet-gateway with number of company's specific services on FreeBSD 2.2.7. I had installed on special disk FreeBSD 4.0 for rapid comming from 2.2.7 to 4.0 and compiled the specific kernel. After booting with new disk my multiport card is not working corectly:
ttyd5, ttyd6, ttyd7 are working right but ttyd4 is not!

stty -f /dev/ttyd4
/dev/ttyd4 : Device not configured

Kernel config for 2.2.7
device sio4 at isa? port 0x2a0 tty flags 0x701
device sio5 at isa? port 0x2a8 tty flags 0x701
device sio6 at isa? port 0x2b0 tty flags 0x701
device sio7 at isa? port 0x2b8 tty flags 0x701 irq 4 vector siointr

Kernel config for 4.0
device sio4 at isa? port 0x2a0 flags 0x701
device sio5 at isa? port 0x2a8 flags 0x701
device sio6 at isa? port 0x2b0 flags 0x701
device sio7 at isa? port 0x2b8 flags 0x701 irq 4


>How-To-Repeat:

>Fix:


>Release-Note:
>Audit-Trail:

From: Dedov Anton <bada@paragon.krasnoyarsk.su>
To: Sheldon Hearn <sheldonh@uunet.co.za>
Cc:  
Subject: Re: kern/19880: Problem with configuring RS-232 multiport card.
Date: Fri, 14 Jul 2000 17:44:42 +0800

 On Fri, Jul 14, 2000 at 11:08:26AM +0200, Sheldon Hearn wrote:
 > 
 > 
 > On Fri, 14 Jul 2000 09:18:21 +0800, Dedov Anton wrote:
 > 
 > > > > stty -f /dev/ttyd4
 > > > > /dev/ttyd4 : Device not configured
 > > > 
 > > > Have you remade the device node in /dev with /dev/MAKEDEV?
 > > > 
 > > > Ciao,
 > > > Sheldon.
 > > 
 > > Yes, I have.
 > 
 > Okay, can you post your kernel config to
 > freebsd-gnats-submit@FreeBSD.org, keeping this subject line intact?
 > 
 > Thanks,
 > Sheldon.
 
 Generaly I cannot because I had restore my work system with its own disk.
 But actualy my kernel for 4.0 were not much different from GENERIC. I had
 only comment sio0..3, wrote my multiport conf:
 
 options COM_MULTIPORT
 device	sio4 at isa? port 0x2a0 flags 0x701
 device	sio5 at isa? port 0x2a8 flags 0x701
 device	sio6 at isa? port 0x2b0 flags 0x701
 device	sio7 at isa? port 0x2b8 flags 0x701 irq 4
 #those lines are moved from 2.2.7 config exclude "tty" and "vector" words
 
 #...
 
 #and add my ethers
 device ed0 at isa? port 0x220 net irq 10 iomem 0xd8000
 device ed1 at isa? port 0x280 net irq 11
 
 Arch is Pentium.
 
 Dedov Anton
 
 
State-Changed-From-To: open->feedback 
State-Changed-By: mike 
State-Changed-When: Sat Jul 21 22:16:25 PDT 2001 
State-Changed-Why:  

Does this problem still occur in newer versions of FreeBSD, 
such as 4.3-RELEASE? 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=19880 
State-Changed-From-To: feedback->closed 
State-Changed-By: mike 
State-Changed-When: Thu Nov 15 20:46:11 PST 2001 
State-Changed-Why:  

Timeout; no response from originator. 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=19880 
>Unformatted:
