mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-21 11:13:30 +00:00
hyperv/vmbus: Use consistent device description as other devices
MFC after: 1 week Sponsored by: Microsoft OSTC Differential Revision: https://reviews.freebsd.org/D6418
This commit is contained in:
parent
dbc06ae538
commit
a2dc39b5e6
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=300129
@ -352,7 +352,7 @@ vmbus_probe(device_t dev)
|
||||
device_get_unit(dev) != 0)
|
||||
return (ENXIO);
|
||||
|
||||
device_set_desc(dev, "Vmbus Devices");
|
||||
device_set_desc(dev, "Hyper-V Vmbus");
|
||||
|
||||
return (BUS_PROBE_DEFAULT);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user