aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/xen/timer
diff options
context:
space:
mode:
authorNathan Whitehorn <nwhitehorn@FreeBSD.org>2013-10-29 14:19:42 +0000
committerNathan Whitehorn <nwhitehorn@FreeBSD.org>2013-10-29 14:19:42 +0000
commitfeeec74df7e5dd8521ab85428f770dd92c5cf2da (patch)
treee2eba6ba40a9f9f960dabdeebbb1cd86fff3bcb0 /sys/dev/xen/timer
parenta0b91aad674170b83b34b4bb0c403a13384a594b (diff)
Notes
Diffstat (limited to 'sys/dev/xen/timer')
-rw-r--r--sys/dev/xen/timer/timer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/xen/timer/timer.c b/sys/dev/xen/timer/timer.c
index 824c75b7fb93..354085bc183a 100644
--- a/sys/dev/xen/timer/timer.c
+++ b/sys/dev/xen/timer/timer.c
@@ -142,7 +142,7 @@ xentimer_probe(device_t dev)
"VCPUOPs interface unavailable\n");
#undef XTREQUIRES
device_set_desc(dev, "Xen PV Clock");
- return (0);
+ return (BUS_PROBE_NOWILDCARD);
}
/*