Page MenuHomeFreeBSD

D47157.diff
No OneTemporary

D47157.diff

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

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)

Event Timeline