From owner-freebsd-questions@FreeBSD.ORG Wed Dec 19 23:12:41 2007 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 71E2C16A572 for ; Wed, 19 Dec 2007 23:12:40 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from kane.otenet.gr (kane.otenet.gr [195.170.0.77]) by mx1.freebsd.org (Postfix) with ESMTP id 8137E13C468 for ; Wed, 19 Dec 2007 23:12:38 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from atlantis.dyndns.org (athedsl-313216.home.otenet.gr [85.72.79.30]) by kane.otenet.gr (8.13.8/8.13.8/Debian-3) with ESMTP id lBJNCane023193; Thu, 20 Dec 2007 01:12:36 +0200 Message-ID: <4769A564.9040807@otenet.gr> Date: Thu, 20 Dec 2007 01:12:36 +0200 From: Manolis Kiagias User-Agent: Thunderbird 2.0.0.9 (X11/20071115) MIME-Version: 1.0 To: stevefranks@ieee.org References: <539c60b90712191443m706d17b7w5afd40f507e2c58b@mail.gmail.com> In-Reply-To: <539c60b90712191443m706d17b7w5afd40f507e2c58b@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: User Questions Subject: Re: cvsup not getting 'everything' with standard-supfile? 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: Wed, 19 Dec 2007 23:12:41 -0000 Steve Franks wrote: > I see folks talking about building snd_hda on 6.2, but when I cvsup, > /usr/src/sys/modules/sound/driver/hda doesn't exist. I'm using an > unmodified (except for the url) standard-supfile, which has "src-all" > in big letters uncommented at the top, so I find the lack of anything > a bit surprising - any ideas? > > Steve > _______________________________________________ > 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" > > > The standard supfile will only get you to 6.2-RELEASE-p9 The snd_hda driver is only present in 6.2-STABLE (use stable-supfile) and, of course 6.3-RC and 7.0-BETA If you do not wish to move to 6.2-STABLE and make buildworld and all this, you may wish to get the ready module for 6.2-RELEASE and load it via /boot/loader.conf More instructions at this older post: http://lists.freebsd.org/pipermail/freebsd-questions/2007-August/155261.html Manolis