From owner-freebsd-stable@FreeBSD.ORG Fri Jun 4 11:08:16 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 3A2CB16A4CE for ; Fri, 4 Jun 2004 11:08:16 -0700 (PDT) Received: from trinity.infodev.ca (host5.infodev.ca [216.13.47.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5BDD43D45 for ; Fri, 4 Jun 2004 11:08:15 -0700 (PDT) (envelope-from dpageau@infodev.ca) Received: from localhost (localhost [127.0.0.1]) by trinity.infodev.ca (Postfix) with ESMTP id 2B32120C1; Fri, 4 Jun 2004 14:08:15 -0400 (EDT) Received: from trinity.infodev.ca ([127.0.0.1]) by localhost (trinity.infodev.ca [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 21395-03-3; Fri, 4 Jun 2004 14:08:14 -0400 (EDT) Received: from infodev.ca (host3.infodev.ca [216.13.47.3]) by trinity.infodev.ca (Postfix) with ESMTP id 373F92053; Fri, 4 Jun 2004 14:08:14 -0400 (EDT) Message-ID: <40C0BB59.5070203@infodev.ca> Date: Fri, 04 Jun 2004 14:11:37 -0400 From: "D. Pageau" User-Agent: Mozilla Thunderbird 0.5 (Windows/20040207) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Matthew George References: <40C08EFF.6020104@infodev.ca> <20040604110422.Q11275@localhost> <40C0916F.7080608@infodev.ca> <20040604132405.M11275@localhost> In-Reply-To: <20040604132405.M11275@localhost> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at infodev.ca cc: freebsd-stable@freebsd.org Subject: Re: Keyboard error IBM xSeries 335 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: Fri, 04 Jun 2004 18:08:16 -0000 sc0 flags = 0x100 by default. hint.sc.0.flags="0x100" (...) atkbdc0: port 0x60,0x64 irq 1 on acpi0 atkbd0: flags 0x1 irq 1 on atkbdc0 atkbd: unable to set the command byte. (...) sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> (...) Matthew George wrote: > try setting the flag in /boot/device.hints or at the loader prompt > > from sc manpage: > > 0x0100 (AUTODETECT_KBD) > This option instructs the syscons driver to periodically scan for > a keyboard device if it is not currently attached to one. Other- > wise, the driver only probes for a keyboard once during bootup. > > i use it so that i can boot without my keyboard plugged in if necessary ...