From owner-freebsd-current@FreeBSD.ORG Thu Jul 13 08:58:16 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6CF3B16A4E6; Thu, 13 Jul 2006 08:58:16 +0000 (UTC) (envelope-from gavin.atkinson@ury.york.ac.uk) Received: from mail-gw4.york.ac.uk (mail-gw4.york.ac.uk [144.32.128.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CF4B43D55; Thu, 13 Jul 2006 08:58:14 +0000 (GMT) (envelope-from gavin.atkinson@ury.york.ac.uk) Received: from buffy.york.ac.uk (buffy-128.york.ac.uk [144.32.128.160]) by mail-gw4.york.ac.uk (8.13.6/8.13.6) with ESMTP id k6D8w3vE018153; Thu, 13 Jul 2006 09:58:03 +0100 (BST) Received: from buffy.york.ac.uk (localhost [127.0.0.1]) by buffy.york.ac.uk (8.13.6/8.13.6) with ESMTP id k6D8w2F9035077; Thu, 13 Jul 2006 09:58:02 +0100 (BST) (envelope-from gavin.atkinson@ury.york.ac.uk) Received: (from ga9@localhost) by buffy.york.ac.uk (8.13.6/8.13.6/Submit) id k6D8w1PX035076; Thu, 13 Jul 2006 09:58:01 +0100 (BST) (envelope-from gavin.atkinson@ury.york.ac.uk) X-Authentication-Warning: buffy.york.ac.uk: ga9 set sender to gavin.atkinson@ury.york.ac.uk using -f From: Gavin Atkinson To: Yoshikazu GOTO In-Reply-To: <20060713.075714.41630956.goto@snowy.to> References: <20060712.101453.74755604.goto@snowy.to> <20060712194701.6AFF516A4DE@hub.freebsd.org> <20060713.075714.41630956.goto@snowy.to> Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Thu, 13 Jul 2006 09:58:00 +0100 Message-Id: <1152781080.28046.1.camel@buffy.york.ac.uk> Mime-Version: 1.0 X-Mailer: Evolution 2.6.1 FreeBSD GNOME Team Port X-York-MailScanner: Found to be clean X-York-MailScanner-From: gavin.atkinson@ury.york.ac.uk Cc: wpaul@freebsd.org, freebsd-current@freebsd.org, imp@bsdimp.com Subject: Re: if_re does not work X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Jul 2006 08:58:16 -0000 On Thu, 2006-07-13 at 07:57 +0900, Yoshikazu GOTO wrote: > When "db>" was printed, I can't input any key. > The least I could do was to push my power switch. If you have a USB keyboard handy, use that, or before booting add hint.kbdmux.0.disabled="1" to /boot/device.hints. Currently, kbdmux is causing problems with a lot of people's use of PS2 keyboards in the kernel. Gavin