From owner-freebsd-questions Wed Feb 13 22:11:42 2002 Delivered-To: freebsd-questions@freebsd.org Received: from lizzard.sbs.de (lizzard.sbs.de [194.138.37.39]) by hub.freebsd.org (Postfix) with ESMTP id 8F4D337B402 for ; Wed, 13 Feb 2002 22:11:37 -0800 (PST) X-Envelope-Sender-Is: Tadas.Lotuzas@rbg2.siemens.de (at relayer lizzard.sbs.de) Received: from blackmail.fth.sbs.de (blackmail.fth.sbs.de [192.129.41.66]) by lizzard.sbs.de (8.11.0/8.11.0) with ESMTP id g1E6Ba409558 for ; Thu, 14 Feb 2002 07:11:36 +0100 (MET) Received: from rbgs372a.rbg.siemens.de (rbgs372a.rbg.siemens.de [144.145.74.164]) by blackmail.fth.sbs.de (8.11.1/8.11.1) with SMTP id g1E6BZN09459 for ; Thu, 14 Feb 2002 07:11:36 +0100 (MET) Received: from 127.0.0.1 by rbgs372a.rbg.siemens.de (InterScan E-Mail VirusWall NT); Thu, 14 Feb 2002 07:11:35 +0100 Received: by rbgs372a.rbg.siemens.de with Internet Mail Service (5.5.2653.19) id <16Z5RTPT>; Thu, 14 Feb 2002 07:11:35 +0100 Message-ID: <4552966B8E45D311B8AF005004A7E0A040679E@mail.at.siemens.lt> From: Lotuzas Tadas To: "'freebsd-questions@freebsd.org'" Subject: 4.5 release syntax error on sio driver Date: Thu, 14 Feb 2002 07:10:42 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain 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 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. 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? Help me Please!!! Tadas Lotuzas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message