From owner-freebsd-questions Mon Aug 7 13:45:44 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id NAA29513 for questions-outgoing; Mon, 7 Aug 1995 13:45:44 -0700 Received: from sbstark.cs.sunysb.edu (sbstark.cs.sunysb.edu [130.245.1.47]) by freefall.cdrom.com (8.6.11/8.6.6) with ESMTP id NAA29506 for ; Mon, 7 Aug 1995 13:45:41 -0700 Received: (from root@localhost) by sbstark.cs.sunysb.edu (8.6.12/8.6.9) with UUCP id QAA23481 for questions@freebsd.org; Mon, 7 Aug 1995 16:45:02 -0400 Received: (from gene@localhost) by starkhome.cs.sunysb.edu (8.6.11/8.6.9) id LAA09157; Mon, 7 Aug 1995 11:21:02 -0400 Date: Mon, 7 Aug 1995 11:21:02 -0400 From: Gene Stark Message-Id: <199508071521.LAA09157@starkhome.cs.sunysb.edu> To: Mark Starner Cc: questions@freebsd.org In-reply-to: Mark Starner's message of Fri, 4 Aug 1995 07:18:16 -0400 Subject: MS Bus Mouse References: <3vt38v$s8c@starkhome.cs.sunysb.edu> Sender: questions-owner@freebsd.org Precedence: bulk >Is the MS Bus Mouse supported under 2.1-..-SNAP? > >Considering my current problems with getting my COM port working, my next >solution is a MS Bus Mouse, but it doesnt *look* like it is supported. Unless it has been deleted between 2.0.5R and 2.1-..-SNAP, the MS Bus Mouse is supported, and has been for almost 3 years (that's how long I have been using mine, and I did the patches for it from Rick Macklem's original 386BSD mse.c). Use the following config line (modify for your port and IRQ): device mse0 at isa? port 0x23c tty irq 9 vector mseintr - Gene Stark