Subject: Re: PS2 Mouse without 'wscons'
To: Jenkins, Graham K [IBM GSA] <Graham.K.Jenkins@team.telstra.com>
From: Matthias Drochner <M.Drochner@fz-juelich.de>
List: port-i386
Date: 05/14/2003 12:44:35
Graham.K.Jenkins@team.telstra.com said:
> opms0: unknown device 'opms'
Uhm - this was removed a year ago:
RCS file: /cvsroot/src/sys/arch/i386/conf/files.i386,v
Working file: files.i386
[...]
revision 1.206
date: 2002/04/18 12:54:12; author: wiz; state: Exp; lines: +1 -5
branches: 1.206.2;
Remove opms(4) and its device, /dev/pms0, from the i386 port, because
it has been obsoleted by pms(4).
Reviewed by fvdl and christos.
----------------------------
What used to work, and still should (didn't try for a while), is:
pc0 ai isa*
pckbc0 at isa? (or pnpbios?)
pcconskbd* at pckbc*
pms* at pckbc?
wsmouse* at pms?
Otoh - don't know whether it is worth to bother with -- using wsdisplay
without additional screens enabled shouldn't cause too much confusion
for your users.
best regards
Matthias