From owner-freebsd-hackers Fri May 21 12:13:28 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from herring.nlsystems.com (nlsys.demon.co.uk [158.152.125.33]) by hub.freebsd.org (Postfix) with ESMTP id 59E7814F5F for ; Fri, 21 May 1999 12:13:13 -0700 (PDT) (envelope-from dfr@nlsystems.com) Received: from localhost (dfr@localhost) by herring.nlsystems.com (8.9.3/8.8.8) with ESMTP id UAA77615; Fri, 21 May 1999 20:14:14 +0100 (BST) (envelope-from dfr@nlsystems.com) Date: Fri, 21 May 1999 20:14:13 +0100 (BST) From: Doug Rabson To: Karl Denninger Cc: Nick Hibma , Graham Wheeler , hackers@freebsd.org Subject: Re: -CURRENT problems - keyboard lockup! In-Reply-To: <19990521105306.A503@Denninger.Net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 21 May 1999, Karl Denninger wrote: > Diff follows. > > Note that this same config file (minus the "config" line that is deprecated > and used to specify where root, swap, etc was) built the kernel that runs > without problems a month or so back. > > I've looked through the commit logs and can't find anything that would lead > me to believe that major changes in the keyboard driver have been made. > 129,132c107,110 > < # atkbdc0 controlls both the keyboard and the PS/2 mouse > < controller atkbdc0 at isa? port IO_KBD > < device atkbd0 at isa? irq 1 > < device psm0 at isa? irq 12 > --- > > # atkbdc0 controls both the keyboard and the PS/2 mouse > > controller atkbdc0 at isa? port IO_KBD > > device atkbd0 at atkbdc? irq 1 > > device psm0 at atkbdc? irq 12 If your config is the first one, then thats your problem. The AT keyboard and PS/2 mouse need to be attached to atkbdc?. -- Doug Rabson Mail: dfr@nlsystems.com Nonlinear Systems Ltd. Phone: +44 181 442 9037 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message