>Last cvs was a few hours ago and world was installed.
>A kernel built from this cvs hangs dead-hard when moused runs from
>rc.i386 and no mouse is plugged into the psm0 port
>
> device psm0 at atkbdc? irq 12
>
>The moused config is:
>
>moused_enable="NO" # Run the mouse daemon.
>moused_type="mousesystems" # See man page for rc.conf(5) for available se
>ttings.
>moused_port="/dev/cuaa0" # Set to your mouse port.
>moused_flags="" # Any additional flags to moused.
Your configuration refers to a serial port, not the PS/2 mouse port.
And moused is NOT running (moused_enable="NO")!
You had better check the exact configuration when the lock up
happened. As far as I can infer from the description above and the
dmesg below, both the psm driver and moused has nothing to do the lock
up.
>I haven't tested if the kernel hangs when a mouse IS actually plugged
>in, but by not running moused at all the kernel so far is fine otherwise.
>
>Last kernel built was Jan 24, and it works fine when no mouse is
>plugged in.
>
>A log of a verbose startup follows below.
>
>Regards,
>Scott
>--
>Scott G. Akmentins-Taylor InterNet: [EMAIL PROTECTED]
>MRY Systems [EMAIL PROTECTED]
> (Skots Gregorijs Akmentins-Teilors -- just call me "Skots")
> ----- Labak miris neka sarkans -----
>------------
>Copyright (c) 1992-2000 The FreeBSD Project.
>Copyright (c) 1982, 1986, 1989, 1991, 1993
> The Regents of the University of California. All rights reserved.
>FreeBSD 4.0-CURRENT #1: Fri Feb 11 14:10:38 PST 2000
[...]
>psm0: current command byte:0047
>kbdc: TEST_AUX_PORT status:0000
>kbdc: RESET_AUX return code:00fe
>kbdc: RESET_AUX return code:00fe
>kbdc: RESET_AUX return code:00fe
>kbdc: DIAGNOSE status:0055
>kbdc: TEST_KBD_PORT status:0000
>psm0: failed to reset the aux device.
The PS/2 mouse is not detected and the psm driver is NOT attached.
This means that /dev/psm0 is inaccessible and you will get
"device not configured" error when you try to access the PS/2 mouse port
via moused, or by any means.
Kazu
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message