summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormm <mm@FreeBSD.org>2012-11-08 01:28:39 +0000
committermm <mm@FreeBSD.org>2012-11-08 01:28:39 +0000
commitfcf2566e0f79f9ece1a0b89b8e1c275a2d422c2d (patch)
treecf280e3b6139280602b1bea4a49e5a8b322c0618
parent427346f278cd1aac388f7839ecf5f4c01001bbe7 (diff)
downloadFreeBSD-src-fcf2566e0f79f9ece1a0b89b8e1c275a2d422c2d.zip
FreeBSD-src-fcf2566e0f79f9ece1a0b89b8e1c275a2d422c2d.tar.gz
Update vendor-sys/illumos/dist to illumos-gate 13866:040f4b0699ee
(no FreeBSD-relevant changes - illumos issue #3301)
-rw-r--r--uts/common/Makefile.files12
-rw-r--r--uts/common/fs/zfs/vdev_disk.c2
2 files changed, 12 insertions, 2 deletions
diff --git a/uts/common/Makefile.files b/uts/common/Makefile.files
index 4213fa8..baeb7b0 100644
--- a/uts/common/Makefile.files
+++ b/uts/common/Makefile.files
@@ -21,7 +21,7 @@
#
# Copyright (c) 1991, 2010, Oracle and/or its affiliates. All rights reserved.
-# Copyright 2011 Nexenta Systems, Inc. All rights reserved.
+# Copyright (c) 2012 Nexenta Systems, Inc. All rights reserved.
# Copyright (c) 2012 by Delphix. All rights reserved.
#
@@ -1944,6 +1944,16 @@ NXGE_HCALL_OBJS = \
nxge_hcall.o
#
+# Virtio modules
+#
+
+# Virtio core
+VIRTIO_OBJS = virtio.o
+
+# Virtio block driver
+VIOBLK_OBJS = vioblk.o
+
+#
# kiconv modules
#
KICONV_EMEA_OBJS += kiconv_emea.o
diff --git a/uts/common/fs/zfs/vdev_disk.c b/uts/common/fs/zfs/vdev_disk.c
index 759f0f8..6f8cb17 100644
--- a/uts/common/fs/zfs/vdev_disk.c
+++ b/uts/common/fs/zfs/vdev_disk.c
@@ -168,7 +168,7 @@ vdev_disk_open(vdev_t *vd, uint64_t *psize, uint64_t *max_psize,
/*
* When opening a disk device, we want to preserve the user's original
* intent. We always want to open the device by the path the user gave
- * us, even if it is one of multiple paths to the save device. But we
+ * us, even if it is one of multiple paths to the same device. But we
* also want to be able to survive disks being removed/recabled.
* Therefore the sequence of opening devices is:
*
OpenPOWER on IntegriCloud