Re: syscons scrolling broken

2000-06-16 Thread [EMAIL PROTECTED]

>>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



Re: syscons scrolling broken

2000-06-16 Thread [EMAIL PROTECTED]

In article <[EMAIL PROTECTED]>
[EMAIL PROTECTED] writes:

>> Also sprach Marc van Woerkom ([EMAIL PROTECTED]):
>> 
>> > > > Anyone else?
>> > > Yes, but it only applies to ttyv0.
>> > Same behaviour here.
>> 
>> Jup, here too.
>> Unfortunately, that's the only one where I want it :)

Uncommenting out the following part gives me back the ttyv0 back scrolling and
vidcontrol 80x30, but maybe leaking memory.







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



Re: syscons scrolling broken

2000-06-15 Thread Alexander Langer

Also sprach Marc van Woerkom ([EMAIL PROTECTED]):

> > > Anyone else?
> > Yes, but it only applies to ttyv0.
> Same behaviour here.

Jup, here too.
Unfortunately, that's the only one where I want it :)

Alex


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: syscons scrolling broken

2000-06-15 Thread Marc van Woerkom

> > it does not. It seems, as if screen output is still being deactivated,
> > but scrolling does just not work.
> > 
> > Anyone else?
> 
> Yes, but it only applies to ttyv0.

Same behaviour here.

Regards,
Marc


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: syscons scrolling broken

2000-06-15 Thread Alexander Leidinger

On 14 Jun, Alexander Langer wrote:

> it does not. It seems, as if screen output is still being deactivated,
> but scrolling does just not work.
> 
> Anyone else?

Yes, but it only applies to ttyv0.

Bye,
Alexander.

-- 
  The best things in life are free, but the
expensive ones are still worth a look.

http://www.Leidinger.net  Alexander+Home @ Leidinger.net
  GPG fingerprint = 7423 F3E6 3A7E B334 A9CC  B10A 1F5F 130A A638 6E7E



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



syscons scrolling broken

2000-06-14 Thread Alexander Langer

Hello!

My old kernel is from May 25th. Syscons scrolling works (scroll-lock,
scrolling with page up/down).

With my new kernel from today:
FreeBSD cichlids.cichlids.com 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Wed Jun 14 22:25:49 
CEST 2000 [EMAIL PROTECTED]:/usr/src/sys/compile/cichlids  i386

it does not. It seems, as if screen output is still being deactivated,
but scrolling does just not work.

Anyone else?

Alex

-- 
cat: /home/alex/.sig: No such file or directory


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message