From owner-freebsd-current@freebsd.org Thu Apr 2 21:01:06 2020 Return-Path: Delivered-To: freebsd-current@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C8DA2264E06 for ; Thu, 2 Apr 2020 21:01:06 +0000 (UTC) (envelope-from bsd-lists@BSDforge.com) Received: from udns.ultimatedns.net (static-24-113-41-81.wavecable.com [24.113.41.81]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "ultimatedns.net", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48tb802CGGz3Cyc for ; Thu, 2 Apr 2020 21:01:03 +0000 (UTC) (envelope-from bsd-lists@BSDforge.com) Received: from udns.ultimatedns.net (localhost [IPv6:0:0:0:0:0:0:0:1]) by udns.ultimatedns.net (8.15.2/8.15.2) with ESMTPS id 032L0uIJ045300 (version=TLSv1.2 cipher=DHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO) for ; Thu, 2 Apr 2020 14:01:02 -0700 (PDT) (envelope-from bsd-lists@BSDforge.com) X-Mailer: Cypht MIME-Version: 1.0 From: Chris Reply-To: bsd-lists@BSDforge.com To: freebsd-current Subject: Is sc(4) no longer supported in GENERIC? Date: Thu, 02 Apr 2020 14:01:02 -0700 Message-Id: <0818c0f4b638fb71b1225b37dd121fcd@udns.ultimatedns.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable X-Rspamd-Queue-Id: 48tb802CGGz3Cyc X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-1.89 / 15.00]; NEURAL_HAM_MEDIUM(-0.95)[-0.946,0]; NEURAL_HAM_LONG(-0.94)[-0.945,0]; ASN(0.00)[asn:11404, ipnet:24.113.0.0/16, country:US]; local_wl_ip(0.00)[24.113.41.81] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Apr 2020 21:01:07 -0000 I just performed a fresh install from an official install image=2E But am unable to see the entire console (missing ~5 characters on the left hand side of (LCD) monitor=2E GENERIC uses vt(4)=2E So I decided to see if sc(4) would help, and added kern_vty=3Dsc to loader=2Econf(5)=2E However=2E That seems to have been ignored=2E How to get it on a fresh install? Thanks! --Chris