Page MenuHomeFreeBSD

D6599.diff
No OneTemporary

D6599.diff

Index: head/sys/dev/hyperv/vmbus/hv_et.c
===================================================================
--- head/sys/dev/hyperv/vmbus/hv_et.c
+++ head/sys/dev/hyperv/vmbus/hv_et.c
@@ -113,6 +113,9 @@
static int
vmbus_et_probe(device_t dev)
{
+ if (resource_disabled(VMBUS_ET_NAME, 0))
+ return (ENXIO);
+
device_set_desc(dev, "Hyper-V event timer");
return (BUS_PROBE_NOWILDCARD);

File Metadata

Mime Type
text/plain
Expires
Fri, Jan 31, 7:09 PM (18 h, 45 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16369058
Default Alt Text
D6599.diff (396 B)

Event Timeline