[Bug 247439] ue(4): Rename to match it's driver (cdce or uether)

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Jun 20 16:04:03 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247439

Hans Petter Selasky <hselasky at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hselasky at FreeBSD.org

--- Comment #1 from Hans Petter Selasky <hselasky at FreeBSD.org> ---
Hi,

The line you are looking for is:

if_initname(ifp, "ue", ue->ue_unit);

I'm not sure if it will solve anything to have different names for the USB
ethernet adapters. They are currently named the same because these are USB
devices, and so it is easy to recognize them.

If you want to map ueX to a given USB port, you need to look at the "sysctl -a"
output. There is something called %parent and %location which will help you. 

Check this out:

net.ue.0.%parent: axge0

--HPS

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-net mailing list