Date: Tue, 12 Sep 2017 16:35:56 +0300 From: "Andrey V. Elsukov" <bu7cher@yandex.ru> To: Harry Schmalzbauer <freebsd@omnilan.de>, "Igor V. Ruzanov" <igorr@pochta.canmos.ru> Cc: freebsd-net@freebsd.org Subject: Re: Need help Message-ID: <f8e1d7be-73df-e5ae-252c-c89ac32924a0@yandex.ru> In-Reply-To: <59B7E206.8020500@omnilan.de> References: <alpine.BSF.2.00.1709121158120.59850@pochta.canmos.ru> <59B7DFE5.7020404@omnilan.de> <59B7E206.8020500@omnilan.de>
next in thread | previous in thread | raw e-mail | index | archive | help
This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --bdejEPc3Qp67JaR40OuKwUv12H25fEi8G Content-Type: multipart/mixed; boundary="dET6RTkXlTcfiUulPlsdbO566f4ej5hvT"; protected-headers="v1" From: "Andrey V. Elsukov" <bu7cher@yandex.ru> To: Harry Schmalzbauer <freebsd@omnilan.de>, "Igor V. Ruzanov" <igorr@pochta.canmos.ru> Cc: freebsd-net@freebsd.org Message-ID: <f8e1d7be-73df-e5ae-252c-c89ac32924a0@yandex.ru> Subject: Re: Need help References: <alpine.BSF.2.00.1709121158120.59850@pochta.canmos.ru> <59B7DFE5.7020404@omnilan.de> <59B7E206.8020500@omnilan.de> In-Reply-To: <59B7E206.8020500@omnilan.de> --dET6RTkXlTcfiUulPlsdbO566f4ej5hvT Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable On 12.09.2017 16:32, Harry Schmalzbauer wrote: >> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >> --- sys/dev/e1000/e1000_hw.h (Revision 322342) >> +++ sys/dev/e1000/e1000_hw.h (Arbeitskopie) >> @@ -168,6 +168,7 @@ >> #define E1000_DEV_ID_82580_COPPER_DUAL 0x1516 >> #define E1000_DEV_ID_82580_QUAD_FIBER 0x1527 >> #define E1000_DEV_ID_I350_COPPER 0x1521 >> +#define E1000_DEV_ID_I350_COPPER_NOEE 0x151F >> #define E1000_DEV_ID_I350_FIBER 0x1522 >> #define E1000_DEV_ID_I350_SERDES 0x1523 >> #define E1000_DEV_ID_I350_SGMII 0x1524 >> >=20 > Either add E1000_DEV_ID_I350_COPPER_NOEE elsewhere, or try without _NOE= E > appendix if datasheet suggests. Hi, just defining device id in the header usually doesn't automatically add support for this device. You need to teach probe function to use defined id. So, you need to add this id to some array in the if_em.c, probably this is igb_vendor_info_array. --=20 WBR, Andrey V. Elsukov --dET6RTkXlTcfiUulPlsdbO566f4ej5hvT-- --bdejEPc3Qp67JaR40OuKwUv12H25fEi8G 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/ iQEzBAEBCAAdFiEE5lkeG0HaFRbwybwAAcXqBBDIoXoFAlm34rwACgkQAcXqBBDI oXriFggAwZnuGogBkYISD2qs5ZifmMydn1oMZOlcyATSSSsx3O8VYqJZUPstJqJz GYJ9XVRq9FDV+s+Q8ITCtnimv00WwVuNCpGlrcKgOrCBcCHOt4HsLemU6chGjKkM 6VRK4WYMvvw8KforBs7lEr2TLn0eYaXVD1SNi+VczKskW8I2IE025ppWudxSjHOW bifX+LJxxfmTabtY2qZGMk63pGRw07T8AgbO1pL6779vUmT6QhvTEs6Mp25v1ssB g5ByONIEaGQEWz2BSkpJZxvQQiG7cvJ6mIxG1fAoGYw2imF/lbbRZcwXJqTB2IS7 ddOSbsm4SMF+I5e4OVXBQbVBN7wcUg== =G6IN -----END PGP SIGNATURE----- --bdejEPc3Qp67JaR40OuKwUv12H25fEi8G--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?f8e1d7be-73df-e5ae-252c-c89ac32924a0>