From owner-freebsd-questions Tue Jan 6 06:20:20 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id GAA14693 for questions-outgoing; Tue, 6 Jan 1998 06:20:20 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from keywest.ird.rl.af.mil (KEYWEST.IRD.RL.AF.MIL [128.132.193.224]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id GAA14659 for ; Tue, 6 Jan 1998 06:20:02 -0800 (PST) (envelope-from goeringerm@keywest.ird.rl.af.mil) Received: by keywest.ird.rl.af.mil with Microsoft Exchange (IMC 4.0.837.3) id <01BD1A85.25138250@keywest.ird.rl.af.mil>; Tue, 6 Jan 1998 09:26:19 -0500 Message-ID: From: "Goeringer, Michael" To: "'freebsd-questions@freebsd.org'" Subject: FW: PS2 Mouse Support Date: Tue, 6 Jan 1998 09:25:43 -0500 X-Mailer: Microsoft Exchange Server Internet Mail Connector Version 4.0.837.3 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk ---------- Hmmmm did you try adding the "conflicts" statement to the kernel in the psm0 line? Michael G. ---------- From: Greg Bedrossian[SMTP:greg@gcsl.com] Sent: Tuesday, January 06, 1998 8:42 AM To: freebsd-questions@freebsd.org Subject: PS2 Mouse Support Greetings, For some time now, I have been unable to implement my X86 GUI environment as a result of not being able to get my PS2 mouse to work. It appears that while in the GUI setup screen you can choose this type of mouse, it is disabled in the kernel config for the reason that it claims to have a conflict with the "IO_KBD" interupt vector 12. Further investigation shows that in fact it is not the IRQ that seems to be the conflicting issue, but thr port address 0x60 that conflicts with the Keyboard port address 0x60. While the config table indicates that this conflict is "allowed" after adding the "psm0" driver to the "Active Drivers" list, when you enter the config screen in X86 GUI mode to configure the mouse, the keyboard freezes. Any ideas anyone? Thank you! kgb