mirror of
https://github.com/opnsense/src.git
synced 2026-03-14 22:53:16 -04:00
- If check for net,ethernet/usb,device compatible node fails, try to find
.../usb/hub/ethernet, where ... is bus path that can depend on actual HW.
net,ethernet/usb,device compatibity strings are FreeBSD custom invention
that is used only in RPi DTBs and since there is no other way to tie USB
device to FDT node we just do our best effort here to work with upstream
device tree
- Use -1 value to indicate invalid phandle_t, 0 is valid phandle value and
shouldn't be used as error signal
|
||
|---|---|---|
| .. | ||
| if_aue.c | ||
| if_auereg.h | ||
| if_axe.c | ||
| if_axereg.h | ||
| if_axge.c | ||
| if_axgereg.h | ||
| if_cdce.c | ||
| if_cdcereg.h | ||
| if_cue.c | ||
| if_cuereg.h | ||
| if_ipheth.c | ||
| if_iphethvar.h | ||
| if_kue.c | ||
| if_kuefw.h | ||
| if_kuereg.h | ||
| if_mos.c | ||
| if_mosreg.h | ||
| if_rue.c | ||
| if_ruereg.h | ||
| if_smsc.c | ||
| if_smscreg.h | ||
| if_udav.c | ||
| if_udavreg.h | ||
| if_ure.c | ||
| if_urereg.h | ||
| if_urndis.c | ||
| if_urndisreg.h | ||
| if_usie.c | ||
| if_usievar.h | ||
| ruephy.c | ||
| ruephyreg.h | ||
| uhso.c | ||
| usb_ethernet.c | ||
| usb_ethernet.h | ||