From owner-freebsd-arch@FreeBSD.ORG Tue Dec 2 19:25:49 2014 Return-Path: Delivered-To: arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5FC25C1 for ; Tue, 2 Dec 2014 19:25:49 +0000 (UTC) Received: from mail-pd0-x22d.google.com (mail-pd0-x22d.google.com [IPv6:2607:f8b0:400e:c02::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2E6EA790 for ; Tue, 2 Dec 2014 19:25:49 +0000 (UTC) Received: by mail-pd0-f173.google.com with SMTP id ft15so13764360pdb.4 for ; Tue, 02 Dec 2014 11:25:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:content-type:content-transfer-encoding:subject:message-id:date :to:mime-version; bh=z+EqcKdiZZvwtvDBjGF4l/S/lOLXIU2pKKdTnL+iuc4=; b=di3bDZ7EQtWfs13Lvhoh6URejyrdt8HL3nT6r/rbbtdknZb5QUOwHOYLBDWmn9AsbN 3nHX1cH3tk1Hie4sIVuaePwrz42KnbVVYybCncS+DG9r8Hojv2ZT4cGrNmlxQr8AJX1J j6ajIL2aMvbzonBPE4WPW7umC9o1Wh20x/FhT01y/FWoD2MiMP0BhX7naYrSX/KRxxbx PinX5a+fS3MNDwOVTmpJ3bP3ptgljtK8cahbquZ11u6YeLkPCTEPEKj4rC90FJsjdWcW a5kAramTgV6KGmdVhxaFC4q7OhL2DBl2wAmyFrAazSBV5zb4TbkpNhecd8AQPP+TBSs9 F9eQ== X-Received: by 10.70.90.140 with SMTP id bw12mr1430040pdb.35.1417548348651; Tue, 02 Dec 2014 11:25:48 -0800 (PST) Received: from ?IPv6:2601:8:ab80:7d6:e55f:8148:485b:490e? ([2601:8:ab80:7d6:e55f:8148:485b:490e]) by mx.google.com with ESMTPSA id kj9sm20951508pbc.37.2014.12.02.11.25.47 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 02 Dec 2014 11:25:48 -0800 (PST) From: Garrett Cooper Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: Remove ccd(4), et al? Message-Id: <1B813BAD-907D-4087-A384-47B80C503ED9@gmail.com> Date: Tue, 2 Dec 2014 11:25:46 -0800 To: "freebsd-arch@freebsd.org" Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) X-Mailer: Apple Mail (2.1878.6) X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2014 19:25:49 -0000 Hi, I was doing some poking around, and it appears that ccd(4) is = currently disconnected from the kernel build but the utilities are = always built in userland. I was wondering if the driver is still = relevant, given other more flexible block-layer implementations like = geom_mirror, geom_raid*, zfs, etc. Thanks!=