From owner-freebsd-net@freebsd.org Tue Sep 12 13:42:47 2017 Return-Path: Delivered-To: freebsd-net@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 13AC9E0A23E for ; Tue, 12 Sep 2017 13:42:47 +0000 (UTC) (envelope-from bu7cher@yandex.ru) Received: from forward100o.mail.yandex.net (forward100o.mail.yandex.net [IPv6:2a02:6b8:0:1a2d::600]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "forwards.mail.yandex.net", Issuer "Yandex CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9164972211 for ; Tue, 12 Sep 2017 13:42:46 +0000 (UTC) (envelope-from bu7cher@yandex.ru) Received: from mxback6o.mail.yandex.net (mxback6o.mail.yandex.net [IPv6:2a02:6b8:0:1a2d::20]) by forward100o.mail.yandex.net (Yandex) with ESMTP id D0B8B2A242C5; Tue, 12 Sep 2017 16:42:34 +0300 (MSK) Received: from smtp4j.mail.yandex.net (smtp4j.mail.yandex.net [2a02:6b8:0:1619::15:6]) by mxback6o.mail.yandex.net (nwsmtp/Yandex) with ESMTP id vo6wqs4p98-gYC8SIC3; Tue, 12 Sep 2017 16:42:34 +0300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1505223754; bh=HPLLq/ACb1dcB8S8HID9y8/Y5c284vRuNx3xT1hx2sc=; h=Subject:From:To:Cc:References:Message-ID:Date:In-Reply-To; b=fdlp4X0D34gb5bv6sD7oHjiWb3e0TCNKDllJz7JM7BvMtDVqc3m35JSybbJbt4cEv V4TPFeqD5JV8n+LIjyio/OK7ipHSebCi6tv3BkeGUv2ZOLeWK4YpGdrgMhyiTXyeZl rTCDBITjLiMR6HhIAbmI9riUkeA/1Cpf15eQUqCs= Received: by smtp4j.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id AtG8wRDWiQ-gYfCOcUM; Tue, 12 Sep 2017 16:42:34 +0300 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client certificate not present) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1505223754; bh=HPLLq/ACb1dcB8S8HID9y8/Y5c284vRuNx3xT1hx2sc=; h=Subject:From:To:Cc:References:Message-ID:Date:In-Reply-To; b=fdlp4X0D34gb5bv6sD7oHjiWb3e0TCNKDllJz7JM7BvMtDVqc3m35JSybbJbt4cEv V4TPFeqD5JV8n+LIjyio/OK7ipHSebCi6tv3BkeGUv2ZOLeWK4YpGdrgMhyiTXyeZl rTCDBITjLiMR6HhIAbmI9riUkeA/1Cpf15eQUqCs= Authentication-Results: smtp4j.mail.yandex.net; dkim=pass header.i=@yandex.ru Subject: Re: Need help From: "Andrey V. Elsukov" To: Harry Schmalzbauer Cc: freebsd-net@freebsd.org References: <59B7DFE5.7020404@omnilan.de> <59B7E206.8020500@omnilan.de> Openpgp: id=E6591E1B41DA1516F0C9BC0001C5EA0410C8A17A Message-ID: Date: Tue, 12 Sep 2017 16:38:34 +0300 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="UeLB69IikOVglw1vxsse8BxqxQ4qCq2s3" X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Sep 2017 13:42:47 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --UeLB69IikOVglw1vxsse8BxqxQ4qCq2s3 Content-Type: multipart/mixed; boundary="pc3ffiJ4BFPcfDfxaHepMCdsgUScK52ae"; protected-headers="v1" From: "Andrey V. Elsukov" To: Harry Schmalzbauer Cc: freebsd-net@freebsd.org Message-ID: Subject: Re: Need help References: <59B7DFE5.7020404@omnilan.de> <59B7E206.8020500@omnilan.de> In-Reply-To: --pc3ffiJ4BFPcfDfxaHepMCdsgUScK52ae Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable On 12.09.2017 16:35, Andrey V. Elsukov wrote: >> Either add E1000_DEV_ID_I350_COPPER_NOEE elsewhere, or try without _NO= EE >> appendix if datasheet suggests. >=20 > Hi, >=20 > just defining device id in the header usually doesn't automatically add= > support for this device. You need to teach probe function to use define= d > id. So, you need to add this id to some array in the if_em.c, probably > this is igb_vendor_info_array. And for stable/10 this array is in the if_igb.c. --=20 WBR, Andrey V. Elsukov --pc3ffiJ4BFPcfDfxaHepMCdsgUScK52ae-- --UeLB69IikOVglw1vxsse8BxqxQ4qCq2s3 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEzBAEBCAAdFiEE5lkeG0HaFRbwybwAAcXqBBDIoXoFAlm341oACgkQAcXqBBDI oXqxdwf/ZFFVP9ghTycQ1KXIxX6sJ8r7ZC8ur/mKqzq7FZCTY85+UeyWoy1ZxcR8 khSlTuhkTPauhLgbylhoaNGERW4fAigR46+rLJCCzASr1NNPp/P5Ux+n2QRgsOnr sC8Oz7Ttt2UUJ3qHQqHODr8WRn995AxaukeW8y+xTOVMY7Dgy6LgEhX3m/awmwBz eko1U0BmxpRtxnjvws318bGfTOOxMLtGaavWfHIeZ+6r1HO9u2OvzaIH3bkn86V/ R/2PtgAoP6rvKV3wfX02p7g+DUrpFRF+BDdSzBAH4eSJIZwmSqdtA1eq09X/qlnf mGioMLvWQbMWINnWGtlSAJSPd+2Fmw== =lrsG -----END PGP SIGNATURE----- --UeLB69IikOVglw1vxsse8BxqxQ4qCq2s3--