From owner-cvs-all Thu Sep 6 5: 9:30 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 09C8A37B405; Thu, 6 Sep 2001 05:09:27 -0700 (PDT) Received: (from yokota@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f86C9Re67547; Thu, 6 Sep 2001 05:09:27 -0700 (PDT) (envelope-from yokota) Message-Id: <200109061209.f86C9Re67547@freefall.freebsd.org> From: Kazutaka YOKOTA Date: Thu, 6 Sep 2001 05:09:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/kbd atkbdcreg.h src/sys/isa atkbd_isa.c atkbdc_isa.c psm.c 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/06 05:09:26 PDT Modified files: sys/dev/kbd atkbdcreg.h sys/isa atkbd_isa.c atkbdc_isa.c psm.c Log: Update the atkbdc, atkbd, and psm drivers to probe/attach more cleanly and consistently in all APCI, PnP BIOS, and "hint" cases. NOTE: this doesn't necessarily solve the problem that the PS/2 mouse is not detected after the recent ACPI update. Revision Changes Path 1.7 +4 -1 src/sys/dev/kbd/atkbdcreg.h 1.11 +41 -15 src/sys/isa/atkbd_isa.c 1.23 +125 -72 src/sys/isa/atkbdc_isa.c 1.37 +116 -41 src/sys/isa/psm.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message