summaryrefslogtreecommitdiffstats
path: root/sys/dev/virtio/virtio_if.m
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/virtio/virtio_if.m')
-rw-r--r--sys/dev/virtio/virtio_if.m5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/virtio/virtio_if.m b/sys/dev/virtio/virtio_if.m
index 701678c..9a99d37 100644
--- a/sys/dev/virtio/virtio_if.m
+++ b/sys/dev/virtio/virtio_if.m
@@ -1,5 +1,5 @@
#-
-# Copyright (c) 2011, Bryan Venteicher <bryanv@daemoninthecloset.org>
+# Copyright (c) 2011, Bryan Venteicher <bryanv@FreeBSD.org>
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@@ -33,8 +33,7 @@ CODE {
static int
virtio_default_config_change(device_t dev)
{
- /* Return that we've handled the change. */
- return (1);
+ return (0);
}
};
OpenPOWER on IntegriCloud