Subject: Re: questions: pmsprobe, fdisk/disklabel
To: Peter L. Peres <plp@actcom.co.il>
From: Martin Husemann <martin@duskware.de>
List: port-i386
Date: 01/23/2005 12:38:34
On Sun, Jan 23, 2005 at 01:13:51PM +0200, Peter L. Peres wrote:
> - what causes this on boot: pmsprobe: reset error 5

5 is EIO (see /usr/include/sys/errno.h), and it comes effectively from
sys/dev/pckbport/pckbport.c:pckbport_poll_cmd1. Either you have a line
"pckbport_cmd: send error" befor that error, meaning it could not send
a command to your ps/2 mouse, or it timed out waiting for a reply from 
your mouse.

Can you test with a different mouse connected?

Martin