From owner-freebsd-current Fri Jun 16 12:24:46 2000 Delivered-To: freebsd-current@freebsd.org Received: from mail1.bigmailbox.com (mail1.bigmailbox.com [209.132.220.32]) by hub.freebsd.org (Postfix) with ESMTP id 892C137B545 for ; Fri, 16 Jun 2000 12:24:43 -0700 (PDT) (envelope-from neckpain@nettaxi.com) Received: œby mail1.bigmailbox.com (8.8.7/8.8.7) id MAA27267; Fri, 16 Jun 2000 12:28:17 -0700 Date: Fri, 16 Jun 2000 12:28:17 -0700 Message-Id: <200006161928.MAA27267@mail1.bigmailbox.com> Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary X-Mailer: MIME-tools 4.104 (Entity 4.116) Mime-Version: 1.0 X-Originating-Ip: [203.141.104.89] From: "neckpain@nettaxi.com" To: current@FreeBSD.ORG Subject: Re: syscons scrolling broken Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >>Uncommenting out the following part gives me back the ttyv0 back scrolling and >>vidcontrol 80x30, but maybe leaking memory. >Sorry, actually it was commenting out, and forgot attaching the diff. > > >--- scvtb.c.orig Sat Jun 17 03:39:00 2000 >+++ scvtb.c Sat Jun 17 03:39:00 2000 >@@ -93,8 +93,10 @@ > switch (vtb->vtb_type) { > case VTB_MEMORY: > case VTB_RINGBUFFER: >+#if 0 > if (p != NULL) > free((void *)p, M_DEVBUF); >+#endif > break; > default: > break; ------------------------------------------------------------ Why pay for Internet Service when you can get it for FREE? http://www.nettaxi.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message