From nobody Fri Oct 10 11:56:26 2025 X-Original-To: dev-commits-src-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4cjlZk64dmz6Btkg; Fri, 10 Oct 2025 11:56:30 +0000 (UTC) (envelope-from christos@freebsd.org) Received: from margiolis.net (mail.margiolis.net [95.179.159.8]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA512) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4cjlZj6nMtz41VP; Fri, 10 Oct 2025 11:56:29 +0000 (UTC) (envelope-from christos@freebsd.org) Authentication-Results: mx1.freebsd.org; none DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; s=default; bh=gfBidIVTMqoX yENC4BIqvf4NZjLXc6CRvHxUeDw9atQ=; h=in-reply-to:references:to:from: subject:cc:date; d=margiolis.net; b=fYqgnJNVkTkPIux+ZfoUE0QRCifq9oOF3j W77vDhmvjqijXNLnjo9MYLpj8nU8rNjKXqY/PPiv9vjpAEiq8w3ZTSdeG1uZdQSUN5Qn5S gpaKYPP2h0nGUrPrqyslAqSqfY0qdJErXrEaCXd0HX0fMny263etB9G0eD3hvX4sIHE= Received: from localhost (public-gprs236191.centertel.pl [31.60.69.224]) by margiolis.net (OpenSMTPD) with ESMTPSA id ed3032d9 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Fri, 10 Oct 2025 05:56:27 -0600 (MDT) List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-all@freebsd.org Sender: owner-dev-commits-src-all@FreeBSD.org Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Fri, 10 Oct 2025 13:56:26 +0200 Message-Id: Cc: "Mark Johnston" , , , , <0mp@freebsd.org> Subject: Re: git: 9cab9fde5eda - main - virtual_oss: Port to base From: "Christos Margiolis" To: =?utf-8?q?Dag-Erling_Sm=C3=B8rgrav?= X-Mailer: aerc 0.21.0 References: <202509280958.58S9wrww083342@gitrepo.freebsd.org> <861pnf83kw.fsf@ltc.des.dev> <86frbs6ivg.fsf@ltc.des.dev> <86bjmf72wz.fsf@ltc.des.dev> In-Reply-To: <86bjmf72wz.fsf@ltc.des.dev> X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:20473, ipnet:95.179.144.0/20, country:US] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Rspamd-Queue-Id: 4cjlZj6nMtz41VP On Fri Oct 10, 2025 at 7:15 AM CEST, Dag-Erling Sm=C3=B8rgrav wrote: > "Christos Margiolis" writes: >> The sequence we want is to first run sndiod and then virtual_oss. > > That's the reverse of what you have today, and can be achieved quite > simply by adding `BEFORE: virtual_oss` to the sndiod rc script. > > DES https://reviews.freebsd.org/D53019 https://reviews.freebsd.org/D53020 Christos