Date: Sun, 16 May 2021 06:42:00 +0000 From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 246885] if_igb: Loader tunables/LEDs gone after iflib conversion? Message-ID: <bug-246885-7501-YJpEDS4FTc@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-246885-7501@https.bugs.freebsd.org/bugzilla/> References: <bug-246885-7501@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D246885 Jose Luis Duran <jlduran@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #217604|0 |1 is obsolete| | --- Comment #8 from Jose Luis Duran <jlduran@gmail.com> --- Created attachment 224987 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D224987&action= =3Dedit Add back LED device node. Add `iflib_led_create` late during `attach_post()` (don't know where else to put it). I could not find any other device using `iflib_led_create` (I must be identifying NICs wrong). Test plan: # echo f2 > /dev/led/em0 LEDs blink. # echo 0 > /dev/led/em0 LEDs stop blinking. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-246885-7501-YJpEDS4FTc>