Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!news.rmit.EDU.AU!news.unimelb.EDU.AU!munnari.OZ.AU!news.mel.connect.com.au!news.mira.net.au!vic.news.telstra.net!act.news.telstra.net!psgrain!usenet.eel.ufl.edu!arclight.uoregon.edu!news.sprintlink.net!news-stk-200.sprintlink.net!news.sprintlink.net!news-stk-11.sprintlink.net!hermes.athenet.net!usenet From: riff_one@athenet.net (Brian) Newsgroups: comp.unix.bsd.freebsd.misc Subject: FreeBSD with a Logitech Bus Mouse - Doesn't work Date: Fri, 14 Jun 1996 22:09:57 GMT Organization: Athenet Internet Services Lines: 21 Message-ID: <4psnel$p9h@hermes.athenet.net> NNTP-Posting-Host: pm-at-3-28.athenet.net X-Newsreader: Forte Free Agent 1.0.82 I am running a 386-40, 8mb, FreeBSD 2.1.0 RELEASE I have a Logitech Bus mouse which plugs into an expansion card. It doesn't seem to be working. At least in doesn't work under /stand/sysinstall. /stand/sysinstall does support a mouse right??? I have the first of the following two lines in my kernel config file. The irq is right, but I can't seem to identify the address the mouse card uses so I don't know about that. Any thoughts on the address or other reasons my mouse would not work?? Also what is the difference in "ms" and "mseintr" as shown in the following two lines?? device mse0 at isa? port 0x23c tty irq 5 vector mseintr device mse0 at isa? port 0x23c tty irq 5 vector ms whats the difference between the previous two lines?