Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Jun 2020 16:04:03 +0000
From:      bugzilla-noreply@freebsd.org
To:        net@FreeBSD.org
Subject:   [Bug 247439] ue(4): Rename to match it's driver (cdce or uether)
Message-ID:  <bug-247439-7501-qTdESBa8I0@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-247439-7501@https.bugs.freebsd.org/bugzilla/>
References:  <bug-247439-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=3D247439

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

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

--- Comment #1 from Hans Petter Selasky <hselasky@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=
.=20

Check this out:

net.ue.0.%parent: axge0

--HPS

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-247439-7501-qTdESBa8I0>