>>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 [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to