From nobody Wed Dec 15 17:23:47 2021 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 5C51D18E7F85; Wed, 15 Dec 2021 17:23:49 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mx.blih.net (mail.blih.net [212.83.155.74]) (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 (2048 bits) client-digest SHA256) (Client CN "mx.blih.net", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4JDhtD51tXz4sVy; Wed, 15 Dec 2021 17:23:48 +0000 (UTC) (envelope-from manu@bidouilliste.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bidouilliste.com; s=mx; t=1639589027; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=PxS7wBIcr6Xj0Xi6auaM87tmTRMNkvYOVQ+l7B0gZuA=; b=SprX6HAUoFQ+losrOcI/y3yG391VtygeWrGP3z8YuaAOWJ9CvmZF8zlPFXOnU6YflJqrQA 7nt3INLGvt9D6T2LYjPA2dTee9sLGYCuCf89Wf2uDC7E+4lt4NPTVSp5YJnKek1T9zg6XX 94i+gZnRrNMmZSNFBPLbXN4MdexkrkE= Received: from skull.home.blih.net (lfbn-idf2-1-1163-183.w90-92.abo.wanadoo.fr [90.92.222.183]) by mx.blih.net (OpenSMTPD) with ESMTPSA id 59216411 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Wed, 15 Dec 2021 17:23:47 +0000 (UTC) Date: Wed, 15 Dec 2021 18:23:47 +0100 From: Emmanuel Vadot To: Ed Maste Cc: Emmanuel Vadot , src-committers , "" , dev-commits-src-main@freebsd.org Subject: Re: git: a46856c3f9ec - main - amd64: Do not build sconfig Message-Id: <20211215182347.19025d5d18df02336d317f8c@bidouilliste.com> In-Reply-To: References: <202112151639.1BFGdemG012146@gitrepo.freebsd.org> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; amd64-portbld-freebsd14.0) 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: Sender: owner-dev-commits-src-all@freebsd.org X-BeenThere: dev-commits-src-all@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4JDhtD51tXz4sVy X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-ThisMailContainsUnwantedMimeParts: N On Wed, 15 Dec 2021 12:17:57 -0500 Ed Maste wrote: > On Wed, 15 Dec 2021 at 11:39, Emmanuel Vadot wrote: > > > > The branch main has been updated by manu: > > > > URL: https://cgit.FreeBSD.org/src/commit/?id=a46856c3f9ec86bd8f0436c3f0736783c2f804db > > > > commit a46856c3f9ec86bd8f0436c3f0736783c2f804db > > Author: Emmanuel Vadot > > AuthorDate: 2021-12-15 16:38:33 +0000 > > Commit: Emmanuel Vadot > > CommitDate: 2021-12-15 16:39:36 +0000 > > > > amd64: Do not build sconfig > > > > We do not build the drivers for this arch so no need to build the > > configuration tools. > > Gleb enabled cp(4) on amd64 in 6aae3517ed25, then enabled sconfig in > c2426723394b. We don't build the modules. All I see is that the driver files have moved from files.i386 to files.x86 So yeah in theory someone could build a custom amd64 kernel with this driver. But given that we've never exposed this to the amd64 world I doubt that we need it. I'll wait for the thread on current@ to continue and if we really want to keep this obsolete thing for amd64 I'll revert. -- Emmanuel Vadot