Return to BSD News archive
Path: sserve!newshost.anu.edu.au!munnari.oz.au!news.Hawaii.Edu!ames!elroy.jpl.nasa.gov!usc!sol.ctr.columbia.edu!news.kei.com!bloom-beacon.mit.edu!ai-lab!life.ai.mit.edu!mycroft From: mycroft@duality.gnu.ai.mit.edu (Charles Hannum) Newsgroups: comp.os.386bsd.questions Subject: Re: Is NetBSD pms driver working? Date: 30 Oct 1993 22:23:29 GMT Organization: MIT Artificial Intelligence Lab Lines: 24 Distribution: inet Message-ID: <MYCROFT.93Oct30182329@duality.gnu.ai.mit.edu> References: <1993Oct29.032457.23302@oz.plymouth.edu> <JEM.93Oct29190333@delta.hut.fi> <CFoFFE.263@cc.umontreal.ca> <1993Oct30.033939.23619@oz.plymouth.edu> NNTP-Posting-Host: duality.gnu.ai.mit.edu In-reply-to: ted@oz.plymouth.edu's message of Sat, 30 Oct 93 03:39:39 GMT In article <1993Oct30.033939.23619@oz.plymouth.edu> ted@oz.plymouth.edu (The Wizard of Oz) writes: PMS(4) NetBSD Programmer's Manual PMS(4) NAME pms - PS/2-style bus mouse driver SYNOPSIS device pms0 at isa? port "IO_BMS0" tty irq 5 vector pmsintr I don't know who wrote that man page, but it's totally wrong. It should be: device pms0 at isa? port "IO_KBD" tty irq 12 vector pmsintr That said, I wrote the pms driver without being able to test it; it was a `best' guess meant for someone else to try and get working. I should have put `THIS DRIVER PROBABLY DOESN'T WORK' all over it. Someone else recently reported that he had it working; when he fixes a small bogon I will put it in our source tree.