From owner-svn-src-head@FreeBSD.ORG Tue Jan 6 14:57:39 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 54134106566C; Tue, 6 Jan 2009 14:57:39 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 41E9A8FC16; Tue, 6 Jan 2009 14:57:39 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n06Evd9S034318; Tue, 6 Jan 2009 14:57:39 GMT (envelope-from mav@svn.freebsd.org) Received: (from mav@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n06EvdnH034317; Tue, 6 Jan 2009 14:57:39 GMT (envelope-from mav@svn.freebsd.org) Message-Id: <200901061457.n06EvdnH034317@svn.freebsd.org> From: Alexander Motin Date: Tue, 6 Jan 2009 14:57:39 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r186828 - head/sys/conf X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jan 2009 14:57:40 -0000 Author: mav Date: Tue Jan 6 14:57:39 2009 New Revision: 186828 URL: http://svn.freebsd.org/changeset/base/186828 Log: Add small hint that snd_ich is the AC'97 controller driver. Modified: head/sys/conf/NOTES Modified: head/sys/conf/NOTES ============================================================================== --- head/sys/conf/NOTES Tue Jan 6 14:23:38 2009 (r186827) +++ head/sys/conf/NOTES Tue Jan 6 14:57:39 2009 (r186828) @@ -2004,7 +2004,7 @@ device sound # snd_gusc: Gravis UltraSound ISA PnP/non-PnP. # snd_hda: Intel High Definition Audio (Controller) and # compatible. -# snd_ich: Intel ICH PCI and some more audio controllers +# snd_ich: Intel ICH AC'97 and some more audio controllers # embedded in a chipset, for example nVidia # nForce controllers. # snd_maestro: ESS Technology Maestro-1/2x PCI.