Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Jun 2000 12:28:17 -0700
From:      "neckpain@nettaxi.com" <neckpain@nettaxi.com>
To:        current@FreeBSD.ORG
Subject:   Re: syscons scrolling broken
Message-ID:  <200006161928.MAA27267@mail1.bigmailbox.com>

next in thread | raw e-mail | index | archive | help
>>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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200006161928.MAA27267>