[Bug 246885] if_em: Add back LED device node (gone after iflib conversion)
| Newsgroups | gmane.os.freebsd.devel.net |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246885 --- Comment #10 from [email protected] --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=6591a7f6919295f2ec2b463d1ae9554a8bbf6104 commit 6591a7f6919295f2ec2b463d1ae9554a8bbf6104 Author: Kevin Bowling <[email protected]> AuthorDate: 2026-08-12 00:12:51 +0000 Commit: Kevin Bowling <[email protected]> CommitDate: 2026-08-12 02:09:01 +0000 iflib: Create led(4) devices When a driver implements ifdi_led_func, have the framework create its led(4) device after attach completes and the ifnet and context locks are released. PR: 246885 Reported by: jlduran Reviewed by: markj MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D32389 sys/net/iflib.c | 7 +++++++ 1 file changed, 7 insertions(+) -- You are receiving this mail because: You are the assignee for the bug.