From owner-freebsd-questions@freebsd.org Tue Oct 11 10:38:01 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 8F8EEC0D76C for ; Tue, 11 Oct 2016 10:38:01 +0000 (UTC) (envelope-from bsam@passap.ru) Received: from forward5p.cmail.yandex.net (forward5p.cmail.yandex.net [IPv6:2a02:6b8:0:1465::15]) (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 508FDF10 for ; Tue, 11 Oct 2016 10:38:00 +0000 (UTC) (envelope-from bsam@passap.ru) Received: from smtp1m.mail.yandex.net (smtp1m.mail.yandex.net [IPv6:2a02:6b8:0:2519::121]) by forward5p.cmail.yandex.net (Yandex) with ESMTP id 41E1820FDC for ; Tue, 11 Oct 2016 13:37:49 +0300 (MSK) Received: from smtp1m.mail.yandex.net (localhost.localdomain [127.0.0.1]) by smtp1m.mail.yandex.net (Yandex) with ESMTP id AEE7263C0CC4 for ; Tue, 11 Oct 2016 13:37:48 +0300 (MSK) Received: by smtp1m.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id w32qcKlH5v-bl6SY0vW; Tue, 11 Oct 2016 13:37:47 +0300 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client certificate not present) X-Yandex-Suid-Status: 1 0 Subject: Re: Call-out ports renamed cuadX -> cuauX -- when? To: freebsd-questions@freebsd.org References: <20161011002250.067f2b85.freebsd@edvax.de> <20161011005255.a54c4215.freebsd@edvax.de> From: Boris Samorodov Message-ID: Date: Tue, 11 Oct 2016 13:37:47 +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: <20161011005255.a54c4215.freebsd@edvax.de> 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 10:38:01 -0000 11.10.2016 01:52, Polytropon пишет: > On my FreeBSD 8 home system, "man 4 sio" contains the following > convention in the FILES section: Just a note. Those are two different device drivers: sio and uart. It's UART(4) that uses the 'u' notation for cua (call-up asynchronous) ports. I guess, my question may be transformed to "when did the UART driver become the default". (may be around 7->8)? -- WBR, bsam