From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.2 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED autolearn=no autolearn_force=no version=3.4.4 Received: (qmail 12626 invoked from network); 21 Apr 2021 10:14:06 -0000 Received: from 1ess.inri.net (216.126.196.35) by inbox.vuxu.org with ESMTPUTF8; 21 Apr 2021 10:14:06 -0000 Received: from pb-smtp21.pobox.com ([173.228.157.53]) by 1ess; Wed Apr 21 01:44:48 -0400 2021 Received: from pb-smtp21.pobox.com (unknown [127.0.0.1]) by pb-smtp21.pobox.com (Postfix) with ESMTP id 18C8F11A5B6 for <9front@9front.org>; Wed, 21 Apr 2021 01:44:41 -0400 (EDT) (envelope-from unobe@cpan.org) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=message-id:to :subject:date:from:mime-version:content-type :content-transfer-encoding; s=sasl; bh=sH1WNLaPiQ7bbPntmDcDb8dSX 4w=; b=yVMoKgXhPDskHCZ/TkFt2iyxTZVAIqdqxh9wehY75J1kO/2FnfUt6wOB0 80zySiXXcryxoSkU9dqy2vKMyVQyPvEp7Aih4va4/Z4F5QaswFWiLAKzUtDhcZq+ 5j+YamEx8AVqavpfVke2fNpglK0hjYs+a451IZoqykvztubqaE= Received: from pb-smtp21.sea.icgroup.com (unknown [127.0.0.1]) by pb-smtp21.pobox.com (Postfix) with ESMTP id 108E411A5B4 for <9front@9front.org>; Wed, 21 Apr 2021 01:44:41 -0400 (EDT) (envelope-from unobe@cpan.org) Received: from peregrin (unknown [47.34.135.186]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pb-smtp21.pobox.com (Postfix) with ESMTPSA id 6947F11A5AC for <9front@9front.org>; Wed, 21 Apr 2021 01:44:38 -0400 (EDT) (envelope-from unobe@cpan.org) Message-ID: <4C1A9F579C726885CA0D82F833039A7B@smtp.pobox.com> To: 9front@9front.org Date: Tue, 20 Apr 2021 22:44:36 -0700 From: unobe@cpan.org MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Pobox-Relay-ID: A93F1D56-A264-11EB-A487-D609E328BF65-09620299!pb-smtp21.pobox.com List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: GPU metadata-scale polling shader frontend Subject: [9front] [patch] document softscreen default for igfx; fix typo Reply-To: 9front@9front.org Precedence: bulk /sys/src/9/pc/vgaigfx.c:/^igfxenable sets softscreen to true by default, but vga(3) doesn't document that. Also fix a typo. changeset: 8443:2bc7dceab4ef branch: mbp-2011 tag: tip user: Romano date: Tue Apr 20 22:41:52 2021 -0700 files: sys/man/3/vga sys/src/9/ip/loopbackmedium.c description: fix typo; document that igfx driver also sets softscreen to 'on' by default. diff -r e5532d6dc58b -r 2bc7dceab4ef sys/man/3/vga --- a/sys/man/3/vga Tue Apr 20 22:02:44 2021 -0700 +++ b/sys/man/3/vga Tue Apr 20 22:41:52 2021 -0700 @@ -170,7 +170,9 @@ .BR off except for the .BR vesa -driver. +and +.BR igfx +drivers. .TP .BI hwblank " mode" Depending on whether diff -r e5532d6dc58b -r 2bc7dceab4ef sys/src/9/ip/loopbackmedium.c --- a/sys/src/9/ip/loopbackmedium.c Tue Apr 20 22:02:44 2021 -0700 +++ b/sys/src/9/ip/loopbackmedium.c Tue Apr 20 22:41:52 2021 -0700 @@ -45,7 +45,7 @@ while(waserror()) ; - /* wat for reader to start */ + /* wait for reader to start */ while(lb->readp == (void*)-1) tsleep(&up->sleep, return0, 0, 300);