From owner-freebsd-stable@FreeBSD.ORG Fri Mar 5 00:37:13 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 45A5416A4CE; Fri, 5 Mar 2004 00:37:13 -0800 (PST) Received: from mizar.origin-it.net (mizar.origin-it.net [194.8.96.234]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F19B43D1D; Fri, 5 Mar 2004 00:37:12 -0800 (PST) (envelope-from helge.oldach@atosorigin.com) Received: from matar.hbg.de.int.atosorigin.com (dehsfw3e.origin-it.net [194.8.96.68])i258awCL089945 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 5 Mar 2004 09:36:58 +0100 (CET) (envelope-from helge.oldach@atosorigin.com) Received: from galaxy.hbg.de.ao-srv.com (galaxy.hbg.de.ao-srv.com [161.89.20.4])ESMTP id i258awFU023967; Fri, 5 Mar 2004 09:36:58 +0100 (CET) (envelope-from helge.oldach@atosorigin.com) Received: (from hmo@localhost) by galaxy.hbg.de.ao-srv.com (8.9.3p2/8.9.3/hmo30mar03) id JAA10775; Fri, 5 Mar 2004 09:36:57 +0100 (MET) Message-Id: <200403050836.JAA10775@galaxy.hbg.de.ao-srv.com> In-Reply-To: <20040304195152.GA35653@cnd.mcgill.ca> from Mathew Kanner at "Mar 4, 2004 8:51:52 pm" To: mat@cnd.mcgill.ca (Mathew Kanner) Date: Fri, 5 Mar 2004 09:36:56 +0100 (MET) From: Helge Oldach X-Address: Atos Origin GmbH, Friesenstraße 13, D-20097 Hamburg, Germany X-Phone: +49 40 7886 7464, Fax: +49 40 7886 9464, Mobile: +49 160 4782517 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit cc: rpratt1950@earthlink.net cc: jorn@wcborstel.nl cc: stable@freebsd.org cc: hackers@freebsd.org cc: rwatson@freebsd.org Subject: Re: Standard sbc and pcm support in GENERIC kernel? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Mar 2004 08:37:13 -0000 Mathew Kanner: > I would like to note that kldload'ing the sound modules works >very well and I would prefer that to be standard operating procedure >for sound. The issue with kldloading is that you still need PNPBIOS for many on-board sound devices. Which means that you need to compile your own kernel anyway, or don´t you? Helge