From owner-freebsd-current Thu Sep 18 17:44:54 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA22504 for current-outgoing; Thu, 18 Sep 1997 17:44:54 -0700 (PDT) Received: from nasu.utsunomiya-u.ac.jp (nasu.utsunomiya-u.ac.jp [160.12.128.3]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id RAA22492 for ; Thu, 18 Sep 1997 17:44:47 -0700 (PDT) Received: from outmail.utsunomiya-u.ac.jp (outmail.utsunomiya-u.ac.jp [160.12.196.3]) by nasu.utsunomiya-u.ac.jp (8.8.4+2.7Wbeta4/3.5Wpl3) with ESMTP id JAA05464; Fri, 19 Sep 1997 09:41:05 +0900 (JST) Received: from zodiac.mech.utsunomiya-u.ac.jp (p/weqJzV/D2x+SAeeRMzfNmKBQUhFWPW@zodiac.mech.utsunomiya-u.ac.jp [160.12.42.1]) by outmail.utsunomiya-u.ac.jp (8.8.4+2.7Wbeta4/3.5Wpl3) with ESMTP id JAA28677; Fri, 19 Sep 1997 09:41:05 +0900 (JST) Received: from zodiac.mech.utsunomiya-u.ac.jp (zenith.mech.utsunomiya-u.ac.jp [160.12.42.60]) by zodiac.mech.utsunomiya-u.ac.jp (8.7.6+2.6Wbeta7/3.4W/zodiac-May96) with ESMTP id JAA26545; Fri, 19 Sep 1997 09:47:09 +0900 (JST) Message-Id: <199709190047.JAA26545@zodiac.mech.utsunomiya-u.ac.jp> To: Luigi Rizzo cc: gurney_j@resnet.uoregon.edu, freebsd-current@freebsd.org, yokota@zodiac.mech.utsunomiya-u.ac.jp Subject: Re: sio aware pnp driver and resource conflict detection In-reply-to: Your message of "Thu, 18 Sep 1997 14:14:41 +0200." <199709181214.OAA09800@labinfo.iet.unipi.it> References: <199709181214.OAA09800@labinfo.iet.unipi.it> Date: Fri, 19 Sep 1997 09:47:07 +0900 From: Kazutaka YOKOTA Sender: owner-freebsd-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >> I am currently working on extending `moused', `psm', `mse', etc to >> support modern mice such as MS IntelliMouse. >... >> I have added a piece of code to `moused' to probe the specified serial >> port in order to determine the type of mouse by decoding PnP ID string > >The PnP support which is in -current only refers to the 'ISA PnP' i.e. >cards plugged on the ISA bus. > >I believe you refer to the 'COM PnP' which asks the mouse's type by >bit-banging on the RS232 lines. This should probably go into the 'com' >or 'sio' driver ? Yes, that's right. I thought John-Mark Gurney was refering to that spec. Was I mistaken? Kaz