From nobody Wed Dec 15 15:25:38 2021 X-Original-To: freebsd-current@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 B2A1018F3875 for ; Wed, 15 Dec 2021 15:25:50 +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 4JDfG50LjYz4TSb for ; Wed, 15 Dec 2021 15:25:48 +0000 (UTC) (envelope-from manu@bidouilliste.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bidouilliste.com; s=mx; t=1639581941; 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=ECleocihTPDk9aAtYFUKaIQESj2LsoSur2YW4bd6ITw=; b=ia9UNVKgfURYI/OdvnwSKgxYmp8G5jF/79Gl9etxc6F2PCO0uMl1mpz/hAmPjtnnV+aGjz ir4jpa4/NYHAmm8IwYpILLK+SlyfM+mEv7g5EqQcsUl5L5l4Z4AmZtoPoQWKfODBfJwX/y tGK6lTqOWCCzSAdl5NKZvSMUaD6cb58= 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 b000d682 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for ; Wed, 15 Dec 2021 15:25:41 +0000 (UTC) Date: Wed, 15 Dec 2021 16:25:38 +0100 From: Emmanuel Vadot To: freebsd-current@freebsd.org Subject: Any Cronyx Tau* (ce(4) or cp(4)) users ? Message-Id: <20211215162538.99d8d81650af56e2276f2f88@bidouilliste.com> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; amd64-portbld-freebsd14.0) List-Id: Discussions about the use of FreeBSD-current List-Archive: https://lists.freebsd.org/archives/freebsd-current List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-current@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4JDfG50LjYz4TSb X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=bidouilliste.com header.s=mx header.b=ia9UNVKg; dmarc=pass (policy=none) header.from=bidouilliste.com; spf=pass (mx1.freebsd.org: domain of manu@bidouilliste.com designates 212.83.155.74 as permitted sender) smtp.mailfrom=manu@bidouilliste.com X-Spamd-Result: default: False [-2.50 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; R_DKIM_ALLOW(-0.20)[bidouilliste.com:s=mx]; FREEFALL_USER(0.00)[manu]; FROM_HAS_DN(0.00)[]; MV_CASE(0.50)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[freebsd-current@freebsd.org]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; R_SPF_ALLOW(-0.20)[+ip4:212.83.155.74/32]; DKIM_TRACE(0.00)[bidouilliste.com:+]; MID_RHS_MATCH_FROM(0.00)[]; DMARC_POLICY_ALLOW(-0.50)[bidouilliste.com,none]; NEURAL_HAM_SHORT(-1.00)[-0.997]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; SUBJECT_ENDS_QUESTION(1.00)[]; ASN(0.00)[asn:12876, ipnet:212.83.128.0/19, country:FR]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[] X-ThisMailContainsUnwantedMimeParts: N Hello all, I've noticed this /sbin/sconfig binary and after looking it's for configuring Cronyx E1 PCI (PCI as in PCI, not PCIe). The products pages ([1], [2]) seems to say that FreeBSD >=7 isn't supported. We currently only build the drivers for i386 (and they contain native compiled code). Anyway, I'd like to remove this from the tree, I really doubt that anyone uses this cards nowadays (or even E1) but just in case I send this mail. Links to the review for the removal : https://reviews.freebsd.org/D33465 https://reviews.freebsd.org/D33466 https://reviews.freebsd.org/D33467 https://reviews.freebsd.org/D33468 https://reviews.freebsd.org/D33469 Cheers, [1]: http://www.cronyx.ru/hardware/tau32.html [2]: http://www.cronyx.ru/hardware/taupci.html -- Emmanuel Vadot