| Summary: | ue(4): Rename to match it's driver (cdce or uether) | ||
|---|---|---|---|
| Product: | Base System | Reporter: | Walter von Entferndt <walter.von.entferndt> |
| Component: | usb | Assignee: | freebsd-usb (Nobody) <usb> |
| Status: | Open --- | ||
| Severity: | Affects Some People | CC: | hselasky, net |
| Priority: | --- | Keywords: | needs-patch, needs-qa |
| Version: | Unspecified | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Walter von Entferndt
2020-06-20 15:39:14 UTC
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 |