From owner-cvs-all Fri Mar 10 23:44:21 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 18D1F37BAD0; Fri, 10 Mar 2000 23:44:17 -0800 (PST) (envelope-from yokota@FreeBSD.org) Received: (from yokota@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA57695; Fri, 10 Mar 2000 23:44:11 -0800 (PST) (envelope-from yokota@FreeBSD.org) Message-Id: <200003110744.XAA57695@freefall.freebsd.org> From: Kazutaka YOKOTA Date: Fri, 10 Mar 2000 23:44:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/kbd atkbd.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG yokota 2000/03/10 23:44:11 PST Modified files: sys/dev/kbd atkbd.c Log: One more patch for the atkbd driver. It will make sure that the keyboard port and interrupt is enabled and the driver is attached even when the keyboard itself is not present when the system is booting. (This has been the behavior through out 2.X and 3.X, but is somehow broken in 4.0.) # I certainly don't recommend people to `hot-plug' the AT keyboard, # because the interface isn't designed for hot-plugging and such act # will often break the keyboard controller. But, so many people want to # do that anyway... Approved by: jkh Revision Changes Path 1.25 +13 -1 src/sys/dev/kbd/atkbd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message