From owner-freebsd-current@FreeBSD.ORG Wed Jul 22 18:34:10 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1E84D106564A for ; Wed, 22 Jul 2009 18:34:10 +0000 (UTC) (envelope-from galbrig@googlemail.com) Received: from mail-bw0-f219.google.com (mail-bw0-f219.google.com [209.85.218.219]) by mx1.freebsd.org (Postfix) with ESMTP id 956C38FC12 for ; Wed, 22 Jul 2009 18:34:09 +0000 (UTC) (envelope-from galbrig@googlemail.com) Received: by bwz19 with SMTP id 19so358814bwz.43 for ; Wed, 22 Jul 2009 11:34:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :mime-version:content-type:content-disposition:user-agent:message-id; bh=Aeoyzs/v/qA0ZF+bKdGOWAdAv5BAR39Qw+MwPkzyR2o=; b=CwjoZsiwugztyD5yoHrXHK+50wrg2tanpXjAlLl3Q19i4OS1OMKBPb5VjhK5/0c6KP h3RkeBhm25Uk+SsycmHwgkCapH4zACe5GmOuJlohzcI4ZlmAqNJd+yr++w4DrSp0hnPY N5asQyM/aci5yuL9J5E6FWxlyKCl2f8q9uHxQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=date:from:to:subject:mime-version:content-type:content-disposition :user-agent:message-id; b=I6y5NreAzlrTmswY7dRPInIP+xQQW9no1K/5Te2PjFrebmJ1xVF6zclii2IlcumXEn 04Yb4q2lLlIc3esxc13W1q5dSLNtT92SfVdHc3JnGVTWwsQjtik18ZMXk2FyUzTPgXkP oFtLpBvSXCsnBBHnfpZ0OKHDquhGJuZrU7AKc= Received: by 10.204.64.196 with SMTP id f4mr1095585bki.151.1248286431654; Wed, 22 Jul 2009 11:13:51 -0700 (PDT) Received: from mail.net.local (dslb-088-073-053-091.pools.arcor-ip.net [88.73.53.91]) by mx.google.com with ESMTPS id 4sm1030311bwz.79.2009.07.22.11.13.50 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 22 Jul 2009 11:13:51 -0700 (PDT) Date: Wed, 22 Jul 2009 20:13:43 +0200 From: albri To: freebsd-current@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: MadCow 110 Message-Id: <20090722181343.6CF695C16@mail.net.local> Subject: 8.0BETAx: drm driver nouveaunot found X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Jul 2009 18:34:10 -0000 hello, I tried to compile nouveau kernel module in two ways: first with drm-patch (both latest) but got an compile error with bsd.README(.mk). second I tried to find it in ./src/sys but could not find it. could anybody give a hint? thank you in advance.