Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F102010126
D47157.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
395 B
Referenced Files
None
Subscribers
None
D47157.diff
View Options
diff --git a/usr.sbin/devinfo/devinfo.c b/usr.sbin/devinfo/devinfo.c
--- a/usr.sbin/devinfo/devinfo.c
+++ b/usr.sbin/devinfo/devinfo.c
@@ -134,6 +134,8 @@
{
printf("%s", dev->dd_name[0] ? dev->dd_name : "unknown");
+ if (vflag && *dev->dd_desc)
+ printf(" <%s>", dev->dd_desc);
if (vflag && *dev->dd_pnpinfo)
printf(" pnpinfo %s", dev->dd_pnpinfo);
if (vflag && *dev->dd_location)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Nov 7, 12:30 PM (21 h, 54 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14229924
Default Alt Text
D47157.diff (395 B)
Attached To
Mode
D47157: devinfo: Output device description in verbose mode
Attached
Detach File
Event Timeline
Log In to Comment