Date: Mon, 13 Dec 2004 07:01:24 GMT From: Hiroaki Miyazaki <love_and_pop@mac.com> To: freebsd-gnats-submit@FreeBSD.org Subject: kern/75008: ALPS GlidePoint not recognized FreeBSD 5.3 with ACPI Message-ID: <200412130701.iBD71Oki092454@www.freebsd.org> Resent-Message-ID: <200412130710.iBD7AUeE048555@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 75008 >Category: kern >Synopsis: ALPS GlidePoint not recognized FreeBSD 5.3 with ACPI >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Dec 13 07:10:30 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Hiroaki Miyazaki >Release: 5.3-RELEASE >Organization: >Environment: FreeBSD layla.jcom.home.ne.jp 5.3-RELEASE-p2 FreeBSD 5.3-RELEASE-p2 #3: Mon Dec13 15:43:31 JST 2004 root@layla.jcom.home.ne.jp:/usr/obj/usr/src/sys/LAVIEi386 >Description: When boot freebsd with ACPI, ALPS GlidePoint is not recognized. boot -v then dmesg outputs following messages. psm0: unable to allocate IRQ acpidump shows following line. Device (MSE0) { Name (_HID, EisaId ("AUI0200")) Name (_CID, 0x0E0FD041) Name (_UID, 0x00) Name (_CRS, ResourceTemplate () { IRQ (Edge, ActiveHigh, Exclusive) {12} }) foobar foobar... } >How-To-Repeat: Boot freebsd with acpi on some laptops (i.e: NEC VersaPad, NEC LaVie) which has Alps glidepoint. >Fix: This patch fixes the problem for me. --- sys/isa/psm.c.orig Fri Oct 1 15:26:51 2004 +++ sys/isa/psm.c Mon Dec 13 15:29:49 2004 @@ -3338,6 +3338,7 @@ { 0x030fd041, "PS/2 mouse port" }, /* PNP0F03 */ { 0x130fd041, "PS/2 mouse port" }, /* PNP0F13 */ { 0x1303d041, "PS/2 port" }, /* PNP0313, XXX */ + { 0x0e0fd041, "PS/2 mouse port"}, /* AUI0200 */ { 0x02002e4f, "Dell PS/2 mouse port" }, /* Lat. X200, Dell */ { 0x80374d24, "IBM PS/2 mouse port" }, /* IBM3780, ThinkPad */ { 0x81374d24, "IBM PS/2 mouse port" }, /* IBM3781, ThinkPad */ >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200412130701.iBD71Oki092454>