From owner-freebsd-questions@freebsd.org Mon Sep 19 04:27:19 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 98A3BBD65A5 for ; Mon, 19 Sep 2016 04:27:19 +0000 (UTC) (envelope-from Olivier.Nicole@cs.ait.ac.th) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 7E3A880B for ; Mon, 19 Sep 2016 04:27:19 +0000 (UTC) (envelope-from Olivier.Nicole@cs.ait.ac.th) Received: by mailman.ysv.freebsd.org (Postfix) id 79B46BD65A3; Mon, 19 Sep 2016 04:27:19 +0000 (UTC) Delivered-To: questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 795D3BD65A2 for ; Mon, 19 Sep 2016 04:27:19 +0000 (UTC) (envelope-from Olivier.Nicole@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2FB3280A for ; Mon, 19 Sep 2016 04:27:18 +0000 (UTC) (envelope-from Olivier.Nicole@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (localhost [127.0.0.1]) by mail.cs.ait.ac.th (Postfix) with ESMTP id 7AC99D7882 for ; Mon, 19 Sep 2016 11:27:08 +0700 (ICT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cs.ait.ac.th; h= content-type:content-type:mime-version:message-id:date:date :subject:subject:from:from:received:received:received; s= selector1; t=1474259227; x=1476073628; bh=3gxJpEZZxFSPhrO2AMK/4F bxR66TAaQU3HDGfwU4+sE=; b=nrHm5Siks4J2QJv8R8f2rFvLvpVnFi/h3mhtjG WDJBxUy5NM2YwEz2JMLjC4h+T+KPUEVhHfhfjVoplN2d/WHUFxfIl/BlgCM0tQXD gk6bSsUgXoRal8xmgbT5bBmA4JGfW1p6C4DrkuE7jVsle170383eMbeYXfPSOPW7 syd20= X-Virus-Scanned: amavisd-new at cs.ait.ac.th Received: from mail.cs.ait.ac.th ([127.0.0.1]) by mail.cs.ait.ac.th (mail.cs.ait.ac.th [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id smpeB9kPoKIP for ; Mon, 19 Sep 2016 11:27:07 +0700 (ICT) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.cs.ait.ac.th (Postfix) with ESMTPS id 7E4F7D7881 for ; Mon, 19 Sep 2016 11:27:07 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.15.2/8.15.2/Submit) id u8J4R7mb080276; Mon, 19 Sep 2016 11:27:07 +0700 (ICT) (envelope-from on@banyan.cs.ait.ac.th) From: Olivier To: questions@freebsd.org Subject: /dev/ad vs. /dev/ada Date: Mon, 19 Sep 2016 11:27:07 +0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Sep 2016 04:27:19 -0000 Hi, I am wondering what is the difference between driver /dev/ad and /dev/ada. I have been using /dev/ad for years, but now I notice there is also the drivers /dev/ada. ad is not in the man anymore, but still working like it used to. So, what is the differece. TIA, Olivier --