From owner-freebsd-current@FreeBSD.ORG Mon Jul 10 21:28:29 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 3B6EF16A4DD for ; Mon, 10 Jul 2006 21:28:29 +0000 (UTC) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5972E43D45 for ; Mon, 10 Jul 2006 21:28:26 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (obrien@localhost [127.0.0.1]) by dragon.NUXI.org (8.13.6/8.13.6) with ESMTP id k6ALSNMp046378 for ; Mon, 10 Jul 2006 14:28:24 -0700 (PDT) (envelope-from obrien@dragon.NUXI.org) Received: (from obrien@localhost) by dragon.NUXI.org (8.13.6/8.13.1/Submit) id k6ALSFKI046368 for freebsd-current@freebsd.org; Mon, 10 Jul 2006 14:28:15 -0700 (PDT) (envelope-from obrien) Date: Mon, 10 Jul 2006 14:28:15 -0700 From: "David O'Brien" To: freebsd-current@freebsd.org Message-ID: <20060710212815.GA46336@dragon.NUXI.org> Mail-Followup-To: obrien@freebsd.org, freebsd-current@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Operating-System: FreeBSD 7.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 User-Agent: Mutt/1.5.11 Subject: PS/2 keyboard support in mid-boot borked X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: obrien@freebsd.org List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jul 2006 21:28:29 -0000 For months now PS/2 keyboard support has been broken during boot with the GENERIC kernel. If one has an error in /etc/fstab such that / cannot be mounted, the kernel prompts with Manual root filesystems specification: [examples listed] mountroot> However one cannot respond to the prompt as keyboard input is ignored. This seems to be a casualty of kbdmux(4) support being committed back in February. Is anyone working on fixing this? -- -- David (obrien@FreeBSD.org)