From nobody Sat Nov 27 15:52:21 2021 X-Original-To: freebsd-hackers@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 7CE2D18ABF5A for ; Sat, 27 Nov 2021 15:52:23 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mx.blih.net (mail.blih.net [212.83.155.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mx.blih.net", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4J1bj30WXMz4n6K; Sat, 27 Nov 2021 15:52:22 +0000 (UTC) (envelope-from manu@bidouilliste.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bidouilliste.com; s=mx; t=1638028341; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=V3vRLJL0BoopACrPiK9UMCmXtMvSvKCI7JB2WzNOhV8=; b=DSafMeLAcrRLmPdc78BXuvkf341hpGeEH4sp7ubu53KR7ZA/ukgW/8T7QhCyiCFYj3l3it C4e/aNLMe2yJRVqS+RfaXJUDExvsqye2c1Fs8+aQWIVHF0gnUHzWb/Zax8Qu1xdq08Gdk9 m+hqK6GUQ757bNh6pTZ+lHFVv36WOHw= Received: from amy (lfbn-idf2-1-1163-183.w90-92.abo.wanadoo.fr [90.92.222.183]) by mx.blih.net (OpenSMTPD) with ESMTPSA id 6a354d72 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Sat, 27 Nov 2021 15:52:21 +0000 (UTC) Date: Sat, 27 Nov 2021 16:52:21 +0100 From: Emmanuel Vadot To: Eugene Grosbein Cc: Stefan Blachmann , Ed Maste , FreeBSD Hackers Subject: Re: Reasons for keeping sc(4) and libvgl ? Message-Id: <20211127165221.3c53e298df731008c747db1b@bidouilliste.com> In-Reply-To: <7981e765-38d7-9a3f-a222-c2e36ccd7b64@grosbein.net> References: <20211126160454.3eb827365a02103169ab9adc@bidouilliste.com> <7981e765-38d7-9a3f-a222-c2e36ccd7b64@grosbein.net> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; amd64-portbld-freebsd14.0) List-Id: Technical discussions relating to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-hackers List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-hackers@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4J1bj30WXMz4n6K X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-ThisMailContainsUnwantedMimeParts: N On Sat, 27 Nov 2021 18:41:55 +0700 Eugene Grosbein wrote: > 27.11.2021 2:06, Stefan Blachmann wrote: > > > When time comes and I have to buy computers that do no longer support > > CSM, I'll look into the sc source to add a VGA BIOS interrupt call to > > change from UEFI graphics to text mode at initialization time. > > This should be sufficient to support sc on UEFI machines. > > Actually I do not understand why this has not yet been done. > > Do you think such a patch to make sc work on UEFI systems would be > > accepted into FreeBSD? > > I've been told there are UEFI variants that do not support old text mode at all. There is no text mode in UEFI, there is UGA for the old EFI 1.0 and GOP for 2.0. -- Emmanuel Vadot