Date: Thu, 14 Feb 2002 08:54:49 +0100 From: Lotuzas Tadas <Tadas.Lotuzas@rbg2.siemens.de> To: "'Crist J. Clark'" <cjc@FreeBSD.ORG> Cc: "'freebsd-questions@freebsd.org'" <freebsd-questions@FreeBSD.ORG> Subject: RE: 4.5 release syntax error on sio driver Message-ID: <4552966B8E45D311B8AF005004A7E0A04067A1@mail.at.siemens.lt>
next in thread | raw e-mail | index | archive | help
How does it could be an error if in 4.4 was not error and work fine ? Here http://www.freebsd.org/doc/en_US.ISO8859-1/articles/serial-uart/sio.html is the same error? Or I some thing mis? Tadas Lotuzas -----Original Message----- From: Crist J. Clark [mailto:cjc@FreeBSD.ORG] Sent: 2002 m. vasario 14 d. 09:47 To: Lotuzas Tadas Cc: 'freebsd-questions@freebsd.org' Subject: Re: 4.5 release syntax error on sio driver 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4552966B8E45D311B8AF005004A7E0A04067A1>