From owner-freebsd-current@FreeBSD.ORG Sun Nov 30 14:45:35 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8EDEA16A4CE for ; Sun, 30 Nov 2003 14:45:35 -0800 (PST) Received: from zxy.spb.ru (zxy.spb.ru [194.58.105.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3B8843FB1 for ; Sun, 30 Nov 2003 14:45:31 -0800 (PST) (envelope-from slw@zxy.spb.ru) Received: from mail.acropolis.ru (office.acropolis.ru [195.239.136.194] (may be forged)) by zxy.spb.ru (8.12.9/8.12.9) with ESMTP id hAUMjT58084372 for ; Mon, 1 Dec 2003 01:45:29 +0300 (MSK) (envelope-from slw@zxy.spb.ru) Received: from mail.acropolis.ru (localhost.office.acropolis.ru [127.0.0.1]) by mail.acropolis.ru (8.12.9p2/8.12.9) with ESMTP id hAUMjSgO051294 for ; Mon, 1 Dec 2003 01:45:28 +0300 (MSK) (envelope-from slw@zxy.spb.ru) Received: (from slw@localhost) by mail.acropolis.ru (8.12.9p2/8.12.9/Submit) id hAUMjSPg051293 for current@freebsd.org; Mon, 1 Dec 2003 01:45:28 +0300 (MSK) (envelope-from slw@zxy.spb.ru) X-Authentication-Warning: mail.acropolis.ru: slw set sender to slw@zxy.spb.ru using -f Date: Mon, 1 Dec 2003 01:45:28 +0300 From: Slawa Olhovchenkov To: current@freebsd.org Message-ID: <20031130224527.GA51208@mail.acropolis.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.1i X-Spam-Status: No, hits=-4.9 required=15.0 tests=BAYES_00 autolearn=ham version=2.60-rc3 X-Spam-Checker-Version: SpamAssassin 2.60-rc3 (1.202-2003-08-29-exp) on mail.acropolis.ru Subject: psmintr not attached w/ acpi X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Nov 2003 22:45:35 -0000 If acpi enabled PS/2 mouse failed to work and irq12 cold't attach to psmintr. Is this problem "reporting PS/2 mouse resource before atkbdc"? psmcpnp0 irq 12 on acpi0 atkbdc0: port 0x64,0x60 irq 1 on acpi0 atkbd0: flags 0x1 irq 1 on atkbdc0 atkbd: the current kbd controller command byte 0047 atkbd: keyboard ID 0x41ab (2) kbd0 at atkbd0 kbd0: atkbd0, AT 101/102 (2), config:0x1, flags:0x3d0000 psm0: current command byte:0047 psm0: irq 12 on atkbdc0 psm0: model IntelliMouse, device ID 3-00, 3 buttons psm0: config:00000000, flags:00000000, packet size:4 psm0: syncmask:08, syncbits:08 vmstat -i interrupt total rate irq0: clk 64245 99 irq1: atkbd0 1 0 irq8: rtc 82235 127 irq11: xl0 uhci0+ 737 1 irq13: npx0 1 0 irq14: ata0 2411 3 irq15: ata1 52 0 Total 149682 232 Device (PS2M) { Name (_HID, EisaId ("PNP0F13")) Method (_STA, 0, NotSerialized) { If (LEqual (PS2F, 0x00)) { Return (0x0F) } Else { Return (0x00) } } Method (_CRS, 0, NotSerialized) { Name (BUF1, Buffer (0x05) { 0x22, 0x00, 0x10, 0x79, 0x00 }) Name (BUF2, Buffer (0x15) { 0x47, 0x01, 0x60, 0x00, 0x60, 0x00, 0x01, 0x01, 0x47, 0x01, 0x64, 0x00, 0x64, 0x00, 0x01, 0x01, 0x22, 0x00, 0x10, 0x79, 0x00 }) If (LEqual (KBDI, 0x01)) { Return (BUF2) } Else { Return (BUF1) } } } Device (PS2K) { Name (_HID, EisaId ("PNP0303")) Method (_STA, 0, NotSerialized) { If (LEqual (KBDI, 0x01)) { Return (0x00) } Else { Return (0x0F) } } Name (_CRS, Buffer (0x15) { 0x47, 0x01, 0x60, 0x00, 0x60, 0x00, 0x01, 0x01, 0x47, 0x01, 0x64, 0x00, 0x64, 0x00, 0x01, 0x01, 0x22, 0x02, 0x00, 0x79, 0x00 }) } -- Slawa Olhovchenkov