From nobody Wed Feb 16 17:47:20 2022 X-Original-To: freebsd-arm@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 3EC2E19C6558 for ; Wed, 16 Feb 2022 17:47:33 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mouf.net (mouf.net [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mouf.net", Issuer "mouf.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4JzQQX1Tw2z4gpp; Wed, 16 Feb 2022 17:47:32 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from [10.0.1.27] (hs-nc-6b363c0412-470382-1.tingfiber.com [64.99.197.86]) (authenticated bits=0) by mouf.net (8.14.9/8.14.9) with ESMTP id 21GHlPVd061122 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NOT); Wed, 16 Feb 2022 17:47:30 GMT (envelope-from swills@FreeBSD.org) Message-ID: <3e3473c3-a511-16a6-c233-0d0ef4ac0c61@FreeBSD.org> Date: Wed, 16 Feb 2022 12:47:20 -0500 List-Id: Porting FreeBSD to ARM processors List-Archive: https://lists.freebsd.org/archives/freebsd-arm List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-arm@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:91.0) Gecko/20100101 Thunderbird/91.5.1 Subject: Re: RockPro64 PCI Content-Language: en-US To: Daniel Engberg Cc: freebsd-arm@freebsd.org References: From: Steve Wills In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (mouf.net [199.48.129.64]); Wed, 16 Feb 2022 17:47:30 +0000 (UTC) X-Spam-Status: No, score=0.0 required=4.5 tests=KHOP_HELO_FCRDNS,NICE_REPLY_A, T_SCC_BODY_TEXT_LINE autolearn=unavailable autolearn_force=no version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on mouf.net X-Virus-Scanned: clamav-milter 0.99.2 at mouf.net X-Virus-Status: Clean X-Rspamd-Queue-Id: 4JzQQX1Tw2z4gpp X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=softfail (mx1.freebsd.org: 2607:fc50:0:4400:216:3eff:fe69:33b3 is neither permitted nor denied by domain of swills@FreeBSD.org) smtp.mailfrom=swills@FreeBSD.org X-Spamd-Result: default: False [-2.78 / 15.00]; RCVD_TLS_LAST(0.00)[]; ARC_NA(0.00)[]; FREEFALL_USER(0.00)[swills]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.68)[-0.684]; R_SPF_SOFTFAIL(0.00)[~all]; NEURAL_HAM_SHORT(-1.00)[-1.000]; RCPT_COUNT_TWO(0.00)[2]; MLMMJ_DEST(0.00)[freebsd-arm]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:36236, ipnet:2607:fc50::/36, country:US]; RCVD_COUNT_TWO(0.00)[2]; MID_RHS_MATCH_FROM(0.00)[] X-ThisMailContainsUnwantedMimeParts: N Status: O Content-Length: 1492 Lines: 36 Hi, On 2/16/22 12:36, Daniel Engberg wrote: > Going by the information you provided it seems to be this card? > https://www.intel.com/content/www/us/en/products/details/ethernet/gigabit-network-adapters/gigabit-ct-desktop-adapters.html > > That's a rather old controller (PCIe 1.1) which should be backwards > compatible however given the pricing of the SoC I wouldn't bet on it > being fully PCIe tested/compliant but that's just a speculation on my > behalf. > Unfortunately I don't have that old Intel NICs to test on my end either > to verify. > > https://forums.servethehome.com/index.php?threads/list-of-nics-and-their-equivalent-oem-parts.20974/ > first page might be helpful in finding older I340-based cards at least. > > Unfortunately I didn't find any listings of OEM models for i350-based > cards although these are still (in general it seems) available as new so > they may be scarce pulled/used. > > I did also find these cheap (if you live in US) which seems to be based > on the I340 chipset (not tested by me) which may also work: > https://www.ebay.com/itm/122501625474?epid=27017868551&hash=item1c85aa7682%3Ag%3AXXwAAOSwYvFZHK9e&LH_BIN=1 > > https://forum.netgate.com/topic/135149/riverbed-4-port-nic-how-to-convert-it-into-a-regular-nic I ended up buying one of these: https://www.ebay.com/itm/302281308542 I'll let you know if it doesn't work when it arrives. In the mean time, I may try some other random cards I have laying around. Cheers, Steve