Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 08 Mar 1998 09:52:45 +0900
From:      Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
To:        Robert Watson <robert@cyrus.watson.org>
Cc:        bugs@FreeBSD.ORG, yokota@zodiac.mech.utsunomiya-u.ac.jp
Subject:   Re: > psmintr: out of sync (0000 != 0008). 
Message-ID:  <199803080052.JAA03929@zodiac.mech.utsunomiya-u.ac.jp>
In-Reply-To: Your message of "Sat, 07 Mar 1998 15:03:57 EST." <Pine.BSF.3.96.980307145841.12044G-100000@trojanhorse.pr.watson.org> 
References:  <Pine.BSF.3.96.980307145841.12044G-100000@trojanhorse.pr.watson.org> 

next in thread | previous in thread | raw e-mail | index | archive | help

>I recently received the following console messages on my IBM ThinkPad 560
>(c?) for the first time:
>
>> psmintr: out of sync (0000 != 0008).
>> psmintr: out of sync (0000 != 0008).
>> psmintr: out of sync (0040 != 0008).
>
>I have never had these before; I was running XFree86 at the time.  dmesg
>reports:
>
>psm0 at 0x60-0x64 irq 12 on motherboard
>psm0: model Generic PS/2 mouse, device ID 0

"psmintr: out of sync..." indicates that the PS/2 mouse driver received
unexpected data from the mouse.  This can happen if

1) Somehow previous data bytes have been lost and data packet sequence
   has been disturbed.
2) Or, the device is actually sending unknown sequence of data bytes. 
   (What pointing device does your ThinkPad have?)
3) Or, the device is broken and sending wrong data bytes.

You may experience erratic mouse movement when this happens, but the
driver should quickly re-synchronize itself with data packets and all
should be fine then.

>Kernel config is:
>...
>device          psm0    at isa? port "IO_KBD" conflicts tty irq 12 vector psmi
>ntr
>options         PSM_HOOKAPM             #hook the APM resume event
>options         PSM_RESETAFTERSUSPEND   #reset the device at the resume event
>options         BROKEN_KEYBOARD_RESET

(BTW, BROKEN_KEYBOARD_RESET has nothing to do with the PS/2 mouse or
the keyboard.  It is about the system reset via the keyboard controller,
and is relevant only when you have problem with shutdown.  The name is
misleading...)

Kazu


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message



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