Bezüglich Andrey V. Elsukov's Nachricht vom 12.09.2017 15:38 (localtime): > On 12.09.2017 16:35, Andrey V. Elsukov wrote: >>> Either add E1000_DEV_ID_I350_COPPER_NOEE elsewhere, or try without _NOEE >>> 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. > > And for stable/10 this array is in the if_igb.c.
Thanks for clarifying, I haven't looked what "elsewhere" should read, happy to know it's if_igb.c. Too curious about this id... shouldn't be interested, but as usual, buriosity kills the cat/the time ;-) This might help, looking for "E1000_DEVICE_I350_EEPROM_LESS": https://github.com/BarrelfishOS/barrelfish/blob/master/usr/drivers/e1000/ Now I really go back to work ;-) -harry _______________________________________________ freebsd-net@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"