Actions
Bug #8615
closedDriver alias "cxgbe" conflicts with an existing driver name or alias.
Start date:
2017-09-05
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
External Bug:
Description
duplicate entry in manifest can be fixed by:
igor@z172:~/users/igor/dilos-illumos/usr/src/pkg/manifests$ g diff . diff --git a/usr/src/pkg/manifests/driver-network-cxgbe.mf b/usr/src/pkg/manifests/driver-network-cxgbe.mf index c05647e19e..9a5c8c2b3a 100644 --- a/usr/src/pkg/manifests/driver-network-cxgbe.mf +++ b/usr/src/pkg/manifests/driver-network-cxgbe.mf @@ -87,7 +87,6 @@ driver name=t4nex clone_perms="t4nex 0666 root sys" \ alias=pciex1425,549a \ alias=pciex1425,549b \ alias=pciex1425,549c \ - alias=pciex1425,549c \ alias=pciex1425,549d \ alias=pciex1425,549e \ alias=pciex1425,549f \
also, no need new build - anyone can upstream it :)
from boot log:
Sep 5 15:38:36 con1 genunix: [ID 723599 kern.warning] WARNING: Driver alias "cxgbe" conflicts with an existing driver name or alias. Sep 5 15:38:36 con1 genunix: [ID 723599 kern.warning] WARNING: Driver alias "pciex1425,549c" conflicts with an existing driver name or alias.
Updated by Yuri Pankov almost 6 years ago
- Category set to driver - device drivers
- Status changed from New to In Progress
- Assignee set to Yuri Pankov
- % Done changed from 0 to 50
- Difficulty changed from Medium to Bite-size
- Tags deleted (
needs-triage)
Updated by Electric Monk almost 6 years ago
- Status changed from In Progress to Closed
- % Done changed from 50 to 100
git commit 3aacd5d76d8003a9c919c9dbc00fe1f58b5570fe
commit 3aacd5d76d8003a9c919c9dbc00fe1f58b5570fe Author: Yuri Pankov <yuri.pankov@nexenta.com> Date: 2017-12-30T18:05:31.000Z 8615 Driver alias "cxgbe" conflicts with an existing driver name or alias. Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Andy Fiddaman <omnios@citrus-it.net> Approved by: Gordon Ross <gwr@nexenta.com>
Actions