Re: svn commit: r189617 - in head/sys: dev/syscons dev/syscons/teken pc98/cbus

2009-03-11 Thread Ed Schouten
* Andrey Chernov a...@nagual.pp.ru wrote:
 Hmm. Perhaps not after but before, because screen is cleared on mode 
 change... It looks like rc messages appearse in the middle of the screen 
 over boot messages.

So the screen isn't correctly blanked when switching modes? Messages
shouldn't overlap anymore, because we use the same terminal emulator to
print both user and kernel messages now.

-- 
 Ed Schouten e...@80386.nl
 WWW: http://80386.nl/


pgpvT6EcrS6gL.pgp
Description: PGP signature


Re: svn commit: r189617 - in head/sys: dev/syscons dev/syscons/teken pc98/cbus

2009-03-11 Thread Andrey Chernov
On Wed, Mar 11, 2009 at 02:54:03PM +0100, Ed Schouten wrote:
 So the screen isn't correctly blanked when switching modes? Messages
 shouldn't overlap anymore, because we use the same terminal emulator to
 print both user and kernel messages now.

It seems that rc don't use NL with some output while kernel messages (from 
USB) are delayed for some time. Here is example what is in dmesg and what 
is actually on the screen:

device_attach: uhid1 attach returned 12
Entropy harvesting:
 interrupts
 ethernet
 point_to_point
ugen2.3: T-wins at usbus2
uhid1: T-wins ASUS DH Remote, class 0/0, rev 1.10/1.00, addr 3 on usbus2
 kickstart
.
/dev/ad6s1a: FILE SYSTEM CLEAN; SKIPPING CHECKS

--

device_attach: uhid1 attach returned 12
Entropy harvesting: interrupts ethernet point_to_pointugen2.3: T-wins at 
usbus2
uhid1: T-wins ASUS DH Remote, class 0/0, rev 1.10/1.00, addr 3 on usbus2
 kickstart.
/dev/ad6s1a: FILE SYSTEM CLEAN; SKIPPING CHECKS


-- 
http://ache.pp.ru/


pgpNW8KlW0ZYA.pgp
Description: PGP signature


Re: svn commit: r189617 - in head/sys: dev/syscons dev/syscons/teken pc98/cbus

2009-03-11 Thread Ed Schouten
* Andrey Chernov a...@nagual.pp.ru wrote:
 On Wed, Mar 11, 2009 at 02:54:03PM +0100, Ed Schouten wrote:
  So the screen isn't correctly blanked when switching modes? Messages
  shouldn't overlap anymore, because we use the same terminal emulator to
  print both user and kernel messages now.
 
 It seems that rc don't use NL with some output while kernel messages (from 
 USB) are delayed for some time. Here is example what is in dmesg and what 
 is actually on the screen:
 
 snip

This is not a bug, but a feature. It has always been like this...

-- 
 Ed Schouten e...@80386.nl
 WWW: http://80386.nl/


pgpNAdqu6jKpY.pgp
Description: PGP signature


Re: svn commit: r189617 - in head/sys: dev/syscons dev/syscons/teken pc98/cbus

2009-03-10 Thread Andrey Chernov
On Tue, Mar 10, 2009 at 11:28:54AM +, Ed Schouten wrote:
 Author: ed
 Date: Tue Mar 10 11:28:54 2009
 New Revision: 189617
 URL: http://svn.freebsd.org/changeset/base/189617
 
 Log:
   Make a 1:1 mapping between syscons stats and terminal emulators.

Well, reboot messages are now in the proper position, thanx.

But _boot_ messages still makes complete mess with rc output after the 
moment rc switches syscons to 80x30

-- 
http://ache.pp.ru/
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to svn-src-all-unsubscr...@freebsd.org


Re: svn commit: r189617 - in head/sys: dev/syscons dev/syscons/teken pc98/cbus

2009-03-10 Thread Andrey Chernov
On Wed, Mar 11, 2009 at 04:27:05AM +0300, Andrey Chernov wrote:
 On Tue, Mar 10, 2009 at 11:28:54AM +, Ed Schouten wrote:
  Author: ed
  Date: Tue Mar 10 11:28:54 2009
  New Revision: 189617
  URL: http://svn.freebsd.org/changeset/base/189617
  
  Log:
Make a 1:1 mapping between syscons stats and terminal emulators.
 
 Well, reboot messages are now in the proper position, thanx.
 
 But _boot_ messages still makes complete mess with rc output after the 
 moment rc switches syscons to 80x30

Hmm. Perhaps not after but before, because screen is cleared on mode 
change... It looks like rc messages appearse in the middle of the screen 
over boot messages.

-- 
http://ache.pp.ru/
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to svn-src-all-unsubscr...@freebsd.org