From owner-freebsd-questions@FreeBSD.ORG Mon Apr 12 16:07:17 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5A11D1065675 for ; Mon, 12 Apr 2010 16:07:17 +0000 (UTC) (envelope-from listreader@lazlarlyricon.com) Received: from smtprelay-b11.telenor.se (smtprelay-b11.telenor.se [62.127.194.20]) by mx1.freebsd.org (Postfix) with ESMTP id 12DD68FC16 for ; Mon, 12 Apr 2010 16:07:16 +0000 (UTC) Received: from ipb2.telenor.se (ipb2.telenor.se [195.54.127.165]) by smtprelay-b11.telenor.se (Postfix) with ESMTP id 0E58224AE3 for ; Mon, 12 Apr 2010 18:07:14 +0200 (CEST) X-SENDER-IP: [85.227.131.207] X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AuI0AAPiwktV44PPPGdsb2JhbACbMwwBAQEBNS27fYUMBIYx X-IronPort-AV: E=Sophos;i="4.52,191,1270418400"; d="scan'208";a="62436165" Received: from c-cf83e355.09-42-6e6b7010.cust.bredbandsbolaget.se (HELO lazlar.kicks-ass.net) ([85.227.131.207]) by ipb2.telenor.se with ESMTP; 12 Apr 2010 18:05:05 +0200 Message-ID: <4BC344B0.1090702@lazlarlyricon.com> Date: Mon, 12 Apr 2010 18:05:04 +0200 From: Rolf Nielsen User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.8) Gecko/20100411 Thunderbird/3.0.3 MIME-Version: 1.0 To: oleg References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: What`s mistake in MYKERNEL? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Apr 2010 16:07:17 -0000 On 2010-04-12 17:24, oleg wrote: > Hi all users of Free BSD! > > I am really hopeing that someone can assist me here. > Got some mistake in the course of assemblage kernel. Can`t understand > myself, what`s wrong? > My system is: > FreeBSD 8.0-STABLE-201002 #0: Tue Feb 16 21:05:59 UTC 2010 > That tree of src directory updated with csup successful. > Look the attached files. > Please, let me know, what mast i do? > Many thanks for the help. > > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" You also need to uncomment ppbus, since it's required by all other parallel port devices. And if you plan to run X, you should uncomment pty as well, but that shouldn't cause linking of the kernel to fail.