From nobody Fri Jul 10 04:18:40 2026 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 4gxJVZ0dyHz6kRQb for ; Fri, 10 Jul 2026 04:18:46 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "YR1" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4gxJVY3kLkz3bn5 for ; Fri, 10 Jul 2026 04:18:45 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1783657125; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=e2fCPlh1OCn5mnG56bhFK8TkUQ5wxB40RiWrZFLZbM8=; b=c9VEf2emrCQoMk6HoM/zEwt3PHdDBSdPilyEnuNlejdYYzgbXKv2i9d1K5FWggtRd4GMW5 s9Ru78wT+MqY4iDLIE/8Fh59dk6OIoesRROp1uiBPQdDQ8pHdiJx4nWH8FharBqaZPRNWo RpxfdFm1hUTQ3DvYvDIbBdz41vTHFwPQeiWftkToE2NZv6NbBPPN1m9PW9z1fE4jyW4Ya+ 4NZFLNxftSG7pziZCWN/PFTqVAi39LQS+IFUOziaYHlLjE/V5jRlK+XMG1IlwOe2qHciFi I6HEazOiE84YpFJ61mZF6fch47nhSweZUNzWI1WxG9aPaYCpTT8RGpcxAfOWog== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1783657125; a=rsa-sha256; cv=none; b=XUJZ0lxH+kpVas6vFeW9+MXnTzYVPyg+EKHT8DoecO2UzOmfsd9yqwg+rOdoEHZg6g8opD zaE22xtMsHOqt76V2vQ/2XPUscCaau4JNVlky5Plw/hoqtTx1hj6JWXLxOBMkrrH2J3gXb LE5euayic5/XtpHsGaoFa5Ob2yFA3SMHfKyrIPX7m61T744thXkcI/r1xWO7Y8r62fd7Ek 1XAqgFADsRKts7el3F/S+yF5L92ZB8+cPIdPhyU5sXW0MCPGfQD4Sqyos3W7haPHhUV8Hl Bs7L/lW3n0iJy8GHXMnMskbANS+eV0SjYTvqBOKLGnkO141JpfcUNJI7SkTQ/Q== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1783657125; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=e2fCPlh1OCn5mnG56bhFK8TkUQ5wxB40RiWrZFLZbM8=; b=ppRJwxMOdnwOzj7WY0td4HvARqsijHJhe0uDHQyiX+ibc0V5EzYVyjTQqDPrEcuIevdnxE kHhz105Vw5nFFFAQm2EPomy5iaX2t18M+RTTn18E37Q4AjrZSJjMI0UjY6BIpOBnzelBq0 9F6w+e9TPli+6TPP2LivJbRqIVdsqY5PsQ2SWa3IOWX4eTU2dNj940EmA9BKDR9ueiueZO mk62wfl6VCep06SJUnxzVVhm3PP5AIEuHjfKxu3blaPdGdodvHiIfSd2aBz98U0dX/m8sp 4DJFRGVL+B+qZgAaLDtd18aCDJpmDvxyLK4IRRixlLSj9C/howC63TxQ9sMfZQ== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4gxJVY2cTwzfm3 for ; Fri, 10 Jul 2026 04:18:45 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 328d7 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Fri, 10 Jul 2026 04:18:40 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: Warner Losh Subject: git: f273414c11e4 - main - MINIMAL: Add device md 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 List-Id: List-Post: List-Help: List-Subscribe: List-Unsubscribe: List-Owner: Precedence: list MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: imp X-Git-Repository: src X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: f273414c11e46c1e388aebc6bd45f83e91beeb11 Auto-Submitted: auto-generated Date: Fri, 10 Jul 2026 04:18:40 +0000 Message-Id: <6a5072a0.328d7.714b1ef9@gitrepo.freebsd.org> The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=f273414c11e46c1e388aebc6bd45f83e91beeb11 commit f273414c11e46c1e388aebc6bd45f83e91beeb11 Author: Warner Losh AuthorDate: 2026-07-10 04:04:04 +0000 Commit: Warner Losh CommitDate: 2026-07-10 04:09:40 +0000 MINIMAL: Add device md This can't be a loadable module, so add it to MINIMAL Sponsored by: Netflix Differential Revision: https://reviews.freebsd.org/D58067 --- sys/amd64/conf/MINIMAL | 1 + sys/i386/conf/MINIMAL | 1 + 2 files changed, 2 insertions(+) diff --git a/sys/amd64/conf/MINIMAL b/sys/amd64/conf/MINIMAL index bf371f79ed86..30a8dad75b7b 100644 --- a/sys/amd64/conf/MINIMAL +++ b/sys/amd64/conf/MINIMAL @@ -130,6 +130,7 @@ device uart # Generic UART driver # Pseudo devices. device loop # Network loopback device ether # Ethernet support +device md # Memory "disks" # The `bpf' device enables the Berkeley Packet Filter. # Be aware of the administrative consequences of enabling this! diff --git a/sys/i386/conf/MINIMAL b/sys/i386/conf/MINIMAL index ec46c91aaad2..e3ef9dddbea8 100644 --- a/sys/i386/conf/MINIMAL +++ b/sys/i386/conf/MINIMAL @@ -142,6 +142,7 @@ device loop # Network loopback device padlock_rng # VIA Padlock RNG device rdrand_rng # Intel Bull Mountain RNG device ether # Ethernet support +device md # Memory "disks" # The `bpf' device enables the Berkeley Packet Filter. # Be aware of the administrative consequences of enabling this!