From owner-freebsd-sparc64@FreeBSD.ORG Wed Oct 6 10:59:45 2004 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D998416A4CE for ; Wed, 6 Oct 2004 10:59:45 +0000 (GMT) Received: from tts.orel.ru (tts.orel.ru [213.59.64.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCEB243D49 for ; Wed, 6 Oct 2004 10:59:44 +0000 (GMT) (envelope-from bel@orel.ru) Received: from orel.ru (pf1.net.orel.ru [213.59.64.75]) by tts.orel.ru (8.12.10/8.12.10/bel) with ESMTP id i96AxSBm015215; Wed, 6 Oct 2004 14:59:29 +0400 Message-ID: <4163D00B.7010904@orel.ru> Date: Wed, 06 Oct 2004 14:59:23 +0400 From: Andrew Belashov Organization: ORIS User-Agent: Mozilla/5.0 (X11; U; FreeBSD sparc64; en-US; rv:1.6) Gecko/20040407 X-Accept-Language: ru, en-us, en MIME-Version: 1.0 To: Jason Moreland References: <25D03B22-175F-11D9-9B47-000502D39E8D@flyingweasel.com> In-Reply-To: <25D03B22-175F-11D9-9B47-000502D39E8D@flyingweasel.com> X-Enigmail-Version: 0.83.5.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Zombi-Check: on netra2.orel.ru cc: freebsd-sparc64@freebsd.org Subject: Re: X.org on Ultra 60 X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Oct 2004 10:59:46 -0000 Hello, Jason! Jason Moreland wrote: > I built X.org on my Ultra 60 running 5.3-BETA7, but realized that I had > not included syscon support in the kernel, therefore X would not start. > When I try to compile sc in the kernel however, I receive an error. > Attached is the output from my kernel build, my kernel config, and the > output from dmesg. I was under the impression that syscon and X are > now supported in 5.3. If I am mistaken, please let me know. Any help, > pointers, or tips will be very appreciated (Sorry about the long email). Try to uncomment uart and puc device in kernel config: > #device uart # Multi-uart driver > #device puc # Multi-channel uarts -- Best regards, Andrew Belashov.