From owner-freebsd-questions@freebsd.org Tue Oct 11 17:02:22 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 99E2CC0CFC2 for ; Tue, 11 Oct 2016 17:02:22 +0000 (UTC) (envelope-from bsam@passap.ru) Received: from forward4h.cmail.yandex.net (forward4h.cmail.yandex.net [IPv6:2a02:6b8:0:f35::111]) (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 59A7AB31 for ; Tue, 11 Oct 2016 17:02:22 +0000 (UTC) (envelope-from bsam@passap.ru) Received: from smtp1o.mail.yandex.net (smtp1o.mail.yandex.net [IPv6:2a02:6b8:0:1a2d::25]) by forward4h.cmail.yandex.net (Yandex) with ESMTP id 3A5C320703; Tue, 11 Oct 2016 20:02:19 +0300 (MSK) Received: from smtp1o.mail.yandex.net (localhost.localdomain [127.0.0.1]) by smtp1o.mail.yandex.net (Yandex) with ESMTP id B80A91300D89; Tue, 11 Oct 2016 20:02:18 +0300 (MSK) Received: by smtp1o.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id gq6BBYc5q0-2HtG56B7; Tue, 11 Oct 2016 20:02:17 +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: 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> Cc: freebsd-questions@freebsd.org From: Boris Samorodov Message-ID: <8ec87028-1c3a-b5e8-e8e6-5349cd52e256@passap.ru> Date: Tue, 11 Oct 2016 20:02:16 +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: <20161011185022.833bf6b8.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 17:02:22 -0000 Hi, 11.10.2016 19:50, Polytropon пишет: > On Tue, 11 Oct 2016 13:37:47 +0300, Boris Samorodov wrote: >> 11.10.2016 01:52, Polytropon пишет: > >> I guess, my question may be transformed to "when did the UART driver >> become the default". (may be around 7->8)? > > On 8.2, "uart" part of GENERIC. On 5.2-p8, "sio" is used instead. > (Sadly I currently don't have access to FreeBSD systems v6 and v7.) > That narrows down the search a bit - you just have to check the > revisions of conf/GENERIC to see when the change happened. :-) That's it! Here it is: --- Revision 180487 - (view) (download) (annotate) - [select for diffs] Modified Sun Jul 13 07:20:14 2008 UTC (8 years, 3 months ago) by ed File length: 12162 byte(s) Diff to previous 180359 Make uart(4) the default serial port driver on i386 and amd64. The uart(4) driver has the advantage of supporting a wider variety of hardware on a greater amount of platforms. This driver has already been the standard on platforms such as ia64, powerpc and sparc64. I've decided not to change anything on pc98. I'd rather let people from the pc98 team look at this. --- Now where is our rev -> RELEASE converter? Polytropon, thank you. You're awesome as usual. -- WBR, bsam