From owner-freebsd-questions Wed Feb 13 23:46:51 2002 Delivered-To: freebsd-questions@freebsd.org Received: from rwcrmhc54.attbi.com (rwcrmhc54.attbi.com [216.148.227.87]) by hub.freebsd.org (Postfix) with ESMTP id 39AE437B400 for ; Wed, 13 Feb 2002 23:46:46 -0800 (PST) Received: from blossom.cjclark.org ([12.234.91.48]) by rwcrmhc54.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020214074645.XVVP1214.rwcrmhc54.attbi.com@blossom.cjclark.org>; Thu, 14 Feb 2002 07:46:45 +0000 Received: (from cjc@localhost) by blossom.cjclark.org (8.11.6/8.11.6) id g1E7kj534736; Wed, 13 Feb 2002 23:46:45 -0800 (PST) (envelope-from cjc) Date: Wed, 13 Feb 2002 23:46:45 -0800 From: "Crist J. Clark" To: Lotuzas Tadas Cc: "'freebsd-questions@freebsd.org'" Subject: Re: 4.5 release syntax error on sio driver Message-ID: <20020213234645.G33833@blossom.cjclark.org> References: <4552966B8E45D311B8AF005004A7E0A040679E@mail.at.siemens.lt> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <4552966B8E45D311B8AF005004A7E0A040679E@mail.at.siemens.lt>; from Tadas.Lotuzas@rbg2.siemens.de on Thu, Feb 14, 2002 at 07:10:42AM +0100 X-URL: http://people.freebsd.org/~cjc/ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Feb 14, 2002 at 07:10:42AM +0100, Lotuzas Tadas wrote: > Hello, > > Last night I was upgrading my server from 4.4 to 4.5 version. Upgrade was > perfect. But... > > I have digiboard with 4 ports and he was working on 4.4 very well. After > upgrade I recompile kernel actualy I can't recompile kernel. I edit new > config file (GENERIC) as I need, and add following lines (witch work very > well in 4.4 kernel) : > > # Digiboard (COM) ports > > options COM_MULTIPORT > > device sio4 at isa? port 0x100 tty flags 0x705 ^^^ > device sio5 at isa? port 0x108 tty flags 0x705 ^^^ > device sio6 at isa? port 0x110 tty flags 0x705 ^^^ > device sio7 at isa? port 0x118 tty flags 0x705 irq 9 vector > siointr ^^^ > Then I run following command: > > # make buildkernel KERNCONF=IP > > -------------------------------------------------------------- > >>> Kernel build for IP started on Thu Feb 14 07:33:02 EET 2002 > -------------------------------------------------------------- > ===> IP > mkdir -p /usr/obj/usr/src/sys > cd /usr/src/sys/i386/conf; > PATH=/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/obj/u > sr/src/i386/usr/games:/sbin:/bin:/usr/sbin:/usr/bin config -d > /usr/obj/usr/src/sys/IP IP > config: line 167: syntax error > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > > > I got error on line "device sio4 at isa? port 0x100 tty flags > 0x705" . If I comment this line I get error on next line of this added > lines. As I pointed out, the 'tty' in there is an error. > Whats wrong with sio(4) driver in 4.5 kernel version? There is some changes > in sio driver syntax, where can I find manuals about it? I can't find any changes since 4.4-RELEASE that would appear to make a difference. -- Crist J. Clark | cjclark@alum.mit.edu | cjclark@jhu.edu http://people.freebsd.org/~cjc/ | cjc@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message