*BSD News Article 23029


Return to BSD News archive

Path: sserve!newshost.anu.edu.au!munnari.oz.au!news.Hawaii.Edu!ames!agate!howland.reston.ans.net!pipex!sunic!news.funet.fi!nntp.hut.fi!nntp.hut.fi!jem
From: jem@snakemail.hut.fi (Johan Myreen)
Newsgroups: comp.os.386bsd.questions
Subject: Re: Is NetBSD pms driver working?
Date: 29 Oct 93 17:03:33 GMT
Organization: Helsinki University of Technology, Finland
Lines: 55
Distribution: inet
Message-ID: <JEM.93Oct29190333@delta.hut.fi>
References: <CFLFJt.LDG@cc.umontreal.ca> <1993Oct29.032457.23302@oz.plymouth.edu>
NNTP-Posting-Host: delta.hut.fi
In-reply-to: ted@oz.plymouth.edu's message of Fri, 29 Oct 93 03:24:57 GMT

In article <1993Oct29.032457.23302@oz.plymouth.edu> ted@oz.plymouth.edu (The Wizard of Oz) writes:

>>In NetBSD-0.9, is the pms (PS/2 mouse) driver working?

>>My Xconfig was configured with
>>1- mousesystems /dev/pms0
>>2- microsoft    /dev/pms0
>>
>>My kernel config with
>>device          pms0    at isa? port "IO_KBD" tty irq 12 vector pmsintr

>I am Having the same difficulty,  I would appreciate it if someone would tell
>me too.  My Config:

>device          pms0    at isa? port "IO_BMS1" tty irq 5 vector pmsintr

IRQ 5 is wrong, as is probably IO_BMS1. The correct I/O addresses are
0x60 (data) and 0x64 (status). These are the keyboard controller
addresses; the mouse is connected to the keyboard controller.

There was a kernel config file posted in this group that had these
lines in it:

#bus mice
# Microft InPort
device		mms0	at isa? port "IO_BMS1" tty irq 5 vector mmsintr
# Logitech
device		lms0	at isa? port "IO_BMS1" tty irq 5 vector lmsintr
# PS/2 auxiliary port; BROKEN
#device		pms0	at isa? port "IO_KBD" tty irq 5 vector pmsintr

The PS/2 mouse entry is wrong -- no wonder it is labeled "BROKEN"...
Minor point: the PS/2 mouse is not a bus mouse (unless you also regard
the keyboard as a "bus" device...)

The correct mouse keyword in Xconfig is 'PS/2', no matter who made the
mouse: all PS/2 mice use the same protocol.

>My device:

>crw-r--r--    1 root      37,   0 Oct 28 01:41 pms0

>  or

>crw-r--r--    1 root      37,   1 Oct 28 01:41 pms0

Don't know about these, I'm not familiar with NetBSD...

From your fellow Linuxer

Johan Myreen
jem@cs.hut.fi
60 11'55" N, 24 53'30" E

(Oops, wrong newsgroup...)