Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Jul 2000 03:10:06 -0700 (PDT)
From:      Dedov Anton <bada@paragon.krasnoyarsk.su>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: kern/19880: Problem with configuring RS-232 multiport card.
Message-ID:  <200007141010.DAA83965@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/19880; it has been noted by GNATS.

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
 
 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




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