From owner-freebsd-questions@freebsd.org Tue Oct 11 17:24:50 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 8FC03C0D536 for ; Tue, 11 Oct 2016 17:24:50 +0000 (UTC) (envelope-from bsam@passap.ru) Received: from forward2h.cmail.yandex.net (forward2h.cmail.yandex.net [IPv6:2a02:6b8:0:f35::12]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "forwards.mail.yandex.net", Issuer "Yandex CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4EECBD4E for ; Tue, 11 Oct 2016 17:24:50 +0000 (UTC) (envelope-from bsam@passap.ru) Received: from smtp1m.mail.yandex.net (smtp1m.mail.yandex.net [IPv6:2a02:6b8:0:2519::121]) by forward2h.cmail.yandex.net (Yandex) with ESMTP id D710720EAB; Tue, 11 Oct 2016 20:24:37 +0300 (MSK) Received: from smtp1m.mail.yandex.net (localhost.localdomain [127.0.0.1]) by smtp1m.mail.yandex.net (Yandex) with ESMTP id 60DFD63C0C57; Tue, 11 Oct 2016 20:24:36 +0300 (MSK) Received: by smtp1m.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id d7POeeV2Sj-Oa64aNWl; Tue, 11 Oct 2016 20:24:36 +0300 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client certificate not present) X-Yandex-Suid-Status: 1 0,1 0 Subject: [SOLVED] Re: Call-out ports renamed cuadX -> cuauX -- when? To: Polytropon References: <20161011002250.067f2b85.freebsd@edvax.de> <20161011005255.a54c4215.freebsd@edvax.de> <20161011185022.833bf6b8.freebsd@edvax.de> <8ec87028-1c3a-b5e8-e8e6-5349cd52e256@passap.ru> Cc: freebsd-questions@freebsd.org From: Boris Samorodov Message-ID: <8ea47e36-a5ec-978d-c826-e72cd6a32392@passap.ru> Date: Tue, 11 Oct 2016 20:24:35 +0300 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <8ec87028-1c3a-b5e8-e8e6-5349cd52e256@passap.ru> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit 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: Tue, 11 Oct 2016 17:24:50 -0000 Hi, 11.10.2016 20:02, Boris Samorodov пишет: > Now where is our rev -> RELEASE converter? Finally, I've found this out at https://www.freebsd.org/releases/8.0R/relnotes-detailed.html --- [amd64, i386] The uart(4) driver is now the default driver for serial port devices in favor of the sio(4) driver. Note that the device nodes have been renamed from /dev/cuadN and /dev/ttydN to /dev/cuauN and /dev/ttyuN. --- So, it was 8.0-RELEASE! -- WBR, bsam