From owner-freebsd-questions Thu Feb 14 14:52:36 2002 Delivered-To: freebsd-questions@freebsd.org Received: from postfix.ultradns.net (postfix.ultradns.net [204.74.100.40]) by hub.freebsd.org (Postfix) with ESMTP id 6D5EA37B41D for ; Thu, 14 Feb 2002 14:51:13 -0800 (PST) Received: from localhost (localhost.ultradns.net [127.0.0.1]) by postfix.ultradns.net (Postfix) with ESMTP id E78F423030; Thu, 14 Feb 2002 14:52:41 -0800 (PST) Received: from ultra-exchange.UltraDNS.com (nat-external.ultradns.net [204.74.100.10]) by postfix.ultradns.net (Postfix) with ESMTP id 6012622FF0; Thu, 14 Feb 2002 14:52:39 -0800 (PST) content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: RE: 4.5 release syntax error on sio driver X-MimeOLE: Produced By Microsoft Exchange V6.0.5762.3 Date: Thu, 14 Feb 2002 14:51:09 -0800 Message-ID: <3DBB075EEB95944492E127F2B9A96FAF0CE0FB@ultra-exchange.UltraDNS.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: 4.5 release syntax error on sio driver Thread-Index: AcG1HoIpHZR4vZ4iSZCDVNxNcmTJ/gAiunHA From: "Patrick Soltani" To: "Lotuzas Tadas" , X-Virus-Scanned: by AMaViS perl-11 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 Did you run cvsup to synch your src tree? I would suggest to do that = couple of times to make sure you got the latest. Additionally I would suggest to do a buildworld and then a buildkernel, = installkernel, and installworld. This setup has worked for me 99% of = the times. That %1 turns out to be either my haste or cut and paste = problem that I introduced. Regards, Patrick Soltani. -----Original Message----- From: Lotuzas Tadas [mailto:Tadas.Lotuzas@rbg2.siemens.de] Sent: Wednesday, February 13, 2002 10:11 PM To: 'freebsd-questions@freebsd.org' Subject: 4.5 release syntax error on sio driver 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=3DIP -------------------------------------------------------------- >>> Kernel build for IP started on Thu Feb 14 07:33:02 EET 2002 -------------------------------------------------------------- =3D=3D=3D> IP mkdir -p /usr/obj/usr/src/sys cd /usr/src/sys/i386/conf; PATH=3D/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 =20 Stop in /usr/src. *** Error code 1 =20 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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message