From owner-cvs-all Fri Sep 14 21:38:24 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5237837B406; Fri, 14 Sep 2001 21:38:20 -0700 (PDT) Received: (from yokota@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8F4cKo83636; Fri, 14 Sep 2001 21:38:20 -0700 (PDT) (envelope-from yokota) Message-Id: <200109150438.f8F4cKo83636@freefall.freebsd.org> From: Kazutaka YOKOTA Date: Fri, 14 Sep 2001 21:38:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/isa atkbd_isa.c psm.c src/sys/dev/kbd atkbdcreg.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG yokota 2001/09/14 21:38:20 PDT Modified files: sys/isa atkbd_isa.c psm.c sys/dev/kbd atkbdcreg.h Log: Refine ACPI/PnP BIOS probe/attach routines a bit. - Add workaround for the problematic PnP BIOS which does not assign irq resource for the PS/2 mouse device node; if there is no irq assigned for the PS/2 mouse node, refer to device.hints for an irq number. If we still don't find an irq number in the hints database, use a hard-coded value. - Delete unused ivars. - Bit of clean up in probe/attach. - Add PnP ID for the PS/2 mouse port on some IBM ThinkPad models. Revision Changes Path 1.12 +2 -2 src/sys/isa/atkbd_isa.c 1.39 +37 -14 src/sys/isa/psm.c 1.8 +1 -3 src/sys/dev/kbd/atkbdcreg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message