diff options
| -rw-r--r-- | recipes-core/udev/udev-rules-qoriq/73-fsl-dpaa-persistent-networking.rules | 9 | ||||
| -rw-r--r-- | recipes-core/udev/udev-rules-qoriq/74-ls1046a-xfi2-networking.rules | 4 |
2 files changed, 13 insertions, 0 deletions
diff --git a/recipes-core/udev/udev-rules-qoriq/73-fsl-dpaa-persistent-networking.rules b/recipes-core/udev/udev-rules-qoriq/73-fsl-dpaa-persistent-networking.rules index a96b9458e..c9a6d70bb 100644 --- a/recipes-core/udev/udev-rules-qoriq/73-fsl-dpaa-persistent-networking.rules +++ b/recipes-core/udev/udev-rules-qoriq/73-fsl-dpaa-persistent-networking.rules | |||
| @@ -9,3 +9,12 @@ SUBSYSTEM=="net", DRIVERS=="fsl_dpa*", ATTR{device_addr}=="1af0000", NAME="fm1-m | |||
| 9 | 9 | ||
| 10 | # Rename macless0 to "macless0" | 10 | # Rename macless0 to "macless0" |
| 11 | SUBSYSTEM=="net", ATTR{device_type}=="macless0", NAME="macless0" | 11 | SUBSYSTEM=="net", ATTR{device_type}=="macless0", NAME="macless0" |
| 12 | |||
| 13 | # Rules for handling the Upstream DPAA ethernet ports | ||
| 14 | SUBSYSTEM=="net", DRIVERS=="fsl_dpa*", KERNELS=="1ae0000*", NAME="fm1-mac1" | ||
| 15 | SUBSYSTEM=="net", DRIVERS=="fsl_dpa*", KERNELS=="1ae2000*", NAME="fm1-mac2" | ||
| 16 | SUBSYSTEM=="net", DRIVERS=="fsl_dpa*", KERNELS=="1ae4000*", NAME="fm1-mac3" | ||
| 17 | SUBSYSTEM=="net", DRIVERS=="fsl_dpa*", KERNELS=="1ae6000*", NAME="fm1-mac4" | ||
| 18 | SUBSYSTEM=="net", DRIVERS=="fsl_dpa*", KERNELS=="1ae8000*", NAME="fm1-mac5" | ||
| 19 | SUBSYSTEM=="net", DRIVERS=="fsl_dpa*", KERNELS=="1aea000*", NAME="fm1-mac6" | ||
| 20 | SUBSYSTEM=="net", DRIVERS=="fsl_dpa*", KERNELS=="1af0000*", NAME="fm1-mac9" | ||
diff --git a/recipes-core/udev/udev-rules-qoriq/74-ls1046a-xfi2-networking.rules b/recipes-core/udev/udev-rules-qoriq/74-ls1046a-xfi2-networking.rules index 42931d475..79a10250a 100644 --- a/recipes-core/udev/udev-rules-qoriq/74-ls1046a-xfi2-networking.rules +++ b/recipes-core/udev/udev-rules-qoriq/74-ls1046a-xfi2-networking.rules | |||
| @@ -1 +1,5 @@ | |||
| 1 | # Rules for handling the SDK DPAA ethernet ports | ||
| 1 | SUBSYSTEM=="net", DRIVERS=="fsl_dpa*", ATTR{device_addr}=="1af2000", NAME="fm1-mac10" | 2 | SUBSYSTEM=="net", DRIVERS=="fsl_dpa*", ATTR{device_addr}=="1af2000", NAME="fm1-mac10" |
| 3 | |||
| 4 | # Rules for handling the Upstream DPAA ethernet ports | ||
| 5 | SUBSYSTEM=="net", DRIVERS=="fsl_dpa*", KERNELS=="1af2000*", NAME="fm1-mac10" | ||
