From owner-svn-src-all@FreeBSD.ORG Mon May 5 20:39:57 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 132B056D for ; Mon, 5 May 2014 20:39:57 +0000 (UTC) Received: from mail-pa0-f41.google.com (mail-pa0-f41.google.com [209.85.220.41]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BD4233CA for ; Mon, 5 May 2014 20:39:56 +0000 (UTC) Received: by mail-pa0-f41.google.com with SMTP id lj1so7582908pab.28 for ; Mon, 05 May 2014 13:39:50 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:content-type:mime-version:subject:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to; bh=RBkdnU5zN//FAJHapXGSqE+zuuu2CWvzd3+U2m4hVnw=; b=CNAwd5xBq0yQK2bjuhGMeIOYm2YAw8sXckXeyRQ8PHQwwyK4k+zDuom2w1noxos3S8 0L1B9hkK1torSBUqrH7i/X1UJxxDsAlMtNlLn6nlTQN4JQvmE5/6VfJgRmEK/WeP0EkV iIcbuz0l8nJGQ3aPgrsDSKOfsdKsBqahS/P2+uRdcjroL49/Fns5eZkpQnYDpV5dmDHJ xKRgoMCwqaLHkTYdLiWfayQTa/UTB/PEnywI8C/y4Ba6rHfkWcHg8Kf4ZANPXGv9QLa2 rPf0PQFOxd+L7SCgw2qW+Ui07q6WVDWKvFHENvl+3LpJr3YMd3BYsg2oszvIk+cw/xCz ODyg== X-Gm-Message-State: ALoCoQlbgNZJ+G3YVIQCAzlOW9Os6VOcXralbu7U7mBvrU1Z2vd2/WxNJADG7iGDe5nuFnF63QtQ X-Received: by 10.66.158.132 with SMTP id wu4mr75658048pab.66.1399322390225; Mon, 05 May 2014 13:39:50 -0700 (PDT) Received: from [10.64.26.239] (dc1-prod.netflix.com. [69.53.236.251]) by mx.google.com with ESMTPSA id nx12sm79409125pab.6.2014.05.05.13.39.48 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 05 May 2014 13:39:49 -0700 (PDT) Sender: Warner Losh X-Google-Original-From: Warner Losh Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 7.2 \(1874\)) Subject: Re: svn commit: r265359 - head/sys/modules/sound/sound From: Warner Losh In-Reply-To: <201405051431.s45EVZ2q027729@svn.freebsd.org> Date: Mon, 5 May 2014 14:39:46 -0600 Content-Transfer-Encoding: quoted-printable Message-Id: <7745BD19-5BAE-47BD-8DE4-10CF7E23FA9D@gmail.com> References: <201405051431.s45EVZ2q027729@svn.freebsd.org> To: Hans Petter Selasky X-Mailer: Apple Mail (2.1874) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 May 2014 20:39:57 -0000 On May 5, 2014, at 8:31 AM, Hans Petter Selasky = wrote: > Author: hselasky > Date: Mon May 5 14:31:34 2014 > New Revision: 265359 > URL: http://svnweb.freebsd.org/changeset/base/265359 >=20 > Log: > Build the kernel sound module without ISA DMA support for ARM and = MIPS > platforms, because these platforms do not implement the ISA DMA > API. Else the sound modules cannot be loaded when running these > platforms. >=20 > MFC after: 2 weeks >=20 > Modified: > head/sys/modules/sound/sound/Makefile >=20 > Modified: head/sys/modules/sound/sound/Makefile > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > --- head/sys/modules/sound/sound/Makefile Mon May 5 11:50:52 2014 = (r265358) > +++ head/sys/modules/sound/sound/Makefile Mon May 5 14:31:34 2014 = (r265359) > @@ -44,7 +44,8 @@ CLEANFILES+=3D feeder_eq_gen.h feeder_rate >=20 > EXPORT_SYMS=3D YES # XXX evaluate >=20 > -.if ${MACHINE_CPUARCH} =3D=3D "sparc64" || ${MACHINE_CPUARCH} =3D=3D = "powerpc" > +.if ${MACHINE_CPUARCH} =3D=3D "sparc64" || ${MACHINE_CPUARCH} =3D=3D = "powerpc" || \ > + ${MACHINE_CPUARCH} =3D=3D "arm" || ${MACHINE_CPUARCH} =3D=3D = "mips" > # Create an empty opt_isa.h in order to keep kmod.mk from linking in = an > # existing one from KERNBUILDDIR which possibly has DEV_ISA defined so > # sound.ko is always built without isadma support. Rather than an opt-in approach here, why not lust list the three that = have it since they are the only ones that will ever have it=85 Warner=