Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Sep 2001 15:42:43 +0400
From:      Juriy Goloveshkin <juriy@aviaport.ru>
To:        Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
Cc:        current@freebsd.org, acpi-jp@jp.freebsd.org
Subject:   Re: [acpi-jp 1246] ACPI and PS/2 mouse problem
Message-ID:  <20010908154243.A941@aviaport.ru>
In-Reply-To: <200109081032.TAA01072@zodiac.mech.utsunomiya-u.ac.jp>
References:  <200109061151.UAA20428@zodiac.mech.utsunomiya-u.ac.jp> <20010907134351.A1320@aviaport.ru> <200109071516.AAA26547@zodiac.mech.utsunomiya-u.ac.jp> <20010908110955.A921@aviaport.ru> <200109081032.TAA01072@zodiac.mech.utsunomiya-u.ac.jp>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Sep 08, 2001 at 07:32:17PM +0900, Kazutaka YOKOTA wrote:

> Your forgot to put the following lines in device.hints.
> 
> hint.atkbdc.0.at="isa"
> hint.atkbdc.0.port="0x60"
> 
> See /sys/i386/conf/GENERIC.hints.
no, I didn't forget. It wasn't required before now and I had 1 string less in unknown devices :)
anyway, I've added this to device.hints and now mouse works.
There is dmesg diff:

--- dmesg.noacpi	Sat Sep  8 11:02:22 2001
+++ dmesg.noacpi.after	Sat Sep  8 15:28:23 2001
@@ -3,8 +3,8 @@
 	The Regents of the University of California. All rights reserved.
 FreeBSD 5.0-CURRENT #46: Sat Sep  8 10:26:49 MSD 2001
     root@vaio.aviaport.ru:/usr/obj/usr/src/sys/VAIO
-Calibrating clock(s) ... TSC clock: 496308852 Hz, i8254 clock: 1193183 Hz
-Timecounter "i8254"  frequency 1193183 Hz
+Calibrating clock(s) ... TSC clock: 496305810 Hz, i8254 clock: 1193175 Hz
+Timecounter "i8254"  frequency 1193175 Hz
 CPU: Pentium III/Pentium III Xeon/Celeron (496.31-MHz 686-class CPU)
   Origin = "GenuineIntel"  Id = 0x681  Stepping = 1
   Features=0x387f9ff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,PN,MMX,FXSR,SSE>
@@ -314,6 +314,16 @@
 bf 1f 00 4f 0d 0e 00 00 00 00 9c 8e 8f 28 1f 96 
 b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c 
 3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff 
+atkbdc0: <Keyboard controller (i8042)> at port 0x60,0x64 on isa0
+atkbd0: <AT Keyboard> flags 0x1 irq 1 on atkbdc0
+kbd0 at atkbd0
+kbd0: atkbd0, AT 101/102 (2), config:0x1, flags:0x3d0000
+atkbd1: unable to allocate IRQ
+psm0: current command byte:0047
+psm0: <PS/2 Mouse> irq 12 on atkbdc0
+psm0: model GlidePoint, device ID 0-00, 2 buttons
+psm0: config:00006000, flags:00000000, packet size:3
+psm0: syncmask:c0, syncbits:00
 pmtimer0 on isa0
 sc1: no video adapter found.
 sc1: <System console> failed to probe at flags 0x100 on isa0
@@ -323,12 +333,8 @@
 isa_probe_children: probing PnP devices
 unknown: <PNP0c02> can't assign resources
 unknown: <PNP0c02> at port 0x398-0x399,0x4d0-0x4d1,0x8000-0x804f,0x1040-0x104f iomem 0xfff80000-0xffffffff,0xfff7f600-0xfff7ffff on isa0
-atkbdc0: <Keyboard controller (i8042)> at port 0x60,0x64 irq 1 on isa0
-atkbd0: <AT Keyboard> flags 0x1 irq 1 on atkbdc0
-kbd0 at atkbd0
-kbd0: atkbd0, AT 101/102 (2), config:0x1, flags:0x3d0000
-atkbd1: unable to allocate IRQ
-psm0: unable to allocate IRQ
+unknown: <PNP0303> can't assign resources
+unknown: <PNP0303> at port 0x60 on isa0
 atspeaker0: <AT speaker> at port 0x61 on isa0
 unknown: <PNP0c02> can't assign resources
 unknown: <PNP0c02> at iomem 0xdc000-0xdffff on isa0
-- 
bye
Juriy Goloveshkin

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010908154243.A941>