summaryrefslogtreecommitdiffstats
path: root/recipes-core/udev/udev-extraconf/71-fsl-dpaa-persistent-networking.rules
Commit message (Collapse)AuthorAgeFilesLines
* udev-extraconf: not automount disk partitionsTing Liu2014-08-061-20/+0
| | | | | | | | | | | | There is a bug found in FSL SDK: kernel can't boot up (or hang for a long time) when board connects with a HDD (has extended partition) via pcie sata controller card. avoid auto-mounting disk partitions. user can do it via fstab. And move all the customized rules to qoriq-ppc folers. Signed-off-by: Ting Liu <ting.liu@freescale.com>
* udev-extraconf: update udev rules for fsl dpaa boardZhenhua Luo2013-10-101-22/+16
| | | | | | | | | | | | | * For PCIe ports, renaming breaks the ability to look at the PCIe driver's boot output to determine what its ethN is, disable it. * For macless ports, rename to maclessN instead of ethN * extend renaming rules to fsl_dpa* as shared-mac driver may be named as fsl_dpa_shared. macless interfaces will not match on this rule as they do not have device address. legacy interfaces' names are not affected by this change. Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Cristian Sovaiala <cristian.sovaiala@freescale.com>
* udev-extraconf: fix the name conflict of macless and PCIe Ethernet port in slot3Zhenhua Luo2013-06-281-1/+4
| | | | | | | Currently both macless0 port and PCIe Ethernet port in slot3 use "eth2", update udev rules to rename macless0 to eth4. Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* udev-extraconf: unify the name of PCIe Ethernet port for DPAA targetsZhenhua Luo2013-06-281-0/+6
| | | | | | | | | | | | | In kernel-3.8, PCIe Ethernet port is the last one to be brought up, so the name of PCIe Ethernet card is ethN(N is variant) instead of eth0. The udev rules update is to unify the PCIe Ethernet port of DPAA targets: Ethernet card in PCIe slot0: eth0 Ethernet card in PCIe slot1: eth1 Ethernet card in PCIe slot2: eth2 Ethernet card in PCIe slot3: eth3 Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Change-Id: Ia2a9cc3eb5b6c49e911bb6cc067a2d2d3cfaec0a
* udev-extraconf: move rules from udev and netbaseTing Liu2013-03-111-0/+17
Signed-off-by: Ting Liu <b28495@freescale.com>