Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!news.uwa.edu.au!disco.iinet.net.au!news.uoregon.edu!arclight.uoregon.edu!usenet.eel.ufl.edu!newsfeed.internetmci.com!home.ifx.net!usenet From: "Robert L. Hatch" <rlhatch@home.ifx.net> Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: Gateway2000 PS/2 mouse Date: Tue, 23 Apr 1996 17:39:02 +0000 Organization: Internet Effects Lines: 19 Message-ID: <317D15B6.41C67EA6@home.ifx.net> References: <4ljj5j$jh2@dracula.hybrid.com> NNTP-Posting-Host: hatchman.ifx.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 2.01 (X11; I; FreeBSD 2.1.0-RELEASE i386) Ken Gaugler wrote: > > What is the correct > verbage to build > into the Kernel to > accomodate the > built-in PS/2 > mouse? > > Thanks! > --- > Ken Gaugler > Hybrid Networks Add the following line to your Kernel and recompile.... device psm0 at isa? port "IO_KBD" conflicts tty irq 12 vector psmintr I am running this on a Gateway 2000 (P5-120) work like a charm... Enjoy!