From owner-freebsd-current Wed Apr 30 02:31:18 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id CAA18193 for current-outgoing; Wed, 30 Apr 1997 02:31:18 -0700 (PDT) Received: from nasu.utsunomiya-u.ac.jp (nasu.utsunomiya-u.ac.jp [160.12.128.3]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id CAA18185 for ; Wed, 30 Apr 1997 02:31:08 -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 SAA26609; Wed, 30 Apr 1997 18:26:19 +0900 (JST) Received: from zodiac.mech.utsunomiya-u.ac.jp (ozZG/Np7UlBqysBIx2ArULQXLLCLVDA8@zodiac.mech.utsunomiya-u.ac.jp [160.12.33.1]) by outmail.utsunomiya-u.ac.jp (8.8.4+2.7Wbeta4/3.5Wpl3) with ESMTP id SAA20599; Wed, 30 Apr 1997 18:26:19 +0900 (JST) Received: from zodiac.mech.utsunomiya-u.ac.jp (zenith.mech.utsunomiya-u.ac.jp [160.12.33.60]) by zodiac.mech.utsunomiya-u.ac.jp (8.7.6+2.6Wbeta7/3.4W/zodiac-May96) with ESMTP id SAA09917; Wed, 30 Apr 1997 18:31:09 +0900 (JST) Message-Id: <199704300931.SAA09917@zodiac.mech.utsunomiya-u.ac.jp> To: Andreas Klemm cc: current@freebsd.org, yokota@zodiac.mech.utsunomiya-u.ac.jp Subject: Re: verbose booting shows PS/2 mouse IRQ 12 disabled, but it's enabled In-reply-to: Your message of "Wed, 30 Apr 1997 07:28:29 +0200." <19970430072829.30539@klemm.gtn.com> References: <19970430072829.30539@klemm.gtn.com> Date: Wed, 30 Apr 1997 18:31:07 +0900 From: Kazutaka YOKOTA Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Probing for devices on PCI bus 0: > configuration mode 1 allows 32 devices. >chip0 rev 2 on pci0:0:0 >chip1 rev 1 on pci0:7:0 >chip2 rev 0 on pci0:7:1 > mapreg[20] type=1 addr=0000f000 size=0010. > I/O Recovery Timing: 8-bit 3.5 clocks, 16-bit 3.5 clocks > Extended BIOS: disabled > Lower BIOS: disabled > Coprocessor IRQ13: disabled > Mouse IRQ12: disabled > ^^^^^^^^ Maybe the pci support code is checking a wrong bit? I have seen this before. I have a MB which has a jumper to enable/disable PS/2 mouse I/F. I had this jumper set to the "enabled" position and naturally could use the PS/2 mouse. But, the verbose listing showed "Mouse IRQ12: disabled" like yours. I also heard from someone who owns a MB whose PS/2 mouse I/F can be controlled via the BIOS setup menu. His verbose listing also shows "Mouse IRQ12: disabled" despite that he has enabled the PS/2 mouse I/F. At that time I didn't pursue the matter any further because it didn't seem to have ill effects. Kazu