From owner-freebsd-stable@FreeBSD.ORG Fri Apr 2 19:38:56 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2ED2816A4CE; Fri, 2 Apr 2004 19:38:56 -0800 (PST) Received: from grosbein.pp.ru (grgw.svzserv.kemerovo.su [213.184.64.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8300343D58; Fri, 2 Apr 2004 19:38:55 -0800 (PST) (envelope-from eugen@grosbein.pp.ru) Received: from grosbein.pp.ru (eugen@localhost [127.0.0.1]) by grosbein.pp.ru (8.12.11/8.12.11) with ESMTP id i333csr9000631; Sat, 3 Apr 2004 11:38:54 +0800 (KRAST) (envelope-from eugen@grosbein.pp.ru) Received: (from eugen@localhost) by grosbein.pp.ru (8.12.11/8.12.11/Submit) id i333cshG000630; Sat, 3 Apr 2004 11:38:54 +0800 (KRAST) (envelope-from eugen) Date: Sat, 3 Apr 2004 11:38:54 +0800 From: Eugene Grosbein To: Alfred Perlstein Message-ID: <20040403033854.GB571@grosbein.pp.ru> References: <20040401213559.GZ26131@elvis.mu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040401213559.GZ26131@elvis.mu.org> User-Agent: Mutt/1.4.1i cc: stable@freebsd.org Subject: Re: who broke keyboards again? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Apr 2004 03:38:56 -0000 On Thu, Apr 01, 2004 at 01:35:59PM -0800, Alfred Perlstein wrote: > I have a client that has several dell machines, when he boots without > a keyboard he gets: > > atkbdc0: at port 0x60,0x64 on isa0 > > but no: > atkbd0: flags 0x1 irq 1 on atkbdc0 > kbd0 at atkbd0 Did you read atkbd(4) man page carefully? Did you try to use 'flags 0x0'? Eugene