From owner-freebsd-questions@freebsd.org Thu Oct 13 02:50:26 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 4E31DC0FBE8 for ; Thu, 13 Oct 2016 02:50:26 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 16D107C3 for ; Thu, 13 Oct 2016 02:50:26 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.15.2/8.15.2) with ESMTPS id u9D2oIGN071077 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 12 Oct 2016 20:50:18 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.15.2/8.15.2/Submit) with ESMTP id u9D2oHnK071074; Wed, 12 Oct 2016 20:50:18 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Wed, 12 Oct 2016 20:50:17 -0600 (MDT) From: Warren Block To: Boris Samorodov cc: freebsd-questions@freebsd.org Subject: Re: Call-out ports renamed cuadX -> cuauX -- when? In-Reply-To: Message-ID: References: <20161011002250.067f2b85.freebsd@edvax.de> <20161011005255.a54c4215.freebsd@edvax.de> User-Agent: Alpine 2.20 (BSF 67 2015-01-07) MIME-Version: 1.0 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Wed, 12 Oct 2016 20:50:18 -0600 (MDT) Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8BIT X-Content-Filtered-By: Mailman/MimeDel 2.1.23 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: Thu, 13 Oct 2016 02:50:26 -0000 On Wed, 12 Oct 2016, Boris Samorodov wrote: > 11.10.2016 21:46, Warren Block пишет: >> On Tue, 11 Oct 2016, Polytropon wrote: >> >>> So the naming change mentioned in The FreeBSD Handbook, section >>> 25.2.1. Serial Cables and Ports: >>> >>> Call-out ports are named /dev/cuauN on FreeBSD versions 10.x >>> and higher and /dev/cuadN on FreeBSD versions 9.x and lower. >>> >>> doesn't seem to apply, even though the manpages state something >>> different. >> >> I have not looked at that source, but some parts of the Handbook use >> entities for the current supported releases. That would show the wrong >> release numbers here, if those entities were used. > > Those numbers are hardcoded. > I've created a patch and opened a PR: > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213386 Committed, thanks! From owner-freebsd-questions@freebsd.org Thu Oct 13 07:32:17 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 E8A37C0FA66 for ; Thu, 13 Oct 2016 07:32:17 +0000 (UTC) (envelope-from listjm@club.fr) Received: from smtp26.services.sfr.fr (smtp26.services.sfr.fr [93.17.128.163]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B35CE61 for ; Thu, 13 Oct 2016 07:32:17 +0000 (UTC) (envelope-from listjm@club.fr) Received: from [192.168.1.51] (95.165.7.84.rev.sfr.net [84.7.165.95]) by msfrf2607.sfr.fr (SMTP Server) with ESMTP id CBF781C00145C for ; Thu, 13 Oct 2016 09:24:41 +0200 (CEST) Received: from [192.168.1.51] (95.165.7.84.rev.sfr.net [84.7.165.95]) (Authenticated sender: juanmolina@sfr.fr) by msfrf2607.sfr.fr (SMTP Server) with ESMTPA for ; Thu, 13 Oct 2016 09:24:41 +0200 (CEST) Authentication-Results: sfr.fr; auth=pass (PLAIN) smtp.auth=juanmolina@sfr.fr Subject: Console text resolution mode config To: freebsd-questions@freebsd.org From: Juan =?iso-8859-1?b?UmFt824=?= Molina Menor Message-ID: <361c7128-07be-007b-0723-a20a35fb6d5b@club.fr> Date: Thu, 13 Oct 2016 09:24:41 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 X-sfr-mailing: LEGIT Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit 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: Thu, 13 Oct 2016 07:32:18 -0000 > I am try adding "mode 0" or 'mode="0"' to the /boot/loader.conf and reboot, but this > not to solve this problem :-( console resolution is also 1280x1024. > > Please, help me with syntax to add "mode 0" to loader.conf file. Add the following to /boot/loader.rc.local: set gop 0 Hope it helps, Juan