From owner-freebsd-questions@FreeBSD.ORG Fri Jun 12 12:06:19 2009 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 18A6510656A7 for ; Fri, 12 Jun 2009 12:06:19 +0000 (UTC) (envelope-from j.mckeown@ru.ac.za) Received: from f.mail.ru.ac.za (f.mail.ru.ac.za [IPv6:2001:4200:1010::25:6]) by mx1.freebsd.org (Postfix) with ESMTP id 493028FC13 for ; Fri, 12 Jun 2009 12:06:18 +0000 (UTC) (envelope-from j.mckeown@ru.ac.za) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=ru-msa; d=ru.ac.za; h=Received:From:Organization:To:Subject:Date:User-Agent:References:In-Reply-To:X-Face:MIME-Version:Content-Type:Content-Transfer-Encoding:Content-Disposition:Message-Id:X-Virus-Scanned:X-Authenticated-User; b=fcWIeKfPAGhS4vN3kH5Ac7dnWRgX7zqwHolGzBsCA9sLgRIDXrHQgRihYnFKAoiHHPyWe2eggBhrexcUcdr9iZle9Z9NoklfG3DAk42aHdiWFy6nwEqpzpXbaHMAphdE; Received: from vorkosigan.ru.ac.za ([2001:4200:1010:1058:219:d1ff:fe9f:a932]:54495) by f.mail.ru.ac.za with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69 (FreeBSD)) (envelope-from ) id 1MF5WS-0000VD-9V for freebsd-questions@freebsd.org; Fri, 12 Jun 2009 14:06:16 +0200 From: Jonathan McKeown Organization: Rhodes University To: freebsd-questions@freebsd.org Date: Fri, 12 Jun 2009 14:06:15 +0200 User-Agent: KMail/1.9.10 References: <4A31C167.9040400@bah.homeip.net> <20090612125419.e418347b.freebsd@edvax.de> In-Reply-To: <20090612125419.e418347b.freebsd@edvax.de> X-Face: $@VrUx^RHy/}yu]jKf/<4T%/d|F+$j-Ol2"2J$q+%OK1]&/G_S9(=?utf-8?q?HkaQ*=60!=3FYOK=3FY!=27M=60C=0A=09aP=5C9nVPF8Q=7DCilHH8l=3B=7E!4?= =?utf-8?q?2HK6=273lg4J=7Daz?=@1Dqqh:J]M^"YPn*2IWrZON$1+G?oX3@ =?utf-8?q?k=230=0A=0954XDRg=3DYn=5FF-etwot4U=24b?=dTS{i X-Virus-Scanned: f.mail.ru.ac.za (2001:4200:1010::25:6) X-Authenticated-User: s0900137 from vorkosigan.ru.ac.za (2001:4200:1010:1058:219:d1ff:fe9f:a932) using auth_plaintext Subject: Re: Compiling in sound driver in kernel 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: Fri, 12 Jun 2009 12:06:19 -0000 On Friday 12 June 2009 12:54:19 Polytropon wrote: > On Fri, 12 Jun 2009 04:45:59 +0200, Bernt Hansson wrote: > > Mel Flynn said the following on 2009-06-12 01:23: > > >> FreeBSD 7.2-STABLE #0: Thu Jun 11 21:56:24 CEST 2009 > > >> root@fqdn:/usr/obj/usr/src/sys/GENERIC > > > > > > ^^^^^^^ > > > Did you edit GENERIC > > > > Yes. Added sound and snd_hda > > Polite note: This is NOT the way to create a custom kernel. The > handbook mentions that it's advised to create a copy of GENERIC > and work with that. Just to emphasise this point: look at the other kernel configs supplied with source. They tend to include GENERIC, and then have a small list of changed options. Messing about with GENERIC is not a good idea. Jonathan