From 1b03c5bf41222b723415638f03e00ed12cac076a Mon Sep 17 00:00:00 2001 From: pjd Date: Sun, 27 Feb 2011 19:41:40 +0000 Subject: Finally... Import the latest open-source ZFS version - (SPA) 28. Few new things available from now on: - Data deduplication. - Triple parity RAIDZ (RAIDZ3). - zfs diff. - zpool split. - Snapshot holds. - zpool import -F. Allows to rewind corrupted pool to earlier transaction group. - Possibility to import pool in read-only mode. MFC after: 1 month --- sys/modules/opensolaris/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/modules/opensolaris') diff --git a/sys/modules/opensolaris/Makefile b/sys/modules/opensolaris/Makefile index ca4f12a..54dcfe6 100644 --- a/sys/modules/opensolaris/Makefile +++ b/sys/modules/opensolaris/Makefile @@ -6,7 +6,8 @@ KMOD= opensolaris SRCS= opensolaris.c \ opensolaris_cmn_err.c \ opensolaris_kmem.c \ - opensolaris_misc.c + opensolaris_misc.c \ + opensolaris_sunddi.c _A=${.CURDIR}/../../cddl/contrib/opensolaris/common/atomic .if exists(${_A}/${MACHINE_CPUARCH}/opensolaris_atomic.S) -- cgit v1.1