From owner-freebsd-stable@FreeBSD.ORG Sat Mar 6 10:10:02 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 A0FEB16A4CE for ; Sat, 6 Mar 2004 10:10:02 -0800 (PST) Received: from seed.net.tw (sn16.seed.net.tw [139.175.54.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 716F643D1F for ; Sat, 6 Mar 2004 10:10:02 -0800 (PST) (envelope-from leafy@leafy.idv.tw) Received: from [61.59.121.140] (port=49297 helo=chihiro.leafy.idv.tw) by seed.net.tw with esmtp (Seednet 4.23:1) id 1AzgFL-00035i-0k; Sun, 07 Mar 2004 02:09:59 +0800 Received: from localhost (localhost [127.0.0.1]) by chihiro.leafy.idv.tw (Postfix) with ESMTP id 61774421; Sun, 7 Mar 2004 02:09:58 +0800 (CST) Received: from chihiro.leafy.idv.tw ([127.0.0.1]) by localhost (chihiro.leafy.idv.tw [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 43432-09; Sun, 7 Mar 2004 02:09:58 +0800 (CST) Received: by chihiro.leafy.idv.tw (Postfix, from userid 1000) id EC5E840F; Sun, 7 Mar 2004 02:09:57 +0800 (CST) Date: Sun, 7 Mar 2004 02:09:57 +0800 From: leafy To: Aaron Wohl Message-ID: <20040306180957.GA44450@chihiro.leafy.idv.tw> Mail-Followup-To: Aaron Wohl , Carsten Jonstrup , freebsd-stable@freebsd.org References: <002c01c4039e$52760980$0300000a@butik> <1078595762.15825.182214988@webmail.messagingengine.com> Mime-Version: 1.0 Content-Type: text/plain; charset=big5 Content-Disposition: inline In-Reply-To: <1078595762.15825.182214988@webmail.messagingengine.com> User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new at leafy.idv.tw cc: freebsd-stable@freebsd.org cc: Carsten Jonstrup Subject: Re: Intel? Server Board SE7501WV2 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, 06 Mar 2004 18:10:02 -0000 On Sat, Mar 06, 2004 at 09:56:02AM -0800, Aaron Wohl wrote: > - if you hook up a crash cart with a keyboard and monitor the keyboard > cant type in. It can only see a keyboard at boot time This can be corrected 4.x -> remove the flags 0x01 in kernel for atkbdc 5.x -> remove hint.atkbd.0.flags="0x1" in /boot/devices.hints Jiawei -- "Without the userland, the kernel is useless." --inspired by The Tao of Programming