Bug 19880

Summary: Problem with configuring RS-232 multiport card.
Product: Base System Reporter: bada <bada>
Component: kernAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   

Description bada 2000-07-13 01:20:01 UTC
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
Comment 1 bada 2000-07-14 10:44:42 UTC
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
Comment 2 Mike Barcroft freebsd_committer freebsd_triage 2001-07-22 06:16:25 UTC
State Changed
From-To: open->feedback


Does this problem still occur in newer versions of FreeBSD, 
such as 4.3-RELEASE?
Comment 3 Mike Barcroft freebsd_committer freebsd_triage 2001-11-16 04:46:11 UTC
State Changed
From-To: feedback->closed


Timeout; no response from originator.