From owner-cvs-src-old@FreeBSD.ORG Sat Jun 11 09:09:13 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 671EE106566B for ; Sat, 11 Jun 2011 09:09:13 +0000 (UTC) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5694A8FC19 for ; Sat, 11 Jun 2011 09:09:13 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p5B99DwN087233 for ; Sat, 11 Jun 2011 09:09:13 GMT (envelope-from joel@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p5B99Dt0087232 for cvs-src-old@freebsd.org; Sat, 11 Jun 2011 09:09:13 GMT (envelope-from joel@repoman.freebsd.org) Message-Id: <201106110909.p5B99Dt0087232@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to joel@repoman.freebsd.org using -f From: Joel Dahl Date: Sat, 11 Jun 2011 09:08:46 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/conf GENERIC src/sys/i386/conf GENERIC X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Jun 2011 09:09:13 -0000 joel 2011-06-11 09:08:46 UTC FreeBSD src repository Modified files: sys/amd64/conf GENERIC sys/i386/conf GENERIC Log: SVN rev 222980 on 2011-06-11 09:08:46Z by joel Enable sound support by default on i386 and amd64. The generic sound driver has been added, along with enough device-specific drivers to support the most common audio chipsets. We've discussed enabling it from time to time over the years and we've received numerous requests from users, so we decided that shipping 9.0 with working audio by default would be the best thing to do. Bug reports should be sent to the multimedia@ mailing list, as usual. Approved by: mav No objection: re Revision Changes Path 1.564 +8 -0 src/sys/amd64/conf/GENERIC 1.549 +8 -0 src/sys/i386/conf/GENERIC