Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F150412202
D13358.id36778.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
561 B
Referenced Files
None
Subscribers
None
D13358.id36778.diff
View Options
Index: head/sys/dev/bnxt/if_bnxt.c
===================================================================
--- head/sys/dev/bnxt/if_bnxt.c
+++ head/sys/dev/bnxt/if_bnxt.c
@@ -2085,8 +2085,13 @@
break;
case HWRM_PORT_PHY_QCFG_OUTPUT_PHY_TYPE_UNKNOWN:
- default:
/* Only Autoneg is supported for TYPE_UNKNOWN */
+ device_printf(softc->dev, "Unknown phy type\n");
+ break;
+
+ default:
+ /* Only Autoneg is supported for new phy type values */
+ device_printf(softc->dev, "phy type %d not supported by driver\n", phy_type);
break;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Apr 2, 12:26 AM (6 h, 59 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30695559
Default Alt Text
D13358.id36778.diff (561 B)
Attached To
Mode
D13358: bnxt: Correct the logic to report supported speeds
Attached
Detach File
Event Timeline
Log In to Comment