From owner-freebsd-stable@FreeBSD.ORG Tue Nov 6 23:30:12 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EF1C2265 for ; Tue, 6 Nov 2012 23:30:12 +0000 (UTC) (envelope-from kpaasial@gmail.com) Received: from mail-vc0-f182.google.com (mail-vc0-f182.google.com [209.85.220.182]) by mx1.freebsd.org (Postfix) with ESMTP id 89DFC8FC0C for ; Tue, 6 Nov 2012 23:30:12 +0000 (UTC) Received: by mail-vc0-f182.google.com with SMTP id fw7so1299087vcb.13 for ; Tue, 06 Nov 2012 15:30:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=HBqHA2aPDmctKJFL3a+yJSxYjQ9c7masUMm6qkWGBJ0=; b=diHwFlggcVGl/mZcNQSYrT74AabvjcZyslFS3IHdELfiX/XoMxPCC9im1c/6I2O5WX YoiZZaW7lLVhBT9xY3KWPTSO4OItDOy9KLyr2JxZXky3/W7WZ1Kz5AXZbmOqDije6GxA wxWRk4OnpSCZUGNdcVeUxw4MJ46m+UYIf7yN4vERsndrJO/ORTkDxpmIVU+Wf1w17RsU ITLhBB+ex9OZz2aq4oeN84nbFcqmpRmZNwNrHzmOLlNDRj5lmuM6B7yZybNt2KqySYBY cy/uWZd8edj005SYWdhX+qaAUV4ScNS8B6NQIw2kE+xkKHhArJCYM1RHob25OlGbJGi1 qjNg== MIME-Version: 1.0 Received: by 10.52.37.43 with SMTP id v11mr2197108vdj.29.1352244611460; Tue, 06 Nov 2012 15:30:11 -0800 (PST) Received: by 10.58.209.163 with HTTP; Tue, 6 Nov 2012 15:30:11 -0800 (PST) In-Reply-To: <20121105150057.GA1151@mycenae.sbb.rs> References: <20121105150057.GA1151@mycenae.sbb.rs> Date: Wed, 7 Nov 2012 01:30:11 +0200 Message-ID: Subject: Re: agp in kernel From: Kimmo Paasiala To: Zoran Kolic Content-Type: text/plain; charset=UTF-8 Cc: freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Nov 2012 23:30:13 -0000 On Mon, Nov 5, 2012 at 5:00 PM, Zoran Kolic wrote: > After several years I replaced desktop and laptop and > wait for release to start fresh. On desktop I put nvidia > gt520. Forums say nvidia prop driver dislikes agp op- > tion in kernel and recommend removing it. Laptop is > sandy bridge with hd3000 integrated. Would I trigger > something if I delete agp from conf file in both cases? > > Another issue bothers me also. RC version of amdtemp > failed to read temperatures on 8120. What version will > be included in release? Some months ago there was a post > of people taking source from current and compiling mo- > dule. It worked on 8 core bulldozer. > > Best regards all > > Zoran > I don't see how the AGP driver could interfere in a system that does not have any AGP hardware. The driver does not have any matching hardware to attach to so it's just unused code in memory.