From owner-cvs-src-old@FreeBSD.ORG Mon Jan 26 14:43:23 2009 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 9103D10656C5 for ; Mon, 26 Jan 2009 14:43:23 +0000 (UTC) (envelope-from nwhitehorn@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7C6808FC0C for ; Mon, 26 Jan 2009 14:43:23 +0000 (UTC) (envelope-from nwhitehorn@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n0QEhNav030084 for ; Mon, 26 Jan 2009 14:43:23 GMT (envelope-from nwhitehorn@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n0QEhN3l030083 for cvs-src-old@freebsd.org; Mon, 26 Jan 2009 14:43:23 GMT (envelope-from nwhitehorn@repoman.freebsd.org) Message-Id: <200901261443.n0QEhN3l030083@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to nwhitehorn@repoman.freebsd.org using -f From: Nathan Whitehorn Date: Mon, 26 Jan 2009 14:43:18 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/sound/macio aoa.c aoa.h davbus.c i2s.c 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: Mon, 26 Jan 2009 14:43:24 -0000 nwhitehorn 2009-01-26 14:43:18 UTC FreeBSD src repository Modified files: sys/dev/sound/macio aoa.c aoa.h davbus.c i2s.c Log: SVN rev 187717 on 2009-01-26 14:43:18Z by nwhitehorn Change the way our softc is stored to use the devinfo facility provided by pcm instead of the regular device softc interface. This brings the AOA driver in line with the other pcm drivers. Requested by: ariff Revision Changes Path 1.2 +4 -4 src/sys/dev/sound/macio/aoa.c 1.2 +5 -3 src/sys/dev/sound/macio/aoa.h 1.2 +5 -9 src/sys/dev/sound/macio/davbus.c 1.2 +6 -11 src/sys/dev/sound/macio/i2s.c